/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

.eshow{
    margin: 0 auto;
    text-align: center;
    margin-top: 35px;
}

/*** Video Background **/

#videobcg { 
     position: relative;
     top: 0px;
     left: 0px;
     min-width: 100%;
     min-height: 300px;
     width: auto;
     height: auto;
     z-index: -1000;
     overflow: hidden;
}

.text-over-video{
    position: absolute;
    color: #fff;
    z-index: 99;
    top: 200px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    text-transform: uppercase;
    font-family: arsmaquettepro-bold-webfont, sans-serif;
    font-family: proxima_nova_sbold, sans-serif;
    text-shadow:1px 1px 5px #000;
}
.text-over-video h2{
    text-transform: none;
    font-family: arsmaquettepro-regular-webfont, sans-serif;
    margin-top: 5px;
}
.text-over-video h1{
    margin-bottom: 0;
}

/***** SLIDER *****/

.slider_principal{
    height: 500px;
    overflow: hidden;
}
.slider_home_prov{
    width: 100%;
    height: auto;
    overflow: hidden;    
}
.slider_home_prov img{
    width: 102%;    
}
.wrapper_slider{
    width: 100%;
}
.images_slider{width: 100%;
}
.patter_filter{
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url(../img/grid-pattern.png);
    width: 100%;
    height: 500px;
    opacity: .6;
    z-index: 1;
}
.banner ul li p{
    text-align: center !important;
}

/***** NAVIGATION *****/

.f-nav{
    position: fixed; 
    left: 0; 
    top: 0; 
    width: 100%; 

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.f-nav-sv{
    position: fixed; 
    left: 0; 
    top: 53px; 
    width: 100%;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.f-nav-sv a{
    background: #ff0052 !important;
    color: #fff !important;
    border:none !important;
    border-right: 1px solid #fff !important;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.f-main{
    margin-top: 105px !important;
}
.f-main-services{
    margin-top: 83px !important;
}

.site-principal-nav{
    width: 100%;
    border-bottom: 1px solid #cccccc;
    -moz-box-shadow: 0 1px 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 1px 0 #ccc;
    box-shadow: 0 1px 1px 0 #ccc;
    background: #fff; /*#fff*/
    z-index: 10;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.nav_wrapper{
    text-align:right; 
    margin: 0 auto;  
    max-width: 960px;
}
.nav_wrapper li{
    font-family: proxima_nova, sans-serif;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    padding: 0 15px;
    font-size: .9em;
    text-transform: uppercase;
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
}
.nav_wrapper ul li a{
    text-decoration: none;
    color: #ff0052;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.nav_wrapper ul li a:hover{
    color: #37a8db;
}
.nav_wrapper ul li:nth-child(3){
    background-image: url(../img/triangle.png);
    background-repeat: no-repeat;
    background-position: 86px center;
    padding-left: 0;
}
nav ul{
    margin: 0;
    padding: 0;
}
.fb_top{
    width: 9px;
    height: 32px !important;
    background: url("../img/social-icons-color.png");
    background-position: 0 2px;
}
.tw_top{
    width: 9px;
    height: 32px !important;
    background: url("../img/social-icons-color.png");
    background-position: -41px 2px;
}
.responsive_nav{display: none;}

/****** SUB-MENÚ *****/


.nav_wrapper li:hover .sublist{
    opacity: 1;
    visibility: visible;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;

}
.sublist{
    position: absolute;
    margin-top: 1px;
    background: #e2e2e2;
    width: 100%;
    float: left;
    left: 0;
    right: 0;
    text-align: center;
    opacity: 0;
    visibility: hidden;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.sublist li{
    width: 49.9%;
    padding: 0;
    margin: 0;
    float: left;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sublist li:nth-child(1){
    border-right: 1px solid #808080;
}
.sublist li:hover{
    background: #323232;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.sublist a li{
    font-size: 1em;
}
.sublist a li:hover{
    color: #fff !important;
}

/***** RESPONSIVE IMAGE ***/
.home_responsive_back{
    display: none;
}

/****** MAIN CONTENT ******/

#logo_era_social{
    position: fixed;
    z-index: 100;
    left: 70px;
    top: -5px;
    background: white;
    width: 166px;
    height: 160px;
    text-align: center;
    padding-top: 19px;
    border-radius: 4px;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;

    -moz-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -o-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 1px 1px 3px 0 rgba(0, 0, 0, 0.3);
}
.logotipo_image{
    width: 77%;
}
.logo_era_social_out{
    top: -182px !important;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.logo_horizontal{
    width: 71%;
}
.container_erasocial_horizontal{
    position: fixed;
    z-index: 19;
    height: 44px;
    width: 174px;
    left: 100px;
    top: 5px;
    opacity: 0;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.show_horizontal_logo{
    opacity: 1;

    -o-transition:1.5s;
    -ms-transition:1.5s;
    -moz-transition:1.5s;
    -webkit-transition:1.5s;
    transition:1.5s;
}


.main_title{
    color: #454545;
    max-width: 60%;
    margin: 0 auto;
    text-align: center;
    margin-top:55px;
    margin-bottom:75px;
    text-transform: uppercase;
    font-family: arsmaquettepro-regular-webfont, sans-serif;
    font-size: 1.7em;
}
.subtitles{
    font-family: arsmaquettepro-light-webfont, sans-serif;
    text-align: center;
    margin: 0 auto;text-transform: uppercase;
    color: #454545;
    font-size: 2em;
}
.main-text{
    font-family: arsmaquettepro-light-webfont, sans-serif;
    text-align: center;
    color: #8c8c8c;
    margin: 25px 0px;
}
.servicios_subtitle{
    text-align: center !important;
}
.home_main_content{
    max-width: 700px;
    margin: 0 auto;
    padding-top: 30px;
}
.blackBar {
    position: relative;
    background-color: #D9D9D9;
    height: 1px;
    margin: 0 auto 80px;
    width: 400px;
}
.blog_section{
    width: 100%;
    min-height: 350px;
}
.clearboth{clear: both;}

/****** Latest Projects Home ******/

.latest-projects-home{
    width: 87%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 75px;
    width: 60%;
}
.latest-projects-home ul a{
    text-decoration: none;
    color: #454545;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.latest-projects-home ul a:hover{
    color: #37a8db;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:1.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

ul.rig {
    list-style: none;
    font-size: 0px;
    margin-left: -2.5%;
    padding-left: 0;
}
ul.rig li {
    display: inline-block;
    padding: 0;
    margin: 0 0 2.5% 2.5%;
    background: #fff;
    border: 1px solid #ddd;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    box-shadow: 0 0 5px #ddd;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-align: center;
}
ul.rig li figure{
    height: 250px;
    overflow: hidden;
}
ul.rig li img {
    max-width: 100%;
    height: auto;
    margin: 0 0;
}
ul.rig li h3 {
    margin: 0 0 10px;
    font-family: arsmaquettepro-regular-webfont, sans-serif;
    font-size: .9em;
}
ul.rig li p {
    font-size: .9em;
    line-height: 1.5em;
    color: #999;
}

ul.rig.columns-3 li {
    width: 30.83%; 
    width: 46.83%;
}

#wrapper-quienes .image-home{
    content: "";
    width: 100%;
    height: 4px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 3;
    background: #ff0052;
    background: rgba(0,0,0,.6);
    -webkit-transition: width 0.15s;
    transition: width 0.15s;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:1.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
#wrapper-quienes .image-home span{
    content: "";
    position: absolute;
    display: none;
    margin-top: 15px;
    margin-left: 15px;
    margin-right: 15px;
    font-family: arsmaquettepro-light-webfont, sans-serif;
    color: #fff;
    text-align: center;
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity 0.95s;
    transition: width 0.95s;

    -o-transition:.1s;
    -ms-transition:.1s;
    -moz-transition:.1s;
    -webkit-transition:.1s;
    transition:.1s;
}
.image_two{
    /*content: "";*/
    width: 325px;
    height: 325px;
    position: absolute !important;
    display: block;
    text-align: center;
}
#wrapper-quienes a:hover .image_two{
    width: 100%;
    height: 100%;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 2;
}
#wrapper-quienes a:hover .image-home span{
    display: block;
    opacity: 1;

    -o-transition:1s;
    -ms-transition:1s;
    -moz-transition:1s;
    -webkit-transition:1s;
    transition:1s;
}
#wrapper-quienes a:hover .image-home{
    content: "";
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 70px;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:1.2s;
    -webkit-transition:.2s;
    transition:.2s;
}

.latest-projects-home .image-home{
    content: "";
    width: 0;
    height: 4px;
    position: inherit;
    bottom: 0;
    left: 0;
    display: block;
    z-index: 20;
    background: #ff0052;
    -webkit-transition: width 0.35s;
    transition: width 0.35s;
    margin-bottom: 10px;
}
.latest-projects-home a:hover .image-home{
    content: "";
    position: inherit;
    display: block;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    height: 4px;
    z-index: 19;
}

#wrapper-notes{
    background: #f5f5f5;
    -moz-box-shadow: 0 1px 1px 0 #ccc;
    -webkit-box-shadow: 0 1px 1px 0 #ccc;
    box-shadow: 0 0 4px 1px #ccc;
}


/****** Feed Noticias *****/

.feedEkList{
    list-style:none outside none;
    /*background-color:#FFFFFF; */
    color:#3E3E3E;
    margin: 0 auto;
    padding: 0;
    max-width: 1080px;
    text-align: left;
}
.feedEkList li{
    padding:15px;
    display: inline-block;
    margin: 0 0 2.5% 2.5%;
    /*background-color: #fff;*/
    border-bottom: 1px solid #ddd;
    font-size: 16px;
    font-size: 1rem;
    vertical-align: top;
    /*box-shadow: 0 0 5px #ddd;*/
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 500px;
    min-height: 225px;
}
/*.feedEkList li:last-child{border-bottom:none;}*/
.itemTitle{
    border-left: 5px solid #69306f;
    padding-left: 15px;
    margin-bottom: 5px;
}
.itemTitle a{
    font-weight: bold;
    color: #ff0052 !important;
    text-decoration: none;
    font-family: proxima_nova_sbold, sans-serif;
    text-transform: uppercase;
    font-size: 1.3em;
    line-height: 1.2em;
    font-family: 'Roboto Slab', serif;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.itemTitle a:hover{
    text-decoration:none; 
    color: #69306f !important;

    -o-transition:.2s;
    -ms-transition:.2s;
    -moz-transition:.2s;
    -webkit-transition:.2s;
    transition:.2s;
}
.itemDate{
    font-size: .8em;
    color: #AAAAAA;
    font-style: italic;
    font-family: arsmaquettepro-light-webfont, sans-serif;
}
#divRss4{width: 100%; 
    margin: 0 auto; 
    display: inline-block;
    margin-top: 45px;
    margin-bottom: 45px;
    text-align: center;
}
.itemContent{
    font-family: arsmaquettepro-light-webfont, sans-serif;
    color: #4d4d4d;
    font-size: .9em;
}
.responsive_logo{display: none;}


/****** Services *****/

#servicios-wrapper{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    display: inline-block;
}
#servicios-wrapper ul{
    margin: 0;
    padding: 0;
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    font-family: arsmaquettepro-light-webfont, sans-serif;
    font-size: .9em;
    list-style: none;
    display: table;
    table-layout: fixed;
    margin-bottom: 20px;
}
#servicios-wrapper a{
    text-decoration: none;
    max-width: 14.2%;
    height: 75px;
    background: #f2f2f2;
    color: #000;
    left: 0;
    right: 0;
    width: 13.8%;
    display: table-cell;
    text-align: center;
    vertical-align: top;
    border: 1px solid #f2f1f1;
    

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
#servicios-wrapper li{
    display: inline;
}
.services-title{
    margin-top: 15%;
}
.services-text{
    margin: 0;
    padding: 0;
    float: left;
    width: 66%;
}
.services-image{
    margin: 0;
    padding: 0;
    float: left;
    width: 34%;
    overflow: hidden;
    height: 215px;
}
.services-image img{
    width: 100%;
}
#servicios-wrapper-content h1{
    font-size: 1.5em;
    margin: 0.67em 0;
    font-family: arsmaquettepro-light-webfont, sans-serif;
    margin: 0;
}
.projects-main-text{
    width: 85%;
    margin: 0 auto;
    text-align: left;
    margin-bottom: 15px;
    margin-top: 15px;
}
#servicios-wrapper-content{
    display: inline-block;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
}
#wrapper_servicios_general{
    width: 100%;
    margin: 0 auto;
    max-width: 1080px;
    margin-bottom: 50px;
}
#wrapper_servicios_general article{
    width: 100%;
    margin: 0 auto;
    margin-bottom: 35px;
}
#socialm{
    margin-top: 53px;
}
#contentc{
    margin-top: 53px;
}
#mobilem{
    margin-top: 53px;
}
#digitals{
    margin-top: 53px;
}
#webd{
    margin-top: 53px;
}
#brandedc{
    margin-top: 53px;
}
#buzzm{
    margin-top: 53px;
}

/******* Blog ********/

.blog_section{
    margin: 0 auto;
    max-width: 90%;
    text-align: center;
}
.latest_blog_entries li{
    display: inline-block;
    text-decoration: none;
}

/***** Clientes *****/

.clients-logo-wrapper{
    width: 100%;
    max-width: 1080px;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    background: #000;
}

.clients-logo-wrapper li{
    float: left;
    overflow: hidden;
    display: block;
    width: 20%;
    position: relative;
    opacity: 1;
    height: auto;

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.clients-logo-wrapper li a:hover .mythumb img{
    position: relative;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.clients-logo-wrapper li a:hover .mycontent{
    background:#383838;
    color: #fff;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.clients-logo-wrapper li a:hover .mycontent h1{
    color:#ff0052;
}
.clients-logo-wrapper li a:hover .mythumb:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    /*background: url("../img/overlay.png");*/
    opacity: 0.5;
}

/***** Footer Era Social ****/

.footer-era-social{
    width: 100%;
    min-height: 140px;
    background: #000;
    text-align: center;
}
.legals{
    text-align: center !important;
    color: #fff;
    font-size: .7em;
    font-family: arsmaquettepro-light-webfont, sans-serif;
}
.footer-social{
    margin: 0 auto;
    height: 40px;
    text-align: center;
    padding-top: 2px;
}
.footer-social li{
    text-decoration: none;
    display: inline-block;
    padding: 0 5px;
}
.footer-social ul{
    padding: 0;
}
.fb{
    width: 32px;
    height:32px;
    background: url("../img/social-icons-white.png");
    background-position: 0 -10px;
}
.tw{
    width: 32px;
    height:32px;
    background: url("../img/social-icons-white.png");
    background-position: -38px -10px;
}
.mail{
    width: 32px;
    height:32px;
    background: url("../img/social-icons-white.png");
    background-position: -86px -10px;
}
.aviso_privacidad a{
    color: #939393;
    font-size: .7em;
    text-decoration: none;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.aviso_privacidad a:hover{
    color: #ff0052;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}

.hover_projects_black{
    width: 100%;
    height: auto;
    position: absolute;
    background: black;
}



/***** PROJECTS *****/

.main_logo_secondary_pages{
    opacity: 0;
}
.horizontal_logo_secondary_pages{
    opacity: 1;
}
.fix-nav-secondary-pages{
    position: fixed; 
    left: 0; 
    top: 0; 
    width: 100%;
}
.secondary_pages{
    margin-top: 80px;
    max-width: 715px
}
.secondary_pages p a{
    text-decoration: none;
    color: #ff0052;
}
.secondary_pages p a:hover{
    color: #37a8db;
}
.home_main_content p a{
    text-decoration: none;
    color: #ff0052;
}
.home_main_content p a:hover{
    color: #37a8db;
}
.latest-projects-wrapper{
    width: 100%;
    max-width: 1400px;
    position: relative;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    margin-bottom: 50px;
    max-width: 640px; /*BORRAR*/
}
.latest-projects-wrapper li{
    float: left;
    overflow: hidden;
    display: block;
    width: 25%;
    position: relative;
    opacity: 1;
    height: auto;
    width: 50%;/*BORRAR*/

    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.our-projects{
    list-style: none;
    margin: 0;
    padding: 0;
}
.our-projects a{
    text-decoration: none;
}
.mythumb{
    position: relative;
    overflow: hidden;

    -webkit-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75);
    -moz-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75);
    -ms-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75);
    -o-transition: all 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75);
    transition: all 0.5s cubic-bezier(0.75, 0.25, 0.25, 0.75);
}
.mythumb img{
    display: block;
    max-width: 420px;
    width: 100%;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.myinfo{
    position: relative;
    overflow: hidden;
    max-height: 128px;
}
.myinfo h1 {
    font-weight: normal;
    font-size: 1.3em;
    line-height: 0.75em;
    color: #000;
    margin: 0 0 2px 0;
    white-space: nowrap;
    font-family: arsmaquettepro-light-webfont, sans-serif;
}
.mycontent{
    padding: 30px 4em;
}
.mycontent p{
    margin: 0;
    font-family: arsmaquettepro-light-webfont, sans-serif;    font-weight: 100;
    font-size: .8em;
}
.our-work{
    background: white;
    position: relative;
}
.latest-projects-wrapper li a:hover .mythumb img{
    position: relative;
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.latest-projects-wrapper li a:hover .mycontent{
    background:#383838;
    color: #fff;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.latest-projects-wrapper li a:hover .mycontent h1{
    color:#ff0052;
}
.latest-projects-wrapper li a:hover .mythumb:after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url("../img/overlay.png");
    opacity: 0.5;
}
.front_black{
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    position: absolute;
}
.banner_projects img{
    position: absolute;
    width: 100%;
}
.banner_projects h1{
    position: relative;
    font-family: proxima_nova_sbold, sans-serif;
    color: #fff;
    text-transform: uppercase;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    top: 150px;
    font-size: 3em;
}
.banner_projects h3{
    position: relative;
    text-transform: none;
    font-family: arsmaquettepro-regular-webfont, sans-serif;
    color: #fff;
    width: 60%;
    text-align: center;
    margin: 0 auto;
    top: 195px;
    font-size: 1.2em;
}
.banner_projects{
    position: relative;
    width: 100%;
    height: 400px !important;
    overflow: hidden;
    color: rgba(255,255,255,.6);
    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
}
.projects_images_wrapper h2{
    text-align: left;
}
.projects_images_wrapper{
    max-width: 715px;
    margin: 0 auto;
    margin-top: 50px;
}
.projects_images_wrapper figure{
    margin: 0 auto;
    max-width: 715px;
    overflow: hidden;
}
.projects_images_wrapper figure img{
    width: 100%;
    height: auto;
}
.project_pages figure{
    margin: 0 auto;
    max-width: 715px;
    overflow: hidden;
}
.project_pages figure img{
    width: 100%;
    height: auto;
}
.project_pages h2,p{
    text-align: left !important;
    padding-top: 0;
}
.regresar_button{
    background: #ff0052;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
    width: 400px;
    margin: 0 auto;
    margin-bottom: 55px;
    text-align: center;
}
.regresar_button a{
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    padding: 8px 129px;
}
.project_titles_divisor{
    width: 100px;
    height: 1px;
    background:#fff;
    position: relative;
    margin: 0 auto;
    top: 170px;
    font-family: arial, sans-serif;
}
.close{
    position: fixed;
    top: 65px;
    right: 65px;
    font-size: 1.4em;
    z-index: 4;
}
.close{
    color: #000;
    text-decoration: none;
}


/*****  Contact *****/

#contact-details{
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    color: #fff;
    margin-bottom: 50px;
}
.address ul{
    padding: 0 0 0 5px;
}
.address ul li{
    list-style-type: none;
}
.google-maps{
    width: 66%;
    height:400px;
    float: left;
    padding: 0;
    margin:0;
}
.address{
    width: 34%;
    height:400px;
    float: left;
    padding: 0;
    margin:0;
    background-color: #000;
}
#map {
    width: 66%%;
    height: 400px;
}
.text-office{
    padding: 35px 32px 0 35px;
    font-family: arsmaquettepro-light-webfont, sans-serif;
    text-transform: uppercase;
    font-size: 2em;
    font-weight: lighter;
}
.text-address{
    padding: 0 35px;
    font-family: arsmaquettepro-light-webfont, sans-serif;
    padding-left: 60px;
}
.text-contacto{
    padding: 0 35px;
    padding-left: 60px;
}
.text-contacto a{
    color: #ff0052;
    text-decoration: none;
}
#forma-contacto{
    margin: 0 auto;
    max-width: 60%;
}
.texto_enviado{
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #ff0052;
}
.contact-icons{
    float: left;
    margin-left: 35px;
}
.social_contactbox{
    margin-left: 22px;
    float: left;
}
.social_contactbox a{
    text-decoration: none;
    color: #ff0052;
    padding-left:41px;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}
.social_contactbox a:hover{
    color: #37a8db;

    -o-transition:.5s;
    -ms-transition:.5s;
    -moz-transition:.5s;
    -webkit-transition:.5s;
    transition:.5s;
}


/******** ContactForm ********/

.basic-grey {
    margin-left:auto;
    margin-right:auto;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font-family: arsmaquettepro-light-webfont, sans-serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
    border-radius: 4px;
    margin-bottom: 75px;
    margin-top: 50px;
    max-width: 1080px;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1>span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label>span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #ff0052;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
    width: 71%;
}
.basic-grey .button:hover {
    background: #CF7A7A
}


/************ QUIENES SOMOS ************/

#wrapper-quienes{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    max-width: 1080px;
}
#wrapper-quienes li{
    list-style-type: none;
    display: inline-block;
    margin: 0 5px 8px 0;
    vertical-align: top;
}
.og-grid li {
    display: inline-block;
    vertical-align: top;
    height: 325px;
}
#wrapper-quienes li > a,
#wrapper-quienes li > a img {
    border: none;
    outline: none;
    display: block;
    position: relative;
}
.og-grid li.og-expanded > a::after {
    top: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #ddd;
    border-width: 15px;
    left: 50%;
    margin: -20px 0 0 -15px;
    z-index: 22;
}
.og-grid {
    list-style: none;
    margin: 0 auto;
    text-align: center;
}
.og-expander {
    position: absolute;
    background: #ddd;
    top: auto;
    left: 0;
    width: 100%;
    margin-top: 10px;
    text-align: left;
    height: 0;
    overflow: hidden;
}

.og-expander-inner {
    padding: 50px 30px;
    height: 100%;
}
.og-close {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 20px;
    right: 20px;
    cursor: pointer;
}

.og-close::before,
.og-close::after {
    content: '';
    position: absolute;
    width: 100%;
    top: 50%;
    height: 1px;
    background: #888;
    transform: rotate(45deg);
}

.og-close::after {
    transform: rotate(-45deg);
}

.og-close:hover::before,
.og-close:hover::after {
    background: #333;
}
.og-fullimg{
    width: 34%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.og-details {
    width: 60%;
    float: left;
    height: 100%;
    overflow: hidden;
    position: relative;
}
.og-details {
    padding: 0 40px 0 0;
}

.og-fullimg {
    text-align: center;
}

.og-fullimg img {
    display: inline-block;
    max-height: 100%;
    max-width: 100%;
}
.og-details h3 {
    font-weight: 300;
    font-size: 25px;
    padding: 0 0 10px;
    margin-bottom: 10px;
}

.og-details p {
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #727272;
}

.og-details a {
    font-weight: 700;
    font-size: 16px;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding: 10px 20px;
    border: 3px solid #333;
    display: inline-block;
    margin: 30px 0 0;
    outline: none;
}

.og-details a::before {
    content: '\2192';
    display: inline-block;
    margin-right: 10px;
}

.og-details a:hover {
    border-color: #999;
    color: #999;
}
.og-loading {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #ddd;
    box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -25px 0 0 -25px;
    animation: loader 0.5s infinite ease-in-out both;
}

@keyframes loader {
    0% { background: #ddd; }
    33% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd; }
    66% { background: #ccc; box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc; }
}
@media screen and (max-width: 830px) {

    .og-expander h3 { font-size: 32px; }
    .og-expander p { font-size: 13px; }
    .og-expander a { font-size: 12px; }

}

@media screen and (max-width: 650px) {

    .og-fullimg { display: none; }
    .og-details { float: none; width: 100%; }
    
}


/* ==========================================================================
    Fonts
   ========================================================================== */


@font-face {
        font-family: 'proxima_nova';
        src: url('../fonts/proximanova-regular-webfont-webfont.eot');
        src: url('../fonts/proximanova-regular-webfont-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-regular-webfont-webfont.woff') format('woff'),
        url('../fonts/proximanova-regular-webfont-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-regular-webfont-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'proxima_nova_sbold';
        src: url('../fonts/proximanova-sbold-webfont-webfont.eot');
        src: url('../fonts/proximanova-sbold-webfont-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/proximanova-sbold-webfont-webfont.woff') format('woff'),
        url('../fonts/proximanova-sbold-webfont-webfont.ttf') format('truetype'),
        url('../fonts/proximanova-sbold-webfont-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'arsmaquettepro-light-webfont';
        src: url('../fonts/arsmaquettepro-light-webfont.eot');
        src: url('../fonts/arsmaquettepro-light-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arsmaquettepro-light-webfont.woff') format('woff'),
        url('../fonts/arsmaquettepro-light-webfont.ttf') format('truetype'),
        url('../fonts/arsmaquettepro-light-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'arsmaquettepro-regular-webfont';
        src: url('../fonts/arsmaquettepro-regular-webfont.eot');
        src: url('../fonts/arsmaquettepro-regular-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arsmaquettepro-regular-webfont.woff') format('woff'),
        url('../fonts/arsmaquettepro-regular-webfont.ttf') format('truetype'),
        url('../fonts/arsmaquettepro-regular-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
        font-family: 'arsmaquettepro-bold-webfont';
        src: url('../fonts/arsmaquettepro-bold-webfont.eot');
        src: url('../fonts/arsmaquettepro-bold-webfont.eot?#iefix') format('embedded-opentype'),
        url('../fonts/arsmaquettepro-bold-webfont.woff') format('woff'),
        url('../fonts/arsmaquettepro-bold-webfont.ttf') format('truetype'),
        url('../fonts/arsmaquettepro-bold-webfont.svg') format('svg');
        font-weight: normal;
        font-style: normal;
}




/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

.js div#preloader { 
    position: fixed; 
    left: 0; top: 0; 
    z-index: 999; 
    width: 100%; 
    height: 100%; 
    overflow: visible; 
    background: #ff0052 url('../img/loading.gif') no-repeat center center; 
}
.logo-white{
    margin: 0 auto;
    text-align: center;margin-top: 160px;left: 47%;
    position: absolute;
}

.unslider-arrow {
    position: absolute;
    top: 220px;
    z-index: 9999999;
}
.next{
    right: 0;
}
.prev{
  left: 0;
}

/**** RESPONSIVE ****/

@media only screen and (min-width: 900px) and (max-width: 1135px)  {
    .nav_wrapper li{padding: 0 5px;font-size: .8em;}
    .sublist li{width: 100%;}
    .slider_principal{height: 400px;}
    .patter_filter{height: 400px;}
    .fb_top{display: none !important;}
    .tw_top{display: none !important;}
    h1{font-size: 1.5em;}
    h2{font-size: 1em;}
}

@media (max-width: 899px){
    #videobcg{display: none;}
    .home_responsive_back{display: block;position: absolute; height: 568px;width:100%;overflow: hidden;}
    .home_responsive_back img{overflow: hidden;}
    .patter_filter{height: 568px;}
    ul.rig.columns-3 li{width: 100%;}
    .home_main_content{width: 88%;}
    .feedEkList li{width: 90%;}
    .fb_top{display: none !important;}
    .tw_top{display: none !important;}
    .responsive_nav{display: block;}
    .site-principal-nav{display: none;}
    .nav_wrapper li{padding: 0 !important;}
    .nav_wrapper ul li a{color: #fff;}
    .nav_wrapper ul li a:hover{color: #fff;}
    .logo_div_container{display: none;}
    .text-over-video{display: none;}
    .home_responsive_back{height: 532px;}
    .latest-projects-wrapper li{width: 100%;}
    .projects_images_wrapper{width: 90%;}
    .regresar_button{width: 90%;}
    .banner_projects img{width: 220%;}
    .banner_projects h1{top: 150px;}
    .banner_projects h3{top: 160px;}
    .responsive_logo{width:100%;display: block;z-index: 5;position: absolute;margin: 0 auto;text-align: center;background: #fff;}
    .responsive_logo img{width: 200px;padding: 15px 0;}
    .main_title{  max-width: 67%;  font-size: 1.3em;}
    .blackBar{width: 60%;}
    .slider_home_prov{display: none;}
    .og-grid{padding: 0;}
    .clients-logo-wrapper li{width: 50%;}
    .address{width: 100%;}
    #map{width: 100%;}
    #forma-contacto{max-width: 90%; width: 90%;}
    .services-image{width: 100%;}
    .services-text{width: 100%;}
    #servicios-wrapper{display: none;}
    .close{display: none;}
    .horizontal_logo_secondary_pages{display: none;}
    .banner{display: none;}
    .logo-white{left:39%;margin-top: 83px;}
    .project_titles_divisor{display: none;}
    .regresar_button{width: 75%;}
    .regresar_button a{padding: 0;}
    .banner_projects h3{font-size: .9em;}
    .banner_projects img{width: 300%;}
}



