@font-face {
    font-family: 'STHEITITC-MEDIUM';
    src: url('./fonts/STHEITITC-MEDIUM.TTF');
    src: url('./fonts/STHEITITC-MEDIUM.TTF') format('embedded-opentype'),
         url('./fonts/STHEITITC-MEDIUM.TTF') format('TTF'),
         url('./fonts/STHEITITC-MEDIUM.TTF') format('TTF'),
         url('./fonts/STHEITITC-MEDIUM.TTF')  format('truetype'),
         url('./fonts/STHEITITC-MEDIUM.TTF') format('svg');
  }

@font-face {
    font-family: 'Encode Sans Semi Condensed';
    font-style: normal;
    font-display: swap;
    font-weight: 400;
    src: local('Encode Sans Semi Condensed Regular'), local('EncodeSansSemiCondensed-Regular'), url(https://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT4oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1yW9MQ.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Encode Sans Semi Condensed';
    font-style: normal;
    font-display: swap;
    font-weight: 500;
    src: local('Encode Sans Semi Condensed Medium'), local('EncodeSansSemiCondensed-Medium'), url(https://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1Rl19FAZ9U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
  /* latin */
  @font-face {
    font-family: 'Encode Sans Semi Condensed';
    font-style: normal;
    font-display: swap;
    font-weight: 600;
    src: local('Encode Sans Semi Condensed SemiBold'), local('EncodeSansSemiCondensed-SemiBold'), url(https://fonts.gstatic.com/s/encodesanssemicondensed/v2/3qT7oiKqnDuUtQUEHMoXcmspmy55SFWrXFRp9FTOG1RJ0NFAZ9U.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
  }
body, html {
	color:#313233;
	font:14px 'Encode Sans Semi Condensed', sans-serif;
	font-weight: 400;
	height:100%;
	margin:0px;
	min-height:100%;
	padding:0px;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, img { display:block }
table { border:none; border-collapse:collapse }
a {
    color:#717275;
	cursor:pointer;
	text-decoration:none;
	outline:none;
}
a:hover {
    color: #00416b;
}

p, form, input, ul, h1, h2, h3, h4, h5, figure, hr, span {
	margin:0px;
	padding:0px;
}
ul li { list-style-type:none; list-style-position:outside; list-style: none;}
img { border:0px; display:inline-block; }
input, textarea, select {
	font: 14px 'Encode Sans Semi Condensed', sans-serif;
	font-weight: 300;
	outline:none;
	border:none;
	resize:none;
	border-radius:0px;
}
footer {   border-top: #c0c0c0 1px solid;}
strong { font-weight: 500 }
input[type='text'], input[type='password'], input[type='button'], input[type='submit'], textarea { -webkit-appearance:none; }
input[type="submit"], input[type="button"] { cursor:pointer; }
input::-moz-focus-inner { border:0; padding:0 }
input[type=radio]:checked ~ .check::before{ background: #717275;}
input[type=radio]:checked ~ label{ color: #717275;}

::selection { background:#717275; color:#fff; padding:20px; }
::-moz-selection { background:#717275; color:#fff; }
* {
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.generalWrap {
    max-width: 1920px;
}

section, header, footer {
    margin: 0 auto;
    width: 70%;
}
header {
    box-shadow: 0 8px 4px -10px rgb(138, 138, 138);
    -moz-box-shadow: 0 8px 4px -10px rgb(138, 138, 138);
    -webkit-box-shadow: 0 8px 4px -10px rgb(138, 138, 138);
}
section{
    padding: 30px 0px 87px 0px;
}
section h1  {
    color: #00416b;
 }
footer {
    min-height: 200px;
}
.gridF {
    color: #717275;
    display: grid;
    grid-template-rows: auto;
    grid-template-columns:  20% 22% 50%;
    column-gap: 2%;
    padding: 45px 0px;
    text-transform: uppercase;
}
footer > p {
    font-size: 0.8em;
    text-align: center;
}
.contactTxt p, .ubicacion p , .correo p{
    line-height: 1.5;
    margin-right: 15px;
    padding: 10px 20px 0px 0px ;
}
.ubicacion p {
    padding: 10px 0px;
}

.contactTxt > h4, .correo > h4, .ubicacion > h4,
.contactTxt p, .ubicacion p , .correo p {
    /* font-size: 1em; */
    font-size: 0.95em;
}
.btn {
    padding: 5px;
    text-transform: uppercase;
}
h1 { font-size: 2.8em; /*38px*/
    font-weight: 400;
    text-transform: uppercase;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
}
h2 {
    font-size: 24px;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
}
h3 {
    font-size: 22px;
    font-weight: 400;
}
h4 { font-size: 19px;}

p {
    font-size: 1.1em;
    line-height: 1.5;
    margin-bottom: 22px;
}

@media only screen and (max-width:1800px) {
    section, header,footer {
        margin: 0 auto;
    }
}

@media only screen and (max-width:1600px) {
    section, header,footer {
        width: 75%;
        margin: 0 auto;
    }
    h1 {font-size: 2.3em;}
    
    .gridF {
        grid-template-columns: 20% 24% 46%;
    }
}
@media only screen and (max-width:1100px) {
    section, header,footer {
        width: 100%;
        margin: 0px 0px;
    }

    h2 { font-size: 2em;}

    .gridF {
        justify-content: center;
        grid-template-columns: 22% 30% 42%;;
    }
}


@media only screen and (max-width:700px) {
section, header {
    width: 100%;
    margin: 0px 0px;
}
footer {
    width: 90%;
    text-align: center;
    margin: 100px auto;
    padding: 30px 0px;
}
.contactTxt p, .ubicacion p {
    line-height: 1.5;
    padding: 0px ;
    margin: 0px;
}
.socialsF a {
    margin: 3%;
}
.gridF {
    grid-template-columns: 100%;
    line-height: 1.5;
    padding: 0px 2px;
}

h1 { font-size: 2em;}
h2 { font-size: 1.5em;}

.contactTxt p, .ubicacion p , .correo p{
    padding: 8px 0px ;
    margin-right: 0px;
}
}

/* ---------------------------Header----------------------------- */
.menu  {
    width: 100%;
    margin: 0 auto;
}

.menuBar > a > i{
    font-size: 24px;
    color: #00416b;
    padding: 5px;
    text-align: right;
    position: relative;
    display: none;
    float: right;
    top: 0;
}

.nav-collapse ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: block;
    list-style: none;
  }

  .nav-collapse li a{
    width: 100%;
    display: table;
  }

.js .nav-collapse {
    clip: rect(0 0 0 0);
    height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1;
  }
nav {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 62%;
    height: 112px;
    justify-content: end;
    text-transform: uppercase;
    align-content: center;
}
nav ul li {
    position: relative;
}

.row {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(6, auto);
    justify-items: center;
}


.row li a.lang, .row li:nth-child(7) a.lang {
    font-size: 12px;
    padding-top: 3px;
   }
   .row li:hover a.lang, .row li:hover a.lang {
       color: #00406b;
   }
   .row li:hover:nth-child(6) a img, .row li:hover:nth-child(7) a img,.lang > a:hover img {
       opacity: 0.7;
   }
   
   .row li:hover:nth-child(6) a:after, .row li:hover:nth-child(7) a:after,.lang > ul > li:hover a:after {
       display: none;
      position: absolute; /*hover redondo*/
       border: 1px solid #00406b;
       padding: 11px 6px;
       top: -2px;
       left: -7px;
       background: none;
       border-radius: 14px;
   }
   .row li:nth-child(6) a img { 
       background-repeat: no-repeat;
       width: 25px;
       height: 15px;
   }
   
   
   .row li:nth-child(6) {
       margin-right: -17px;
   }


.row li a {
    display: table;
    font-weight: 400;
    font-size: 17px;
}

.row li:hover a {
    color: #00416b;
}


.row  li:hover  a:after {
    content: " ";
    height: 2px;
    background-color: #00416b;
    bottom: -7px;
    position: absolute;
    display: table;
    width:100%;
}


.logo {
    background-image: url(../img/lpa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 19%;
    height: 57px;
    position: absolute;
    top: 35px;
    transition: all .3s;
}

.page:after{
    content: " ";
    height: 2px;
    background-color: #00416b;
    display: block;
    width: 100%;
    position: absolute;
    bottom: -7px;
}

.pageLang:after {
    position: absolute;
    content: " ";
    color: #00406b;
    border: 1px solid #00406b;
}


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

    .logo {
        width: 24%;
        top: 42px;
    }
}


@media only screen and (max-width:1100px) {
    .menu { padding-left:2% ;}
    .logo {
        width: 31%;
    }

    .row {
        text-align: right;
        grid-gap: 2%;
        padding-right: 33px;
    }

}

@media only screen and (max-width:845px){
    .menu {
        margin: 0px;
        padding-left: 0px ;
    }
    nav {
        display: block;
        position: absolute;
        padding: 0px;
        z-index: 1000;
        width: 100%;
    }
    .menuBar {
        display: grid;
        grid-template-columns: 82% 11%;
        grid-template-rows: auto;
        align-items: center;
        margin: 0px 17px;
    }
    .menuBar a i { display: block;}
    .logo {
        width: 44%;
        position: relative;
        top: 8px;
    }

    .row {
        display: none;
        background-color: #00406bf3;
        width:100%;
        margin: 0px 0px;
        padding: 0px;
    }

    .row li {
        border-top: 1px solid #b0b1b167 ;
        width: 100%;
    }
    .row li a {
        color: #fff;
        padding: 15px 0px;
        text-align: center;
        margin: 0 auto;
    }
    .row li:hover {
        background-color: #ffffffe5;
        border-bottom: none;
    }
    .row li:hover a {
        color: #00416b;
    }
    .row li:hover a:after {
        display: none;
    }
    .row li:nth-child(6) a img { 
        display: none;
    }

}
@media only screen and (max-width:650px){
    .logo {
        width: 54%;
        position: relative;
        top:9px;
        }
}
@media only screen and (max-width:556px){
    .logo {
        width: 60%;
        }
}

@media only screen and (max-width:500px){
    .logo {
        width: 80%;
        }
}
 /* ---------------------Banner--------------------- */

.bgBanner {
    background-size: cover ;
    background-repeat: no-repeat;
    padding-bottom: 36%;
    position: relative;
    width: 100%;
}
.colorFilter {
    height: 100%;
    left: 0;
    opacity: .8;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.contentTxtBanner {
    color: #fff;
    height: 100%;
    left: 0;
    line-height: 1.5;
    padding: 10px 36px;
    position: absolute;
    top: 0;
    width: 43%;
    display: grid;
    align-content: center;
}

.contentTxtBanner h1 {
    color: #fff;
    font-weight: 300;
    position: relative;
}
.contentTxtBanner p {
    font-family: 'STHEITITC-MEDIUM', sans-serif ;
    font-size: 17px;
    font-style: italic;
    font-weight: 400;
    line-height: 25px;
    position: relative;
}
.contentTxtBanner span {
      font-style: normal;
      text-transform: uppercase;
}
.owl-dots {
    text-align: center;
}
.owl-carousel .owl-dot{
    width: 10px;
    height: 10px;
    background-color: #808184 !important;
    border-radius: 10px;
    margin: 10px 5px;
    transition: all .4s;
    text-align: center;
}
.owl-carousel .owl-dot:hover {
    background-color: rgb(51, 86, 121) !important;
}
.owl-theme .owl-dots .owl-dot.active {
    background:#00416b !important;
}

@media only screen and (max-width:1600px) {
    .bgBanner { padding-bottom: 50% }
}
@media only screen and (max-width:1340px) {
    .contentTxtBanner p { font-size: 15px; line-height: 20px }
}
@media only screen and (max-width:910px) {
    .bgBanner { padding-bottom: 62% }
    .contentTxtBanner { bottom: 0; height: auto; top: initial; width: 100% }
}
@media only screen and (max-width:750px) {
    .bgBanner { padding-bottom: 34% }
    .contentTxtBanner { position: relative; }
    .colorFilter { opacity: 1 }
}






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

.quienesSomos {
    padding-top: 20px;
}

#quienesSomos h1 {
    text-align: center;
}

.imgQ {
    background-color: #bdbdbd;
    background-repeat: no-repeat;
    background-size: cover;
    vertical-align: middle;
    width: 46%;
    height: 400px;
    justify-self: stretch;
    float: left;
    margin: 5px 25px 0px 0px;
}

.quienesSomos .btn {
    color: #fff;
    background-color: #00416b;
    padding: 7px 14px;
    border: 0px;
    font-size: 15px;
}
.quienesSomos .btn:hover {
    background-color: #045d98;
}

.quienesSomos .contentText p {
    margin-bottom: 24px;
    text-align: justify;
}


@media only screen and (max-width:1685px) {
    .quienesSomos .contentText .imgQ {
        width: 49%;
        height: 270px;
     }
}
@media only screen and (max-width:1100px) {
    .quienesSomos .contentText {
        display: grid;
        grid-template-rows: auto;
        grid-template-columns: 100%;
        grid-row-gap: 3%;
        overflow: unset;
        margin-bottom: 30px;
    }
    .quienesSomos .contentText .imgQ {
        width: 95%;
        height: 300px;
        margin: 0 auto;
     }
     .contentText p {
        padding:  0px 20px;
    }
}
@media only screen and (max-width:700px){

    .quienesSomos .contentText .imgQ {
       width: 100%;
       height: 360px;
    }


    .contentText p {
        padding: 10px;
    }

}

@media only screen and (max-width:400px){
    .quienesSomos .contentText .imgQ {
        width: 100%;
        height: 150px;
     }
}

/*------------------ SERVICIOS -------------------*/

.servicios .contentText {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 50% 50%;
    grid-column-gap: 3%;
}

.servicios  h1 {
    text-align: center;
    padding-bottom: 20px;
}

.servicios .contentText p {
    text-align: justify;
}

.servicios .imgQ {
    background-color: #717275;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 470px;
    justify-self: stretch;
    margin: 5px 25px 5px 0px;
}
.filtro {
    height: 100%;
    width: 100%;
    opacity: .8;
}

 .servicios h3 {
    text-align: left;
    color: #00406b;
    font-weight: 300;
    padding: 20px 0px;
}
.txts ul {
    columns: 2;
}
.txts p {
margin-bottom: 18px;
}

.txts li{
    position: relative;
    padding: 0px 0px 7px 14px;
}

.txts li:before {
    background: #00406b;
    border-radius: 5px;
    content: "";
    height: 7px;
    left: 0;
    position: absolute;
    top:6px;
    width: 7px;
}


.servicios h3, .servicios ul {
    padding-left: 12px;
}


@media only screen and (max-width:1900px) {
    .txts ul {
        columns: 2;
    }
    .servicios .imgQ {
        height: 345px;
    }
}
@media only screen and (max-width:1500px) {
    .servicios .contentText {
        grid-template-columns: 45% auto;
    }
    .txts ul {
        columns: 2;
    }
    .servicios .imgQ {
        height: 270px;
    }
}
@media only screen and (max-width:1325px){
    .txts ul {
        columns: 1;
    }
}
@media only screen and (max-width:700px) {
    .servicios .contentText {
        grid-template-columns: 100%;
    }
    .txts ul {
        columns: 2;
    }

    .servicios .imgQ {

        height: 400px;

    }

}
@media only screen and (max-width:500px) {
    .servicios .contentText {
        grid-template-columns: 100%;
    }
    .txts ul {
        columns: 1;
    }

    .servicios .imgQ {

        height: 248px;

    }

}

  /*--------------------- EQUIPO ---------------------*/
    #equipo h1 {
        text-align: center;
    }

  .gridE {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: repeat(3, 1fr );
    grid-column-gap: 12%;
    grid-row-gap: 40px;
    margin-top: 40px;
    width: 100%;
  }

  .img {
    align-content: center;
    color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    height: 500px;
    position: relative;
    transition: .5s ease;
    justify-self: stretch;
  }
.img p {
    color: #fff;
    background-color: #00406bcf;
    bottom: 0;
    left:50%;
    margin: 0;
    padding: 10px;
    position: absolute;
    text-align: center;
    transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    width: 100%;
}
.img:hover {
    box-shadow: 0px 4px 14px #888888
}


@media only screen and (max-width:1800px) {
   .img{
       height: 350px;
   }
   .img:hover {
    box-shadow: 0px 4px 14px #888888
}
.img:hover p  {
    opacity: 1;

}

}

@media only screen and (max-width:1200px) {
    #equipo {
        width: 90%;
        margin: 0 auto;
    }
    .gridE {
        grid-template-columns: 40% 40% ;
        justify-content: center;
        grid-row-gap: 45px;
    }
    .img {
          height: 416px;
    }

    .img {
        box-shadow: 0px;
    }
    .img p  {
        opacity: unset;

    }
}
@media only screen and (max-width:700px) {
    #equipo {
        width: 95%;
        margin: 0 auto;
    }
    .gridE {
        grid-template-columns: 68%;
    }
    .img {
        height: 428px;
  }
}

@media only screen and (max-width:600px) {
    .img{
        height: 380px;
    }
}
@media only screen and (max-width:500px) {
    .img{
        height: 365px;
    }
}

/*-------------------- CONTACTO -----------------------*/
#contacto h2 {
    color: #00416b;
}
.gridC {
    display: grid;
    grid-gap: 2%;
    grid-template-rows: auto;
    grid-template-columns: 45% 53%;
}

.imgB {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    position: relative;
}
#contacto .filtro {
    opacity: .8;
    position: absolute;
    height: 100%;
}
.formulario {
    height: 530px;
    padding: 20px;
    position: relative;
}

.formulario .btn {
    color: #00416b;
    background-color: #fefeff;
    padding: 7px 14px;
    border: 0px;
    font-size: 15px;
}

.formulario .btn:hover {
    background-color: #dfe4e8;
}



.ubicacionMap {
    width: 100%;
}
.ubicacionMap h2, .unomas h2 {
    font-weight: 300;
    padding: 15px 0px;
}
input , textarea {
    color: #00416b;
    background-color: #fff;
    display: block;
    letter-spacing: 1px;
    margin: 20px auto;
    padding: 11px 10px;
    width: 100%;
}
.formulario input, .formulario textarea {
    margin-bottom: 31px;
}
textarea {
    height: 108px;
    margin-bottom: 15px;
}

/*----------------------------------- clases error ------------------------------*/
.loading {
    margin-left: 91px;
    margin-top: -32px;
}
.captcha {
    padding: 11px 0px 11px 120px;
}
.formulario .error {
    border: solid 1px #bd2222;
    box-shadow: 0px 0px 7px #bd2222
}

.msjEnviado, .msjError {
    color: #fff;
}

/*---------------- eliminar mapa ---------------*/
.mapa {
    width: 100%;
    height: 459px;
    background-size: cover;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}


@media only screen and (max-width:1100px) {
    .gridC {
        grid-template-columns: 88%;
        justify-content: center;
    }
}
@media only screen and (max-width:700px) {
    .gridC {
        grid-template-columns: 98%;
        justify-content: center;
    }
    .formulario {
        width: 100%;
    }
}

/* --------------------- cv ------------------------- */
.gridCv {
    display: grid;
    grid-template-columns: 65% 1fr;
    grid-template-rows: auto;
    grid-column-gap: 2%;
}

.gridDatos {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 20% 1fr;
    grid-gap: 2%;;
}
.descripcion {
    overflow: auto;
}

.foto {
    width: 20%;
    height: 362px;
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
}
.contactoM {
    width: 100%;
    height: auto;
    background-color: #fff;
    color: #00416b;
    padding-left: 39px;
    border-left: #c0c1c2 1px solid;
}

.contactoM input, .contactoM textarea  {
    border: #c0c1c2 1px solid;
    margin-top: 10px;
}
#cv .descripcion h1 {
    text-align: left;
}
#cv h2 {
    text-align: center;
    font-weight: 300;
}
#cv h3 {
    align-self: end;
    color: #00416b;
    font-family: 'Encode Sans Semi Condensed', sans-serif;
}
#cv h3 {
    padding-top: 10px;
    padding-bottom: 5px;
}
.descripcion {
    padding-left: 20px;
    text-align: justify;
}
.descripcion span {
    font-size: 18px;
}
.texto {
    padding: 15px 0;
    grid-column: 1/ span 2;
}
.contactoM > button {
    background: #00416b;
    border: unset;
    font-size: 14px;
    color: #fff;
    padding: 5px 3%;
}
.contactoM > button:hover {
    background-color: #045d98;
}

#cv > .btn {
    padding: 5px 10px;
    font-weight: 400;
    font-size: 15px;
    background-color: unset;
    border: unset;
    color: #717275;
}

#cv > .btn:hover {
    color: #00416b;
    border: unset;
}

@media only screen and (max-width: 1850px) {
    .foto {
        width: 20%;
    height: 281px;
    margin-right: 3%;
    margin-bottom: 15px;
    }
}

@media only screen and (max-width: 1100px) {
    .gridCv {
        grid-template-columns: auto;
        grid-row-gap: 10px;
    }
    .gridDatos {
        padding: 0px  2%;
    }
    .contactoM, .descripcion {
        padding: 0px  2%;
        border: 0px;
    }
    .contactoM > button {
        margin-bottom: 20px;
    }
    .foto {
        width: 45%;
        height: 347px;
        margin-right: 3%;
        margin-bottom: 15px;
    }
}

@media only screen and (max-width: 700px) {
    .gridCv {
        grid-template-columns: 100%;
    }

    .gridDatos {
        grid-template-columns: 100%;
    }

    .foto {
        background-size: cover;
        width: 100%;
        height: 550px;
        margin: 0px auto 30px auto;
    }
    .descripcion , #cv p {
        grid: 100%;
    }
    .contactoM {
        margin-top: 65px;
    }
    .contactoM, .descripcion, .texto {
        padding: 0px  2%;
        border: 0px;
    }
    .texto {
        grid-column: 1;
    }
    #cv .descripcion h2 , #cv .descripcion h1{
        text-align: center;
        padding-top: 15px;
    }
}
@media only screen and (max-width: 400px) {
    .foto {
        width: 100%;
        margin: 0px auto 30px auto;
        height: 600px;
    }
}

/*------------------------------- idiomas -----------------------------*/
.lang > ul > li, .lang {
    display: inline-block;
    padding: 20px 5px;
}

.lang a img {
    background-repeat: no-repeat;
    width: 25px;
    height: 17px;
}