 /*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*
  
    01. GENERALES
    02. LOADING
    03. HEADER
    04. FOOTER
    05. BANNER TXT
        * img bckground circulos 
    06. PORTAFOLIO
    07. CONTACTO
    08. PROYECTO INTERIOR GENERAL
    09. GALERIA
    10. INTERIORES GRAFICO
    11. MAS PROYECTOS
    12. BOTON SUBIR
    13. AVISO DE PRIVACIDAD
    14. PROCESA
    15. SCROLL


_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_*_* */

/* *********************************************** 
  01. GENERALES
************************************************ */
*{margin:0; padding: 0;}

*, *::after, *::before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;}

*::after, *::before {content: '';}

html, body {height: 100%;}

body {
  font-size: 1.1em;
  line-height: 1.7em;
  font-family: 'Montserrat', sans-serif;
  color: #42526a;}

.fontJet{font-family: 'JetBrains Mono', monospace;}
.rosa{color:#F27281;}
.rosaLight{color:#ed9f93;}
.bold{font-weight: 700;}

a{
  color: inherit;
  display: block;
  text-decoration: none;
  transition: all 0.5s ease;}

ul, ol{list-style: none;}
img,button{border:0; outline:0;}
button{background: transparent;}
img{width:100%; height: auto;}

@media (min-width: 100px) {.container{width:100%; padding: 0 20px;}}
@media (min-width: 481px) {.container{width:90%; padding: 0 20px;}}
@media (min-width: 768px) {.container{width:750px; padding: 0 20px;}}
@media (min-width: 992px) {.container{width:970px; padding: 0px;}}
@media (min-width: 1200px){.container{width:1170px; padding: 0px;}}

.container{
  height: auto;
  margin: 0 auto;
  overflow: hidden;}

.back80, .back20, .back50{
  height:auto;
  float: left;}

.back50a{float: right;}

.back100{
  height: auto;
  min-height: 0;
  overflow: hidden;}

.back100{width: 100%;}
.back80{width: 80%;}
.back50{width: 47%;}
.back20{width: 20%;}
.back70{
  width: 67%;
  height: auto;
  float: right;}

.back30{
  width: 28%;
  height: auto;
  float: left;}

.RespMovil{display: none!important;}

@media (max-width: 767px){
  .RespMovil{display: block!important;}
  .RespDesk{display:none!important;}

  .back70, .back30, .back50{
    float: none;
    width: 100%;}

  .back70 img.imgEscritorio{margin-top: 70px}
}

/*Titulos*/
h1,h2,h3,h4,h5,h6{
  display: block;
  font-weight: normal;
  font-family: 'Montserrat', sans-serif;}

/* *********************************************** 
  02. LOADING
************************************************ */
.loading{
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background: url(../img/logoCRLloading.gif) center no-repeat #fff;}

/* *********************************************** 
  03. HEADER
************************************************ */
header {z-index: 3;}

  /* logotipo */
  #logotipo{
    width: 100%;
    max-width: 200px;
    height: auto;
    display: block;
    padding: 25px 0;}

  #logotipo img{
    width: 50px;
    height: auto;
    display: block;}

  #logotipo h2{
    font-size: 13px;
    font-weight: 600;
    margin-top: 10px;}

@media (min-width:601px){
  header{
    width: 30%;
    float: left;}

  /*menu horizontal*/ 
 .nav {
    width: 70%;
    float: right;}

  .cd-primary-nav {
    top: 77px;
    position: relative;
    float: right;}

  .cd-primary-nav li {
    display: block;
    float: left;}

  .cd-primary-nav li a{
    font-weight: 600;
    font-size: 14px;
    margin-left: 20px;}

  .cd-primary-nav li a:hover,
  .cd-primary-nav li a.active{color: #ed9f93;}

  .cd-nav-trigger, .cd-icon-close-nav{display: none;}
}

@media (max-width:600px){
   /* Menu Responsivo */
  .cd-nav-trigger {
    position: absolute;
    display: inline-block;
    top: 23px;
    right: 5%;
    height: 40px;
    width: 50px;
    z-index: 5;
    background: url(../img/menu-hamburguesa.svg) no-repeat;
    background-size: 40px 30px;
    background-position: center;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    cursor: pointer;}

  /*icono cerrar menu*/
  .cd-icon-close-nav {
    position: fixed;
    top: 23px;
    right: 5%;
    background: url(../img/icono-cerrar.svg) no-repeat;
    background-size: 25px 30px;
    background-position: center;
    z-index: 10;
    width: 40px;
    height: 40px;
    display: none;
    cursor: pointer;}

  .cd-primary-nav {
    /* by default it's hidden */
    position: fixed;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100%;
    padding: 80px 5%;
    z-index: 9;
    background-color: #ed9f93;
    overflow: auto;
    visibility: hidden;
   }

  .cd-primary-nav li {
    margin: 1.6em 0;
    text-align: center;}

  .cd-primary-nav a {
    font-size: 1.1rem;
    color: #fff;
    z-index: 9999;
    display: block;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transition: color 0.2s;
    -moz-transition: color 0.2s;
    transition: color 0.2s;}
}

/* *********************************************** 
  04. FOOTER
************************************************ */
.footerIx .container{padding: 0 35px 0 25px;}

.footerIx .redesSociales{
  display:-webkit-flex;
  display:-webkit-box;
  display:-moz-flex;
  display:-moz-box;
  display:-ms-flexbox; 
  display: flex;
  justify-content: right;
  flex-direction: row;
  align-items: center;
  float: right;}

.footerIx .redesSociales li{
  display: block;
  float: left;
  width: 33px;
  height: 33px;
  margin-right: 25px;
  transition: all 0.4s ease;}

.footerIx .redesSociales li:last-child{margin-right: 0;}

.footerIx .redesSociales li a{width: 30px; height: 30px;}

.footerIx .redesSociales li.linkedin{
  background: url(../img/linkedin.svg) no-repeat;
  background-size: 33px 33px;
  background-position: center;}

.footerIx .redesSociales li.linkedin:hover{
  background: url(../img/LinkedinBco.svg) no-repeat;
  background-size: 33px 33px;
  background-position: center;}

/*leyenda*/
.backOscuro{
  background: #42526a;
  padding: 15px 0;
  color: #fff;}

p.leyenda{
  font-weight: 600;
  font-size: 0.6em;
  opacity: 0.6;
  text-align: center;
  margin-bottom: 5px;}

p.leyenda span.light{
  white-space: pre-line;
  font-weight: 400;}

p.leyenda a{
  display: inline-block;
  font-weight: 400;}

p.leyenda a:hover{opacity: 0.5;}

p.leyenda span.corazon{
  display: inline-block;
  width: 15px;
  height: 18px;
  background-image: url(../img/corazon.svg);
  background-size: 15px 13px;
  background-position-y: 5px;
  background-repeat: no-repeat;}

@media screen and (max-width: 450px){
  .footerIx .back80,
  .footerIx .back20{width: 100%; float: none;}
  .footerIx .redesSociales {
    justify-content: left;
    float: left;
    margin-top: 10px;}
}

/* *********************************************** 
  05. BANNER TXT
************************************************ */
/*img bckground circulos*/
.inicio-back{
  width: 100%;
  height: auto;
  background: url(../img/back-circulos-abajo.jpg) no-repeat;
  background-size: 100% auto;
  background-position: bottom; left;}

.inicio-back .back30, 
.inicio-back .back70{margin-top: 50px;}

.divInicio{padding: 70px 20px;}

.divInicio p{
    font-size: 25px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 5px;}

.divInicio p.rosa{font-size: 20px; display: block;}

.divInicio h1{
  font-size: 25px;
  line-height: 40px;}

.divInicio h1 span.txt{
  display: block;
  text-transform: uppercase;}

@media (min-width:992px) and (max-width:1199px){
  .divInicio{padding: 70px 0px;}
}

@media (min-width:768px) and (max-width:991px){
  .inicio-back .back30, 
  .inicio-back .back70{margin-top: 0px;}

  .divInicioImg img{margin-top: 80px;}

  .divInicio{padding: 70px 0px;}
  .divInicio p.rosa {font-size: 18px;}

  .divInicio p, .divInicio h1 {
    font-size: 22px;
    line-height: 33px;}

  .divInicio h1 span.txt {display: initial;}
}

@media (max-width:767px){

  .divInicio {padding: 20px 0px;}
  .inicio-back .back70{margin-top: 0;}
  .inicio-back .back30{margin-top: 20px;}

  .divInicioImg img{
    display: block;
    margin: auto;
    max-width: 250px;}

  .divInicio h1 span.txt {
    text-align: center;
    display: initial;}

  .divInicio p.rosa {font-size: 18px; text-align: center;}

  .divInicio p, .divInicio h1 {
    font-size: 22px;
    line-height: 33px;
    text-align: center;}
}

/* *********************************************** 
  06. PORTAFOLIO
************************************************ */
h6.titulo{
  text-align: center;
  font-size: 60px;
  font-weight: 200;
  margin-bottom: 50px;}

@media (min-width:768px) and (max-width:991px){
  h6.titulo{font-size: 50px;}
}

@media (max-width:767px){
  h6.titulo{font-size: 45px;}
}

@media (max-width:480px){
  h6.titulo{font-size: 38px;}
}


/*UL PORTAFOLIO*/
.contPortafolio{padding-top: 50px;}

@media (min-width: 992px) and (max-width: 1199px){
  .gridPortafolio{height: 795px;}
  .gridPortafolio li.gridCh{height:323px;}
  .gridPortafolio li.gridGde{height:467px;}
}

@media (min-width: 992px){
.gridPortafolio{
  width: 100%;
  position: relative;
  margin: 0 auto;}

.gridPortafolio li {
  width: 33%;
  left: 0;
  top: 0;
  z-index: 0;
  position: absolute;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  transition: transform .2s,-webkit-transform .2s;}

.gridPortafolio li.gridCh{height:360px;}
.gridPortafolio li.gridGde{height:600px;}
}

@media (max-width: 991px){
  #portafolio{padding: 80px 0 0px;}

  .gridPortafolio{
    width: 100%;
    display: block;
    height: auto;
    overflow: hidden;
    position: relative;
    margin: 0 auto;}

  .gridPortafolio li{
    width: 70%;
    position: inherit;
    display: block;
    height: auto!important;
    overflow: hidden;
    margin: 0 auto 30px;}
}

@media (max-width: 576px){
  .gridPortafolio li{width: 90%;}
}

/*IMAGENES PORTAFOLIO*/
@media (min-width: 1200px){
  .gridPortafolio{height: 1380px;}

  /*PREXCEL*/
  .gridPortafolio li.gridCentro1{
    transform: translateX(100%) translateY(0px);}

  /*WELLGREENS*/
  .gridPortafolio li.gridDer1{
    transform: translateX(200%) translateY(0px);}

  /*Epsilon Ingenieria*/
  .gridPortafolio li.gridIzq2{
    transform: translateX(0%) translateY(390px);}

  /*AQSLIM*/
  .gridPortafolio li.gridCentro2{
    transform: translateX(100%) translateY(567px);}

  /*WEB CANCELES FINOS*/
  .gridPortafolio li.gridDer2{
    transform: translateX(200%) translateY(390px);}

/*VALLARTA AND BEYOND*/
  .gridPortafolio li.gridIzq3{
    transform: translateX(0%) translateY(960px);}

/*PULSO INMOBILIARIO*/
  .gridPortafolio li.gridCentro3{
    transform: translateX(100%) translateY(960px);}

/*FORMICA*/
  .gridPortafolio li.gridDer3{
    transform: translateX(200%) translateY(960px);}
}

@media (min-width: 992px) and (max-width: 1199px){
  .gridPortafolio {height: 1115px;}

  /*PREXCEL*/
  .gridPortafolio li.gridCentro1{
    transform: translateX(100%) translateY(0px);}

  /*WELLGREENS*/
  .gridPortafolio li.gridDer1{
    transform: translateX(200%) translateY(0px);}

  /*Epsilon Ingenieria*/
  .gridPortafolio li.gridIzq2{
    transform: translateX(0%) translateY(320px);}

  /*AQSLIM*/
  .gridPortafolio li.gridCentro2{
    transform: translateX(100%) translateY(467px);}

  /*WEB CANCELES FINOS*/
  .gridPortafolio li.gridDer2{
    transform: translateX(200%) translateY(320px);}

  /*VALLARTA AND BEYOND*/
  .gridPortafolio li.gridIzq3{
    transform: translateX(0%) translateY(790px);}

  /*PULSO INMOBILIARIO*/
    .gridPortafolio li.gridCentro3{
      transform: translateX(100%) translateY(790px);}

  /*FORMICA*/
    .gridPortafolio li.gridDer3{
      transform: translateX(200%) translateY(790px);}
}

/*HOVER*/
.gridPortafolio li > a {
  position: relative;
  padding: 15px;
  overflow: hidden;}

.gridPortafolio li > a:hover {
  transform: translateY(-10px);
  transition: all 0.3s;}

.gridPortafolio li img{
  width: 100%;
  border-radius: 15px;}

/*hover items portafolio*/
@media (min-width: 991px){ 
  .itemHover{
    width: 92.5%;
    height: 356px;
    border-radius: 15px;
    opacity: 0;
    padding: 20px;
    position: absolute;
    top: 15px;
    transition: 0.5s all ease;
    display:-webkit-flex;
    display:-webkit-box;
    display:-moz-flex;
    display:-moz-box;
    display:-ms-flexbox; 
    display: flex;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    background: rgba(253,192,161,0.95);}

  .itemHoverGde{height: 538px; background: rgba(244,219,189,0.95);}
  .gridPortafolio li a:hover .itemHover{opacity: 1; z-index: 9999;}
}

@media (min-width: 992px) and (max-width: 1199px){
  .itemHover{height: 290px;}
  .itemHoverGde{height: 440px;}
}

.itemHover p{
  color: #343e4a;
  font-size: 26px;
  font-weight: 600;
  font-family: 'Montserrat', sans-serif;}

.itemHover h2{
  width: 97%;
  color: #343e4a;
  font-size: 19px;
  margin-top: 5px;
  font-family: 'Nunito', sans-serif;}

@media (max-width: 991px){
  .itemHover{padding: 5px 10px;}
  .itemHover p{font-size: 20px; text-align: center;}
  
  .itemHover h2{
    font-size: 16px;
    text-align: center;
    line-height: 22px;}

  .itemHover h2,
  .itemHover p{color: inherit;}
}



/* *********************************************** 
  07. CONTACTO
************************************************ */
.contacto{
  padding: 70px 0 100px;}

@media (max-width:991px){
  .contacto{padding: 70px 0 70px;}
}

.contacto h4{
  font-size: 25px;
  white-space: pre-line;
  line-height: 40px;
  text-align: center;
  margin-bottom: 50px;}

.contacto h6.titulo {margin: 30px 0;}

.contacto h5{
  text-align: center;
  font-size: 25px;
  white-space: pre-line;
  line-height: 35px;
  margin-bottom: 40px;}


@media (max-width: 767px){ 
  .contacto h5{
    font-size: 20px;
    white-space: initial;
    line-height: 30px;}
}

@media (max-width: 745px){ 
  .contacto h4{
    font-size: 22px;
    white-space: initial;}
}

.contacto p.txtForm{
  white-space: pre-line;
  text-align: center;}

.formulario{
  display: block;
  width: 50%;
  margin: 60px auto 0;}

.formulario input{
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  margin-bottom: 25px;
  border: 1px solid rgba(66, 82, 106, 0.5);
  border-radius: 10px;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  background: transparent;}

.formulario textarea{
  width: 100%;
  height: 150px;
  padding: 15px 20px;
  margin-bottom: 5px;
  border: 1px solid rgba(66, 82, 106, 0.5);
  border-radius: 10px;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  background: transparent;}

small{
  font-size: 0.55em;
  margin-top: -10px;
  color: #D96459;}

.formulario input[type="checkbox"]{
  padding: 0;
  width: 20px;
  height: 20px;
  float: right;
  margin: 5px 5px 0 0;}

.txtAviso{
  float: right;
  font-size: 13px;}

#btnAviso{
  display: initial!important;
  text-decoration: underline;}

.leyendaForm .back30,
.leyendaForm .back70{margin-top: 5px;}

.formulario input[type="submit"]{
  padding: 20px 30px;
  font-size: 16px;
  font-weight: 700;
  color: #ed9f93;
  border: 2px solid #ed9f93;
  height: auto;
  width: 90%;
  max-width: 300px;
  margin: 35px auto 0;
  display: block;
  cursor: pointer;}

.formulario input[type="submit"]:hover{
  background: #ed9f93;
  color: #fff;
  transition: all 0.5s ease;}

@media (max-width: 991px){ 
  .formulario{
    max-width: 500px;
    width: 100%;
    margin: 60px auto 0;}
}

@media (max-width: 767px){ 
  .contacto p.txtForm{
    font-size: 16px;
    white-space: initial;}

  small{text-align: right; display: block;}
}

/* *********************************************** 
  08. PROYECTO INTERIOR GENERAL
************************************************ */
.interiores{
  display: block;
  position: relative;
  padding: 50px 0 70px;}

.interiores .subtitulo{
  font-size: 35px;
  font-weight: 300;
  line-height: 45px;
  margin-top: 45px;}

.interiores .subtitulo strong{
  font-weight: 700;}

.interiores .txtInt{
  font-size: 16px;
  line-height: 23px;
  margin-top: 20px;
  white-space: pre-line;}

.back40{
  width: 39%;
  height: auto;
  float: left;}

.back60{
  width: 57%;
  float: right;}

.img40{
  width: 60%;
  margin: 255px auto 0;
  display: block;}

.imgTop{margin: 255px auto 0;}

@media (max-width:991px){
  .interiores .subtitulo{font-size: 30px; margin-top: 20px;}
  .interiores .txtInt{font-size: 15px;}
}

@media (max-width:767px){
  .interiores{padding:0px 0 35px;}
  .interiores .subtitulo{font-size: 28px; margin-top: 15px;}

  .back40, .back60{
    width: 100%;
    float: none;
    padding: 50px 0 0;}

  .back40{padding: 0;}
}

@media (max-width:586px){
  .interiores .subtitulo{font-size: 25px; line-height: 38px;}
}

.background-INT{
  width: 100%;
  height: auto;
  top: 0;
  right: 0;
  z-index: -9;
  background: url(../img/back-circulos-interior.jpg) no-repeat top right;
  background-size: 100% auto;}

@media (max-width:767px){
  .background-INT {
    background-size: 200% auto;
    background-position: 30% 0;}
}

@media (max-width:586px){
  .background-INT {background-position: 40% 0;}
}

/*link proyecto en linea*/
.contenidoLink{padding: 0 40px;}

a.linkWeb{
  width: 100%;
  height: 35px;
  font-size: 0.8em;
  font-family: 'Montserrat', sans-serif;
  padding-left: 30px;
  background: url(../img/linkURL.svg) no-repeat;
  background-size: 25px 25px;
  font-weight: 700;
  transition: all 0.4s ease;
  color: #343E4A;
  line-height: 18px;}

a.linkWeb:hover{
  color: #00a08f;
  background: url(../img/linkURLHover.svg) no-repeat;
  background-size: 25px 25px;}

.contenidoLink small{
  font-size: 0.65em;
  display: block;
  margin-top: 10px;
  line-height: 1.7em;
  font-weight: 500;}

@media (max-width:427px){
  .contenidoLink small{margin-top: 20px;}
}
/*colaboracion*/
.colaboracion{
  font-size: 11px;
  margin-top: 0px;
  opacity: 0.8;
  text-align: right;
  padding-right: 12px;
  color: #6E9399;}

.colaboracionEP{
  text-align: left;
  padding-left: 39px;}

@media (min-width:992px){
  .colaboracionAQ{padding-right:40px} 
}

@media (max-width:767px){
  .colaboracion, .colaboracionEP{text-align: center; padding-right: 0px;}
}

/* *********************************************** 
  09. GALERIA
************************************************ */
.popup-gallery{
  padding: 50px 0 20px;
  width: 100%;
  height: auto;
  overflow: hidden;}

.popup-gallery a{
  width: 31%;
  height: auto;
  float: left;}

.popup-gallery-vertical a {
    width: 90%;
    height: auto;
    float: none;
    margin: 0 auto;}

.popupGallery-top{margin-top: 150px;}

@media (min-width: 768px){
  .popup-gallery a:hover{
    transform: translateY(-10px);
    transition: all 0.3s;}
}

.popup-gallery a:nth-child(2){margin:0 3%;}
.popup-gallery a img{border-radius: 10px;}
.mfp-counter{display: none!important;}

@media screen and (max-width: 600px){
  .popup-gallery a {
    width: 90%;
    float: none;
    margin: 0 auto 50px!important;}

  .popup-gallery a:last-child{margin-bottom: 0!important;}
}

/* *********************************************** 
  10. INTERIORES GRAFICOS
************************************************ */
.popup-gallery-logos a{
  width: 40%;
  margin: 0 25px 0 55px;}

.popup-gallery-grafico{margin-top: 50px;}

p.etiqueta{
  background: rgba(66, 82, 106, 0.15);
  padding: 6px 12px;
  font-size: 11px;
  width: 90%;
  max-width: 240px;
  margin: -20px 35px 0 0;
  float: right;
  display: block;
  text-align: center;
  line-height: 16px;
  border-radius: 7px;}  

p.etiqueta-centro{
  margin: -5px auto 0;
  float: none;}

.imgIzq-grafico{
  width: 70%;
  display: block;
  margin: 300px auto 20px;}

/*good meals*/
.imgMargin-GM{margin-top: 70px;}

@media (min-width:992px) and (max-width:1199px){
  .popup-gallery-logos a{
    width: 40%;
    margin: 0 25px 0 35px;}
}

@media (min-width:768px) and (max-width:991px){
  .popup-gallery-logos a{margin: 0 25px 0;}
  .imgMargin-GM1{margin-top: 40px;}
}

@media (max-width:767px){
  p.etiqueta{
  margin: 0px auto 0;
  float: none;}  

  p.etiqueta-centro{margin: 5px auto 0;}

  .imgIzq-grafico{
    width: 70%;
    display: block;
    margin: 50px auto 0px;}

  .popup-gallery-logos a{margin: 0 25px 0 35px;}
}

@media (max-width:600px){
  .popup-gallery-logos a{
    width: 60%;
    margin: 0 auto;}

  p.etiqueta-centro{margin: 12px auto 0;}
}

/*aqslim*/
.logoAQ{
  width: 85%;
  margin: 0 auto;
  display: block;}

.imgSuplemento{width: 85%; float: right;}
p.etiquetaSuplemento {margin-top: -145px;}
.imgMargin-AQ{
  width: 70%;
  margin: 50px auto 0;
  display: block;}

.imgMargin-AQ-der{
  margin: 50px auto 0;
  display: block;}

p.etiqueta-AQ {max-width: 300px;}

@media (max-width:767px){
  .imgSuplemento{
    width: 100%;
    float:none;
    height: auto;
    margin: 50px auto 140px;}

  p.etiquetaSuplemento {
    margin-top: -127px;
    margin-bottom: 50px;}
}

/*vallarta love affair*/
.img-VLA{margin: 50px auto 0;}
.img2-VLA{margin-left: 30px;}

p.etiqueta-VLA{
  margin-top: 0;
  max-width: 150px;
  margin-bottom: 70px;}

.logoVLA{
  width: 85%;
  margin: 95px auto;
  display: block;}

@media (min-width:992px) and (max-width:1199px){
  .img2-VLA{margin-left: 15px;}
}

@media (min-width:768px) and (max-width:991px){
  .logoVLA{
    width: 100%;
    margin: 125px auto 40px;}

  .logoVLA {margin: 55px auto;}
  .img2-VLA{margin-left: 15px;}
}

@media (max-width:767px){
  .logoVLA {margin: 30px auto;}
  .img-VLA{margin: 0px auto;}
  p.etiqueta-VLA{margin-top: 20px;}
  .img2-VLA {margin-top: 30px;}

  .back50VLA,
  .back50aVLA{width: 47%;}

  .back50VLA{float: left;}
  .back50aVLA{float: right;}

  .img2-VLA{margin-left: 15px;}
}

/*formica*/
.container-poliptico{margin-top: 50px;}
.container-poliptico .back80{float: right;}
.container-poliptico p.etiqueta {max-width: 330px;}

.container-diptico{margin-top: 85px;}
.container-diptico .img40{
  width: 80%;
  margin: 0px auto 0;}

.imgFa-diptico{width: 80%; float: right;}
.imgFa-diptico1, .imgFa-Poliptico{margin-top: 30px;}

.container-diptico p.etiqueta{max-width: 295px; margin: 15px 0 50px 0;}

.popup-gallery-fa a{float: right;}


@media (min-width:768px) and (max-width:991px){
  .imgFa-diptico{width: 95%;}
  .imgFa-diptico1, .imgFa-Poliptico {margin-top: 20px;}
  .container-diptico .img40{width: 95%;}

  .popup-gallery-fa{padding: 20px 0;}
}

@media (max-width:767px){
  .container-poliptico .back80 {width: 100%; float: none;}

  .imgFa-diptico {
    width: 85%;
    float: none;
    margin: 40px auto 0;
    display: block;}

  .container-diptico p.etiqueta {margin: 15px auto 0;}
  .imgFa-diptico1, .imgFa-Poliptico {margin-top: 0px;}

  .container-diptico .img40 {width: 60%;}
}

@media (min-width:601px) and (max-width:767px){
  .popup-gallery-fa{
    width: 100%;
    max-width: 500px;
    background: red;
    margin: 30px auto 0;
    padding: 0;}

  .popup-gallery-fa a{width: 44.4%; float: left;}
  .popup-gallery-fa a:first-child{margin-right: 25px!important;}
}

@media (max-width:600px){
  .popup-gallery-fa a{float: none;}
}

/* *********************************************** 
  11. MAS PROYECTOS
************************************************ */
.masProyectos{
  height: auto;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 50px 0 0;}

.masProyectos h6{
  font-size: 40px;
  font-weight: 200!IMPORTANT;
  text-align: center;
  margin-bottom: 50px;
  line-height: 45px;}

.gridProyectos{height: 590px;}
.gridGraficos{height: 380px;}

.gridProyectos li {
  width: 33%;
  float: left;
  position: initial;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  transition: transform .2s,-webkit-transform .2s;}

@media (min-width: 992px) and (max-width: 1199px){
  .gridProyectos .itemHoverGde {width: 91%;}
  .masProyectos{padding: 0; height: 590px;}
  .masProyectosGraf{height: 445px;}
  .gridProyectos{height: 490px;}
  .gridGraficos{height: 340px;}
}  

@media (min-width: 768px) and (max-width: 991px){
  .masProyectos{padding: 30px 0 0; margin-bottom: 10px;}
  .gridProyectos .itemHoverGde {height: 495px;}
  .gridProyectos {height: 620px;}
  .gridGraficos{height: 475px;}

}

@media screen and (max-width: 991px){
  .gridProyectos li {width: 48%;}
  .gridProyectos li:last-child {display: none;}
}

@media screen and (max-width: 767px){
  .gridGraficos, .gridProyectos{ height: auto!IMPORTANT;}
  .masProyectos{
    padding: 30px 0 0;
    margin-bottom: 0px;}

  .masProyectos h6 {
    font-size: 32px;
    line-height: 35px;
    margin-bottom: 40px;}

  .gridProyectos .itemHoverGde {height: auto;}
}

@media screen and (max-width: 560px){
  .masProyectos h6 {font-size: 28px; margin-bottom: 20px;}
}

@media screen and (max-width: 480px){
  .gridProyectos li {width: 100%;}
  .gridProyectos li:first-child {display: none;}
}

/*otros proyectos graficos*/
.gridGraficos li.gridCh {
    height: 380px;
}

/* *********************************************** 
  12. BOTON SUBIR
************************************************ */
#topCont{
  position: fixed;
  right: 20px;
  bottom: 115px;
  overflow: hidden;
  z-index: 199;
  width: 45px;
  height: 75px;}

#topCont a#top{
  width: 45px;
  height: 75px;
  display: none;
  background: url(../img/subirInicio.png) center bottom no-repeat;
  background-size: 45px 45px;
  -webkit-animation: aparicionTop 1s; /* Safari 4+ */
  -moz-animation:    aparicionTop 1s; /* Fx 5+ */
  -o-animation:      aparicionTop 1s; /* Opera 12+ */
  animation:         aparicionTop 1s; /* IE 10+, Fx 29+ */

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;}

#topCont a#top span{
  display: block;
  width: 100%;
  height: auto;
  text-align: center;
  font-size: 0.5em;
  font-weight: bold;
  opacity: 0;
  margin-bottom: 10px;}

@media (min-width: 768px){
#topCont a#top:hover{
  transition: all 0.4s ease;
  background: url(../img/subirInicioHover.png) center bottom no-repeat;
  background-size: 45px 45px;}

#topCont a#top:hover span{opacity: 1;}
}

@-webkit-keyframes aparicionTop{
  0%   { opacity: 0; }
  30%   { opacity: 0.1; }
  60%   { opacity: 0.2; }
  100% { opacity: 0.3; }
}

@-moz-keyframes aparicionTop{
  0%   { opacity: 0; }
  30%   { opacity: 0.1; }
  60%   { opacity: 0.2; }
  100% { opacity: 0.3; }
}

@-o-keyframes aparicionTop{
  0%   { opacity: 0; }
  30%   { opacity: 0.1; }
  60%   { opacity: 0.2; }
  100% { opacity: 0.3;}
}

@keyframes aparicionTop{
  0%   { opacity: 0; }
  30%   { opacity: 0.1; }
  60%   { opacity: 0.2; }
  100% { opacity: 0.3; }
}

@media screen and (max-width: 767px){
  #topCont{bottom: 5px;}
  #topCont a#top span{opacity: 0.7;}
}

/* *********************************************** 
  13. AVISO DE PRIVACIDAD
************************************************ */
.aviso-privacidad{padding-bottom: 50px;}

.aviso-privacidad p.titulo{
  font-size: 45px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  margin: 35px 0;}

.aviso-privacidad p.subtitulo{
  font-size: 32px;
  font-weight: 200;
  font-family: 'Montserrat', sans-serif;
  margin: 40px 0 20px;}

.aviso-privacidad p.txt{white-space: pre-line;}

.aviso-privacidad ul{
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0 40px;}

/*boton aviso*/
.aviso-privacidad .btnGral{
  width: 100%;
  max-width: 350px;
  height: auto;
  min-height: 50px;
  border-radius: 7px;
  border:2px solid #343e4a;
  padding: 10px 15px;
  color: #343e4a;
  background: transparent;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s ease;
  margin: 40px auto;
  text-align: center;}

.aviso-privacidad .btnGral:hover{
  background: #343e4a;
  color: #fff;
  opacity: 1;
  cursor: pointer;}

@media (max-width: 767px){
  .modalAviso .container{padding: 20px 30px 70px;}
  .aviso-privacidad p.titulo {font-size: 30px;}
  .aviso-privacidad p.txt,
  .aviso-privacidad ul li {
    font-size: 15px;
    line-height: 22px;}

  .aviso-privacidad p.subtitulo {font-size: 25px;}
}

@media screen and (max-width: 576px){
  .modalAviso .container {width: 90%;}
}

/* *********************************************** 
  14. PROCESA
************************************************ */
.modProcesa{
  width: 90%;
  max-width: 500px;
  margin: 70px auto 0;}

#logotipoPro{
  width: 175px;
  height: auto;
  display: block;
  padding: 25px 0;
  margin: 0 auto 20px;}

#logotipoPro img{
  width: 70px;
  height: auto;
  display: block;
  margin: auto;}

#logotipoPro h2{
  font-size: 16px;
  font-weight: 600;
  margin-top: 10px;
  text-align: center;}

.modProcesa p {text-align: center;}
.modProcesa p b{font-size: 30px}

.btnAceptar{
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 700;
  color: #ed9f93;
  border: 2px solid #ed9f93;
  height: auto;
  width: 170px;
  margin: 40px auto 0;
  display: block;
  cursor: pointer;
  text-align: center;
      border-radius: 8px;}

.btnAceptar:hover{
  background: #ed9f93;
  color: #fff;
  transition: all 0.5s ease;}

