@charset "utf-8";
/* CSS Document */
/* Invocación de iconos desde https://www.flaticon.com/uicons/interface-icons */
@import url('https://cdn-uicons.flaticon.com/3.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=Comfortaa:wght@300..700&family=Crimson+Text:ital,wght@0,400;0,600;0,700;1,400;1,600;1,700&display=swap');

/*--------*/

@font-face {
  font-family: 'Arca';
  src: url("../assets/fonts/ArcaMajora3-Bold.otf") format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {outline:0; padding:0; margin:0; box-sizing: border-box;}
html {font-size: 62.5%; }

body { font-family:Comfortaa, sans-serif; overflow-x:hidden !important; background:#fff; }
a {color:#EC5A24; text-decoration:none;} a:hover {color:#F68158; } 
strong {background-color: #352972; border-radius: 24px; padding: 0px 4px 0px 4px;}
i { color:#fff; } 
p { padding:.5em 0; line-height:2.4rem; width:100%; font-size:1.8rem; font-family: Comfortaa,Arial,sans-serif;} p i {margin-left:-.5em;}

.boton { padding:.8em 1.2em; color:#fff; background: #181833; font-size:1.4rem; text-align:center; cursor:pointer; border-radius: 18px; box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;} 
.boton i {color:#fff !important; font-size:1.8rem; padding: 0em 0em 0em .5em;}
.boton:hover { color:#fff; background:#3E3E7B; } 
.boton:hover i {color:#fff !important;}

.boton-2 { padding:.8em 1.2em; color:#fff; background: #EC5A24; font-size:1.4rem; text-align:center; cursor:pointer; border-radius: 18px; box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 24px;} 
.boton-2 i {color:#fff !important; font-size:1.8rem; padding: 0em 0em 0em .5em;}
.boton-2:hover { color:#fff; background:#F68158; } 
.boton-2:hover i {color:#fff !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:#181833; color:#fff; 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:hover {  background:#E8531E; color:#fff; }

main { width:100%; clear:both; font-size:1.6rem; color:#000;}

.listas ul {list-style: none; padding: 0; margin: 0;}
.listas li {color:#fff; list-style: none; font-size: 1.6rem; line-height: 2.2rem; text-indent: -2.2rem; padding-left: 1.6rem;}

h1 {font-size:5.5rem; line-height:6rem; color:#000; padding:.5em 0; width:100%; font-family:Arca; } 
h2 {font-size:3rem; line-height:3.6rem; color:#000; padding:.5em 0; width:100%; font-family:Arca; } 
h3 {font-size:2rem; line-height:2.5rem; color:#EC5A24; padding:1em; width:100%; text-align: center; font-weight: 500; letter-spacing: 3px; font-family:Arca; } 
h4 {font-size:2rem; line-height:2.5rem; color:#3E3E7B; padding:.4em;  width:100%; font-family:Arca; } 
h5 {font-size:1.8rem; line-height:2rem; color:#000;  padding:.35em 0;  width:100%; font-family:Arca; } 
h6 {font-size:1.5rem; line-height:1.7rem; color:#000; padding:.35em 0; width:100%; font-family:Arca; } 

.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; }

.color-nj {color: #EC5A24!important;}
.color-mr {color: #463696!important;}
.color-am {color: #FFA621!important;}
.color-gr {color: #475467!important;}
.color-rs {color: #8E008B!important;}
.color-bl {color: #fff!important;}

.izquierda {text-align:left !important;}
.derecha {text-align:right !important;}
.centrado {text-align: center;}
.oculto { display:none !important; }

/*-------------------------Slider---------------*/

.btn-floating1, .btn-floating2 { color:#D3E9FF;  font-size:4rem; z-index:11; }
.btn-floating1:hover, .btn-floating2:hover { color:#fff; cursor:pointer;}

/*------------------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:1.7rem; 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:#F95D06; border-radius:3em; border:solid 1px #e0b123; padding:.5em;} 
.social ul li a:hover img { background:#000;}	
.social ul li a:hover { color:#e0b123;  }

.social-btn {font-size: 2em; padding: .5em; }
.social-btn ul, li, i, a:hover { color:#F95D06;  }

/*---------------------footer-----------*/
footer { width:100%; min-height:100px; clear:both; text-align:center; font-size:1.5rem; padding: 2em 0em 3em 0em; background:#000440; }
footer .col {align-items:center; justify-content:center; margin-top:0;}
footer p {color:#fff; font-size:1.5rem; } 
footer h4 {color:#F8F6FF;}
footer a {color:#EC5A24; padding-bottom:.3em;  line-height:30px;   }
footer a:hover {color:#FFA621; } footer a:hover i {color:#463696; }
footer i, footer h3 { color:#EC5A24; }
footer li {color:#fff; list-style:none; display:inline; }
.sub {margin-left:1em;}
footer .activo i {font-size: 1.1rem;}


/*--------------------- Banner Anuncio --------*/
.floating-image-container{position:fixed;bottom:50px;right:20px;border-radius:20px;box-shadow:0 4px 8px rgba(0,0,0,0.2);background-color:#fff;z-index:1000;display:none}.floating-image-container img{display:block;width:300px;height:auto}.close-btn{position:absolute;top:5px;right:10px;font-size:24px;font-weight:bold;color:#888;cursor:pointer;line-height:1}.close-btn:hover{color:#000}

/*----- Navegación por pestañas ----*/

.tabs-container{width:90%;background-color:rgba(70,54,150,0.8);border-radius:20px;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:#EC5A24}.tab.active{background:#463696;border-bottom:2px solid #EC5A24}.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:#EC5A24;border:2px solid #EC5A24}.tabs-content{padding:2rem}.tab-pane{display:none}.tab-pane.active-content{display:block}

	
.icono { font-size:7rem; }
.foto { width:100%;} .foto2 {box-shadow:0 0 10px rgba(0,0,0,.5); border-radius:1.5em;} .foto3 {box-shadow:0 0 10px rgba(0,0,0,.5);}	
.foto_pantalla {width:100%; box-shadow:0 0 5px rgba(0,0,0,.3); margin:1em 0;}

.separador {width:100%; height:50px;}
.separador2 {width:100%; height:25px; }

.sombra {box-shadow:0 3px 3px rgba(0,0,0,.5); }

.image-circle {width: 80%; border-radius: 10em;}

/*--------------------- Cajas internas -----*/

.box-orange { width:100%; height:auto; padding: 1em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #EC5A24 url("../assets/images/bg-orange.png") right top no-repeat; border-radius: 20px;}
.box-orange p, h1, h2, b {color: #fff;}

.box-blue { width:100%; height:auto; padding: 2em; margin: .5em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #000440; border-radius: 30px; box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);}
.box-blue h1, h2, p, b 	{color: #fff!important;}
.box-blue strong {color: #E8531E;}

.box-purple { width:100%; height:auto; padding: 2em; margin: .5em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #463696 url("../assets/images/bg-purple.png") right top no-repeat;; border-radius: 30px; box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);}
.box-purple h1, h2, p, b {color: #fff!important;}
.box-purple strong {color: #EC5A24;}

.box-pink { width:100%; height:auto; padding: 2em; margin: .5em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #8E008B url("../assets/images/bg-pink.png") right top no-repeat; border-radius: 30px; box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);}
.box-pink h1, h2, p, b {color: #fff!important;}
.box-pink strong {color: #F8F6FF;}

.box-yellow { width:100%; height:auto; padding: 2em; margin: .5em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #FFA621; border-radius: 30px; box-shadow: 0px 10px 15px -3px rgba(0,0,0,0.1);}
.box-yellow h1, h2, p, b {color: #000440!important;}
.box-yellow strong {color: #000440;}

/*--------------------- Secciones completas -----*/
.section-blue {width:100%; height:auto; padding: 2em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #000440 url("../assets/images/bg-blue.png") right top no-repeat;}
.section-blue h1, h2, p {color: #fff!important;}
.section-blue h3 {color:#fff; text-align: left; font-family:Arca; letter-spacing: 0px; }

.section-white {width:100%; height:auto; padding: 2em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #fff; z-index: 8;}

.section-purple {width:100%; height:auto; padding: 2em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #463696;}
.section-purple h1, h2, p {color: #fff!important;}
.section-purple b, i {color: #FFA621!important;}
.section-purple h3 {color:#fff; text-align: left; font-family:Arca; letter-spacing: 0px; }

.section-pink {width:100%; height:auto; padding: 2em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #8E008B;}
.section-pink h3 {color:#fff; text-align: left; font-family:Arca; letter-spacing: 0px; }

.section-orange {width:100%; height:auto; padding: 2em; display:flex; flex-wrap:wrap; justify-content:center; align-items:flex-start; background: #EC5A24;}
.section-orange h3 {color:#fff; text-align: left; font-family:Arca; letter-spacing: 0px; } 


/*--------------------- banners -----*/

#banner {width:100%; height:100%; background:#1E2036 url("../assets/images/bg-menu.png") top center; position:fixed; z-index:100; display:none;} 
#banner-mobile {width:100%; height:100%; background: #1E2036; position:fixed; z-index:100; display:none;} 

/*-------------------------Banner---------------*/
	
.close { width:auto; position:absolute; z-index:110; font-size:2rem; right:20px; top:46px; padding:.5em .3em .3em .3em; border:none; cursor:pointer; color:#fff;} 
.close2 { width:auto; position:absolute; z-index:110; font-size:2rem; right:50px; top:40px; padding:.5em .3em .3em .3em; border:none; cursor:pointer; color:#fff;} 
.close i {color:#fff;}
.close:hover, .close:hover i {color:#40546D;}
.close i {color:#fff;}
.close2:hover, .close2:hover i {color:#40546D;}

/*-------------------------------------- WEB--*/

@media screen and (min-width:1025px){
		
main {padding-top:0px;}
	
header { width:100%; background:#fff; text-align:center; display:fixed;  justify-content:center; align-items:center;}
	
nav {display:none;}    
.nav { width:auto; height:auto; font-size:3rem; margin-bottom:20px; position: absolute; left:4em; z-index: 100; }
.nav a { padding:1.1em 1em; text-decoration:none; line-height:1.5rem; text-transform:uppercase; }
.nav img {width:30px;}	
.nav .last {border:none; } nav .last2 {border:none; margin:0 2em 0 3em;}		
.active { color:#E97A73 !important;}  .active span {color:#fff !important;}

.bannerIn {width:800px; min-height:447px; position:absolute; z-index:21; background:#000; top:50%; margin-top:-250px; left:50%; margin-left:-400px;  } 	
.bannerIn2 {width:500px; height:auto; position:absolute; z-index:21; background:#fff; top:5%; left:50%; margin-left:-250px; border-radius:3em; padding:1em 2em;  } 		

.top {text-align:right; width:auto; padding:.5em 0; font-size:1.8rem; position: fixed; right:0; top:0; z-index:80;  }
.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;}
	
.inicio { max-height: 400px;  padding:3em; }
.section-radar {background: url("../assets/images/bg-radar.webp") right top no-repeat; background-size:cover; height:700px; padding-top:2em; }
.principal {height:580px; padding-top:2em; margin-top: 100px;}

.col {width:1240px; margin:0 auto; display:flex; justify-content:space-around; flex-wrap:wrap; align-items:center; padding:2em 0; }

.col-2 {width:600px;} 
.col-3 {width:408px;}
.col-4 {width:304px;}
.col-50 {width:48%; }
.col-20 {width:20%;}
.col-25 {width:25%;}
.col-30 {width:30%;}
.col-70 {width:70%;}
.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%;}	
	
.overlay { background: rgba(0, 0, 0, 0.5); }

.video_cont { width:100%; background: #000; position:absolute; z-index:-10; top:0;  }	
.video_back {  width:100%; opacity:.6; left:0; bottom:0;  }	
.video_back2 {  width:100%; opacity:1;  left:0; bottom: 0; }		
	
}


/*-------------------------------------- movil--*/ 

@media screen and (max-width:450px){

main { padding:0;}
	
header {background: #EC5A24; width: 100%; position: fixed; z-index: 100;}	
nav {z-index: 100;}
	
.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; margin-bottom:1em;}

h1 {font-size:4.4rem; line-height:4.8rem; padding:.5em;}
h2 {font-size:2.4rem; line-height:2.8rem; padding:.5em;}
h3 {font-size:1.9rem; line-height:2.4rem; padding:.5em;}
h4 {font-size:1.8rem; line-height:2rem; padding:.5em;}	
	
.menu_movil {width:15%; z-index:30; padding:0; margin:0;  cursor:pointer; }
.btn_menu { padding:0; width:100%; color:#E8531E; font-weight:normal; font-size:2.8rem; } 
.btn_menu i {color: #E8531E!important;}

#banner-mobile {width:100%; height:100%; background:rgba(0,0,0,.8); position:fixed; z-index:20; display:none; }
	
.box-orange { padding: .5em; border-radius: 20px;}			
.box-blue { padding: .5em; border-radius: 20px;}
.box-purple { padding: .5em; border-radius: 20px; margin: 0;}
.section-white { padding: .5em;}
.section-pink { padding: .5em;}
.section-purple { padding: .5em;}
.section-orange { padding: .5em;}
	
.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;}
	
footer .logotipo {width:250px;}

}


/*-------------------------------------- tablet --*/ 

@media screen and (min-width:451px) and (max-width:1024px){
	
header {background: #EC5A24; width: 100%; position: fixed; z-index: 100;}	
main { padding:0;}

.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:#E8531E; text-decoration:none; font-weight:normal; font-size:3.2rem;} 
	
#banner {width:100%; height:100%;  position:fixed; z-index:40; display:none; } 	
#banner2 {width:100%; height:100%; position:fixed; z-index:40; display:none; } 	

.section-radar {background: url("../assets/images/bg-radar.webp") center top no-repeat; background-size:cover; height:700px; padding-top:2em; }	
	
.top {text-align:right; width:auto; padding:.5em 0; font-size:1.8rem; position: fixed; right:0; top:0; z-index:40;  }
.top ul {padding:.5em 0; margin-right:1em; margin-bottom: 0.5em; }
.top li {display:inline; padding:.5em 0; }
	
.col { width:98%; padding:.7em 2%; display:flex; flex-wrap:wrap; justify-content:space-evenly; align-items:center;  }	
.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-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%;}
	
.box-orange { padding: 1em; }			
.box-blue { padding: 1em;}
.box-purple { padding: 1em;  margin: 0;}
.section-white { padding: 1em;}
.section-pink { padding: 1em;}
.section-purple { padding: 1em;}
.section-orange { padding: 1em;}
.oculto { display:none !important; }
	
footer .logotipo {width:250px;}		

}


@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}