@charset "utf-8";
/* CSS Document */

@import url('https://cdn-uicons.flaticon.com/4.0.0/uicons-regular-rounded/css/uicons-regular-rounded.css');
@import url('https://cdn-uicons.flaticon.com/3.0.0/uicons-brands/css/uicons-brands.css');
@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap');

/*--------*/

* {outline:0; padding:0; margin:0; box-sizing: border-box;}
html {font-size: 62.5%; }

body { font-family:"Plus Jakarta Sans", sans-serif; overflow-x:hidden !important; background:#0b0b0c; }
main { width:100%; clear:both; font-size:1.6rem;}
a {color:#ff6700; text-decoration:none; display:inline-block;} a:hover {text-decoration: underline; } 
strong { color:#ff6700; }
b { color:#ff6700; }
i { color:#fff; } 
p { padding:.5em 0; line-height:2.1rem; width:100%; color:#fff; font-size:1.6rem;} p i {margin-left:-.5em;} 
button {border:0; background:none; color:#fff; font-size:1.6rem; cursor:pointer;}

h1 {font-size:5rem; line-height:4.8rem; color:#fff; padding:.7em 0; width:100%; font-family:"Plus Jakarta Sans", sans-serif; font-weight: 400; } 
h2 {font-size:4rem; line-height:4.5rem; color:#fff; padding:.6em 0; width:100%; font-family:"Plus Jakarta Sans", sans-serif; font-weight: 400;} 
h3 {font-size:2.6rem; line-height:2.5rem; color:#fff; padding:.5em 0; width:100%; font-family:"Plus Jakarta Sans", sans-serif; font-weight: 500;} 
h4 {font-size:1.9rem; line-height:1.8rem; color:#fff; padding:.5em 0; width:100%; font-family:"Plus Jakarta Sans", sans-serif; font-weight: 200;} 
h5 {font-size:1.6rem; line-height:1.6rem; color:#fff; padding:.4em 0; width:100%; font-family:"Plus Jakarta Sans", sans-serif; }
h6 {font-size:1.2rem; line-height:1.3rem; color:#fff; padding:.4em 0; width:100%; font-family:"Plus Jakarta Sans", sans-serif; }

.boton { padding:.8em 1.2em; margin: .6em; color:#fff; background: #ff6700; font-size:1.5rem; text-align:center; cursor:pointer; border-radius: 22px; transition: background-color 0.3s ease; } 
.boton i {color:#fff !important; font-size:1.5rem; padding: 1.5em 0em 0em .6em;}
.boton:hover { color:#000; background:#fff;} 
.boton:hover i { color:#ff6700!important; } 

.boton2 { padding:.8em 1.2em; margin: .6em; color:#ff6700; background: #fff; font-size:1.5rem; text-align:center; cursor:pointer; border-radius: 22px; transition: background-color 0.3s ease; } 
.boton2 i {color:#000 !important; font-size:1.5rem; padding: 1.5em 0em 0em .6em;}
.boton2:hover { color:#fff; background:#000;} 
.boton2:hover i { color:#ff6700!important; }

.boton-rrss { padding:.8em 1.2em; margin: .6em; color:#fff; background: #ff6700; font-size:1.5rem; text-align:center; cursor:pointer; border-radius: 22px; transition: background-color 0.3s ease; } 
.boton-rrss i {color:#fff !important;}
.boton-rrss:hover { color:#000; background:#fff;} 
.boton-rrss:hover i { color:#ff6700!important; } 

.social-media i {font-size: 4.2rem !important; max-width: 300px; padding: 0.8em;}
.social-media:hover i {color: #fff !important;}

#arriba { display:none; position:fixed; bottom:2em; right:30px; z-index:20; background:#ff6700; color:#000; cursor: pointer; padding:13px  8px 10px 8px; border-radius:50px; border:0; box-shadow:0 3px 3px 0 rgba(0,0,0,0.5); line-height:18px; font-size:1.5rem;}
#arriba i {color: #fff;}
#arriba:hover {  background:#000; color:#fff; }
#arriba:hover i {color: #fff;}

.color-1 {color: #026FA7!important;}
.color-2 {color: #45A429!important;}

.izquierda {text-align:left !important;}
.derecha {text-align:right !important;}
.centrado {text-align: center;}
.oculto { display:none !important; }

.listas ul {list-style: none; padding: 0; margin: 0;}
.listas li {list-style: none; font-size: 1.6rem; text-indent: -1.8rem; padding-left: 1.5rem; color: #fff; margin-bottom: 10px;}
.listas i {color: #ff6700;}

.back2 {background:#F5E7FF; width:100%; display:flex; justify-content:space-evenly; flex-wrap:wrap; align-items:center; padding:2em 0; }

.col-2, .col-3, .col-4, .col-40, .col-30, .col-50, .col-60, .col-80, .col-90, .col-25, .col-75 {min-height:50px;  padding:1em .5em; }

/*------------------Social Menu--------*/

.social { position:fixed; right:0; top:210px; z-index:21;  }
.social ul {list-style:none; text-align:center; padding:0; background:rgba(0,0,0,.7); padding-right:20px; padding-left:10px; padding-bottom:1em; border-top-left-radius:1em; border-bottom-left-radius:1em;   }
.social ul li a {display:inline-block; color:#fff; padding:10px 8px 2px 8px; text-decoration: none; font-size:2rem; margin-top:-1px; 
animation-direction: normal; -webkit-transition:400ms ease;-o-transition:400ms ease; transition:400ms ease; }
.social ul li img { height:60px; margin:1em 0; background:#095E95; border-radius:3em; border:solid 1px #e0b123; padding:.5em;} 
.social ul li a:hover img { background:#000;}	
.social ul li a:hover { color:#e0b123;  }

/*----- Navegación por pestañas ----*/

.tabs-container{width:90%;background-color:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,0.1);overflow:hidden}.tabs-header{display:flex;justify-content:space-around;background-color:#fff}.tab{display:flex;align-items:center;padding:1rem 1.5rem;cursor:pointer;transition:background-color .3s,color .3s;user-select:none;font-weight:500;color:#666}.tab:hover{color:#095E95}.tab.active{font-weight: 600;border-bottom:2px solid #095E95}.tab-indicator{width:12px;height:12px;border-radius:50%;border:2px solid #ccc;margin-right:.5rem;box-sizing:border-box}.tab.active .tab-indicator,.tab-indicator.active-indicator{background-color:#A1D3EC;border:2px solid #095E95}.tabs-content{padding:2rem}.tab-pane{display:none}.tab-pane.active-content{display:block}

/*---------------------footer-----------*/
footer { width:100%; min-height:100px; clear:both; text-align:center; font-size:1.5rem; padding-bottom:3em;  background:#0b0b0c; }
footer .col {align-items:center; justify-content:center; margin-top:0;}
footer ul {padding:.5em 0; margin-right:1em; margin-bottom: 0.5em; }
footer li {display:inline; padding:1em 0em; }
footer h4 {color: #FAF5FF; font-weight: 400;}
footer h5, footer p {color: #FAF5FF; font-weight: 400;}

/* ---------Social Footer -----*/
.icon-button {background-color:#ff6700; border-radius:3em;  cursor: pointer; display:inline-block; font-size:1.4rem; width:3em; height:3em; line-height:3em; position:relative; border-right:0; }

/* Circle */
.icon-button span { display: block; height:0; left:50%; margin:0; position:absolute; top:50%; background-color:#ff6700; border-radius:3em;
-webkit-transition: all 0.3s; -moz-transition: all 0.3s;  -o-transition: all 0.3s; transition: all 0.3s; width: 0;}
.icon-button:hover span { width:3em; height:3em; background: #000; margin:-1.5em; }

/* Icons */
.icon-button i { background:none; color:#fff; width:2em;  height:2em; left:.1em; line-height:3em; position:absolute; top:0; z-index:10; padding-left:.7em;}
.icon-button:hover i {color: #000!important;}

.social-button {font-size: 2em; padding: .5em; }
.social-button:hover {color:#ff6700;}

.social-button-2 {font-size: 1.2em; padding: .4em; }


/* LAYOUT: Contenedor y Sidebar */
.container { display: flex; width: 100%; min-height: 80%; }

/* Estilos del Sidebar */
.sidebar { width: 300px; color: black; padding: 20px 0; flex-shrink: 0; }
.sidebar h3 { margin-bottom: 30px; padding: 0 20px; color: #96C7FF!important; }
.sidebar i { color: rgba(225,225,225,1.00); }
.sidebar ul { list-style: none; padding: 0; margin: 0; }
.menu-item { padding: 15px 20px; cursor: pointer; border-bottom: 1px solid #34495e; transition: background-color 0.3s; color:#EEEEEE; }
.menu-item:hover { background-color: #151515; font-weight: 800; color: #96C7FF; }

/* Estilo para el elemento activo del menú */
.menu-item.active { font-weight: bold; background-color: #151515;}
.menu-item.active i { color: #4B9FFF; }

/* Estilos del Área de Contenido */
.content-area { flex-grow: 1; padding: 20px; }

/* Oculta/Muestra bloques de contenido */
.content-block { display: none; }
.content-block.active-content { display: block; }

/*---- Carrusel ----*/

/* Contenedor principal del carrusel */
.carousel-container { width: 90%; max-width: 1400px; margin: 0 auto; position: relative; overflow: hidden; }
/* Pista del carrusel (agrupando reglas duplicadas) */
.carrusel-pista, .carousel-track, .carousel-track-2 { display: flex; gap: 20px; padding: 20px 0; transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1); transform: translateX(0); }
/* Estilo de la tarjeta (card) */
.card { min-width: 300px; height: 370px; background-color: #2B569E ;background-size: cover; background-position: center; border-radius: 18px; overflow: hidden; position: relative; cursor: pointer; flex-shrink: 0; box-shadow: 0 0 0 rgba(0, 0, 0, 0); transition: transform 0.3s ease, box-shadow 0.3s ease; }
/* Efecto Hover: Zoom In y Box Shadow Azul Sólido */
.card:hover { transform: scale(1.03); box-shadow: 5px 5px 20px rgba(0, 180, 255, 0.5); }
/* Opacidad de imagen (pseudo-elemento before) */
.card::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); z-index: 3; transition: background-color 0.3s ease; }
/* Alfa al 0% al hacer rollover */
.card:hover::before { background-color: rgba(0, 0, 0, 0.2); }
/* Superposición de Contenido (Overlay) Centrado */
.card-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; padding: 30px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; z-index: 4; }
/* Contenido de la tarjeta */
.card-content { background: none; padding-top: 0; padding-bottom: 0; width: 100%; }
/* Estilos de texto */
.card-title { font-size: 2.2rem; font-weight: bold; margin-bottom: 10px; color: #6ABE51!important; }
.card-description { font-size: 1.5rem; color: #fff; margin-bottom: 20px; max-width: 80%; }
.card-link { text-decoration: none; color: #00b4ff; font-weight: bold; font-size: 1.2rem; padding-bottom: 5px; border-bottom: 2px solid #00b4ff; display: inline-block; transition: color 0.3s; }
/* Navegación (flechas) */
.carousel-navigation { display: flex; justify-content: flex-start; gap: 10px; padding-top: 20px; }
.card h5 { color: #00b4ff;}
.nav-arrow { background: none; border: 2px solid #00b4ff; color: #00b4ff; width: 40px; height: 40px; border-radius: 50%; cursor: pointer; font-size: 1.7rem; transition: all 0.3s; display: flex; align-items: center; justify-content: center; }
.nav-arrow:hover:not(:disabled) { background-color: #00b4ff; color: #000; }
.nav-arrow:disabled { border-color: #333; color: #333; cursor: not-allowed; }

/* Diseño Responsivo */
@media (max-width: 768px) {
    .card { min-width: 80vw; }
    .carousel-navigation { margin-left: 20px; }
}


/* Contenedor principal FAQ */
  .faq-container {
    max-width: 82%;
    margin: 20px auto;
  }

  /* Estilo de cada bloque */
  details {
    background-color: #13131B;
    border: 1px solid #4B9FFF;
    border-radius: 12px;
    margin-bottom: 10px;
    padding: 12px;
    transition: all 0.3s ease;
  }

  /* Estilo del título (la pregunta) */
  summary {
    font-weight: bold;
	color: #FAF5FF;
    cursor: pointer;
    list-style: none; /* Quita la flecha por defecto en algunos navegadores */
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  /* Añadir un ícono de "+" manual */
  summary::after {
    content: '＋';
    color: #007bff;
  }

  /* Cambiar el ícono cuando está abierto */
  details[open] summary::after {
    content: '－';
  }

  /* Espaciado del contenido abierto */
  details p {
    margin-top: 10px;
    line-height: 1.5;
  }

  /* Timeline */
.timeline-container {
  position: relative;
  width: 100%;
  padding: 50px 0;
  margin-top: 50px;
}

/* La línea continua */
.timeline-line {
  position: absolute;
  top: 58px; /* Ajustar según el tamaño del punto */
  left: 0;
  right: 0;
  height: 4px;
  background-color: #ccc;
  z-index: 1;
}

.timeline-points {
  display: flex;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
  z-index: 2;
}

.hito {
  text-align: center;
  cursor: pointer;
  flex: 1;
}

.punto {
  width: 20px;
  height: 20px;
  background-color: #007bff;
  border-radius: 50%;
  margin: 0 auto 10px;
  border: 3px solid white;
  transition: transform 0.3s ease;
}

.hito:hover .punto {
  transform: scale(1.3);
  background-color: #0056b3;
}

/* Caja de descripción */
.descripcion-box {
  margin: 20px auto;
  padding: 20px;
  background: #f9f9f9;
  border-left: 5px solid #007bff;
  min-height: 50px;
  text-align: center;
  width: 70%; border-radius: 18px;
}

#texto-descripcion {
  color: #2c3e50; /* Un azul grisáceo elegante */
  font-weight: 500;
  transition: color 0.3s ease; /* Suaviza el cambio si decides cambiarlo luego */
}

@media (max-width: 600px) {
  /* Giramos la línea a vertical */
  .timeline-line {
    width: 4px;
    height: 100%;
    left: 20px; /* La movemos a la izquierda */
    top: 0;
  }

  .timeline-points {
    flex-direction: column; /* Apilamos los hitos */
    align-items: flex-start; /* Alineamos a la izquierda */
    padding-left: 10px;
    gap: 20px; /* Separación entre años */
  }

  .hito {
    display: flex;
    align-items: center;
    text-align: left;
    width: 100%;
  }

  .punto {
    margin: 0 15px 0 0; /* Punto a la izquierda del texto */
  }

  /* La caja de descripción ocupa más espacio en móvil */
  .descripcion-box {
    width: 95%;
  }
}


/*--------------------- Formulario --------*/

.form-container {
      background: #ffffff;
      padding: 30px;
      max-width: 500px;
      margin: 0 auto;
      border-radius: 8px;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    }

    .form-container h2 {
      text-align: center;
      margin-bottom: 25px;
      color: #333;
    }

    label {
      display: block;
      margin-bottom: 6px;
    }

    input[type="text"],
    input[type="email"],
    input[type="tel"],
    textarea {
      width: 100%;
      padding: 10px;
      margin-bottom: 20px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 16px;
    }

    textarea {
      resize: vertical;
    }

    .boton-formulario {
      background-color: #1f4ae6;
      color: #fff;
      padding: 12px;
      border: none;
      border-radius: 6px;
      cursor: pointer;
      width: 80%;
      font-size: 16px;
    }

    .boton-formulario:hover {
      background-color: #061433;
    }

/*--------------------- Extras --------*/

.video_cont {width:100%; background: #000; position:absolute; z-index:0; top:0;  }	
.video_back {width:100%; opacity:.2; left:0; bottom:0; }	
.video_back2 {width:100%; opacity:0.5;  left:0; bottom: 0;}

.clear {width:100%; height:1px;}
.white {color:#fff;}

.icon { font-size:4rem; }
.foto { width:100%;} 
.foto-2 { width:100%; box-shadow: rgba(0, 0, 0, 0.25) 0px 54px 55px, rgba(0, 0, 0, 0.12) 0px -12px 30px, rgba(0, 0, 0, 0.12) 0px 4px 6px, rgba(0, 0, 0, 0.17) 0px 12px 13px, rgba(0, 0, 0, 0.09) 0px -3px 5px;} 
.art {box-shadow:0 0 10px rgba(0,0,0,.5); border-radius:18px; width: 100%;} 

.imagen-1 {border-radius: 0px 30px 0px 30px; box-shadow:0 0 10px rgba(0,0,0,.2); width: 85%; }
.imagen-2 {border-radius: 20px 0px 20px 0px; width: 100%; margin-bottom: 15px; }

main table {text-align:left;  font-size:1.6rem; line-height:2.5rem; width:100%; } 

.separador {width:100%; height:50px;}
.separador-big {width:100%; height:100px;}
.separador-small {width:100%; height:20px; }

/* Style the buttons that are used to open and close the accordion panel */
.accordion { background-color: #D1E9FF; color: #444; cursor: pointer; padding: 18px; width: 100%; text-align: left; border: none;outline: none; transition: 0.4s; }

/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.active-accordion, .accordion:hover {background-color: #84CAFF;}

.accordion:after { content: '\02795'; /* Unicode character for "plus" sign (+) */ font-size: 14px; color: #000; float: right; margin-left: 5px; }

.active-accordion:after { content: "\2796"; /* Unicode character for "minus" sign (-) */ }

/* Style the accordion panel. Note: hidden by default */
.panel { padding: 0 18px;background-color: white;display: none; overflow: hidden; }

.sombra {box-shadow:0 3px 3px rgba(0,0,0,.5); }

.box-blue {padding: 1.2em; height: 480px; border-radius: 18px; border: solid 0.6px #4B9FFF; margin: .5em; background: rgba(19,19,27,0.70); box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }
.box-blue a:hover {background:#000; }

.box-blue-2 {padding: 1.2em; height: auto; border-radius: 18px; border: solid 0.6px #4B9FFF; margin: .5em; background: rgba(19,19,27,0.70); box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; }

.minicard {background: #13131B; border: thin #0088FF; border-radius: 12px; padding: 1.5em; margin: .6em; display: flex; justify-content: center; align-items: center; gap: 20px; }

.minicard2 {background: #13131B; border: thin #0088FF; border-radius: 12px; padding: .8em; margin: .5em; display: flex; justify-content: center; align-items: center; gap: 15px; }

.highlight {padding: .6rem;  margin: 1rem; color: #fff; text-align: center; background: #4B9FFF; background: linear-gradient(54deg, rgba(75, 159, 255, 1) 5%, rgba(20, 32, 51, 1) 95%); border-radius: 10px; }

.deg {padding: 2em; color: #fff; text-align: center; background: #4B9FFF; background: linear-gradient(54deg, rgba(75, 159, 255, 1) 5%, rgba(20, 32, 51, 1) 95%); }
.deg strong {color: #13131B;}

.section-1 {background: #0B0A12 url("../images/bg-up.jpg") bottom center; background-size: cover; }
.section-2 {background: #0B0A12 url("../images/bg-down.jpg") top center; background-size: cover; }

.cta {background: #0B0A12 url("../images/bg-cta-1.webp") center; background-size: cover; text-align: center; width: 80%; border-radius: 18px; padding: 2.5em; margin: 1em; color: #fff; }

.theme-black {background: #0b0b0c; padding: 3em;}

.box-black {padding: 1.2em; margin: 1.2em; height: auto; border-radius: 24px; overflow: hidden; border: solid 1px #FFF; background-size: cover; background-position: center; transition: transform 0.3s ease, box-shadow 0.3s ease; box-shadow: 0 0 0 rgba(0, 0, 0, 0); position: relative; cursor: pointer; flex-shrink: 0;}
.box-black::before { content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.5); z-index: 3; transition: background-color 0.3s ease; }
.box-black:hover { transform: scale(1.03); box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.3); }
.box-black:hover::before { background-color: rgba(0, 0, 0, 0.1); }
.box-black p, .box-black ul, .box-black li {color: #fff;}

.box-black-2 {padding: 1.2em; margin: 1.2em; height: auto; border-radius: 24px; overflow: hidden; border: solid 1px #FFF; background-size: cover; background-position: center; box-shadow: 0 0 0 rgba(0, 0, 0, 0); position: relative; flex-shrink: 0;}

.theme-white {background: #f5f5f5;padding: 3em;}
.theme-white p, .theme-white h1, .theme-white h2 {color: #000;}


/*-------------------------------------- WEB--*/

@media screen and (min-width:1025px){
		
main {padding-top:0px;}
header { width:100%; text-align:center; display:fixed;  justify-content:center; align-items:center;}
	
nav { width:100%; margin: auto; display: flex; justify-content: space-between; color: #fff; background: rgba(0,0,0,0.70); position: fixed; z-index:990; }
nav ul {color:#eee; padding: 1.4em; display:flex; justify-content:center;  align-items:center;  }
nav li 	{list-style: none; padding: 0px 12px; margin: .4em; white-space: nowrap;}
nav a {color:#eee; font-size: 1.6rem; text-decoration:none; padding: 0px 10px }
nav a:hover { color:#ff6700; text-decoration: underline; } 	
nav a span { color:#fff !important;} nav a:hover span {color:#FF4C99!important;}
.active { color:#ff6700; font-weight: 800; }
.active span {color:#ff6700 !important;} 	
.active2 { color:#ff6700; font-weight: 800; } 	

.dropbtn { padding:1.1em 3em 1em 3em; cursor:pointer; }
.dropdown {  display:inline-block;   }
.dropdown:hover .dropdown-content, .dropdown:hover .dropdown-content2 { display: block; box-shadow: 3px 1px 30px 1px rgba(0,0,0,0.20); }	
	
.dropdown-content { display:none; position:absolute; z-index:20; text-align:left; white-space: normal!important; background-color:rgba(0,0,0,0.70);  margin-top:0; padding:2em 3em 2em 3em; border-bottom-left-radius:1em; border-bottom-right-radius:1em; }	
.dropdown-content .uno { width:280px; float:left; height:auto; padding:0; margin-right:2em; }
.dropdown-content .dos { width:280px; float:left; height:auto; padding:0;  }
.dropdown-content p { margin-bottom:1em; color: #eee;}	
.dropdown-content a {color:#eee; width:100%; text-decoration:none; display:inline-block; padding:1em 0em !important; font-size:1.5rem;   }
.dropdown-content a:hover { background:#000; color:#4B9FFF; border-top:0; border-radius: 8px; }
.dropdown-content i {color: #000!important;}	.dropdown-content i:hover {color: #4B9FFF!important;}	
.drop-active { color:#4B9FFF !important;}	.drop-active img { background:#000;}
		
.menu-fixed { position:fixed; z-index:1000; width:100%; top:0; }	

	
.top {text-align:right; width:auto; padding:.5em 0; font-size:1.8rem; position: fixed; right:0; top:0; z-index:1001;  }
.top ul {padding:.5em 0; margin-right:1em; margin-bottom: 0.5em; }
.top li {display:inline; padding:.5em 0; }
.top a:hover img {filter:invert(1);}
.top a:hover i {color:#000;}	
	
.hero {padding-top:300px; height: 100vh; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; position:relative; z-index: 100;}
.hero h1, .hero h2, .hero p {text-shadow: -2px 5px 5px rgba(0,0,0,0.57);}	
	
.col {width:1240px; margin:0 auto; display:flex; justify-content:space-around; flex-wrap:wrap; align-items:center; padding:2em 0; }
.col-100 {width:100%; margin:0 auto; display:flex; justify-content:space-around; flex-wrap:wrap; align-items:center; }	
.col-2 {width:600px;} 
.col-3 {width:408px;}
.col-4 {width:304px;}
.col-50 {width:48%; }
.col-20 {width:20%;}
.col-25 {width:24%;}
.col-30 {width:30%;}
.col-70 {width:68%;}
.col-90 {width:90%;}
.col-80 {width:80%;}
.col-75 {width:75%; }
.col-60 {width:60%;}
.col-66 {width:66%; }
.col-40 {width:40%;}
.col-33 {width:33%;}
	
.izquierda {text-align:left !important;}
.derecha {text-align:right !important;}
.oculto { display:none !important; }	

.porcentaje {font-size:6rem; line-height:6rem; color:#272C66; width:auto; text-align:center; font-family:inter; }
.porcentaje2 {  width:180px; font-family:inter; border-radius:10em; padding:3em 3em; text-align:center;  }	
	
#uno {position:absolute; top:0; left:0;}
#dos {position:absolute; top:7em; left:7em;}
#tres {position:absolute; top:2em; right:4em;}
#cuatro {position:absolute; top:11em; right:0;}	

.azul { padding:2em; }
	
}


/*-------------------------------------- movil--*/ 

@media screen and (max-width:450px){
	
header {width:100%; min-height:62px; z-index:9; position:fixed; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; border-bottom:1px solid #ccc;  background: #000;}
.logo {padding:0px; width:50%; margin-left: 6px; }	
main { padding:0px;}
	
.col { width:100%; padding:.5em 4%; display:flex; flex-wrap: wrap; justify-content:space-evenly; }		
.col-2, .col-7, .col-3, .col-4, .col-5, .col-6, .col-8, .col-50, .col-20, .col-25, .col-30, .col-40, .col-70, .col-80, .col-90, .col-75, .col-60, .col-33  {width:100% !important;}

h1 {font-size:3.2rem; line-height:3.6rem; padding:.5em;}
h2 {font-size:2.6rem; line-height:2.8rem; padding:.4em;}
h3 {font-size:2.2rem; line-height:2.5rem; padding:.4em;}
h4 {font-size:1.8rem; line-height:2rem; padding:.4em;}
	
.menu_movil {width:15%; z-index:30; padding:0; margin:0;  cursor:pointer;  }
.btn_menu { padding:0; width:100%; color:#ffc60c; font-weight:normal; font-size:2.8rem; } 
	
nav {position:absolute; z-index:11; }		
nav ul { width:100%; left:-100%;  border:none; position:fixed; padding:0; top:0; background:#fff; color:#000; margin-top:65px; } 
nav li {display:block; float:none; text-align:left; width:100%; border-right:none; border-bottom:1px solid #ccc; padding-left:2em; }
nav a { font-size:1.4rem; padding:.8em 0; color:#000; width:100%; display:inline-block;  text-transform:uppercase;}
nav span { color:#000;} 
.active { color:#095E95;}  .active span {color:#095E95 !important ;}	 
nav .boton, nav .boton2, nav .boton3 {border-radius:0; border:0; }	
.last {width: 100%;}	
	
.dropdown-content {display:block; padding-left:2em;}
.dropdown-content a { display:inline-block; padding:.8em 0; }
	
#banner {width:100%; height:100%; background:rgba(0,0,0,.8); position:fixed; z-index:20; display:none; } 	
.bannerIn, .bannerIn2 { width:90%; left:5%; position:absolute; z-index:21; top:3%; border-radius:2em; background:#fff; padding:1em; overflow-y:visible; } 	 	
.bannerIn iframe {border-radius:1em; margin:4em 0 2em 0;}				
	
.hero { width:100%; height:auto; padding-top: 2.1em; background: url("../images/bg-hero.webp") right top no-repeat; background-size:cover;}
.minicard {padding: 1em; margin: .4em; }
.box-blue {height: auto; padding: .5em;}
.faq-container {max-width: 92%;}
.cta {width: 92%; padding: 1.5em; margin: .6em;}	
	
main table { font-size:1.4rem;}
	
.text-form2, .caja  { width:75% !important; }	
.izquierda2 {text-align:left;}
.orden1 { order:1;} .orden2 { order:2;} .orden3 { order:3;} .orden4 { order:4;} .orden5 { order:5;} .orden6 { order:6;}	
.porcentaje {font-size:5rem; line-height:5rem; color:#272C66; width:50%; text-align:center; font-family:inter; margin:0 auto;}
.porcentaje2 {  width:180px; font-family:inter; border-radius:10em; padding:3em 3em; text-align:center;  }	

#uno, #dos, #tres, #cuatro {margin:1em auto;}
.box-black-2 {padding: .6em; margin: .6em;}
	
footer .logotipo {width:250px;}
}


/*-------------------------------------- tablet --*/ 

@media screen and (min-width:451px) and (max-width:1024px){
	
header {width:100%; min-height:60px; background:#fff; z-index:9; position:fixed; display:flex; flex-wrap:wrap; justify-content:space-between; align-items:center; border-bottom:1px solid #ccc;}
.logo {padding:0px 0px 0px 16px; width:60%; margin-left: 0.5em; }	
main { padding:0;}

h1 {font-size:4rem; line-height:4.2rem; padding:.8em;}
h2 {font-size:3.2rem; line-height:3.3rem; padding:.8em;}
h3 {font-size:2.5rem; line-height:2.5rem; padding:.6em;}
h4 {font-size:2rem; line-height:1.8rem; padding:.5em;}	
	
.menu_movil {width:auto; z-index:20; position:absolute; padding:.5em 1em 0em 1em; margin:0;  cursor:pointer; top:5px; right:25px;  }
.btn_menu { padding:0; color:#e0b123; text-decoration:none; font-weight:normal; font-size:3.2rem;} 

nav {position:absolute; z-index:60; width:100%; }		
nav ul { width:100%; left:-100%;  border:none; position:absolute; padding:0; top:22px; background:#fff; color:#000; border-bottom:1px solid #6f78de;  padding-bottom: 2em;   } 
nav li {display:block; float:none; text-align:left; width:100%; border-right:none; border-bottom:1px solid #6f78de; padding-left:3em; }
nav a { font-size:1.4rem; padding:.8em 0; color:#000; width:100%; display:inline-block;  text-transform:uppercase;}
nav span { color:#000;} 
nav .last { border:none;}
nav img {display:none;}
	
.dropbtn { color:#FFF; background:rgba(255,251,240,0); border: none; cursor: pointer; padding-bottom:.55em;  }
.dropdown { display:inline-block;}
.dropdown:hover .dropdown-content {display:block;}	
	
.dropdown-content {display:block;}
.dropdown-content a { display:inline-block; padding:.7em 0; }
	
.col { width:98%; padding:1em 2%; display:flex; flex-wrap:wrap; justify-content:space-evenly; align-items:center;  }	
.col-7 {width:14.2%;}
.col-2 {width:48%;}
.col-3 {width:31%;}
.col-4 {width:25%;}
.col-5 {width:200px;}
.col-6 {width:200px;}
.col-20 {width:20%;}	
.col-25 {width:25%;}
.col-30 {width:30%;}
.col-33 {width:33%;}	
.col-40 {width:40%;}	
.col-50 {width:48%;}
.col-60 {width:60%;}		
.col-70 {width:70%;}	
.col-75 {width:75%;}
.col-80 {width:80%;}
.col-90 {width:90%;}	

.slider { width:100%; height:auto; padding: 3em 0em 1em 0em; display:flex; justify-content:flex-start; flex-wrap:wrap; align-items:center; }
	.box-blue {height: auto; padding: 1em;}
	
}


@media (max-width:450px){.hide-small{display:none!important}}
@media (min-width:451px) and (max-width:1024px){.hide-medium{display:none!important}}
@media (min-width:1025px){.hide-large{display:none!important}}

.animate-fading{-webkit-animation:fading 1s;animation:fading 1s}
@-webkit-keyframes fading{0%{opacity:0}100%{opacity:1}}
@keyframes fading{0%{opacity:0}100%{opacity:1}}
.animate-opacity{-webkit-animation:opac 1s;animation:opac 1s}
@-webkit-keyframes opac{from{opacity:0} to{opacity:1}}
@keyframes opac{from{opacity:0} to{opacity:1}}
.animate-top{position:relative;-webkit-animation:animatetop 0.4s;animation:animatetop 0.4s}
@-webkit-keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
@keyframes animatetop{from{top:-300px;opacity:0} to{top:0;opacity:1}}
.animate-left{position:relative;-webkit-animation:animateleft 0.4s; animation:animateleft 0.4s}
@-webkit-keyframes animateleft{from{left:-1000px;opacity:0} to{left:0;opacity:1}}
@keyframes animateleft{from{left:-1000px;opacity:0} to{left:0;opacity:1}}
.animate-right{position:relative;-webkit-animation:animateright 0.8s;animation:animateright 0.8s}
@-webkit-keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
@keyframes animateright{from{right:-300px;opacity:0} to{right:0;opacity:1}}
.animate-bottom{position:relative;-webkit-animation:animatebottom 0.8s;animation:animatebottom 0.8s}
@-webkit-keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0px;opacity:1}}
@keyframes animatebottom{from{bottom:-300px;opacity:0} to{bottom:0;opacity:1}}
.animate-zoom {-webkit-animation:animatezoom 0.6s;animation:animatezoom 0.6s}
@-webkit-keyframes animatezoom{from{-webkit-transform:scale(0)} to{-webkit-transform:scale(1)}}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}
.animate-input{-webkit-transition:width 0.4s ease-in-out;transition:width 0.4s ease-in-out}.animate-input:focus{width:100%!important}