@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200;300;400;500;600;700&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700&display=swap');
/* CSS Document */



html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  font-size:10px;
  text-decoration:none;   
  font-family: 'Poppins', sans-serif;;
  font-weight: 400;
}

.video-responsive {
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
}
.video-responsive iframe, .video-responsive object, .video-responsive embed {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    }
    
    
.mobile-nav {
display: none;
position: fixed;
width: 100vw;
min-height: 100vh;
background-color: #FFF;
top: 0;
left: -100vw;
z-index: 100;
}
.mySlides {
display:none; 
height: auto; 
width:30%; 
margin: auto;
}
.ad_content {
width: 100vw; 
height: 100vh; 
display: table;
}
.w3-display-left, .w3-display-right {
position: absolute; 
top: 50%; 
width: 6rem; 
height: 6rem; 
margin-top: -3rem; 
background-color: transparent; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: 100% auto;
border: none; 
outline: none; 
color: transparent; 
text-decoration: none;
}
.w3-display-left {
left: 4rem; 
background-image: url(images/icon-prev.svg);
}
.w3-display-right {
right: 4rem;
background-image: url(images/icon-next.svg);
}

.ad {
position: fixed; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
background-color: rgba(0,0,0,.6); 
z-index: 1000;
}
.ad_align {
width: 100%; 
height: 100%; 
display: table; 
text-align: center;
}
.ad_img {
width: 50rem;
height: auto;
}


.icon_close_ad {
	background-image:url("images/icon-close.svg");
	background-position: center center;
	background-repeat: no-repeat;
	background-size:100% auto;
	width:6rem;
	height:6rem;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:4rem;
	right: 4rem;
	z-index:2000;
	transition: transform 0.3s;
}



/*
.icon_close_ad {
	background-image:url("images/icon-close.svg");
	background-position: top 4rem right 4rem;
	background-repeat: no-repeat;
	background-size:6rem auto;
	width:100vw;
	height:100vh;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:0;
    left: 0;
	z-index:1;
}
*/


.icon_close_search {
    background-position: center center;
	background-repeat: no-repeat;
	background-size:100% auto;
	width:6rem;
	height:6rem;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:4rem;
	right: 4rem;
	z-index:2000;
	transition: transform 0.3s;
	background-image:url("images/icon-close-black.svg");
}				
.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.main_align {
display: table;
width: 100%;
height: 100%;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

.wrapper {
background-color: #FFF;
position: relative;
padding-top: 18rem;
}
.content {
width: calc(100% - 16rem);
padding: 6rem 8rem;
}



header {
	width: 100%;
	position: fixed;
	z-index: 20;
	top: 0;
	left: 0;
}
.header_small {
background-color: #FFF;
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}
.header-top {
width: calc(100% - 16rem); 
padding: 0 8rem; 
height: 5rem; 
display: table; 
background-color: #B0B0A2;
text-align: right;
}
.header-bottom {
width: calc(100% - 16rem); 
padding: 2rem 8rem; 
}
.logo {
	display: inline-block;
    vertical-align: middle;
	width: 34rem;
}
.logo img {
width: 100%;
height: auto;
}
.logo_small {
width: 24rem;
}
.nav {
	display: inline-block;
    vertical-align: middle;
	width: calc(100% - 34rem - 5px);
	text-align: right;
}
.nav_small {
	width: calc(100% - 24rem - 5px);
}





.menu-tab {
display: inline-block;
vertical-align: middle;
margin: 0 0 0 4rem;
}
.bt-admision {
display: inline-block;
vertical-align: middle;
border-radius: 2rem;;
font-size:1.6rem;
color:#003366;
height: 3.2rem;
letter-spacing: .1rem;
padding: .8rem 2rem 0 2rem;
text-decoration:none;
text-transform:uppercase;
cursor: pointer;
border: solid .1rem #003366;
}

.menu-items {
position: absolute;
display: none;
margin-left: -14rem;
padding-top: 3rem;
}
.menu-items-content {
background-color: #FFF;
width: 24rem;
text-align: left;
padding: 2rem;
border-radius: 1rem;
margin-top: -2px;
box-shadow: 0 5px 50px -10px rgba(0,0,0,0.5);
}
.menu-items-content::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 0;
    border-radius: 2rem;
	height: 0;
	border-left: 14rem solid transparent;
	border-right: 14rem solid transparent;
	border-bottom: 3rem solid #FFF;
}

.menu-tab:hover .menu-items {
display: block;
}

.menu {
	font-size:1.6rem;
	color:#003366;
	text-decoration:none;
	text-transform:uppercase;
	cursor: pointer;
    letter-spacing: .1rem;
}
.submenu, .sidemenu {
display: block;
font-size:1.4rem;
color:#003366;
text-decoration:none;
cursor: pointer;
border-bottom: solid 1px #003366;
padding: 1rem 0;
border-radius: 0;
}
.sidemenu {
padding: 1.5rem 0;
}
.submenu:hover {
background-color: #003366;
padding: 1rem;
color: #FFF;
border-radius: 1rem;
}
.sidemenu:hover {
border-bottom: solid 1px #ED1C24;
}
.sidemenu-selected, .sidemenu-selected:hover {
border-bottom: solid 5px #ED1C24 !important;
}


.menu-header, .menu-footer {
	font-size:1.2rem;
    letter-spacing: .2rem;
	color:#02293F;
	text-decoration:none;
	text-transform:uppercase;
    display: inline-block;
    vertical-align: middle;
	cursor: pointer;
    margin-left: 3rem;
}
.menu-footer {
    margin-right: 3rem;
    margin-left: 0;
}

footer {
width: 100%;
position: relative;
background-color: #02293F;
}

.footer_menu {
width: calc(100% - 16rem);
text-align: left;
height: 6rem;
padding: 0 8rem;
display: table;
text-decoration: none;
background-color: #B0B0A2;
}
.footer_info {
width: calc(100% - 16rem);
padding: 6rem 8rem;
}
.footer_left {
float: left;
width: calc(100% - 25rem)
}
.footer_column {
float: left; 
margin-right: 6rem;
}
.footer_right {
float: right;
width: 25rem;
}



.search_bar {
width: calc(100% - 16rem); 
position: fixed; 
display: table;
padding: 0 8rem;
top: -12rem; 
left: 0;  
height: 12rem; 
z-index: 50;
background-color: #FFF;
transition: all .20s ease-out;
}
.search_bar_enter { 
top: 0;   
box-shadow: 0 50px 250px 50px rgba(0,0,0,0.5);
transition: all .20s ease-out;
}

/*MAIN BANNER*/
.main-banner, .interior-banner, .no-banner {
width: 100%; 
height: 100vh;
position: relative;
display: table;
overflow: hidden;
z-index: 2;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
/*background-attachment: fixed;*/
}
.interior-banner {
height: 30vw;
text-align: center;
background-color: aliceblue;
}
.no-banner {
height: 20rem;
text-align: center;
background: rgb(244,242,240);
background: linear-gradient(360deg, rgba(244,242,240,0) 0%, rgba(244,242,240,1) 100%);
}
.main-banner-txt {
position: absolute;
z-index: 3;
top: 0;
left: 0;
text-align: center;
display: table;
width: 100%; 
height: 100vh;
}


.main-banner-footer {
position: absolute;
bottom: 0;
padding: 4rem 8rem;
text-align: center;
left: 0;
z-index: 4;
width: calc(100% - 16rem);
}
.banner-footer-content {
position: relative;
width: 100%;
}
.alert {
margin-top: 3rem;
background-color: #ED1C24;
width: calc(100% - 10rem);
height: 6rem;
display: table;
border-radius: 1rem;
text-align: left;
background-image: url("images/icon-alert.svg");
background-position: left 2rem center;
background-repeat: no-repeat;
background-size: 3.6rem auto;
padding: 0 2rem 0 8rem;
}
.banner-footer-scroll {
position: absolute;
left: 50%;
margin-left: -3rem;
width: 6rem;
height: auto;
bottom: 0;
}
.banner-footer-left {
position: absolute;
bottom: 0;
left: 0;
text-align: left;
}
.banner-footer-right {
position: absolute;
right: 0;
bottom: 0;
width: 20rem;
}

.vidcell {
position: absolute; 
z-index: -1; 
width: 100%; 
height: 100vh;  
top: 0;
left: 0;
}
.vidcell iframe {
width: 120vw; 
height: 120vh; 
margin-top: -10vh; 
margin-left: -10vw;
}
.main-banner-mask {
position: absolute; 
z-index: 2; 
width: 100%; 
height: 100vh; 
display: table; 
text-align: center; 
top: 0;
left: 0;
background-color: rgba(0,0,0,.5);
}
.pop-landing {
position: fixed; 
z-index: 20; 
right: 0; 
top: 50%;
margin-top: -5rem;
text-align: right; 
padding: 2rem;
border-radius: 2rem 0 0 2rem;
background-color: #ED1C24;
font-family: 'Oswald', sans-serif;
font-size:1.8rem;
line-height:2.4rem;
}

/*CLIENTS*/


.client {
	display: inline-block;
	vertical-align: middle;
	margin: 0 3rem;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-o-filter: grayscale(100%);
}

.client:hover {
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-o-filter: grayscale(0);
}

.slide-alianzas {
	width: 100%;
	padding: 8rem 9;
	overflow:hidden;
    background-color: #FFF;
}
/*
.simply-scroll {
    height: 11rem;;
    margin-bottom: 0 !important; 
}
.simply-scroll .simply-scroll-list li {
    float: initial !important;
    width: initial !important;
    height: initial !important;
    vertical-align: middle !important; 
    display: inline-block !important; 
}
*/
.info-contact {
width: calc(40% - 8rem); 
padding: 4rem; 
float: left;
}
.form-contact {
width: calc(60% - 8rem); 
float: right; 
background-color: #F4F2F0; 
padding: 4rem; 
position: sticky; 
top: 10rem;
right: 0;
}

/*SLIDES */
.slide-intro, .slide-phrase {
position: relative;
padding: 6rem 8rem;
width: calc(100% - 16rem);
text-align: center;
}
.slide-phrase {
padding: 12rem 8rem;
background-color: #003366;
}
.slide-phrase-img {
position: absolute;
top: 0; left: 0; right: 0; bottom: 0;
z-index: 1;
background-image: url(images/bg-frase.jpg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
background-attachment: fixed;
opacity: .25;
}
.slide-sistemaeducativo {
position: relative;
width: 100%;
text-align:left;
}
.slide-testimonials {
position: relative;
width: 100%;
text-align:left;
padding: 6rem 0;
}
.slide_noticias {
float: left;
background-color: #F4F2F0;
width: calc(50% - 17rem);
border-radius: 0 2rem 2rem 0;
padding: 6rem 8rem;
}
.slide_actividades {
float: right;
border-radius: 2rem 0 0 2rem;
background-color: #3BADA4;
width: calc(50% - 17rem);
padding: 6rem 8rem;
}
.slide_alianzas {
width: 100%;
padding: 6rem 0;
}

.slide-sistemaeducativo .img {
position: absolute; 
background-color: aqua; 
width: 35rem; 
height: 40rem; 
bottom: -26rem; 
left: 0; 
border-radius: 2rem; 
background-image: url(images/img-stats.jpg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.slide-sistemaeducativo .top {
width: calc(100% - 16rem); 
padding: 6rem 8rem; 
background-color: #FFF;
}
.slide-sistemaeducativo .top .left {
width: 35rem; 
float: left; 
padding-bottom: 20rem; 
position: relative; 
z-index: 2;
}
.slide-sistemaeducativo .top .right {
width: calc(100% - 45rem); 
float: right;
}
.slide-sistemaeducativo .bottom {
width: calc(100% - 16rem); 
padding: 6rem 8rem 20rem 8rem; 
background-color: #B0B0A2; 
position: relative; 
z-index: 1;
}
.slide-sistemaeducativo .bottom .left {
width: 35rem; 
float: left; 
padding-top: 20rem;
}
.slide-sistemaeducativo .bottom .right {
width: calc(100% - 45rem); 
float: right;
}
.slide-sistemaeducativo .bottom .insta {
position: absolute; 
background-color: aqua; 
width: calc(100% - 16rem); 
bottom: -20rem; 
left: 8rem;
}


.thumb-nov-small, .thumb-nov {
width: calc(100% - 2rem);
display: block;
background-color: #FFF;
border-radius: 2rem;
padding: 1rem;
}
.thumb-nov {
width: calc(50% - 4rem - 5px);
display: inline-block;
margin-right: 4rem;
background-color: #F4F2F0;
margin-bottom: 4rem;
}
.thumb-nov-small .img, .thumb-nov .img {
vertical-align: middle;
display: inline-block;
width: 40%;
position: relative;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
margin-right: 2rem;
border-radius: 1rem;
}
.thumb-nov-small .wrap-img, .thumb-nov .wrap-img {
width: 100%;
padding-top: 75%;
}
.thumb-nov-small .txt, .thumb-nov .txt {
width: calc(60% - 2rem - 5px);
text-align: left;
vertical-align: middle;
display: inline-block;
}


.thumb-cal {
width: calc(50% - 1rem - 5px);
display: inline-block;
background-color: #F4F2F0;
border-radius: 2rem;
margin-right: 2rem;
margin-bottom: 2rem;
color: #003366;
}
.thumb-cal:hover {
background-color: #003366;
color: #FFF;
}
.thumb-cal-small {
width: 100%;
display: block;
background-color: rgba(255,255,255,.25);
border-radius: 2rem;
}
.thumb-cal-small .date, .thumb-cal .date {
width: 14rem;
height: 11rem;
text-align: left;
vertical-align: middle;
display: inline-block;
position: relative;
}
.thumb-cal-small .txt, .thumb-cal .txt {
width: calc(100% - 18rem - 5px);
padding: 0 2rem;
text-align: left;
vertical-align: middle;
display: inline-block;
}

.triangulo {
clip-path: polygon(0% 0%, calc(100% - 2rem) 0%, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
width: 13rem;
height: 11rem;
border-radius: 2rem;
background-color: #FFF;
position: absolute;
z-index: 1;
top: 0;
left: 0;
}
.thumb-cal-small .date-txt, .thumb-cal .date-txt {
position: absolute;
z-index: 2;
text-align: center;
padding-right: 2rem;
top: 0;
left: 0;
bottom: 0;
right: 0;
}



.thumb-blog {
width: calc(33.3333% - 2.6666rem);
float: left;
margin-right: 4rem;
margin-bottom: 4rem;
}
.thumb-blog .img {
width: 100%;
padding-top: 60%;
position: relative;
border-radius: 2rem;
margin-bottom: 2rem;
background-color: aliceblue;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.thumb-blog .txt {
width: calc(100% - 4rem);
text-align: left;
padding: 0 2rem;
}

.thumb-busqueda {
width: calc(100% - 3rem);
float: left;
margin-bottom: 4rem;
border-left: solid .1rem #003366;
padding-left: 3rem;
}


.thumb-radio {
background-color: #F4F2F0;
width: calc(100% - 8rem);
border-radius: 2rem;
padding: 2rem 4rem;
float: left;
margin-bottom: 2rem;
height: 10rem;
display: table;
background-image: url("images/icon-play.svg");
background-position: right 4rem center;
background-repeat: no-repeat;
background-size: 5rem auto;
color: #003366;
}
.thumb-radio:hover {
color: #FFF;
background-color: #3BADA4;
background-image: url("images/icon-play-white.svg");
}


.icon_close, .icon_menu {
position: initial;
display: inline-block;
vertical-align: middle;
color: transparent !important;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
width: 3rem;
height: 3rem;
}

.icon_menu {
display: none;
position: absolute;
left: 2rem;
top: 2rem;
color: #666;
background-image: url(images/icon-menu.svg);
}
.lang-mob {
display: none;
position: absolute;
right: 2rem;
top: 2rem;
}
.icon_close {
display: none;
position: absolute;
top: 2rem;
right: 2rem;
background-image: url(images/icon-close-black.svg);
}

.thumb-bio {
width: calc(50% - 2rem); 
margin-right: 4rem;
float: left;
margin-bottom: 6rem;
}
.thumb-bio-txt-content {
vertical-align: middle;
display: inline-block;
width: calc(100% - 12.5rem); 
}
.thumb-bio-img-content {
vertical-align: middle;
display: inline-block;
width: 10rem; 
margin-right: 2rem; 
}
.thumb-bio-img {
width: 100%; 
padding-top: 125%; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
background-color: aliceblue;
}






.categoria, .jump {
	display:table;
	width: calc(100% - 8rem);
	padding: 0 4rem;
	height: 6rem;
	background-color: #F4F2F0;
	text-decoration:none;
	background-image: url("images/icon-arrow-down-blue.svg");
	background-position: right 3rem center;
	background-repeat: no-repeat;
	background-size: 2.5rem auto;
	cursor:pointer;
	font-weight: 500;
	margin-bottom: 2rem;
	border-radius: 1rem;
	border: none;
}
.jump {
	background-image: url("images/icon-jump-blue.svg");
	background-size: 2rem auto;
}

.detalle {
	overflow: hidden;
    width: calc(100% - 4rem);
	clear: both;
	display:block;
	padding-bottom: 2rem;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding: 2rem;
}


.categoria-mob {
	display:table;
	width: 100%;
	padding: 1rem 0;
	text-decoration:none;
	background-image: url("images/icon-arrow-down-blue.svg");
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 2.5rem auto;
	cursor:pointer;
	border: none;
    border-top: solid .1rem #003366;
}
.detalle-mob {
	overflow: hidden;
    width: 100%;
	clear: both;
	display:block;
	padding: 2rem 0;
}

.benefit {
width: calc(25% - 5.7rem); 
margin-right: 2rem; 
border: solid .1rem #003366;
text-align: center;
display: table;
height: 8rem;
color: #003366;
padding: 2rem;
text-decoration: none;
float: left;
border-radius: 2rem;
}
.benefit:hover {
background-color: #B0B0A2;
color: #FFF;
border: solid .1rem #B0B0A2;
}


.testimonio {
margin: auto;
max-width: 90rem;
}
.testi_img {
width: 35rem; 
height: 40rem; 
border-radius: 2rem; 
background-color: #ccc; 
display: inline-block; 
vertical-align: middle; 
margin-left: 8rem;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.testi_txt {
display: inline-block; 
vertical-align: middle; 
margin: auto;
width: 100%;
/*width: calc(100% - 43rem - 5px);*/
}


.sidemenu-content {
width: 32rem; 
display: inline-block;
vertical-align: top;
margin-right: 8rem;
text-align: left;
}
.editor-content {
width: calc(100% - 41rem); 
margin: auto !important; 
max-width: 100rem;
display: inline-block;
vertical-align: top;
text-align: left;
}
.form-side {
display: inline-block;
vertical-align: top;
width: 24rem; 
margin-left: 8rem; 
padding: 4rem; 
text-align: left;
background-color: #2A758C;
border-radius: 2rem;
}
.form-bottom {
width: calc(100% - 16rem); 
background-color: #2A758C; 
padding: 6rem 8rem; 
text-align: center;
}

.stat-num {
float: left; 
width: 20rem; 
text-align: right;
margin-right: 4rem;
}
.stat-txt {
float: left; 
width: calc(85% - 24rem);
}
.stat-txt p {
margin-top: 0 !important;
}


.mod-tab {
width: 100%; 
border-radius: 2rem; 
margin-bottom: 2rem;
overflow: hidden; 
clip-path: polygon(0% 0%, calc(100% - 2rem) 0%, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
background-position: right 3rem center;
background-repeat: no-repeat;
background-size: 4rem auto;
line-height: initial;
}
.mod-tab:hover {
background-image: url(images/arrow-go-white.svg);
}
#tab-1 {
background-color: rgba(59,173,164,.2); 
}
#tab-1:hover {
background-color: rgba(59,173,164,.6); 
}
#tab-2 {
background-color: rgba(42,117,140,.2); 
}
#tab-2:hover {
background-color: rgba(42,117,140,.6); 
}
#tab-3 {
background-color: rgba(0,51,102,.2); 
}
#tab-3:hover {
background-color: rgba(0,51,102,.6); 
}
#tab-4 {
background-color: rgba(2,41,63,.2); 
}
#tab-4:hover {
background-color: rgba(2,41,63,.6); 
}
.mod-cat {
clip-path: polygon(0% 0%, calc(100% - 2rem) 0%, 100% 50%, calc(100% - 2rem) 100%, 0 100%);
width: 15rem; 
height: 10rem; 
float: left; 
padding: 0 3rem 0 1.5rem;
display: table;
}
.mod-step {
height: 10rem; 
display: table;
padding: 0 3rem 0 1.5rem; 
float: left; 
color: #003366;
background-position: right center;
background-repeat: no-repeat;
background-size: 1.5rem auto;
background-image: url("images/icon-arrow-right-blue.svg");
}
.mod-tab:hover .mod-step {
color: #FFF;
background-image: url("images/icon-arrow-right-white.svg");
}

.days .day-block-small  {
background-color: initial;
}
.days .day-block  {
background-color: initial;
}
.day-block-small, .day-block {
width: 13%; 
margin-right: 1.5%; 
float: left;
margin-bottom: .5rem;
text-align: center;
border-radius: 1rem;
background-color: #F4F2F0;
color: #B0B0A2;
font-size: 1.8rem;
line-height: 2rem;
font-weight: 500;
}
.day-block {
margin-bottom: 2rem;
text-align: left;
}
.day-off {
border: 1px solid #B0B0A2;
width: calc(13% - 2px);
background-color: #FFF;
color: #B0B0A2 !important;
}
.day-block-small .wrap, .day-block .wrap {
width: 100%;
padding-top: 100%;
position: relative;
}
.days .day-block .wrap {
padding-top: 30%;
text-align: center;
}
.day-block-small .cont, .day-block .cont {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
}
.day-block .day {
position: absolute;
top: 2rem; 
left: 1rem;
right: 1rem;
font-size: 2.6rem;
}
.day-block .txt {
/*position: absolute;*/
bottom: 2rem; 
left: 1rem;
right: 1rem;
}
.wrap-tittle {
float: left; 
text-align: left; 
padding-left: 8rem; 
width: calc(100% - 36rem);
}
.art-tittle {
float: left; 
text-align: left; 
padding: 0 8rem; 
width: calc(100% - 16rem);
}
.art-content {
width: calc(100% - 44rem); 
float: left;
}
.art-rel {
width: 36rem; 
float: right
}
.wr-tittle {
float: left; 
text-align: left; 
padding-left: 8rem;
width: calc(100% - 64rem);
}
.wr-desc {
float: left; 
width: 44rem;
padding-right: 6rem;
}
.wr-items {
float: right; 
width: calc(100% - 50rem);
}
.wrap-drop {
float: left; 
text-align: right; 
width: 20rem; 
padding-right: 8rem;
}
.wr-int-tittle {
float: left; 
text-align: left; 
padding-left: 8rem; 
width: calc(100% - 36rem);
}
.wr-int-cont {
width: calc(100% - 44rem); 
float: left;
}
.wr-int-rel {
width: 36rem; 
float: right;
}
.cal-item {
float: left; 
width: calc(100% - 48rem);
}
.cal-box {
float: right; 
width: 40rem;
}
.cal-filters {
text-align: left; 
width: calc(100% - 16rem); 
bottom: -3rem; 
left: 0; 
position: absolute; 
padding: 0 8rem;
}
.cal-fil-date {
float: left; 
width: calc(100% - 48rem);
}
.cal-fil-selc {
float: right; 
width: 40rem;
}

/* FONTS */

.t1 {
	font-size:4rem;
	line-height: 4rem;
}

.t2 {
	font-size: 1.4rem;
	line-height: 2rem;
}

.t3 {
	font-size:2.4rem;
	line-height: 3.2rem;
}
.t4 {
	font-size:1.6rem;
	line-height: 2.4rem;
}
.editor-content .t4 a {
color: #003366;
}
.t5 {
	font-size:5.6rem;
	line-height: 5rem;
}

.t6 {
	font-size:2rem;
	line-height: 2.4rem;
}

.t7 {
	font-size:1.2rem;
	line-height: 1.6rem;
}
.t8 {
font-family: 'Oswald', sans-serif;
font-size:6rem;
line-height: 5rem;
}
.t9 {
font-family: 'Oswald', sans-serif;
font-size:10rem;
line-height: 8rem;
}
.t10 {
font-family: 'Oswald', sans-serif;
font-size:8rem;
line-height: 6rem;
}
.white {
	color:#FFF;
}
.black {
color: #003366;
}
.dark-blue {
color: #02293F;
}
.turquesa {
color: #2A758C;
}




/* REDES */

.redes {
	color:transparent;
	background-color: #FFF;
	display:inline-block;
	cursor:pointer;
	border-radius: 50%;
	width: 5rem;
	height: 5rem;
	text-decoration:none;
	margin: 0 3rem 0 0;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 60% auto;
}
.redes:hover {
transform: scale(1.1);
}


.instagram {
background-image: url(images/icon-in.svg?v=1.2);
}
.instagram:hover {
background-image: url(images/icon-in-color.svg);
}

.facebook {
background-image: url(images/icon-fb.svg?v=1.2);
}
.facebook:hover {
background-image: url(images/icon-fb-color.svg);
}


.bt-white {
font-size:1.2rem;
color: #003366;
border: none;
text-align: center;
text-decoration: none;
height: 4rem;
padding: 2rem 0 0 0;
font-weight: 600;
width: calc(50% - 1rem - 5px);
margin-right: 2rem;
border-radius: 2rem;
letter-spacing: .25rem;
display: inline-block;
background-color: #F4F2F0;
text-transform: uppercase;
}

.bt-go-white, .bt-go-black {
font-size:1rem;
color: #FFF;
border-bottom: solid 1px #FFF;
text-align: left;
text-decoration: none;
height: 2rem;
padding: 1rem 3rem 0 0;
font-weight: 600;
letter-spacing: .25rem;
float: right;
display: block;
text-transform: uppercase;
background-image: url("images/icon-arrow-right-white.svg");
background-position: right center;
background-repeat: no-repeat;
background-size: 1rem auto;
}
.bt-go-black {
color: #003366;
border-bottom: solid 1px #003366;
background-image: url("images/icon-arrow-right-blue.svg");
}

.bt-fr, .bt-pe {
display: inline-block;
vertical-align: middle;
background-color: transparent;
height: 2.3rem;
padding: .7rem 0 0 4.5rem;
font-size: 1.2rem;
text-transform: uppercase;
text-decoration: none;
color: #FFF;
letter-spacing: .2rem;
background-image: url("images/flag-fr.png");
background-position: left .5rem center;
background-size: 3rem auto;
background-repeat: no-repeat;
}
.bt-pe {
background-image: url("images/flag-pe.png");
}

.bt-home, .bt-search, .alert-close {
display: inline-block;
vertical-align: middle;
background-color: transparent;
height: 3rem;
width: 3rem;
text-decoration: none;
color: transparent;
background-image: url("images/icon-home-blue.svg");
background-position: center center;
background-size: 75% auto;
background-repeat: no-repeat;
}

.bt-search {
background-image: url("images/icon-search-blue.svg");
margin: 0 3rem;
}
.alert-close {
background-image: url("images/icon-close.svg");
background-size: 65% auto;
float: right;
margin-top: .5rem;
height: 5rem;
width: 5rem;
}






.wrap-slides {
width: calc(100% + 16rem); 
padding-bottom: 12rem; 
position: relative; 
margin-left: -8rem;
}
.img-slide-benefit {
float: left; 
width: calc(50% - 9rem); 
background-color: antiquewhite; 
border-radius: 2rem; 
margin-left: 8rem; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
}
.txt-slide-benefit {
float: right; 
width: calc(50% - 9rem); 
background-color: #F4F2F0; 
text-align: left; 
border-radius: 2rem; 
margin-right: 8rem;
}
.txt-slide-benefit-wrap {
width: 100%; 
padding-top: 70%; 
position: relative;
}
.txt-slide-benefit-align {
position: absolute; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
padding: 6rem 8rem;
}
/* FORM*/

.sidemenu_mob {
display: none;
}
.sidemenu_desk {
display: block;
}

.field_box, .field_box_full, .area_box {
padding: 1.5rem;
background-color: #FFF;
text-align: left;
width: calc(50% - 3.75rem);
margin-right: 1.5rem;
margin-bottom: 1.5rem;
float: left;
border-radius: 1rem;
}
.area_box, .field_box_full {
width: calc(100% - 3rem);
margin-right: 0;
}


.field, .area, .drop, .drop-cal, .drop-filter, .dropmenu {
	border: none;
	color:#02293F;
	width:100%;
	height: 3rem;
	text-decoration:none;
	font-size:1.4rem;
	background-color: transparent;
	border-bottom: solid .1rem #F4F2F0;
	display: block;
	outline:none;
    appearance:none;
	resize:none;
}
.area {
height: 20rem;
resize: none;
}
.drop-cal {
background-color: #F4F2F0;
font-size:2.4rem;
width: 100%;
padding: 0 6rem 0 2rem;
background-image: url("images/icon-arrow-down-blue.svg");
background-repeat: no-repeat;
background-position: right 2rem center;
background-size: 3rem auto;
border: none;
height: 6rem;
border-radius: 2rem;
}
.drop-filter, .dropmenu {
background-image: url("images/icon-arrow-down-blue.svg");
background-repeat: no-repeat;
background-position: right center;
background-size: 2rem auto;
padding: 0 6rem 0 0;
border-bottom: solid .1rem #02293F;
}
.dropmenu {
border: solid .1rem #02293F;
background-position: right 1rem center;
padding: 0 3rem 0 1rem;
border-radius: 1rem;
height: 5rem;
margin-bottom: 2rem;
}
.send_wrapper {
margin: auto; 
width: 50%;
}
.send {
	color:#FFF;
    background-color: #02293F;
	text-decoration:none;
	width: 100%;
    text-align: center;
	border: none;
	display:block;
	cursor:pointer;
	height: 6rem;
	border-radius: 1rem;
	font-size:2rem;
	font-weight: 500;
	-webkit-appearance:none;
     -moz-appearance:none;
    appearance:none;
	margin: auto;
}

.send:hover {
transform: scale(1.025);
background-color: #ED1C24;
}

.field_search {
display: inline-block;
vertical-align: middle;
width:calc(100% - 30rem);
height: 6rem;
border: none;
font-size:3rem;
font-weight: 200;
}
.send_search {
	color:#FFF;
    background-color: #093c87;
	text-decoration:none;
	border: none;
	text-align:center;
	text-transform: uppercase;
	-webkit-appearance:none;
    -moz-appearance:none;
    appearance:none;
	width:20rem;
    border-radius: 2rem;
	display:inline-block;
	vertical-align: middle;
	height: 6rem;
	font-size:1.4rem;
	letter-spacing: 2px;
	margin-right: 5rem;
}
.send_search:hover {
transform: scale(1.025);
}

.result_box {
width: 100%; 
min-height: 300px; 
text-align: center;
display: table;
}



	label.error  {
		color: red;
		font-style: italic; 
		display:inline-block;
	}
	  
	form  label.error  {
		display:none !important;
	}
	  
	form  input.error,
	form  textarea.error,
	form  select.error{
		background-color:#FFC6C6 !important;
	}







.panelBaner{
	position: relative;
}

 .bx-wrapper .bx-controls-direction a { 
	 top: inherit;
	 margin-top: 0; 
	 bottom: 2rem;
}
/*
 .slide_sectores .bx-wrapper .bx-controls-direction a { 
	 bottom: initial;
		top: 0;
}


.slide_problems .bx-wrapper .bx-prev, .slide_problems .bx-wrapper .bx-next {
display: none !important;
}
*/
.slide-intro .bx-controls-direction {
    position: absolute !important;
    bottom: -5rem !important;
    width: 100% !important;
}
.slide-intro .bx-wrapper .bx-prev {
	left: 50%;
    margin-left: -6rem;
	right: initial;
	background-image: url('images/icon-prev.svg'); 
	z-index: 5;
}
.slide-intro .bx-wrapper .bx-next {
	right: 50%;
    margin-right: -6rem;
	background-image: url('images/icon-next.svg'); 
	z-index: 5;
}

.slide-testimonials .bx-wrapper .bx-prev {
	left: 8rem;
	right: initial;
	background-image: url('images/icon-prev.svg'); 
	z-index: 5;
}
.slide-testimonials .bx-wrapper .bx-next {
	right: 8rem;
	background-image: url('images/icon-next.svg'); 
	z-index: 5;
}

.bx-wrapper .bx-controls-direction a {
	width: 6rem !important;
	height: 6rem !important;
	background-size: contain;
}

/* PAGER */
.slide-intro .bx-wrapper .bx-pager { 
display: none;
}
.slide-intro .bx-wrapper .bx-pager.bx-default-pager a {
display: none;
}

.slide-testimonials .bx-wrapper .bx-pager { 
display: none;
}
.slide-testimonials .bx-wrapper .bx-pager.bx-default-pager a {
display: none;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.panelBaner .bx-wrapper, .panelBaner .bx-viewport, .panelBaner .boxSlider, .panelBaner .slide {
	position:absolute !important;
	left:0;
	top:0;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper {
	z-index:0;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #ccc !important;
}







    .whatsapp, .whatsapp_close {
    position: fixed;
    bottom: 3rem;
    right: 2rem;
    width: 6rem;
    height: 6rem;
    z-index: 999999999999;
    background-image: url(images/icon-whatsapp.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% auto;
    color: transparent;
        -webkit-transition: all .25s ease-out;
          -moz-transition: all .25s ease-out;
          -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
    }
    .whatsapp:hover {
    transform: scale(1.2);
    }
    .whatsapp_close {
    background-image: url(images/icon-close.svg);
    z-index: 999999999999;
    background-color: #36b649;
    background-size: 50% auto;
    border-radius: 3rem;
    }
    .boxwa {
    display: none;
    position: fixed;
    z-index: 9999999999999;
    bottom: 10rem;
    right: 2rem;
    background-color: #FFF;
    width: 25rem;
    padding: 2rem;
    padding-bottom:2rem;
    border-radius: .5rem;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    }
    .agent {
    width: calc(100% - 2rem);
    background-color: rgba(0,0,0,.1);
    border-radius: .5rem;
    display: block;
    margin-bottom: 1rem;
    padding: 1rem;
    color: #333 !important;
    background-image: url(images/icon-whatsapp-grey.svg);
    background-position: right 15px center;
    background-repeat: no-repeat;
    background-size: 2rem auto;
    text-decoration: none;
        -webkit-transition: all .25s ease-out;
          -moz-transition: all .25s ease-out;
          -o-transition: all .25s ease-out;
          transition: all .25s ease-out;
    }
    .agent:hover {
    background-color: #36b649;
    color: #FFF !important;
    background-image: url(images/icon-whatsapp-white.svg);
    }
    .tname {
        font-family: 'Hind', sans-serif;
        font-size:1.6rem;
        line-height:2rem;
        text-decoration: none;
    }
    .tcargo {
        font-family: 'Raleway', sans-serif;
        font-weight:300;
        font-size:1rem;
        letter-spacing:.1rem;
        text-transform:uppercase;
            text-decoration: none;
    }

    
    
    
@media (min-width: 300px) and (max-width: 399px) {
html, body {
	font-size:9px;
}
}

@media (min-width: 400px) and (max-width: 950px) {
html, body {
	font-size:11px;
}
}
@media (min-width: 951px) and (max-width: 1350px) {
html, body {
	font-size:9px;
}
}

@media (min-width: 1351px) and (max-width: 1699px) {
html, body {
	font-size:10px;
}
}

@media (min-width: 1700px) {
html, body {
	font-size:11px;
}	
}

@media (min-width: 1900px) {
html, body {
	font-size:12px;
}
}

@media (min-width: 2300px) {
html, body {
	font-size:13px;
}
}

@media (min-width: 2750px) {
html, body {
	font-size:14px;
}
}




@media screen and (max-width: 1075px) {

.lang-mob {
display: block;
}
.icon_close, .icon_menu {
display: block;
}
.mobile-nav {
display: block;
}
header {
background-color: #FFF;
}
.header-top {
display: none;
}
.header-bottom {
width: calc(100% - 4rem); 
padding: 1rem 2rem !important; 
}
.logo {
	width: 24rem !important;
    margin: auto !important;
    display: block;
}

.nav {
	display: none;
}
.footer_menu {
display: none;
}


.footer_info {
width: calc(100% - 4rem);
padding: 4rem 2rem;
}
.footer_left {
float: none;
width: 100%;
}
.footer_column {
float: none; 
margin-right: 0;
margin-bottom: 2rem;
}
.footer_right {
float: none;
width: 100%;
}


.menu-tab {
display: block;
margin: 1rem 0 0 0;
}
.menu {
    font-size: 1.6rem;
    color: #02293F !important;
}
.bt-admision {
    display: block!important;
    border-radius: initial!important;
    font-size: 1.6rem!important;
    color: #003366 !important;
    height: initial!important;
    padding: initial!important;
    border: none!important;
}
.menu-header, .menu-footer {
    font-size: 1.2rem;
    color: #02293F !important;
    display: block;
    margin-left: 0;
    margin: 1rem 0;
}

.vidcell iframe {
    margin-top: initial;
    margin-left: initial;
}


.main-banner-footer {
padding: 2rem;
width: calc(100% - 4rem);
}


/*SLIDES */
.slide-intro, .slide-phrase {
padding: 2rem;
width: calc(100% - 4rem);
}
.slide-phrase {
padding: 2rem;
}

.slide-testimonials {
padding: 2rem 0;
}
.slide_noticias, .slide_actividades  {
float: none;
width: calc(100% - 4rem);
border-radius: 0;
padding: 2rem;
}

.slide_alianzas {
padding: 2rem 0;
}
.slide-phrase {
    padding: 6rem 2rem;
    width: calc(100% - 4rem);
}
.slide-sistemaeducativo .img {
position: initial; 
width: 100%; 
padding-top: 120%;
height: initial; 
bottom: initial; 
}
.slide-sistemaeducativo .top {
width: calc(100% - 4rem); 
padding: 2rem; 
}
.slide-sistemaeducativo .top .left {
width: 100%; 
float: none; 
padding-bottom: initial; 
}
.slide-sistemaeducativo .top .right {
width: 100%; 
float: none;
}
.slide-sistemaeducativo .bottom {
width: calc(100% - 4rem); 
padding: 2rem; 
}
.slide-sistemaeducativo .bottom .left {
width: 100%; 
float: none; 
padding-top: initial;
}
.slide-sistemaeducativo .bottom .right {
width: 100%;
float: none;
}
.slide-sistemaeducativo .bottom .insta {
position: initial; 
width: 100%; 
bottom: initial; 
left: 0;
}

.interior-banner {
height: 100vw;
}
.no-banner {
height: 60vw;
}

.sidemenu-content {
width: 100%; 
display: block;
margin-right: 0;
}
.editor-content {
width: 100%; 
max-width: initial;
display: block;
}
.form-side {
display: block;
width: calc(100% - 4rem); 
padding: 2rem; 
margin-left: 0;  
text-align: center;
border-radius: 0;
}
.form-bottom {
width: calc(100% - 4rem); 
padding: 2rem; 
}
.wrapper {
padding-top: 7rem;
}
.content {
width: calc(100% - 4rem);
padding: 2rem;
}


.search_bar {
width: calc(100% - 4rem); 
padding: 0 2rem;
top: -16rem;  
height: 16rem; 
}
.thumb-bio {
width: 100%; 
margin-right: 0;
float: none;
margin-bottom: 4rem;
}
.thumb-bio-txt-content {
width: calc(100% - 6rem); 
float: right;
display: initial;
margin-right: initial;
}
.thumb-bio-img-content {
width: 5rem; 
float: left;
display: initial;
margin-right: initial;
}


.art-tittle {
padding: 0 2rem; 
width: calc(100% - 4rem);
}

.thumb-nov {
width: calc(100% - 2rem);
display: block;
margin-right: 0;
}

.t1 {
	font-size:3rem;
	line-height: 3rem;
}


.t3 {
	font-size:2rem;
	line-height: 2.4rem;
}


.t5 {
	font-size:4rem;
	line-height: 3.6rem;
}

.t6 {
	font-size:2rem;
	line-height: 2.4rem;
}


.t8 {
font-size:4rem;
line-height: 3rem;
}
.t9 {
font-size:7rem;
line-height: 6rem;
}
.t10 {
font-size:6rem;
line-height: 4rem;
}

.footer_right img {
width: 60% !important;
}

.wrap-slides {
width: 100%; 
padding-bottom: 12rem;  
margin-left: initial;
}
.img-slide-benefit {
float: none; 
width: 100%; 
margin-left: 0;  
}
.txt-slide-benefit {
float: none; 
width: 100%; 
margin-right: 0;
}
.txt-slide-benefit-wrap {
padding-top: initial; 
}
.txt-slide-benefit-align {
position: initial; 
padding: 2rem;
}

.benefit {
width: calc(100% - 4.2rem); 
margin-right: 0; 
padding: 2rem;
float: none;
height: 4rem;
margin-bottom: 1.5rem;
}

.main-banner-txt {;
padding: 0 4rem;
width: calc(100% - 8rem); 
}

.pop-landing {
top: 20rem;
margin-top: initial;
font-size:1.4rem;
line-height:2rem;
}
.thumb-blog {
width: calc(100%);
float: none;
margin-right: 0;
}

.alert {
margin-top: 1rem;
width: calc(100% - 18rem);
height: initial;
padding: .5rem 1rem .5rem 6rem;
background-position: left 1rem center;
}
.banner-footer-scroll {
display: none;
}
.banner-footer-left, .banner-footer-right  {
position: initial;
}

.banner-footer-right  {
width: 17.5rem;
margin-top: 2rem;
}
.info-contact {
width: calc(100% - 4rem); 
padding: 2rem; 
float: none;
}
.form-contact {
width: calc(100% - 4rem); 
float: none; 
padding: 2rem; 
position: initial; 
}
.wrap-drop {
float: none; 
text-align: left; 
width: calc(100% - 4rem); 
padding: 1rem 2rem;
padding-right: 0;
}
.wr-tittle, .wrap-tittle  {
float: none; 
padding-left: 2rem;
width: calc(100% - 2rem);
}
.wr-desc {
float: none; 
width: 100%;
padding-right: 0;
margin-bottom: 4rem;
}
.wr-items {
float: none; 
width: 100%;
}
.wr-int-tittle {
float: none; 
padding-left: 2rem; 
width: calc(100% - 4rem);
}
.wr-int-cont, .wr-int-rel {
width: 100%; 
float: none;
}
.slide-sistemaeducativo {
padding-bottom: 0 !important;
}
.testimonio {
margin: auto;
width: calc(100% - 4rem);
padding: 0 2rem;
}

.cal-item, .cal-box, .cal-fil-date, .cal-fil-selc {
float: none; 
width: 100%;
}
.cal-filters {
width: calc(100% - 4rem);
padding: 0 2rem;

bottom: -3rem; 
position: absolute; 
}
.art-content, .art-rel {
width: 100%; 
float: none;
margin-bottom: 4rem,
}
.thumb-cal {
width: calc(100% - 1rem);
display: block;
margin-right: 0;
}
.stat-num {
float: none; 
width: 100%; 
text-align: left;
margin-right: 0;
margin: 2rem 0;
}
.stat-txt {
float: none; 
width: 100%;
}
.stat-txt p {
margin-top: 0 !important;
}


    .whatsapp, .whatsapp_close {
    right: 2rem;
    }

.mySlides {
width:60%; 
}
.sidemenu_mob {
display: block;
}
.sidemenu_desk {
display: none;
}
.field_box {
width: calc(100% - 3rem);
margin-right: 0;
float: none;
}

.day-block {
width: calc(100% - .2rem); 
margin-right: 0; 
float: none;
text-align: left;
}
.days .day-block  {
display: none;
}
.day-block .wrap {
padding-top: initial;
padding: 1rem;
width: calc(100% - 2rem);
}
.day-block .day {
position: initial;
float: left;
}
.day-block .txt {
position: initial;
float: left;
}
.day-block .swiper-wrapper {
float: right;
width: calc(100% - 5rem);
}

.bt-fr, .bt-pe {
height: 3rem;
width: 3rem;
padding: 0;
color: transparent;
background-position: center center;
background-size: 2.5rem auto;
}

.thumb-radio {
width: calc(100% - 8rem);
padding: 2rem 6rem 2rem 2rem;
float: none;
background-position: right 2rem center;
background-size: 4rem auto;
}



.mod-tab {
clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 2rem), 50% 100%, 0 calc(100% - 2rem));
}


.mod-cat {
clip-path: polygon(0% 0%, 100% 0%, 100% calc(100% - 2rem), 50% 100%, 0 calc(100% - 2rem));
width: 100%; 
float: none; 
    text-align: center;
padding: 0;
}
.mod-step {
padding: 0;
    text-align: center;
    width: 100%;
float: none; 
background-position: center bottom;
background-image: url("images/icon-arrow-down-blue.svg");
}

.slide-testimonials {
padding-bottom: 15rem !important;
}

.slide-testimonials .bx-controls {
    position: absolute !important;
    bottom: -7.5rem !important;
    width: 100% !important;
}
/* POSITION IFRAME IN CONTAINER */
.vidcell iframe {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
  }

.vidcell {
	position: absolute;
	/* compute width based on aspect ratio and VH / Vertical Height. */
	width: calc(100vh * (16 / 9));
	height: 100vh;
	/* Shift iframe left edge halfway across the parent container */
	left: 50%;
	top: 50%;
	/* Shift the iframe back by half  it's width -  centering the iframe */
	transform: translate(-50%, -50%);
  }

@media (min-aspect-ratio: 16/9) {
	.vidcell {
	  /* Set width to 100VW */
	  width: 100vw;
	  /* Calculate height based on aspect ratio's VW - veritcal width */
	  height: calc(100vw * (9 / 16)); /* assumes 16:9 */
	}
    
    
  }




}

@media screen and (max-width: 376px) {
.banner-footer-left {
display: none;
}

}

:root {
    --swiper-theme-color: white;
	--swiper-navigation-size: 30px
}

