@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,400;0,600;1,100;1,400;1,600&display=swap');
/*
	-webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;

  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-direction: column;
  */

/* ==============================================================================
							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: 'Montserrat', sans-serif;
  letter-spacing: 1px;
  line-height: 1.2em;
  overflow-x: hidden;
  background-color: #008598;;
}
* {
  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;
}
.prueba {
  border: 2px solid red;
  background-color: yellow;
  color: red;
}
/* ==============================================================================
            C  O  L  O  R  E  S    C  O  R  P  O  R  A  T  I  V  O  S
============================================================================== */
.magenta {
  background-color: #ee0063;
  color: white;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.magenta:hover {
  background-color: #b2004a;
}
.botonTransparente {
  background-color: rgba(255, 255, 255, 0.122);
  border: 1px solid white;
  color: white;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.botonTransparente:hover {
   background-color: rgb(255, 255, 255);
   color: #000000a5;
}
.verde {
  background-color: #28ee00;
  color: rgb(0, 49, 21);
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.verde:hover {
  background-color: #188e00;
}

.deshabilitado {
  cursor: default;
  opacity: 0.5;
}

/* ==============================================================================
            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%;
}
.boton {
  display: block;
  width: fit-content;
  margin: 20px auto;
  padding: 8px 25px;
  border: 0;
  border-radius: 5px;
  font-size: 1rem;
  letter-spacing: 1px;
  color: white;
  cursor: pointer;
  transition: 0.5s ease-in-out;
}
.cancelar {
  background-color: rgb(157, 0, 0);
}
.cancelar:hover {
  background-color: rgb(255, 0, 0);
}
.enviar {
  background-color: rgb(0, 58, 157);
}
.enviar:hover {
  background-color: rgb(0, 72, 255);
}
.invisible {
  display: none!important;
}
.invisibleEscritorio {
  display: none;
}
.invisibleMoviles {
  display: block;
}
.contenedor {
  position: relative;
  width: 100%;
  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;
}
.contieneBoton a {
  letter-spacing: 1px;
  font-size: 0.9rem;
  font-weight: 600;
  padding: 8px 25px;
  border-radius: 4px;
  transition: 0.5s ease-out;
}
.rojo {
  background-color: red;
  color: white;
}
.rojo:hover{
  background-color: rgb(143, 2, 2);
}
.contieneDosColumnas {
  width: 100%;
  padding: 5% 0;
}
.contieneDosColumnas .cajaDosColumnas {
  width: 80%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.textoResaltado {
  font-weight: 600;
}
.bold {
  font-weight: bolder;
}

/* ==============================================================================
            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: 90%;
  margin: 0 auto;
  background: white;
  text-align: center;
  padding: 40px;
  -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;
}
.contieneModal h6:hover {
  color: red;
}
.imagenModal {
  width: 100%;
}

/* ==============================================================================
                        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%;
  max-width: 30px;
}
.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%;
  margin: auto;
  padding: 30px 0;
  color: white;
  background-color: #313331;
}
.contieneFooter #contieneZapatoFooter {
  position: absolute;
  top:-30%;
  left: 5%;
  width: 200px;
}
.contieneFooter #contieneZapatoFooter img {
  width: 100%;
}
.contieneFooter .cajaFooter{
  width: 80%;
  max-width: 1400px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding: 30px 0;
}
.contieneFooter .cajaFooter .cuarto{
  width: 25%;
  padding-left: 1em;
  border-left: 1px solid gray;
}
.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;
  margin: auto;
}


/* =========================================================================================
  ##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%;
  }
  .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: 80%;
    margin: auto;
    display: block;
  }

  .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;
  }



/* ==============================================================================
            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;
    }


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


#contieneHeader {
  position: relative;
  overflow: hidden;
}

/* ==============================================================================
            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;
}





    
}