@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');
/* CSS Document */


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


.mySlides {
display:none; 
height: auto; 
width:40%; 
margin: auto;
}
.ad_content {
width: 100vw; 
height: 100vh; 
display: table;
}
.w3-display-left, .w3-display-right {
position: absolute; 
top: 50%; 
width: 50px; 
height: 50px; 
margin-top: -25px; 
background-color: transparent; 
background-position: center center; 
background-repeat: no-repeat; 
background-size: auto 30px;
border: none; 
outline: none; 
color: transparent; 
text-decoration: none;
}
.w3-display-left {
left: 25px; 
background-image: url(images/arrow_left_white.png);
}
.w3-display-right {
right: 25px;
background-image: url(images/arrow_right_white.png);
}

.ad {
position: fixed; 
top: 0; 
left: 0; 
right: 0; 
bottom: 0; 
background-color: rgba(0,0,0,.75); 
z-index: 1000;
}
.ad_align {
width: 100%; 
height: 100%; 
display: table; 
text-align: center;
}
.ad_img {
width: 500px;
height: auto;
}
.icon_close_ad {
	background-image:url(images/icon_close_white.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size:30px 30px;
	width:40px;
	height:40px;
	color:transparent;
	cursor:pointer;
	display:block;
	position:absolute; 
	top:25px;
	right: 25px;
	z-index:2000;
	transition: transform 0.3s;
}
.icon_close_ad:hover {
	transform: rotate(90deg);
}



.icon_menu, .icon_close, .nav_mob {
	display: none;
}

.animation {
		-webkit-transition: all .25s ease-out;
  	-moz-transition: all .25s ease-out;
  	-o-transition: all .25s ease-out;
  	transition: all .25s ease-out;
}
.align {
	display: table-cell; 
	vertical-align: middle;
}
.wrapper {
position: relative;
width: 100vw;
min-height: calc(100vh - 200px);
padding-bottom: 200px;
}
.content, .content_internas {
width: calc(100vw - 150px);
padding: 50px 75px 50px 75px;
position: relative;
text-align: center;
background-color: #f2f2f2;
}
.content_internas {
padding: 200px 75px 50px 75px;
}

.line {
width: calc(20% - 8px); 
margin-right: 10px; 
float: left; 
height: 10px;
}
/*HEADER*/
header {
	width:  100vw;
	position: fixed;
	height: 150px;
	z-index: 10;
	top: 0;
	left: 0;
}

header .top {
	width: calc(100% - 75px);
	padding: 0 0 0 75px;
	height: 50px;
	display: table;
	background-color: #333;
	text-align: right;
}
header .bottom {
height: 100px;
	width: calc(100% - 150px);
	padding: 0 75px 0 75px;
	background-color: #FFF;
}
header .logo {
	float: left;
	width: 400px;
	height: 100%;
	display: table;
}
header .logosmall {
	width: 250px;
}

header .nav {
	width: calc(100% - 400px);
	float: right;
	text-align: right;
	height: 100%;
	display: table;
}
.headersmall {
	border-bottom: 1px solid;
	border-image-source: linear-gradient(to right, #cc3a9c,#634eb1,#60c946) !important;
	border-image-slice: 1;
	height: 110px !important;
}
.headersmallbottom {
	height: 60px !important;
}

.menu, .submenu, .sidemenu {
font-family: 'Nunito', sans-serif;
font-size:1.6rem;
text-decoration: none;
margin-right: 50px;
letter-spacing: 4px;
color: #000;
vertical-align: middle;
font-weight: 400;
}
.submenu {
font-size:1.2rem;
margin-right: 50px;
letter-spacing: 2px;
color: #FFF;
}
.sidemenu {
letter-spacing: 2px;
font-size:1.2rem;
text-align: left;
display: block;
padding: 15px 0 15px 0;
margin: 0;
border-bottom: solid 1px #CCC;
width: 100%;
background-image: url(images/arrow_right_black.png);
background-position: right center;
background-repeat: no-repeat;
background-size: 10px auto;
}


/*FOOTER*/

footer {
	width: calc(100vw - 150px);
	padding: 0 75px 0 75px;
	height: 200px;
	background-color: #FFF;
	position: absolute;
	bottom: 0;
	left: 0;
}

footer .left, footer .right {
width: 50%;
height: 100%;
float: left;
display: table;
}
footer .right {
float: right;
text-align: right;
}
.footer_logo {
float: left;
width: 150px;
}
.footer_address {
float: left; 
margin-left: 75px;
}
.footer_gradient {
width: 100%;
position: absolute;
left: 0;
bottom: 0;
height: 10px;
background-image: linear-gradient(to right, #cc3a9c,#634eb1,#60c946);
}

/*MAIN BANNER*/
.main_banner, .interior_banner, .interior_banner_detalle, .interior_banner_programa {
width: 100vw; 
height: 550px;
margin-top: 150px;
position: relative;
}
.interior_banner, .interior_banner_detalle, .interior_banner_programa {
height: 450px;
}

.main_banner .slide {
width: 100vw; 
height: 550px;
position: relative;
}
.slide .img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100vw;
	height: 550px;
}
.slide .tittle {
padding: 50px;
width: 350px;
height: 350px;
right: 75px;
top: 50px;
float: right;
position: relative; 
text-align: left;
z-index: 2;
display: table;
}
.slide .box {
position: absolute;
z-index: 1;
width: 450px;
height: 450px;
right: 75px;
top: 50px;
mix-blend-mode: multiply;
}

.interior_banner .tittle, .interior_banner .box {
position: absolute;
bottom: 0;
left: 75px;
width: calc(100% - 200px);
padding: 0 25px 0 25px;
height: 75px;
text-align: left;
display: table;
z-index: 2;
}
.interior_banner .box {
z-index: 1;
mix-blend-mode: multiply;
}


.banner_detalle_tittle, .banner_detalle_box {
position: absolute;
bottom: 0;
left: 75px;
width: 300px;
padding: 25px;
height: 300px;
text-align: left;
display: table;
z-index: 2;
}
.banner_detalle_box {
z-index: 1;
mix-blend-mode: multiply;
}
.interior_banner_img {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	width: 100vw;
	height: 450px;
}

.programa_tittle {
width: calc(100vw - 150px);
right: 75px;
left: 75px;
bottom: 50px;
text-align: left;
z-index: 2;
display: table;
position: absolute;
}

.shadow {
background-image: url(images/shadow_bottom.png);
	background-position: left bottom;
	background-repeat: repeat-x;
	background-size: auto;
	width: 100vw;
	height: 100%;
	opacity: .75;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
}


/*SLIDES */
.slide_about, .slide_program, .slide_events, .slide_blog {
width: calc(100vw - 150px);
padding: 50px 75px 50px 75px;
position: relative;
background-color: #FFF;
}
.slide_blog {
background-color: #333;
}
.slide_about_txt {
width:  50%;
float: left;
}
.slide_about_logos {
width: calc(50% - 100px);
margin-left: 100px;
float: right;
}
.slide_program_txt {
width: calc(100% - 100px); 
padding: 50px;
}
 /*BLOG*/ 
	
.thumb_blog {
width: calc(33.3333% - 28.6666px); 
margin-right: 40px; 
float: left;
vertical-align: top;
}

.thumb_blog_img {
width: 100%; 
padding-top: 60%; 
background-color: #000;
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
margin-bottom: 25px;
}

.thumb_blog_txt {
width: 100%; 
text-align: left;
}


 /*THUMB*/ 
	
.thumb {
width: calc(33.3333% - 20px); 
float: left;
vertical-align: top;
color: #000;
margin-right: 30px;
overflow: hidden;
}
.thumb_wrapper {
width: 100%;
padding-top: 100%;
position: relative;
}
.thumb_img {
filter: grayscale(50%);
position: absolute;
z-index: 1;
top: 0;
left: 0;
right: 0;
bottom: 0;
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.thumb_tittle {
position: absolute;
width: calc(100% - 150px);
height: calc(100% - 150px);
top: 50px;
left: 50px;
bottom: 50px;
right: 50px;
text-align: center;
padding: 25px;
z-index: 3;
}
.thumb_txt_align {
height: 100%;
width: 100%;
display: table;
}
.thumb_bg {
position: absolute;
top: 50px;
left: 50px;
bottom: 50px;
right: 50px;
z-index: 2;
mix-blend-mode: multiply;
}

.thumb:hover .thumb_bg {
mix-blend-mode: initial;
}
.thumb:hover .thumb_img  {
transform: scale(1.1);
}




.thumb_programa {
width: 100%;
padding-top: 40%;
background-color: #FFF;
position: relative;
}
/*
.thumb_programa_wrapper {
width: 100%;
padding-top: 75%;
position: relative;
}
*/
.thumb_programa_img {
position: absolute;
z-index: 1;
left: 0;
bottom: 0;
right: 0;
top: 0;
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover;
}
.thumb_programa_txt {
position: absolute;
z-index: 3;
left: 0;
bottom: 0;
right: 0;
top: 0;
}



.left_side_small, .right_side_small, .left_side_small_detalle  {
width: 350px;
float: left;
text-align: left;
}
.right_side_small {
float: right;
}
.left_side , .right_side {
width: calc(100% - 450px);
float: left;
text-align: left;
}
.right_side {
float: right;
}
.left_side_small_detalle {
margin-top: -50px;
padding: 25px;
width: 300px;
}


.content_articulo {
width:100%; 
max-width: 950px; 
margin: auto; 
margin-bottom: 50px; 
text-align: left;
}

.tab {
padding: 10px 60px 10px 20px; 
border-left: solid 1px #FFF; 
display: inline-block;
}


.mision {
width: calc(50% - 60px); 
padding: 25px; 
float: right; 
height: 300px; 
display: table; 
background: rgb(131,58,180);
background: linear-gradient(0deg, rgba(131,58,180,1) 0%, rgba(209,63,143,1) 50%, rgba(252,176,69,1) 100%);
}
.vision {
width: calc(50% - 60px); 
padding: 25px; 
margin-right: 20px; 
height: 300px; 
display: table; 
float: left; 
background: rgb(79,178,93); 
background: linear-gradient(325deg, rgba(79,178,93,1) 0%, rgba(20,114,157,1) 100%);
}
.valor {
width: calc(100% - 150px); 
margin-bottom: 50px; 
padding-left: 150px;
background-position: left top; 
background-repeat: no-repeat; 
background-size: 75px auto;
}

.mainfrase {
width: calc(100% - 150px); 
padding: 75px; 
text-align: center; 
background-image: url(images/bg_frase.jpg?v=1.2); 
background-position: center center; 
background-repeat: no-repeat; 
background-size: cover; 
background-attachment: fixed;
}
.mainfrasewrapper {
max-width: 1000px; 
margin: auto; 
width: 100%;
}
.mainfrasetxt {
width: calc(100% - 300px); 
float: left;
}
.corchete_open, .corchete_close {
width: 150px; 
height: 100%; 
float: left; 
text-align: left; 
display: table; 
}
.corchete_close {
text-align: right
}
.corchete {
width: 100px;
height: auto;
}
/* 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:3.2rem;
	line-height: 3.6rem;
}
.t2 {
	font-size:2.4rem;
	line-height: 3rem;
}
.t3 {
	font-size:1.6rem;
	line-height: 2.4rem;
}
.t4 {
	font-size:1.2rem;
	line-height: 2rem;
}
.t5 {
	font-size:2rem;
	line-height: 2rem;
}
.t6 {
	font-size:5rem;
	line-height: 4.5rem;
}

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


/* BOTONES */

.bt_white, .bt_black, .bt_conoce, .bt_aula {
display: inline-block;
text-decoration: none;
height: 28px;
padding: 12px 25px 0 25px;
font-family: 'Nunito', sans-serif;
font-size:1.2rem;
letter-spacing: 3px;
vertical-align: middle;
text-transform: uppercase;
color: #FFF;
border: solid 1px #FFF;
}
.bt_white:hover {
background-color: #FFF;
color: #000;
}
.bt_aula {
text-align: center;
padding: 12px 0 0 0;
font-size:2rem;
height: 38px;
width: 100%;
animation-name: coloring;
animation-duration: 10s;
animation-iteration-count: infinite;
}
@keyframes coloring {
  0%   {background-color: #4ab15c;}
  20%  {background-color: #0f6ea0;}
  40%  {background-color: #823f91;}
		60%  {background-color: #e83069;}
		80%  {background-color: #f59e33;}
		100%  {background-color: #4ab15c;}
}
.bt_black {
color: #000;
border: solid 1px #000;
}
.bt_black:hover {
background-color: #000;
color: #FFF;
}
.bt_conoce {
border: none;
border-left: solid 1px #FFF;
padding: 15px 125px 0 50px;
height: 35px;
background-image: url(images/arrow_right_white.png);
background-position: right 75px center;
background-repeat: no-repeat;
background-size: auto 25px;
}
.bt_conoce:hover {
color: #000;
border-left: solid 1px #ccc;
background-color: #ccc;
background-image: url(images/arrow_right_black.png);
}
/* REDES */

.facebook, .instagram {
	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;
}
.facebook {
background-image: url(images/icon_facebook_white.png);
}
.facebook:hover {
transform: scale(1.10);
}
.instagram {
background-image: url(images/icon_instagram_white.png);
}
.instagram:hover {
transform: scale(1.10);
}
.whatsapp {
width: 50px;
height: 50px;
display: inline-block;
vertical-align: middle;
color: transparent;
background-position: center center;
background-repeat: no-repeat;
background-size: 100% auto;
background-image: url(images/icon_whatsapp.png);
}

/* FORM*/

.field_box, .area_box, .field_box_small {
border: solid 1px #ccc;
width: calc(50% - 32px);
margin: 0 10px 10px 0;
padding: 10px;
background-color: #fff;
display: inline-block;
text-align: left;
}
.area_box, .field_box_small {
width: calc(100% - 27px);
margin: 0;
display: block;
margin-bottom: 10px;
}
.field, .drop, .area {
	border: none;
	color:#666;
	width:90%;
	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;
}

.drop {
background-image: url(images/arrow_down.png);
background-position: right 20px center;
background-repeat: no-repeat;
background-size: 20px auto;
max-width: 400px;
border: solid 1px #ccc;
height: 40px;
padding: 0 10px 0 10px;
font-size:1.2rem;
text-transform: uppercase;
display: inline-block;
margin: 10px;
}

.area {	
		height: 200px;
		width:100%;
}

.send {
	color:#FFF;
	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.8rem;
	text-transform: uppercase;
	-webkit-appearance:none;
 -moz-appearance:none;
 appearance:none;
	animation-name: coloring;
animation-duration: 10s;
animation-iteration-count: infinite;
}
.send:hover {
	transform: scale(1.1);
}


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


.categoria {
	display:block;
	width: calc(100% - 40px);
	text-align: left;
	text-decoration:none;
	cursor:pointer;
	background-image: url(images/arrow_down.png);
	background-position: right center;
	background-repeat: no-repeat;
	background-size: 20px auto;
	border-top: 1px solid rgba(99,75,7,0.25);
	padding: 20px 40px 20px 0;
	text-transform: uppercase;
	}

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



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


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

.wrapper {
min-height: calc(100vh - 450px);
padding-bottom: 450px;
}
.content, .content_internas {
width: calc(100vw - 50px);
padding: 50px 25px 50px 25px;
}
.content_internas {
padding: 100px 25px 50px 25px;
}


/*HEADER*/
header {
	height: 60px !important;
	border-bottom: 1px solid;
	border-image-source: linear-gradient(to right, #cc3a9c,#634eb1,#60c946) !important;
	border-image-slice: 1;
}
.headersmall {
	height: 60px !important;
}
header .top {
display: none;
}
header .bottom {
height: 60px !important;
	width: calc(100% - 50px);
	padding: 0 25px 0 25px;
}

header .logo {
	width: 200px !important;
}
header .nav {
position: fixed;
	text-align: center;
	height: 100vh;
	width: 100vw;
	z-index: 50;
	left: -100vw;
	background-color: rgba(0,0,0,.75);
}


.menu {
margin-right: 0;
margin-bottom: 25px;
display: block;
color: #FFF !important;
}


footer {
	width: calc(100vw - 50px);
	padding: 0 25px 0 25px;
	height: 450px;
}

footer .left, footer .right {
width: 100%;
height: initial;
float: none;
padding: 25px 0 25px 0;
text-align: left;
}
.footer_logo {
float: none;
margin-bottom: 25px;
}
.footer_address {
float: none; 
margin-left: 0;
}


.slide_about, .slide_program, .slide_events, .slide_blog {
width: calc(100vw - 50px);
padding: 50px 25px 50px 25px;
}




/*MAIN BANNER*/
.main_banner, .interior_banner, .interior_banner_detalle, .interior_banner_programa {
height: 550px;
margin-top: 60px;
}
.interior_banner_programa {
height: 650px;
}
.interior_banner {
height: 250px;
}
.main_banner .slide {
height: 550px;
}
.slide .img, .interior_banner_img {
	height: 250px;
	position: absolute;
	top: 0;
	left: 0;
	background-attachment: scroll;
}
.slide .tittle {
padding: 25px;
width: calc(100% - 50px);
height: 250px;
right: 0;
top: 250px;
float: none;
}
.slide .box {
width: 100%;
height: 300px;
right: 0;
top: 250px;
}


.banner_detalle_tittle, .banner_detalle_box, .programa_tittle {
bottom: initial;
top: 250px;
left: 0;
width: calc(100% - 50px);
height: 250px;
}


.programa_tittle {
background-color: #333;
padding: 25px;
height: 350px;
}


.interior_banner .tittle, .interior_banner .box {
left: 25px;
width: calc(100% - 100px);
height: 50px;
}



.slide_about_txt, .slide_about_logos {
width: 100%;
float: none;
margin-left: 0;
margin-bottom: 25px;
}
/*
.slide_program_txt {
float: none; 
width: calc(100% - 50px); 
padding: 25px;
}
*/

.thumb_programa {
float: none;
width: 100%;
}
.thumb_programa_wrapper {
padding-top: 100%;
}
.t1 {
	font-size:3rem;
	line-height: 3.4rem;
}
.t2 {
	font-size:2.2rem;
	line-height: 2.8rem;
}
.t6 {
	font-size:3.6rem;
	line-height: 4rem;
}


.bt_fix {
float: none !important;
margin-top: 25px !important;
display: table !important;
}



.thumb_blog {
width: calc(100% - 2px); 
margin-right: 0; 
float: none;
margin-bottom: 50px;
}

.thumb {
width: 100%; 
float: none;
margin-right: 0; 
margin-bottom: 10px;
}
.thumb_tittle {
width: calc(100% - 100px);
height: calc(100% - 100px);
top: 25px;
left: 25px;
bottom: 25px;
right: 25px;
}
.thumb_bg {
top: 25px;
left: 25px;
bottom: 25px;
right: 25px;
}


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

.nav_mob {
display: block;
}


.shadow {
display: none;
}

.left_side_small, .right_side_small, .left_side_small_detalle, .left_side, .right_side {
width: 100%;
float: none;
text-align: left;
margin-bottom: 50px;
}

.left_side_small_detalle {
margin-top: 0;
padding: 25px;
width: calc(100% - 50px);
}
.right_side {
text-align: center;
}
.vision, .mision {
width: calc(100% - 50px); 
margin-right: 0; 
height: initial;  
float: none; 
}
.valor {
width: 100%; 
padding-left: 0;
text-align: center;
background-size: auto 75px;
margin-bottom: 25px;
padding-top: 100px;
}
table {
display: block;
}
td {
width: calc(100% - 100px) !important;
display: block !important;
}
tr {
width: 100% !important;
}



.mainfrase {
width: calc(100% - 50px); 
padding: 25px; 
background-attachment: scroll;
}

.mainfrasetxt, .corchete_open, .corchete_close {
width: 100%; 
float: none;
}
.corchete_open, .corchete_close {
height: 50px; 
text-align: center;
margin-bottom: 25px;
}
.corchete_close {
margin-top: 25px;
}
.corchete {
width: 50px;
}

.mySlides {
    width: 90%;
}

}