@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;
  background-image: url(../images/fondoBody.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #002b4e;
}
* {
  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;
}
/* ==============================================================================
            E   S   T   I   L   O   S       C   O   M   U   N   E   S
============================================================================== */

strong {
  font-weight: 900;
}

/** 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: 45px;
  right: 50px;
  width: 50px;
  z-index: 20;
}
#flecha_top img {
width: 100%;
}
#contieneWhats {
  width: 30px;
  position: fixed;
  bottom: 40px;
  right: 110px;
  width: 40px;
  z-index: 20;
}
#contieneWhats img {
  width: 100%;
}
.invisible {
  opacity: 0;
  transition: 0.5s ease-in;
}
.visible {
  opacity: 1;
}
.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);*/
}
#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;
}
.contieneMitades .mitad {
  width: 50%;
}
.contieneBoton {
  width: fit-content;
  margin: auto;
}
.contieneBoton a {
  padding: 10px 30px;
  border-radius: 5px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 2px;
  color: white;
  overflow: hidden;
  transition: 0.6s ease-out;
}
.contieneBoton a:hover {
  -webkit-box-shadow:0px 0px 68px 25px rgba(46,140,255,0.3);
  -moz-box-shadow: 0px 0px 68px 25px rgba(46,140,255,0.3);
  box-shadow: 0px 0px 68px 25px rgba(46,140,255,0.3);
}
.azulClaro {
  background-color: #008bfc;
}
.azulClaro:hover {
  background-color: #13c8ff;
}
.azul {
  background-color: #002b4e;
}
.azul:hover {
  background-color: #010c15;
}
.amarillo {
  background-color: #f8be59;
}
.amarillo:hover {
  background-color: #ffa913;;
}
.forzarAlaDerecha {
  float: right;
}
.alineadoDerecha {
  text-align: right;
}
.anularPaddingArriba {
  padding-top: 0!important;
}




/* ==============================================================================
            C  A  R  R  U  S  E  L
============================================================================== */


.carrusel {
  width: 100%;
  margin: auto;
  overflow: hidden;
  position: relative;
}
.carrusel h2 {
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
  color: #484848;
}

.carrusel-inner {
  display: flex;
  width: 200%; /* Doble del ancho del contenedor para el efecto de desplazamiento */
  animation: mover 55s linear infinite;
}
.degradado {
  position: absolute;
  top: 0;
  height: 100%;
  width: 40px;
  pointer-events: none; /* Asegúrate de que no interfiera con el clic en el carrusel */
  z-index: 5;
}

.degradado.izquierda {
  right: 0;
  background: linear-gradient(90deg, rgba(0, 43, 78, 0) 0%, rgba(0, 43, 78, 1) 100%);
}

.degradado.derecha {
  left: 0;
  background: linear-gradient(-90deg, rgba(0, 43, 78, 0) 0%, rgba(0, 43, 78, 1) 100%);
}

.carrusel-item {
  width: 12%;
  margin: 40px 0;
  padding: 0 2.5%;
  min-width: 120px; /* Ancho fijo de las imágenes */
  box-sizing: border-box;
}

.carrusel-item img {
  width: 100%;
  min-width: 120px;
  height: auto;
}

/* Animación para mover las imágenes de derecha a izquierda */
@keyframes mover {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}




/* ==============================================================================
            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;
}
.contieneModal h6:hover {
  color: red;
}


/* ==============================================================================
                        B  U  S  C  A  D  O  R
============================================================================== */

#contieneBuscador {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #ffffffce;
  backdrop-filter: blur(5px);
  z-index: 5;
  border-bottom: 2px solid #00213cce;
}
#contieneBuscador #buscador {
  width: 80%;
  max-width: 900px;
  margin: auto;
  border-radius: 10px;
  overflow: hidden;
  margin-top: 20%;
  box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.4);
  -webkit-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.4);
  -moz-box-shadow: 0px 5px 17px 0px rgba(0,0,0,0.4);
}

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

#contieneMenu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  background-color: #00213cce;
  backdrop-filter: blur(5px);
  z-index: 5;
  border-bottom: 2px solid #00213cce;
}
#contieneMenu nav {
  width: 60%;
  height: 100%;
  margin: auto;
}
#contieneMenu nav ul {
  width: 100%;
  height: 100%;
  display: flex;
  color:white;
}
.barraIzquierda {
  border-left: 1px solid rgba(255, 255, 255, 0.504);
}
#contieneMenu nav ul:last-child {
  border-right: 1px solid rgba(255, 255, 255, 0.504);
}
.barraDerecha {
  border-right: 1px solid rgba(255, 255, 255, 0.504);
}
#contieneMenu nav ul li {
  width: 20%;
  height: 100%;
  font-size: 1rem;
  text-align: center;
  display: flex; 
  align-items: center; 
  justify-content: center; 
}
#contieneMenu nav ul li a{
  display: block;
  width: 100%;
  color: white;
  padding: 10px 0; 
  opacity: 0.5;
  text-align: center;
}
#contieneMenu nav ul li a:hover {
  width: 60%;
  margin: auto;
  opacity: 1;
  border-bottom: 2px solid #ffa913;
}



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

.contieneFooter{
  position: relative;
  width: 100%;
  max-width: 1350px;
  margin: auto;
  padding: 30px 0;
  color: white;
  background-color: #00213c;
}
.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%;
  box-sizing: border-box;
  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;
  display: flex;
}
.contieneFooter .cajaFooter .cuarto .contieneRedes a{
  width: 40px;
}
.contieneFooter .cajaFooter .cuarto .contieneRedes a img{
  width: 100%;
}
.creditos{
  width: 100%;
  max-width: 1350px;
  margin: auto;
  font-size: 0.7em;
  padding: 25px;
  color: white;
  background: #000f1c;
  text-align: center;
  letter-spacing: 2px;
}



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

@media only screen 
and (max-width: 667px)
and (-webkit-min-device-pixel-ratio: 1.5)
  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{
    bottom: 15px;
    right: auto;
    left: 10px;
  }
  #contieneWhats {
    bottom: 15px;
    right: auto;
    left: 70px;
  }
  .invisibleEscritorio {
    display: block;
  }
  .invisibleMoviles {
    display: none;
  }
  .contieneMitades {
    display: block;
  }
  .contieneMitades .mitad {
    width: 100%;
  }

  
/* ==============================================================================
          M   E   N   Ú        M   Ó   V   I   L   E   S
============================================================================== */

#contieneMenu {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  background-color: #00213cce;
  backdrop-filter: blur(5px);
  z-index: 5;
  border-bottom: 2px solid #00213cce;
}
#contieneMenu nav {
  width: 100%;
  height: 100%;
}
#contieneMenu nav ul {
  width: 100%;
  height: fit-content;
  margin: auto;
  display: block;
  text-align: center;
  color:white;
  padding-top: 10%;
}
.barraIzquierda {
  border-left: 0;
}
#contieneMenu nav ul:last-child {
  border-right: 0;
}
#contieneMenu nav ul li {
  width: 50%;
  margin: auto;
  height: auto;
  text-align: center;
  display: block; 
  margin-bottom: 10px;
  border-bottom: #f8be59 1px solid;
}
#contieneMenu nav ul li a{
  text-align: center;
  margin: auto;
  opacity: 1;
}




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


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





/* ==============================================================================
            C  A  R  R  U  S  E  L      M  Ó  V  I  L  E  S
============================================================================== */


.carrusel-inner {
  display: flex;
  width: 200%; /* Doble del ancho del contenedor para el efecto de desplazamiento */
  animation: mover 15s linear infinite;
}
.degradado {
  width: 30px;
}


.carrusel-item {
  width: 10%;
  margin: 40px 0;
  padding: 0 5%;
  min-width: 120px; /* Ancho fijo de las imágenes */
  box-sizing: border-box;
}

.carrusel-item img {
  min-width: 90px;
}

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