@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap');

/* ==============================================================================
							R	E	S	E	T
============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}table{border-collapse:collapse;border-spacing:0}
html, body{
  width: 100%;
  height: 100%;
}
body{
  position: relative;
  font-family: 'Lexend', sans-serif;
  letter-spacing: 1px;
  line-height: 1.2em;
  overflow-x: hidden;
  width: 100%;
  min-height: 100%;
  background-image: url(../img/fondo.webp);
}
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: url('../img/loader.gif') 50% 50% no-repeat rgb(249,249,249);
    opacity: .8;
}
a {
  text-decoration: none;
}
strong {
  font-weight: bold;
}

/* ==============================================================================
            E   S   T   I   L   O   S       C   O   M   U   N   E   S
============================================================================== */

/** Centrar Verticalmente **/

.flex-parent{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

.flex-child{
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
}
#flecha_top{
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 50px;
  width: 50px;
  z-index: 20;
}
#flecha_top img {
width: 100%;
}
.invisibleEscritorio {
  display: none;
}
.invisibleMoviles {
  display: block;
}
.contenedor {
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.75);
  background-color: white;
}
#contieneSalir{
  position: absolute;
  top: 60px;
  right: 5%;
}
#contieneSalir a{
  background-color: #063356;
  padding: 8px 25px;
  border-radius: 5px;
  color: #d3ebff;
  font-size: 0.8em;
  letter-spacing: 1px;
  transition: 0.8s ease-in;
}
#contieneSalir a:hover{
  background-color: #2693FF;
}
.contieneMitades {
  display: flex;
  align-items: center;
  vertical-align: middle;
  justify-content: center;
  padding: 5% 0;
}
.contieneMitades .mitad {
  width: 50%;
}

.contieneBoton {
  width: 100%;
  text-align: center;
  padding: 20px 0;
}
.contieneBotonDerecha {
  width: 100%;
  text-align: right;
  padding: 20px 0;
}
.contieneBoton a, .contieneBotonDerecha a {
  letter-spacing: 1px;
  font-size: 0.8rem;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 6px;
  transition: 0.5s ease-out;
}
.rojo {
  background-color: red;
  color: white;
}
.rojo:hover{
  background-color: rgb(143, 2, 2);
}

.filtroSepiaHover {
  filter: sepia(50%);
  transition: 0.8s ease-in-out;
}
.filtroSepiaHover:hover {
  filter: sepia(0%);
}
.imagenHover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  transition: 0.5s ease-in-out;
}
.imagenHover:hover {
  opacity: 0;
}
.textoCentrado {
  text-align: center;
}
.alineadoDerecha {
  text-align: right;
}
.alineadoIzquierda {
  text-align: left;
}
.margenNegativoArriba {
  margin-top: -9%;
}
.contieneHeader {
  position: relative;
}
.contieneHeader img {
  width: 100%;
}
.prueba {
  border: 4px dotted red;
  background-color: yellow;
}



/* ==============================================================================
            S  E  C  C  I  O  N  E  S
============================================================================== */

.contieneTercios {
  display: flex;
  justify-content: space-between;
}
.contieneTercios .tercio {
  width: 33.33%;
  height: fit-content;
}

.contieneSeisCuatro {
  width: 100%;
  display: flex;
}
.contieneSeisCuatro .seis {
  width: 60%;
}
.contieneSeisCuatro .cuatro {
  width: 40%;
}
.contieneFilas {
  border: 5px solid white;
}
.contieneFilas .fila {
  width: 100%;
  display: flex;
  justify-content: space-between;
  background-color: white;
}
.contieneFilas .fila .item {
  width: 33.33333%;
  padding: 5px;
}
.contieneFilas .fila img {
  width: 100%;
  transition: 0.5s ease-in-out;
}
.contieneFilas .fila img:hover {
  cursor: pointer;
  filter:saturate(180%);
  transform: scale(1.07);
  box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.65);
  -webkit-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.65);
  -moz-box-shadow: 0px 5px 9px 0px rgba(0,0,0,0.65);
}
.contieneDosColumnas {
  width: 100%;
  padding: 5% 0;
  padding-bottom: 0;
}
.contieneDosColumnas .cajaDosColumnas {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.seccionFotoTexto {
  width: 80%;
  margin: auto;
  padding: 90px 0;
}
.seccionFotoTexto .imagenFotoTexto {
  width: 100%;
}
.seccionFotoTexto .imagenFotoTexto img {
  width: 100%;
}
.seccionFotoTexto .textoFotoTexto {
  width: 100%;
  color: white;
  padding-top: 60px;
}
.seccionFotoTexto .textoFotoTexto h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
.seccionFotoTexto .textoFotoTexto p {
  font-size: 0.9rem;
  line-height: 1.7rem;
  text-align: justify;
}


.seccionPadding {
  padding: 60px 0;
}

.separaciónIzq {
  border-left: 1px solid gray;
}
.paddingIzq30 {
  padding-left: 30px;
}

.andamio {
  border: 1px dotted red;
}

/* ==============================================================================
            H  E  A  D  E  R
============================================================================== */


#contieneHeaderHome {
  position: relative;
  overflow: hidden;
}
#contieneHeaderHome #headerFondo {
  width: 100%;
}
#contieneHeaderHome #logo40Header {
  position: absolute;
  width: 40%;
  max-width: 400px;
  top: 15%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#contieneHeaderHome #nubesHeader {
  position: absolute;
  width: 200%;
  top: 15%;
  right: -100%;
  margin: auto;
}


/* ==============================================================================
            V  E  N  T  A  N  A  S       M  O  D  A  L  E  S
============================================================================== */

.contieneModal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  z-index: 100;
  overflow: scroll;
}
.ventanaModal {
  position: absolute;
  top:3%;
  left: 0;
  right: 0;
  width: 70%;
  margin: 0 auto;
  background: white;
  text-align: center;
  padding: 10%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  border-radius: 14px 14px 14px 14px;
  -moz-border-radius: 14px 14px 14px 14px;
  -webkit-border-radius: 14px 14px 14px 14px;
  border: 0px solid #000000;
  -webkit-box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 19px 0px rgba(0,0,0,0.75);
  z-index: 11;
}
.contieneModal h6{
  position: absolute;
  top:40px;
  right: 40px;
  cursor: pointer;
  margin-bottom: 20px;
  transition: 0.8s;
  padding: 5px 20px;
  background-color: red;
  border: 1px solid rgb(154, 4, 4);
  font-size: 0.8rem;
  color: white;
  border-radius: 8px;
  z-index: 10;
}
.contieneModal h6:hover {
   background-color: rgb(87, 4, 4);
  border: 1px solid red;
}
.conieneImagenModal {
  width: 80%;
  max-width: 1350px;
  margin: auto;
  box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 5px 10px 5px 0px rgba(0,0,0,0.75);
}
#avanzarModal {
  position: absolute;
  top: 45%;
  right: 5%;
  font-size: 3rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
  text-shadow: -4px 5px 6px rgba(0,0,0,0.6);
  transition: 0.5s ease-in-out;
  z-index: 10;
}
#avanzarModal:hover {
  font-size: 3.5rem;
}
#retrocederModal {
  position: absolute;
  top: 45%;
  left: 5%;
  font-size: 3rem;
  font-weight: 900;
  color: white;
  cursor: pointer;
  text-shadow: -4px 5px 6px rgba(0,0,0,0.6);
  transition: 0.5s ease-in-out;
  z-index: 10;
}
#retrocederModal:hover {
  font-size: 3.5rem;
}
#imagenModal {
  width: 100%;
}
#modalActual {
  position: absolute;
  right: 5%;
  bottom: 3%;
  margin: auto;
  font-size: 0.5rem;
}

/* ==============================================================================
                        M  E  N  Ú
============================================================================== */

/* Registro */
.fijarArriba {
  position: fixed;
  top:0;
}
/* Menu */
header{
  width: 100%;
  position: fixed;
  z-index: 20;
  background:rgba(255,255,255,0.8);
}
#hamburger{
  width: 30px;
}
.menu{
  width: 95%;
  max-width: 1500px;
  margin: auto;
  padding: 0.5em 0;
  /* Acomoda proporcionalemnte los elementos*/
  display: flex;
  justify-content: space-between;
  /* centrar verticalmente */
  align-items: center;
}
.menu .container-menu .logo .btn-menu{
  color: #282828;
  font-size: 30px;
  display: none;
}
.menu .container-menu .logo .btn-menu img{
  width: 100%;
}
.menu .menu-link ul li{
  display: inline-block;
}
.menu .menu-link ul li a{
  text-decoration: none;
  color: #282828;
  margin-left: 15px;
  font-size: 1em;
  font-weight: 400;
  letter-spacing: 2px;
  transition: 0.7s;
}
.menu .menu-link ul li a:hover{
  color: #2693FF;
  text-shadow: 2px 2px 2px rgba(1,0,0,0);
}
.visible{
  display: block;
}
.invisible{
  display: none;
}

/* ==============================================================================
                      F   O   R   M   U   L   A   R   I   O
============================================================================== */

.contieneFormulario {
  width: 100%;
  padding: 5% 0;
  display: flex;
}
.contieneFormulario .mitadChicaFormulario {
  width: 30%;
}
.contieneFormulario.mitadGrandeFormulario {
  width: 70%;
}
.contieneFormulario .mitadChicaFormulario .contieneTextoFormulario {
  text-align: right;
  color: rgb(54, 54, 54);
}
.contieneFormulario .mitadChicaFormulario .contieneTextoFormulario h3 {
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.5rem;
}
.contieneFormulario .mitadChicaFormulario .contieneTextoFormulario ul li a {
  color: rgb(54, 54, 54);
  line-height: 1.5rem;
}
.contieneFormulario .mitadChicaFormulario .contieneTextoFormulario ul li a:hover {
  color: dodgerblue;
}
.contieneFormulario .mitadGrandeFormulario form {
  width: 70%;
  margin: auto;
}
.contieneFormulario .mitadGrandeFormulario form input, .contieneFormulario .mitadGrandeFormulario form textarea  {
  width: 100%;
  line-height: 1.8rem;
  margin-bottom: 20px;
  text-indent: 1rem;
  border: 0;
  border: 1px solid gray;
  border-radius: 5px;
}
.contieneFormulario .mitadGrandeFormulario form button {
  background-color: #fff;
  border: 0;
  border: 1px solid gray;
  box-sizing: border-box;
  padding: 8px 25px;
  border-radius: 4px;
  font-size: 0.7rem;
  letter-spacing: 1px;
  transition: 0.5s ease-in;
}


/* ==============================================================================
                      F   O   O   T   E   R
============================================================================== */

.contieneFooter{
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  padding: 30px 0;
  color: white;
}
.contieneFooter #contieneZapatoFooter {
  position: absolute;
  top:-30%;
  left: 5%;
  width: 200px;
}
.contieneFooter #contieneZapatoFooter img {
  width: 100%;
}
.contieneFooter .cajaFooter{
  width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
.contieneFooter .cajaFooter .cuarto{
  width: 25%;
  text-indent: 1em;
}
.contieneFooter .cajaFooter .cuarto h3{
  line-height: 1.6em;
  font-weight: 600;
  letter-spacing: 1px;
  font-size: 0.75em;
  margin-bottom: 5px;
}
.contieneFooter .cajaFooter .cuarto ul li a{
  line-height: 1.6em;
  letter-spacing: 2px;
  font-size: 0.7em;
  color: white;
}
.contieneFooter .cajaFooter .cuarto .contieneRedes{
  width: 90%;
  max-width: 150px;
  margin: auto;
  display: flex;
  justify-content: space-around;
}
.contieneFooter .cajaFooter .cuarto .contieneRedes a{
  width: 40px;
}
.contieneFooter .cajaFooter .cuarto .contieneRedes a img{
  width: 100%;
}
.creditos{
  font-size: 0.7em;
  padding: 25px;
  color: white;
  background: #212121;
  text-align: center;
  letter-spacing: 2px;
  max-width: 1350px;
  margin: auto;
}

/* ==============================================================================
            A  N  I  M  A  C  I  O  N  E  S
============================================================================== */

@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}

.pulse {
  animation: pulse 4s infinite;
}



/* =========================================================================================
  ##Device = Most of the Smartphones Mobiles (Portrait)
  ##Screen = B/w 320px to 479px
========================================================================================= */

@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 667px)
  and (-webkit-min-device-pixel-ratio: 2)
  and (orientation: portrait) {

        header{
        background:rgba(255,255,255,0.8);
        }
        .flex-parent, .flex-child {
          display: block;
        }
        .mitad{
          width: 90%;
        }
        .ordenMovilesUno {
          order: 1;
        }
        .ordenMovilesDos {
          order: 2;
        }
        .logo_portada{
          width: 200px;
          margin-top: 60%;
        }
        #flecha_top{
          position: fixed;
          bottom: 20px;
          right: 20px;
        }
        .invisibleEscritorio {
          display: block;
        }
        .invisibleMoviles {
          display: none;
        }
        .contieneMitades {
          display: block;
          padding: 5% 0;
        }
        .contieneMitades .mitad {
          width: 100%;
        }
        .contieneDosColumnas .cajaDosColumnas {
          width: 90%;
          grid-template-columns: repeat(1, 1fr);
        }

        .bannerConTexto {
          position: relative;
          width: 100%;
        }
        .bannerConTexto .fondobannerConTexto {
          width: 100%;
        }
        .bannerConTexto .contieneTextobannerConTexto {
          position: absolute;
          width: 28%;
          height: 50%;
          top:20%;
          left: 0;
          box-sizing: border-box;
          padding: 2%;
          background-color: #466bb0e3;
        }
        .bannerConTexto .contieneTextobannerConTexto h3 {
          font-size: 1.1rem;
          font-weight: bolder;
          margin-bottom: 10px;
        }
        .bannerConTexto .contieneTextobannerConTexto p {
          font-size: 0.9rem;
          line-height: 1.1rem;
        }

        .conieneImagenModal {
          width: auto;
          height: 100%;
          overflow-x: scroll;
          overflow-y: hidden;
          position: relative;
        }
        .conieneImagenModal #imagenModal {
          height: 90%;
          width: auto;
          margin: auto;
          margin-top: 5%;
          position: relative;
          display: block;
          }
        .contieneModal h6{
          position: absolute;
          top:10px;
          right: 10px;
          padding: 3px 4px;
          font-size: 0.5rem;
          line-height: 0.7rem;
          border-radius: 4px;
        }



/* ==============================================================================
            M  E  N  Ú         M  Ó  V  I  L  E  S
============================================================================== */
      .menu .container-menu .logo .btn-menu {
        display: block;
      }
      .menu .container-menu{
        width: 100%;
      }
      .menu .container-menu .logo {
          display: flex;
          -ms-align-items: center;
          align-items: center;
          justify-content: space-between;
        }
      .menu .menu-link{
        position: absolute;
        background: rgba(0,0,0,.7);
        height: 100vh;
        width: 100%;
        top: 52px;
        left: -100%; /* Para ocultar el menu */
        z-index: 1000;
        transition: 0.8s ease;
      }
      .menu .menu-link ul li{
          display: block;
        }
      .menu .menu-link ul li a{
          color: white;
          display: block;
          height: 50px;
          border-bottom: 1px solid #fff;
          padding: 15px;
          text-align: center;
          font-weight: 400;
          margin: 0;
        }
        .icon-menu {
          width: 40px!important;
          height: 40px;
        }

/* ==============================================================================
            S  E  C  C  I  O  N  E  S      M  Ó  V  I  L  E  S
============================================================================== */
      .contieneFilas {
        border: 2px solid white;
      }
      .contieneFilas .fila .item {
        padding: 2px;
      }
   

/* ==============================================================================
            H  E  A  D  E  R      M  Ó  V  I  L  E  S
============================================================================== */

      .margenNegativoArriba {
        margin-top: 0;
      }
      .contieneHeader {
        position: relative;
        overflow: hidden;
      }
      .contieneHeader img {
        width: 120%;
        margin-left: -10%;
      }

/* ==============================================================================
            F   O   O   T   E   R        M   Ó   V   I   L   E   S
============================================================================== */

      .contieneFooter{
        width: 100%;
      }
      .contieneFooter #contieneZapatoFooter {
        position: absolute;
        top:-10%;
        left: 3%;
        width: 180px;
      }
      .contieneFooter .cajaFooter{
        display: block;
        justify-content: center;
      }
      .contieneFooter .cajaFooter .cuarto{
        display: inline-block;
        width: 100%;
        vertical-align: top;
        margin-bottom: 20px;
        text-align: center;
        border-left: 0;
        padding-top: 10px;
        border-top: 1px solid white;
      }
      .contieneFooter .cajaFooter .cuarto h3{
        line-height: 1.6em;
        font-weight: 600;
        letter-spacing: 1px;
        font-size: 0.75em;
        margin-bottom: 5px;
      }
      .contieneFooter .cajaFooter .cuarto ul li a{
        line-height: 1.6em;
        letter-spacing: 2px;
        font-size: 0.7em;
      }
      .contieneFooter .cajaFooter .cuarto .contieneRedes{
        width: 90%;
        max-width: 150px;
        margin: auto;
        display: flex;
        justify-content: space-around;
      }
      .contieneFooter .cajaFooter .cuarto .contieneRedes a{
        width: 40px;
        color: white;
      }
      .contieneFooter .cajaFooter .cuarto .contieneRedes a img{
        width: 100%;
      }
        .creditos {
        font-size: .7em;
        line-height: 1.5em;
      }
      .bannerConTexto {
        overflow: hidden;
      }
      .bannerConTexto #fondobannerConTexto {
        width: 130%;
        margin-left: -30%;
      }
      .bannerConTexto #contieneTextobannerConTexto {
        position: relative;
        width: 100%;
        height: auto;
        top:auto;
        left: auto;
        margin-top: -5px;
        padding: 5% 10%;
        background-color: #466bb0;
      }


      .contieneFormulario {
        display: block;
      }
      .contieneFormulario .mitadChicaFormulario {
        width: 100%;
      }
      .contieneFormulario.mitadGrandeFormulario {
        width: 100%;
      }
      .contieneFormulario .mitadChicaFormulario .contieneTextoFormulario {
        text-align: center;
        padding: 40px 0;
      }





    
}