 /*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * 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
   ========================================================================== */

body{

-webkit-animation: fadein 1.3s; /* Safari and Chrome */
       -moz-animation: fadein 1.3s; /* Firefox */
        -ms-animation: fadein 1.3s; /* Internet Explorer */
         -o-animation: fadein 1.3s; /* Opera */
            animation: fadein 1.3s;
}
@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari and Chrome */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}
}
}   
}

a:visited{
    border:0;
    color: inherit;
}

em{
    font-style: normal;
    color: #066178;
}

.container{
    width: 100%;
    font-family: UniversLTPro-UltraCondensed;
    float: left;
    min-width: 320px;
}

h1.logo{
    float: left;
    text-indent: -999999px;
}

h1.logo a{
    display: block;
    background: url(../img/logo-w-big.svg) no-repeat;
    background-size: cover;
    width: 180px;
    height: 52px;
}

.header{
    width: 100%;
}

hgroup{
    color: #444;
    text-rendering: geometricPrecision;
    margin-top: 50px;
}

hgroup h2, hgroup h3, hgroup h4, hgroup h5, hgroup h6{
    font-weight: lighter;
    line-height: 1;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 0.005em;
}

hgroup h2 {
    font-size: 5.1em;
    text-align: left;
}

hgroup h3{
    font-size: 3.6em;
    margin-bottom: 5px;


}

hgroup h4{
    font-size: 2.6em;
    margin-bottom: 8px;
    letter-spacing: 0.01em;
}


hgroup h5{
    font-size: 2.3em;
}

hgroup h6{
    font-size: 1.750em;
    letter-spacing: 0.04em;
}

.fixed{
    position: fixed;
    z-index: 99999;
}

.main_nav{
    float: right;
    margin-top: 1.250em;
}

.main_nav ul li{
    float: left;
    margin: 0 1em;
}


.main_nav ul li a{
    color: #444;
    font-size: 0.9em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0.15em;
    font-weight: lighter;

}

.main_nav ul li a.active, .main_nav ul li a:hover{
    color: #e42a33;
}

.menu{
    float: right;
    display: block;
    font-size: 1.35em;
    margin-right: 2%;
    margin-top: 1.5em;
    padding:0.1em 0.3em 0.1em 0.3em;
    border: 1px solid #fff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #fff;
    text-decoration: none;
    cursor: pointer; 
    cursor: hand;
}



.wrapper{
    max-width:960px;
    margin: 0 auto;
}

.six-col{
    width: 45%;
    float:left;
    margin:0 2.5%;
    position: relative;
}

.inicio{
    background: url(../img/bg-img.png) repeat-x top;
    background-color: #e3e3e3;
    position: relative;
    max-height: 430px;
    padding-top: 6em;
}

.inicio:after{
    content: "";
    background: url(../img/diagonal_blanca.png) center top no-repeat;
    bottom: -117px;
    height: 117px;
    width: 100%;
    position: absolute;
    z-index: -9999;
}

.inicio .button{
    float: left;
    margin-top: 2em;
}



.fixed.down{
    background: #fff;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

img.iphone{
    position: absolute;
    bottom: -30px;
    right: 0px;
}

img.imac{
    margin-left: -60px;
    margin-top: 20px;
}

.hacemos{
    margin-top: 0;
    position: relative;
    background: url(../img/shadow-5.png) no-repeat bottom center;
}


.hacemos{
    padding-bottom: 70px;
}

.hacemos h2{
    color:#363636;
    margin-top: 3em;
}

h2{
    font-size: 2.5em;
    text-transform:uppercase;
    text-align: center;
    position: relative;
    font-weight: lighter;
}

h2:after{
    width: 2em;
    content: "";
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 45%;
}

.hacemos h2{
    color: #363636;
}

.hacemos h2:after{
    background-color: #363636;
}
.texto-que-hacemos{
        font-family: 'Roboto', sans-serif;
    font-size: 1.1em;
    color: #666666;
    font-weight: lighter;
    text-align: center;
    padding: 0px 100px;
}
.texto-que-hacemos span{

    font-weight: bold;
    font-size: 1.2em;
}
.tabs{
    position: relative;
    background: url(../img/sha_1.png) no-repeat center bottom;
    padding-bottom: 7px;
}

.tabs li{
    width: 25%;
    float: left;
    text-align: center;
    text-transform: uppercase;
    background-image: url(../img/divider.png);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.tabs li.no_background{
    background: none;
}

.tabs li a.active{
    border-bottom: 2px solid #066178;    
}

.tabs_wrapper i{
    width: 70px;
    height: 70px;
    background: url(./icons-metodologia.png);
    display: block;
    margin:0 auto;
    background-position: 0px 70px;
}



.tabs_wrapper a.active i.est{
    background-position: 0px 0px;
}

.tabs_wrapper a:hover i.est{
    background-position: 0px 0px;
}

.tabs_wrapper i.int{
    background-position: -70px 70px;
}

.tabs_wrapper i.dis{
    background-position: -140px 70px;
}

.tabs_wrapper i.str{
    background-position: -210px 70px;
}

.tabs_wrapper a:hover i.int, .tabs_wrapper a.active i.int{
    background-position: -70px 0px;
}

.tabs_wrapper a:hover i.dis, .tabs_wrapper a.active i.dis{
    background-position: -140px 0px;
}

.tabs_wrapper a:hover i.str, .tabs_wrapper a.active i.str{
    background-position: -210px 0px;
}




.tabs li a{
    display: block;
    text-decoration: none;
    font-size: 1.250em;
    letter-spacing: 0.1em;
    color: #a0a0a0;
    font-weight: lighter;
    transition: all .1s linear;
    -webkit-transition: all .1s linear;
    -moz-transition: all .1s linear;
    -o-transition: all .1s linear;
    border-bottom:2px solid #fff;
}

.tabs li a:hover, .tabs li a.active{
    color: #066178;
}

.tabs li a h3{
    font-weight: lighter;
    margin-top: 0;
}

.slide h4{
    font-size: 1.875em;
    text-transform: uppercase;
    font-weight: lighter;
    color: #343434;
    margin-bottom: 0;
}

.slide h3{
    font-size: 5.000em;
    text-transform: uppercase;
    font-weight: lighter;
    color: #343434;
    margin-top: -30px;
    margin-bottom: 0;
}
.slide.cuatro h3{
    margin-top: -30px;
}
.slide p{
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    color: #666666;
    font-weight: lighter;
}

.seven-col{
    width: 60%;
    float:left;
    padding-left: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

.five-col{
    width: 40%;
    float: left;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
}

.proyectos{
    background: url(../img/bg_red.jpg);
    min-height: 1px;
    padding: 40px 0px 90px 0px;
    box-shadow: 0px 2px 3px rgba(0, 0, 0, 0.3) inset; 

}


.frase{
    background: url(../img/bg_gray.png) repeat-y;
    background-position: center;    
    text-align: center;
    padding-bottom: 1.5em;
    padding-top: 1.5em;
    position: relative;
        font-size: 2.7em;
        color: #535353;
    
}
.frase:after{
    background: url("../img/arrow_w.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    bottom: -15px;
    content: "";
    height: 19px;
    position: absolute;
    width: 100%;
}

body.projects .proyectos {
    padding-bottom: 100px;
    padding-top: 100px;
}

.proyectos .grid h3{
    margin: 2em 0 -9px;
}

.proyectos .wrapper div.grid{   
    padding-left: 0.9375rem;
    margin-top: 20px;
    box-sizing:border-box;
    -moz-box-sizing:border-box; /* Firefox */
    color: #fff;
    float: left;
    overflow: hidden;
    height: 0;
    padding-bottom:24%; 
    position: relative;
}

.proyectos .grid a{
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
    cursor:url(../img/cursor.png), pointer;
}

.twelve-col{
    width: 100%;
}

.four-col{
    width: 33.33333%;
    float: left;
}


.proyectos h2{
    color: #fff;
    font-weight: lighter;
    letter-spacing: 0.03em;
}

.proyectos h2:after{
    background: #fff;
}

.proyectos h3{
    color: #fff;
    width: 100%;
    margin: 2em 0;
    text-transform: uppercase;
    font-size: 2em;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 30px;
    letter-spacing: 0.03em;
}

.proyectos .button{
    text-align: center;
    margin: 0 auto;
    position: relative; 
}

.proyectos .grid a p{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    font-size: 0.7em;
    letter-spacing: 0.1em;
}

.link_wrapper{
    width: 100%;
    text-align: center;
    float: left;    
}

.familia h2{
    color: #d62128;

}

.familia h2:after{
    background-color: #d62128;
    
}

.familia li{
    list-style: none;
}

.familia{
    background: url(../img/pat-grey.png);
    padding: 4em 0;
}

.familia .red:after{
    display: none;
}

.familia .four-col{
    text-align: center;
}

.familia .aliados{
    padding-top: 4em;


}

.familia .seven-col{
    padding-bottom: 3em;
}


.familia h5, .familia h3{
    text-transform: uppercase;
    margin: 0;
    padding: 0;
    font-weight: lighter;
}

.familia h5{
    font-size: 1.8em;
}

.familia .five-col img{
    margin-left: 7em;
}

.familia h3{
    font-size: 4.375em;
    margin-top: -0.35em;
    margin-bottom: -0.35em;

}

.familia p{
    font-family: 'roboto', sans-serif;
    font-weight: lighter;
    margin-bottom: 2em;
}

.familia li.four-col{
    text-align: center;
    padding-top: 2em;
    border-top: 1px solid #e5e5e5;
}

.familia li.four-col h5{
    padding-top: 0.5em;
    margin-left: 1.5em;
}

.testimonios{
    background: url(../img/bg_gray.png) repeat-y;
    background-position: center;    
    text-align: center;
    padding-bottom: 5em;
    padding-top: 4em;
}

.testimonios h2{
    color: #545454;
}


.testimonios h2:after{
    background-color: #545454;
}

.testimonios .test{
    color: #3a3a3a;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    font-weight: lighter;
    line-height: 130%;
    font-style: italic; 
    padding: 0 10%;
}

.testimonios h5{
    color: #666666;
    text-transform: uppercase;
    font-size: 1.500em;
    font-weight: lighter;
    margin-bottom: 0;
    margin-top: 20px;
}

.testimonios h6{
    color: #666666;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    font-weight: lighter;
    margin:0;
}

.cliente-pic{
    width: 140px;
    height: 140px;
    background: url(../img/clientes.png) no-repeat;
    margin:0 auto;
}

.cliente-pic.c-uno{
    background-position: 0 0;

}

.cliente-pic.c-dos{
    background-position: -141px 0;

}

.cliente-pic.c-tres{
    background-position: -282px 0;

}

.equipo{
    padding-bottom: 4em;
}

.equipo h2{
    margin-top: 2em;

}

.equipo h2:after{
    background-color: #363636;
}

.wrapper{
    position: relative;
}

.foto_perfil{
    width: 80%;
    height:570px;
    margin: 0 auto;
    background-size: contain;
    background-position: center;
    text-transform: uppercase;
    background-repeat: no-repeat;
}


.foto_perfil.varo{
    background-image: url(../img/equipo/varo.png);
}

.foto_perfil.varo .nombre{
    left: 8%;
}

.foto_perfil.varo .quote p{
    font-size: 3em;
}

.foto_perfil.varo .quote:after{
    right: -1%;
}

.foto_perfil.varo .quote p span{
    font-size: 0.9em;
    line-height: 85%;
}

.foto_perfil.varo .quote p span.big_var{
    font-size: 1.4em;
    line-height: 90%;
}

.foto_perfil.majo{
    background-image: url(../img/equipo/majo.png);
}

.foto_perfil.majo .nombre h3{
    font-size: 2em;
    margin-bottom: -13px;
}

.foto_perfil.majo .nombre h4{
    font-size: 6.75em;
}

.foto_perfil.majo .quote p{
    font-size: 3.25em;
}

.foto_perfil.majo .quote p span{
    font-size: 1.5em;
    line-height: 87%;
}

.foto_perfil.majo .quote p span.maj{
    line-height: 81%;
    font-size: 2em;
}


.foto_perfil.majo .nombre h4{
    margin-top: 7%;
}

.foto_perfil.majo .quote{
    bottom: 14%;
    right: 3%;
}

.foto_perfil.majo .quote:after{
    top:1%;
}

.foto_perfil.feli{
    background-image: url(../img/equipo/feli.png);
}

.foto_perfil.feli .nombre  h4{
    margin-top: 0.2em;
}

.foto_perfil.feli .quote p span{
    font-size: 0.5em;
    line-height: 100%;
}

.foto_perfil.feli .quote{
    bottom: 10%;
}

.foto_perfil.feli .quote:after{
    right: 20%;
    top: 11%;
}

/*h3.angela {
  margin-bottom: 17px;
  font-size: 44px;
}*/

 .quote p.text-angela {
  font-size: 5em;
}

.foto_perfil.fer{
    background-image: url(../img/equipo/fer.png);
}

.foto_perfil.fer .quote p{
    font-size: 4em;
}

.foto_perfil.fer .quote{
    right: 1%;
}

.foto_perfil.fer .quote:after{
    top:-3%;
}

.foto_perfil.fer .quote p span{
    font-size: 1em;
}

.foto_perfil.fer .quote p span.fe{
    font-size: 0.5em;
    line-height: 96%;
}

.foto_perfil.xiomi{
    background-image: url(../img/equipo/Xiomi.png);
}

.foto_perfil.xiomi .quote p{
    font-size: 4em;
}

.foto_perfil.xiomi .quote{
    right: 1%;
}

.foto_perfil.xiomi .quote:after{
    top:-3%;
}

.foto_perfil.xiomi .quote p span{
    font-size: 1em;
}

.foto_perfil.xiomi .quote p span.fe{
    font-size: 0.5em;
    line-height: 96%;
}

.foto_perfil.xiomi h4 {
    margin-top: 0.2em;
}

.xiomi .tips {
   padding: 0px;
}

.xiomi .nombre {
    left: 5%;
}

.foto_perfil.vivi{
    background-image: url(../img/equipo/vivi.png);
}

.foto_perfil.vivi .quote p{
    font-size: 4em;
}

.foto_perfil.vivi .quote{
    right: 1%;
}

.foto_perfil.vivi .quote:after{
    top:-3%;
}

.foto_perfil.vivi .quote p span{
    font-size: 1em;
}

.foto_perfil.vivi .quote p span.fe{
    font-size: 0.8em;
    line-height: 96%;
}

.foto_perfil.vivi h4 {
    margin-top: 0em;
}

.vivi .tips {
   padding: 0px;
}

.vivi .nombre {
    left: 5%;
}
.foto_perfil.vivim{
    background-image: url(../img/equipo/vivim.png);
}
.foto_perfil.vivim .quote p{
    font-size: 4em;
}

.foto_perfil.vivim .quote{
    right: 1%;
}

.foto_perfil.vivim .quote:after{
    top: -12%;
    right: 30%;
}

.foto_perfil.vivim .quote p span{
    font-size: 1em;
}

.foto_perfil.vivim .quote p span.fe{
    font-size: 0.8em;
    line-height: 96%;
}

.foto_perfil.vivim h4 {
    margin-top: 0em;
}

.vivim .tips {
   padding: 0px;
}

.vivim .nombre {
    left: 5%;
}

.foto_perfil.lis{
    background-image: url(../img/equipo/lis.png);
}
.foto_perfil.lis .quote p{
    font-size: 4em;
}

.foto_perfil.lis .quote{
    right: 1%;
}

.foto_perfil.lis .quote:after{
    top: -14%;
    right: 3%;
}

.foto_perfil.lis .quote p span{
    font-size: 1em;
}

.foto_perfil.lis .quote p span.fe{
    font-size: 0.8em;
    line-height: 96%;
}

.foto_perfil.lis h4 {
    margin-top: 0em;
}

.lis .tips {
   padding: 0px;
}

.lis .nombre {
    left: 5%;
}
.foto_perfil.camilo{
    background-image: url(../img/equipo/camilo.png);
}
.foto_perfil.camilo .quote p{
    font-size: 4em;
}

.foto_perfil.camilo .quote{
    right: 1%;
}

.foto_perfil.camilo .quote:after{
       top: -40%;
    right: 25%;
}

.foto_perfil.camilo .quote p span{
    font-size: 1.3em;
}

.foto_perfil.camilo .quote p span.fe{
    font-size: 0.8em;
    line-height: 96%;
}

.foto_perfil.camilo h4 {
    margin-top: 0em;
}

.camilo .tips {
   padding: 0px;
}

.camilo .nombre {
    left: 5%;
}

.foto_perfil.jhoni{
    background-image: url(../img/equipo/jhoni.png);
}


.foto_perfil.jhoni .nombre h4{
    font-size: 4.75em;
    padding-bottom:0.1em;
}
.foto_perfil.jhoni .nombre h3{
    font-size: 4em;
    padding-bottom:0.1em;
}


.foto_perfil.jhoni .quote:after{
    right: 11%;
    top: 14%;
}

.foto_perfil.jhoni .quote p  {
  font-size: 4em;
  line-height: 100%;
}

.foto_perfil.jhoni .quote p span {
  font-size: 1.44em;
  line-height: 100%;
}
.foto_perfil.andre{
    background-image: url(../img/equipo/andre.png);
}

.foto_perfil.andre .nombre h3{
    font-size: 4em;

}
.foto_perfil.andre .nombre h4{
    font-size: 5.4em;

}

.foto_perfil.andre .nombre{
    left: 5%;
}

.foto_perfil.andre .quote p{
    font-size: 4em;
    line-height: 80%;
}

.foto_perfil.andre .quote p span{
    font-size: 0.5em;
}

.foto_perfil.andre .quote:after{
    right: 22%;
    top: -3%;
}

.foto_perfil.jorge{
    background-image: url(../img/equipo/jorge.png);
}
.foto_perfil.jorge .nombre h3{
    font-size: 4em;
}
.foto_perfil.jorge .nombre h4{
    font-size: 5.4em;
}
.foto_perfil.jorge .nombre{
    left: 5%;
}
.foto_perfil.jorge .quote p{
    font-size: 4em;
    line-height: 80%;
}
.foto_perfil.jorge .quote p span{
    font-size: 0.5em;
}
.foto_perfil.jorge .quote:after{
    right: 22%;
    top: -3%;
}

.foto_perfil.carlos{
    background-image: url(../img/equipo/carlos.png);
}
.foto_perfil.carlos .nombre h3{
    font-size: 4em;
}
.foto_perfil.carlos .nombre h4{
    font-size: 5.4em;
}
.foto_perfil.carlos .nombre{
    left: 5%;
}
.foto_perfil.carlos .quote p{
    font-size: 4em;
    line-height: 80%;
}
.foto_perfil.carlos .quote p span{
    font-size: 0.5em;
}
.foto_perfil.carlos .quote:after{
    right: 22%;
    top: -3%;
}

.foto_perfil.esteban{
    background-image: url(../img/equipo/esteban.png);
}

.foto_perfil.esteban .nombre h3 {
  font-size: 3.375em;
  }

.foto_perfil.esteban .quote p {
  font-size: 6.25em;
  line-height: 68%;
}

.foto_perfil.esteban .quote:after{
    right: 22%;
}

.foto_perfil.esteban .nombre p{
    line-height: 117%;
}

.foto_perfil.esteban .quote p span{
    font-size: 0.5em;
}

.foto_perfil.jenn{
    background-image: url(../img/equipo/jenn.png);
}
.foto_perfil.jenn .nombre h3{
    font-size: 4em;
}
.foto_perfil.jenn .nombre h4{
    font-size: 5.4em;
}
.foto_perfil.jenn .nombre{
    left: 5%;
}
.foto_perfil.jenn .quote p{
    font-size: 4em;
    line-height: 80%;
}
.foto_perfil.jenn .quote p span{
    font-size: 0.5em;
}
.foto_perfil.jenn .quote:after{
    right: 22%;
    top: -3%;
}



.foto_perfil.pao{
    background-image: url(../img/equipo/pao.png);
}
.foto_perfil.pao .nombre h3{
    font-size: 4em;
}
.foto_perfil.pao .nombre h4{
    font-size: 5.4em;
}
.foto_perfil.pao .nombre{
    left: 5%;
}
.foto_perfil.pao .quote p{
    font-size: 3em;
    line-height: 100%;
}
.foto_perfil.pao .quote p span{
    font-size: 1.3em;
}
.foto_perfil.pao .quote:after{
    right: 0%;
    top: -31%;
}

.foto_perfil.carlosp{
    background-image: url(../img/equipo/carlosp.png);
}
.foto_perfil.carlosp .nombre h3{
    font-size: 4em;
}
.foto_perfil.carlosp .nombre h4{
    font-size: 5.4em;
}
.foto_perfil.carlosp .nombre{
    left: 5%;
}
.foto_perfil.carlosp .quote p span{
    font-size: 1.3em;
}
.foto_perfil.carlosp .quote p{
    font-size: 3em;
    line-height: 100%;
}

.foto_perfil.carlosp .quote:after{
    right: 38%;
    top: -25%;
}

.carlosp .tips{
    padding: 0px;
}


.foto_perfil.judy{
    background-image: url(../img/equipo/judy.png);
}

.foto_perfil.judy .quote p{
    font-size: 3.25em;
}

.foto_perfil.judy .quote p span{
    font-size: 3em;
    line-height: 77%;
}

.foto_perfil.judy .quote{
    bottom: 12%;
    right: -5%;
    position: absolute;
    width: 30%;
}

.foto_perfil.carolina{
    background-image: url(../img/equipo/carolina.png);
}

.foto_perfil.carolina .nombre h3{
    margin-bottom: 0.2em;
}

.foto_perfil.carolina .quote p{
    font-size: 3.1em;
}


.foto_perfil.carolina .quote p span{
    font-size: 1.4em;
    line-height: 77%;
}

.foto_perfil.carolina .quote{
   bottom: 10%;
   right: -8%;
   position: absolute;
   width: 39%;
   top: 62%;
}


.foto_perfil.sergio{
    background-image: url(../img/equipo/sergio.png);
}

.foto_perfil.sergio .nombre h3{
    font-size: 4.375em;
    text-align: left;
}

.foto_perfil.sergio .nombre h4{
    font-size: 5.25em;
}

.foto_perfil.sergio .quote p{
    font-size: 2em;
    line-height: 90%;
}

.foto_perfil.sergio .quote p span{
    font-size: 2em;
}

.foto_perfil.sergio .quote p span.serg_big{
    font-size: 1.6em;
    line-height: 80%;
}

.foto_perfil.sergio .quote p span.big_bien{
    font-size: 2.2em;
    line-height: 80%;
}

.foto_perfil.sergio .quote{
    bottom: 15%;
}

.foto_perfil.sergio .quote:after{
    top: -11%;
    right: 39%;
}

.foto_perfil.salaz{
    background-image: url(../img/equipo/salaz.png);
}

.foto_perfil.salaz .quote p{
    font-size: 5em;
    line-height: 22%;

}

.foto_perfil.salaz .quote p span{
    font-size: 0.5em;
    line-height: 213%;
}

.foto_perfil.salaz .quote:after{
    right: 21%;
    top: 18%;
}

.foto_perfil.salaz .nombre h4{
    font-size: 5.25em;
}

#equipo{
    background: url(../img/sha_2.jpg) no-repeat center top;
}

.nombre{
    position: absolute;
    top: 13%;
}

.nombre h3{
    font-size: 4.375em;
    font-weight: lighter;
    color: #3a3a3a;
    text-align: right;
    margin: 0;
    line-height: 80%;

}

.nombre h4{
    font-size: 6.250em;
    font-weight: lighter;
    color: #3a3a3a;
    text-align: right;
    margin: 0;
    line-height: 80%;
}
.camilo .nombre h4{
    line-height: 112%;
}
.nombre p{
    font-size: 2.250em;
    font-weight: lighter;
    color: #3a3a3a;
    text-align: left;
    margin: 0;
    line-height: 80%;
}
.camilo .nombre p{
    line-height: 30%;
}
.tips{
    font-size:1.875em;
    color: #3a3a3a;
    text-align: right;
    margin: 0;
    line-height: 100%;
    font-weight: lighter;
}

.tips li{
    list-style: none;
}



.nombre p span, .tips span{
    color: #066178;
}

.bio{
    position: absolute;
    top: 13%;
    right: 3%;
    width: 30%;
}

.bio p{
    text-transform: none;
    font-weight: lighter;
    font-family: 'Roboto', sans-serif;
    font-size: 0.875em;
    margin: 0;
}

.bio h6{
    font-size: 1.875em;
    font-weight: lighter;
    color: #3a3a3a;
    padding: 0;
    margin: 0;
}

.tips{
    position: absolute;
    bottom: 20%;
    left: 0;
}

.quote{
    bottom: 20%;
    right: 0;
    position: absolute;
    width: 30%;

}

.quote p{
    font-size: 6.250em;
    line-height: 95%;
    margin:0;
    padding: 0;
    color: #3a3a3a;
}

.quote:after{
    background: url("../img/quote.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    content: "";
    font-size: 10.625em;
    height: 66px;
    position: absolute;
    right: 34%;
    top: -8%;
    width: 66px;
    z-index: -1;
}

.contacto{
    background: url(../img/foot_03.png) no-repeat center top;
    background-size: cover;
    position: relative;
    margin-top: -7px;

}

.contacto:after{
    background: url(../img/foot_02.png) no-repeat center bottom;
    top: -116px;
    height:116px;
    width: 100%;
    position: absolute;
    background-size: 100% auto;
}

.proyecto{
    width: 100%;
}

.contacto .five-col{
    margin-left: 10%;
}

.contacto input.text, .contacto textarea{
    width: 100%;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: none;
    padding: 0.5em;
    margin-top:1em;
    font-family: UniversLTPro-UltraCondensed;
    text-transform: uppercase;
}

.contacto textarea{
    height: 5em;
    overflow: scroll;
    resize:none;
    margin-bottom:1em; 

}

.contacto .button{
    border:0;
    float: right;
    text-align: right;
    margin-right: -16px;
}

.contacto h2{
    color: #066178;
    letter-spacing: 0.03em;
    text-align: left;
    margin-left: 10%;
    margin-top: 100px;


}

.contacto h2:after{
    background-color: #066178;
    left: 0%;
    
}

.contacto .red:after{
    display: none;
}

.contacto ul li{
    color: #fff;
    font-size: 1.8em;
    margin: 0;
    list-style: none;
    font-weight: lighter;
    letter-spacing: 0.02em;
    text-transform: uppercase;

}

.contacto ul li i{
    width: 68px;
    height: 68px;
    background: url(../img/icons_contacto.png);
    display: block;
    float: left;
    margin-right: 10px;
}

.contacto ul li.adr p{
    margin-top: 0;
}

.contacto ul li.tel i{
    background-position: -68px 0px;
}

.contacto ul li.mail i{
    background-position: -132px 0px;
}

.contacto ul li.tel p{
    padding-top: 5px;
}

.contacto ul li.mail p{
    padding-top: 20px;
}

.contacto ul p{
    line-height: 100%;
}

.check-politicas, .check-politicas a{
    color: #fff;
    font-family: sans-serif;
    font-size: 13px;
}
.social_nav{
    max-width: 40%;
    margin: 0 auto;
    margin-top: 105px;
    border-bottom: 3px solid red;
    padding: 0;
}

.contacto ul.social_nav li{
    float: left;
    margin-left:67px;
    padding-bottom: 10px;
    text-indent: -9999px;
}

.social_nav li a{
    display: block;
}

.social_nav span{
    font-size: 0.8em;
}

.social_nav li:first-child {
    padding-left: 47px;
}

.social_nav p{
    color: #c8c8c8;
    text-transform: uppercase;
    width: 100%;   
    float: left;
    text-align: center; 
}

.social_nav li a{
    height: 45px;
    width: 45px;
    background: url(../img/social_icons.png);
    display: block;
}

.social_nav a{
    color: #c8c8c8;
}

.social_nav a.facebook{
    background-position: 0px -45px;
}

.social_nav a.twitter{
    background-position: -45px -45px;

}

.social_nav a.youtube{
    background-position: -90px -45px;
}


.social_nav a.facebook:hover{
    background-position: 0px 0px;
}

.social_nav a.twitter:hover{
    background-position: -45px 0px;

}

.social_nav a.youtube:hover{
    background-position: -90px 0px;
}



/* ==========================================================================
   Menu states
   ========================================================================== */

.fixed .small_bar{
    margin-top: -4px;
}

.fixed .small_bar h1 a{
    height: 32px;
}

.fixed.black_bar, .fixed.black2_bar, .fixed.black3_bar{
    background: #000;
}

.fixed.white_bar, .fixed.white2_bar, .fixed.white3_bar{
    background: #fff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.fixed.red_bar{
    background:#c7171d;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.fixed.small_bar ul{
    margin-top: 0;
}

.fixed.small_bar h1{
    margin: 0.3em 0;
}

.small_bar .main_nav{
    margin-top: 1.6em;
}

.fixed.black_bar h1 a, .fixed.black2_bar h1 a, .fixed.black3_bar h1 a, .fixed.red_bar h1 a{
    background: url(../img/logo-w-small.svg) no-repeat center;
     color: #fff;
}

.black2_bar .main_nav ul li a, .black_bar .main_nav ul li a{
    color: #ccc;
}

.black_bar .main_nav ul li a.active, .black2_bar .main_nav ul li a.active{
    color: red;
}

.fixed.white_bar h1 a, .fixed.white2_bar h1 a, .fixed.white3_bar h1 a{
    background: url(../img/logo-c-small.svg) no-repeat center;
    
}

#familia{
    background: url(../img/shadow-5.png) no-repeat bottom center;
}

#familia .four-col a{
    color: #888;
    font-family: roboto;
    font-size: 0.9em;
    font-weight: lighter;
    text-decoration: none;
    text-transform: ;
    letter-spacing: 0.1em;
}

#familia .four-col p{
    margin-top: 0;
}


/* ==========================================================================
   Slider
   ========================================================================== */

.bx-prev, .bx-next{
    display: block;
    width: 47px;
    height: 86px;
    position: absolute;
    background: yellow;
    z-index: 9;
    top: 45%;
    text-indent: -9999px;
    background: url(../img/slider_arrow.png);
}

.bx-prev{
    left:-3em;
}

.bx-next{
    right: -3em;
    background-position: 0 -86px;
}

.bx-prev:hover{
    background-position: -47px 0;
}

.bx-next:hover{
    background-position: -47px -86px;
}


.bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 4em;
    position: relative;
    margin-top: -5em;
    z-index: 9;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    background: #ddd;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    z-index: 999;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: red;
}





/* ==========================================================================
   Botones
   ========================================================================== */

.button{
    display: inline-block;
    text-decoration: none;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    position: relative;
    font-weight: lighter;
}

.large{
    font-size: 1.063em;
    padding: 1em 1.375em;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding-right: 3.2em;
}



.medium{
    font-size: 1em;
    padding: 0.7em 1.4em;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}


.red{
    background: #066178; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMjIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzE0MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #066178 0%, #cc1418 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066178), color-stop(100%,#cc1418)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #066178 0%,#cc1418 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #066178 0%,#cc1418 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #066178 0%,#cc1418 100%); /* IE10+ */
    background: linear-gradient(to bottom, #066178 0%,#cc1418 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#066178', endColorstr='#cc1418',GradientType=0 ); /* IE6-8 */
    box-shadow: -1px -1px 0px #e56267; 
}

.red:after{
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(../img/arrow_d.svg) no-repeat center #c0171a;
    background-size:50%;
    position: absolute;
    border-radius: 100%;
    right: 1em;
    box-shadow: 0px 1px 0px #e25357, 0px 1px 0px #b91216 inset;
    transition: all .5s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
    top:17px;
}

.back_to_site{
    float: none
}


.red:hover{
    background: #066178; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RiMjIyOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYzE0MTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #cc1418 0%,#066178  100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#066178), color-stop(100%,#cc1418)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #cc1418  0%,#066178 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #cc1418 #066178 0%,#066178 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #cc1418 #066178 0%,#066178 100%); /* IE10+ */
    background: linear-gradient(to bottom, #cc1418 0%,#066178 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc1418', endColorstr='#066178',GradientType=0 ); /* IE6-8 */
    box-shadow: -1px -1px 0px #e56267; 

}

.red:hover.red:after{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
    box-shadow: 1px 0px 0px #e25357, 1px 0px 0px #b91216 inset;
}


.black{
    background: #353535; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzM1MzUzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMxNjE2MTYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #353535 0%, #161616 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#353535), color-stop(100%,#161616)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #353535 0%,#161616 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #353535 0%,#161616 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #353535 0%,#161616 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #353535 0%,#161616 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#161616',GradientType=0 ); /* IE6-8 */
    box-shadow: -1px -1px 0px #707070; 
}

.black:after{
    content: "";
    width: 1.5em;
    height: 1.5em;
    background: url(../img/arrow_d.svg) no-repeat center #181818;
    background-size:50%;
    position: absolute;
    border-radius: 100%;
    right: 1em;
    box-shadow: 0px 1px 0px #606060, 0px 1px 0px #000 inset;
    transition: all .5s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}


.black:hover{
    background: #161616; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE2MTYxNiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzNTM1MzUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #161616 0%, #353535 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#161616), color-stop(100%,#353535)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #161616 0%,#353535 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #161616 0%,#353535 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #161616 0%,#353535 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #161616 0%,#353535 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#161616', endColorstr='#353535',GradientType=0 ); /* IE6-8 */


}

.black:hover.black:after{
    transform:rotate(90deg);
    -ms-transform:rotate(90deg); /* IE 9 */
    -webkit-transform:rotate(90deg); /* Opera, Chrome, and Safari */
    box-shadow: 1px 0px 0px #606060, 1px 0px 0px #000 inset;
}

.certification-logo{
    margin-top: 10px;
    padding-right: 10px;
}

ul.tips img:nth-of-type(2) {
    padding: 0px;
}

/* ==========================================================================
   CTA empleo
   ========================================================================== */

.empleo-cta{
    position: fixed;
    z-index: 9999;
    right: 5%;
    bottom:-3em;
}

.empleo-cta.active{
    bottom:0.8em;
}

.empleo-cta a{
    -webkit-border-top-left-radius: 4px;
    -webkit-border-bottom-left-radius: 0px;
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 0px;

    -moz-border-radius-topleft: 4px;
    -moz-border-radius-bottomleft: 0px;
    -moz-border-radius-topright: 4px;
    -moz-border-radius-bottomright: 0px;

    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    background:#222;
    box-shadow: 0px -1px 0px #333, 0px -2px 0px #d71e24 inset;
    color: #fff;
    font-weight: lighter;
    text-decoration: none;
    padding: 1em;
    font-size: 0.95em;
    letter-spacing: 0.03em;
}

.empleo-cta a:hover{
    background: #d71e25;
    box-shadow: 0px -1px 0px #ed484e;
}







/* ==========================================================================
   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;
    }
}



/* ==========================================================================
+++++++++++++++++++ ESTILOS AMPLIACIÓN DE PROYECTOS +++++++++++++++++++
   ========================================================================== */

.proyecto .container{
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    float: none;
    position: relative;
    font-family: 'UniversLTPro-UltraCondensed';
}

.proyecto header{
    border-bottom: 1px solid #dfdfdf;
}

.proyecto .sub-menu{
    font-family: 'Roboto', sans-serif;
}

.proyecto .sub-menu li{
    list-style: none;
    display: inline-block;
    color: #666;
    font-weight: lighter;
}

.proyecto .sub-menu a{
    text-decoration: none;
    color: #454545;
    font-weight: lighter;
    font-size: 14px;
    display: inline-block;
    margin-top: 1em;

}

.proyecto .sub-menu{
    position: relative;
}

.proyecto .sub-menu ul{
    position: absolute;
    right: 0;
    top: 0;
    margin-top:0;

}

.proyecto h1{
    text-indent: -9999px;
    display: inline-block;
    margin: 0.4em 0;
}

.proyecto h1 a{
    width: 143px;
    height: 38px;
    background: url(../img/logo-e-small.png) no-repeat center center;
    display: block;
}

.proyecto nav{
    float: right;
    font-family: 'Roboto', sans-serif;
}

.proyecto nav li{
    display: inline-block;
    font-size: 13px;
    color: #454545;
    font-weight:lighter;
}

.proyecto nav a.fb{
    margin-left: 10px;
}

.proyecto nav a.fb, .proyecto nav a.tw{
    background-image: url(../img/redes-proyectos.jpg);
    display: block;
    width: 20px;
    height: 20px;
}

.proyecto nav a.tw{
    background-position: right;
}

.proyecto .button{
    padding: 0.5em;
    border-radius: 4px;
    margin-left: 20px;
    box-shadow: none;
    padding: 0.5em 1em;
}

.proyecto .button:after{
    display: none;

}

.proyecto h2{
    font-family: UniversLTPro-UltraCondensed;
}

.proyecto .right-side{
    width: 35%;
    z-index: 999;
    right: 5%;
    display: inline-block; 
    vertical-align: top;
    margin-top: 90px;
    margin-left: 5%;
}

.proyecto .slider-wrapper{
    width:55%;
    display: inline-block; 
}

.proyecto .slider-wrapper img{
    max-width:100%;
}

.proyecto .img{
    text-align: right;
}

.proyecto .right-side h2{
    font-family: UniversLTPro-UltraCondensed;
    text-align: left;   
    font-size: 60px;
    margin-bottom: 0;
    line-height: 88%;
    word-break: break-word;
}

.proyecto .right-side p{
    font-family: 'Roboto', sans-serif;
    color:#454545;
    font-size: 0.9em;
    font-weight: lighter;
}

.proyecto .legal{
    text-align: center;
    margin-top: 50px;
    font-family: UniversLTPro-UltraCondensed;
    text-transform: uppercase;
    color: #454545;
}

.proyecto .indent{
    text-indent: -99999px;
}

.proyecto .sub-menu a:hover{
    color: #d92027;
}

.proyecto .volver{
    position: relative;
}

.proyecto .volver:after, .proyecto .prev-p:after{
    content: "";
    left: -15px;
    width: 9px;
    height: 13px;
    top:4px;
    background: url(../img/arrow-xs.jpg) no-repeat;
    position:absolute;

}

.proyecto .volver:hover:after, .proyecto .prev-p:hover:after{
    left: -20px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.proyecto .prev-p{
    position: relative;
}

.proyecto .next-p{
    position: relative;
}

.proyecto .next-p:after{
    content: "";
    right: -15px;
    width: 9px;
    height: 13px;
    top:4px;
    background: url(../img/arrow-xs.jpg) no-repeat;
    position:absolute;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg); /* IE 9 */
    -webkit-transform:rotate(180deg); /* Opera, Chrome, and Safari */
}

.proyecto .next-p:hover:after{
    right: -20px;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -moz-transition: all .2s linear;
    -o-transition: all .2s linear;
}

.proyecto .cliente-p span{
    font-family: 'Roboto', sans-serif;
    text-transform: uppercase;
    color: #454545;
    font-weight: lighter;
    margin-right: 20px;
    margin-top: 10px;
    float: left;

}

.proyecto .cliente-p img{
    margin-top: 0px;
}








