@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,600;1,700;1,800;1,900&display=swap');
@import url('https://fonts.googleapis.com/css?family=Euphoria+Script|Open+Sans:300,400,700&display=swap');
/* CSS Document */


html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
		font-size:10px;
}


.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 {
width: 100%;
height: 100%;
display: table;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}

.content {
width: calc(100vw - 150px);
padding: 50px 75px 50px 75px;
position: relative;
z-index: 10;
}




/*HEADER*/
header {
	width:  calc(100vw - 150px);
	padding: 50px 75px 0 75px;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
}
.headersmall {
background-color: #FFF;
height: 75px;
border-bottom: 1px solid #666;
	padding: 0 75px 0 75px;
}
header .logo {
	float: left;
	width: 350px;
	display: table;
	height: 100%;
}
header .logosmall {
	width: 200px;
}

header .nav {
	width: calc(100% - 350px);
	float: right;
	text-align: right;
	height: 100%;
	display: table;
}

.mainlogo {
width: 100%;
height: auto;
}



/*MAIN BANNER*/
.main_banner {
width: 100vw; 
height: 100vh;
position: relative;
background-color: #000;
}

.main_banner .slide {
width: 100vw; 
height: 100vh;
position: relative;
}
.slide .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100vw;
	height: 100vh;
}
.txt {
position: absolute;
z-index: 2;
width: calc(100% - 150px);
padding: 0 75px 0 75px;
bottom: 50px;
text-align: center;
}
.shadow {
background-image: url(images/shadow.png), url(images/shadow_bottom.png);
	background-position: left top, left bottom;
	background-repeat: repeat-x;
	background-size: auto;
	width: 100vw;
	height: 100vh;
	opacity: .75;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}


/*SLIDES */
.slide_nosotros, .slide_servicios, .slide_testiminios, .slide_programas, .slide_instagram, .slide_contacto {
padding: 0;
width: 100%;
position: relative;
background-color: #FFF;
}
.slide_footer {
width: calc(100% - 50px); 
height: 100px; 
text-align: center; 
padding: 25px; 
display: table; 
background-color: #FFF;
}
.logo_footer {
display: inline-block;
vertical-align: middle; 
margin: 0 30px 0 30px;
}
.slide_nosotros {
background-color: #1c2b6b;
width: calc(100vw - 150px);
padding: 0 75px 0 75px;
}
.slide_programas {
background-color: #000;
}
.slide_testimonios {
padding: 150px 0 150px 0;
width: 100%;
}
.slide_instagram {
width: calc(100vw - 150px);
padding: 75px;
text-align: center;
}
.slide_contacto {
background-color: #88231f;
}
.bio {
width: 50%;
float: left;
height: 550px;
display: table;
}
.img {
width: 50%;
float: right;
text-align: center;
padding-top: 50px;
}
.nadia {
height: 500px;
width: auto;
display: block; 
margin: auto;
}


.thumb {
width: 25%; 
float: left; 
height: 500px; 
background-color: aliceblue; 
position: relative;
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.thumb_tittle {
position: absolute; 
z-index: 2; 
top: 75px;
left: 100px; 
right: 0; 
bottom: 75px;
padding-right: 25px;
}
.thumb_bg {
position: absolute; 
z-index: 1; 
top: 75px; 
left: 75px; 
right: 0; 
bottom: 75px; 
background-color: aqua; 
mix-blend-mode: multiply;
}

.thumb:hover .go {
display: block;
}

.thumb:hover .thumb_bg {
mix-blend-mode: initial;
}


.program_tittle {
width: 250px; 
height: 250px; 
position: absolute; 
z-index: 2; 
top: 50%; 
left: 50%; 
margin-top: -150px; 
margin-left: -150px; 
background-color: #FFF; 
text-align: center; 
padding: 25px; 
display: table;
}


.programa_left, .programa_right {
width: 50%; 
height: 40vw; 
float: left; 
background-color: antiquewhite; 
text-align: center; 
position: relative;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
background-image: url(images/img_idiomas.jpg);
}
.programa_right {
background-image: url(images/img_estudios_superiores.jpg);
}
.go {
display: none;
margin: auto;
width: 30px;
height: auto;
margin-top: 25px;
}
.programa_left:hover .go {
display: block;
}
.programa_right:hover .go {
display: block;
}

.wrapper_programa_left, .wrapper_programa_right {
position: absolute; 
z-index: 2; 
right: 0; 
left: 0; 
top: 0; 
bottom: 0; 
padding-right: 150px;
}
.wrapper_programa_right {
padding-right: initial;
padding-left: 150px;
}

.icon_programa {
height: auto;
width: 150px;
}

.programa_shadow {
position: absolute;
z-index: 1; 
right: 0; 
left: 0; 
top: 0; 
bottom: 0; 
background-color: rgba(0,0,0,.5);
}

.testimonio {
padding: 0 300px 0 150px;
}
.testi_img {
width: 200px; 
height: 200px; 
border-radius: 100px; 
background-color: #ccc; 
display: inline-block; 
vertical-align: middle; 
margin-right: 75px;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
}
.testi_txt {
display: inline-block; 
vertical-align: middle; 
width: calc(100% - 280px);
}



.contact_img {
width: 500px; 
float: left; 
height: 650px; 
background-image: url(images/img_contact.jpg); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.contact_form {
width: calc(100% - 600px); 
height: 650px; 
padding: 0 50px 0 50px; 
float: left; 
display: table;
}


.detalle_servicio {
width: 100vw; 
height: 100vh;
top: 0;
right: -100vw;
position: fixed; 
z-index: 15;
overflow-y: scroll !important;
}

.detalle_servicio_content {
width:calc(75% - 225px); 
min-height: calc(100vh - 150px); 
float: right; 
padding: 75px 150px 75px 75px; 
background-color: #FFF;
display: table;
}

.shadow_servicio {
height: 100vh; 
width: 25%;
top: 0;
left: 0;
background-color: rgba(0,0,0,.6); 
float: left;
color: transparent;
text-decoration: none;
position: sticky;
}

.icon_close, .icon_menu, .icon_close_menu {
display: block;
float: right;
width: 40px;
height: 40px;
text-decoration: none;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
color: transparent;
position: absolute;
right: 50px;
top: 50px;
background-image: url(images/icon_close.png);
}
.icon_close_menu {
display: none;
top: 25px;
right: 25px;
}
.icon_menu {
background-image: url(images/icon_menu_white.png);
display: none;
top: 25px;
right: 25px;
}


.categoria {
	display:block;
	width: calc(100% - 40px);
	text-align: left;
	text-decoration:none;
	cursor:pointer;
	background-image: url(images/arrow_down_black.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-top: 1px solid #ccc;
	padding: 20px 40px 20px 0;
	}

.detalle {
	text-align: left;
	overflow: hidden;
	width: 100%;
	clear: both;
	display:block;
	padding-bottom: 20px;
}

/* FONTS */

.credito {
	font-family: 'Nunito', sans-serif;
	font-size:10px;
	color:#000;
	text-decoration:none;
	opacity:.75;
	letter-spacing:2px;
	text-transform:uppercase;
}
.t1, .t2, .t3, .t4, .t5, .t6 {
text-decoration:none;
font-family: 'Nunito', sans-serif;
font-weight: 300;
}
.t1 {
	font-size:4rem;
	line-height: 4rem;
	font-weight: 300;
}
.t2 {
	font-size:3rem;
	line-height: 3rem;
	font-weight: 300;
}
.t3 {
	font-size:1.6rem;
	line-height: 2.4rem;
}
.t4 {
	font-size:1.2rem;
	line-height: 2rem;
}
.t5 {
	font-size:2rem;
	line-height: 2rem;
}
.t7 {
	font-size:6rem;
	line-height: 6rem;
	font-family: 'Euphoria Script', cursive;
}

.white {
	color:#FFF;
}
.black {
color:#000;
}


.bt_agenda {
display: inline-block;
vertical-align: middle;
text-decoration: none;
font-weight: 700;
height: 35px;
padding: 15px 25px 0 25px;
background-color: #ff9900;
font-family: 'Nunito', sans-serif;
font-size:1.4rem;
color: #FFF;
letter-spacing: 3px;
border-radius: 25px;
text-transform: uppercase;
border: none;
animation-name: coloring;
animation-duration: 5s;
animation-iteration-count: infinite;
}
.bt_agenda:hover {
transform: scale(1.05);
}

.bt_language {
vertical-align: middle;
display: inline-block;
margin-left: 25px;
width: 36px;
height: 26px;
padding-top: 10px;
border-radius: 18px;
background-color: #FFF;
border: solid 1px #999;
text-align: center;
text-decoration:none;
font-family: 'Nunito', sans-serif;
color: #666;
letter-spacing: 2px;
font-size:1.2rem;
font-weight: 700;
}
.bt_language:hover {
transform: scale(1.1);
}


@keyframes coloring {
  0%   {background-color: #1eb8d2;}
  33%  {background-color: #e82e8a;;}
  66%  {background-color: #95c23a;}
		100%  {background-color: #1eb8d2;}
}
/* REDES */

.linkedin, .instagram, .whatsapp {
	color:transparent;
	display:inline-block;
	cursor:pointer;
	width: 30px;
	height: 30px;
	text-decoration:none;
	margin: 0 30px 0 0;
	vertical-align: middle;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
}
.linkedin {
background-image: url(images/icon_ld_white.png);
}
.linkedin:hover {
transform: scale(1.10);
}
.instagram {
background-image: url(images/icon_in_white.png);
}
.instagram:hover {
transform: scale(1.10);
}
.whatsapp {
background-image: url(images/icon_whatsapp.png);
}
.whatsapp:hover {
transform: scale(1.10);
}
/* FORM*/

.field_box {
border: solid 1px #ccc;
width: calc(50% - 32px);
margin: 0 10px 10px 0;
padding: 10px;
background-color: #fff;
display: inline-block;
text-align: left;
}
.field {
	border: none;
	color:#666;
	width:100%;
	height: 30px;
	text-decoration:none;
	font-family: 'Nunito', sans-serif;
	font-size:1.6rem;
	font-weight:400;
	display: block;
	outline:none;
	border-radius: 0;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	resize:none;
}

.send {
	color:#FFF;
	background-color: #1c2b6b;
	text-decoration:none;
	width:calc(100% - 5px);
	border: none;
	text-align:center;
	display:block;
	cursor:pointer;
	height: 50px;
	font-family: 'Nunito', sans-serif;
	font-size:1.4rem;
	letter-spacing: 3px;
	font-weight: 700;
	text-transform: uppercase;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
}
.send:hover {
animation-name: coloring;
animation-duration: 5s;
animation-iteration-count: infinite;
}




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


.panelBaner{
	position: relative;
}

/*
.panelBaner .bx-controls{
	 
}
*/

 .bx-wrapper .bx-controls-direction a { 
	 top: inherit;
	 margin-top: 0px; 
	 bottom: 20px;
}
 .slide_sectores .bx-wrapper .bx-controls-direction a { 
	 bottom: initial;
		top: 0;
}
.bx-wrapper .bx-prev, .bx-wrapper .bx-next {

}
 
/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 30px;
	background: url('images/arrow_left.png') no-repeat center center; 
}
.bx-wrapper .bx-next {
	right: 30px;
	background: url('images/arrow_right.png') no-repeat center center; 
}

.slide_testimonios .bx-wrapper .bx-prev {
	right: 125px;
	left: initial;
	background-image: url('images/arrow_left.png'); 
	z-index: 5;
}
.slide_testimonios .bx-wrapper .bx-next {
	right: 50px;
	background-image: url('images/arrow_right.png'); 
	z-index: 5;
}

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

/* PAGER */
.bx-wrapper .bx-pager { 
	display: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: rgba(255,255,255,.5);
	text-indent: -9999px;
	display: block;
	width: 16px;
	height: 16px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}

.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:0px;
	top:0px;
	width:100% !important;
	height:100% !important;
}
.panelBaner .bx-wrapper{
	z-index:0;
}
@media screen and (max-width: 600px) {
.panelBaner .bx-controls .bx-controls-direction {
	display:none !important
}
}


.main_banner .bx-controls-direction {
display: none !important;
}


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




.content {
width: calc(100vw - 50px);
padding: 50px 25px 50px 25px;
}


.scroll {
display: none;
}

/*HEADER*/


/*HEADER*/
header, .headersmall {
	width:  calc(100vw - 50px);
	padding: 25px 25px 10px 25px;
}
.headersmall {
background-color: #FFF;
height: initial;
}


header .logo {
	float: none;
	width: 100%;
	padding: 0;
	height: initial;
	text-align: left;
}


header .nav {
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
	float: none;
	top: -100vw;
	position: fixed;
	z-index: 10000;
	left: 0;
	text-align: center;
	height: 100vw;
	background-color: #FFF;
}

.mainlogo {
width: 200px;
margin: auto;
}


.bt_agenda {
display: block;
float: left;
width: calc(100% - 50px);
padding: 15px 25px 0 25px;
text-align: center;
}

.icon_menu, .icon_close_menu  {
display: block;
}


.slide_nosotros {
width: calc(100vw - 50px);
padding: 50px 25px 0 25px;
}
.slide_testimonios {
padding: 50px 0 50px 0;
}
.slide_instagram {
width: calc(100vw - 50px);
padding: 25px;
}
.bio {
width: 100%;
float: none;
height: initial;
}
.img {
width: 100%;
float: none;
}




.thumb {
width: 100%; 
float: none; 
height: 500px; 
}


.programa_left, .programa_right {
width: 100%; 
height: 100vw; 
float: none; 
}



.testimonio {
padding: 25px;
}
.testi_img { 
display: block; 
margin-right: 0;
margin: auto;
margin-bottom: 50px;
}

.testi_txt {
display: block; 
width: 100%;
}



.contact_img {
width: 100%; 
float: none; 
height: 125vw; 
}
.contact_form {
width: calc(100% - 50px); 
height: initial; 
padding: 50px 25px 50px 25px; 
float: none; 
}



.program_tittle {
width: 120px; 
height: 120px;  
margin-top: -75px; 
margin-left: -75px; 
padding: 15px; 
}

.icon_programa {
width: 75px;
}


.wrapper_programa_left, .wrapper_programa_right {
padding-right: initial;
padding-left: initial;
}
.wrapper_programa_left {
padding-bottom: 75px;
}
.wrapper_programa_right {
padding-top: 75px;
}

.detalle_servicio_content {
width:calc(100vw - 50px); 
min-height: calc(100vh - 150px); 
float: none; 
padding: 100px 25px 50px 25px; 
}

.shadow_servicio {
display: none;
}



.t1 {
	font-size:3rem;
	line-height: 3rem;
}
.t2 {
	font-size:2.6rem;
	line-height: 2.6rem;
}
.t7 {
	font-size:4rem;
	line-height: 4rem;
}
.linkedin, .instagram, .whatsapp {
	width: 50px;
	height: 50px;
	margin: 0 15px 50px 15px;

}
.linkedin {
background-image: url(images/icon_ld.png) !important;
}
.instagram {
background-image: url(images/icon_in.png) !important;
}


.field_box, .area_box {
width: calc(100% - 22px);
margin: 0 0 10px 0;
display: block;
}

.slide .img {
	background-attachment: scroll;
}

.nadia {
height: 350px;
}


.slide_footer {
height: initial;
}
.logo_footer {
display: block;
margin: 30px 0 30px 0;
}

}