@import url('https://fonts.googleapis.com/css2?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;1,800;1,900&display=swap');
	


@font-face {
    font-family: 'kanitbold';
    src: url('../fonts/kanit-bold-webfont.woff2') format('woff2'),
         url('../fonts/kanit-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'kanitregular';
    src: url('../fonts/kanit-regular-webfont.woff2') format('woff2'),
         url('../fonts/kanit-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

html,
body{
	font-family: 'Poppins';
	font-weight: normal;
	overflow-x: hidden;
}

.main-header{
	padding: 0;
}

.logo{
	height:130px;
}

.nav-item{
	margin-bottom: 10px;
}

.navbar-nav .nav-link{
	color:#191b1d;
	margin:0 12px;
	font-size: 16px;
	padding: 10px 30px;
	font-family: 'Poppins';
	font-weight: normal;
}

.navbar-nav .nav-link:hover{
	font-weight: 600;
}

.btn-reservar.nav-link{
	background:#3f81c2;
	color:white;
	border-radius:30px;
	font-weight:600;
	text-decoration:none;
	border:1px solid #3f81c2;
	text-transform: uppercase;
}

.btn-reservar:hover{
	background:transparent;
	color:#3f81c2;
}

.navbar-nav{
	border-bottom: 1px solid #e8e8e8;
}

.hero-section{
	padding:80px 0;
	background: #DBF2FC;
	background: -webkit-linear-gradient(0deg, rgba(219, 242, 252, 1) 50%, rgba(255, 255, 255, 1) 50%);
	background: -moz-linear-gradient(0deg, rgba(219, 242, 252, 1) 50%, rgba(255, 255, 255, 1) 50%);
	background: linear-gradient(0deg, rgba(219, 242, 252, 1) 50%, rgba(255, 255, 255, 1) 50%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#DBF2FC", endColorstr="#FFFFFF", GradientType=0);
}

.hero-text h1{
	font-size:52px;
	line-height:1.2;
	color:#494949;
	font-family: 'kanitregular';
}

.text-blue{
	font-family: 'kanitbold';
	display: block;
	color:#4f86b5;
}

.hero-sub{
	margin-top:15px;
	font-size:30px;
	color:#191b1d;
	font-family: 'Poppins';
	font-weight: normal;
}


.contador-box{
	background:#b3e2eb;
	padding:30px 40px;
	border-radius:14px;
	display:flex;
	justify-content:center;
	gap:40px;
}

.contador-item{
	text-align:center;
}

.contador-digitos{
	display:flex;
	gap:6px;
	justify-content:center;
	margin-bottom:5px;
}

.digit{
	background:#f3f3f3;
	padding:12px 14px;
	border-radius:6px;
	font-size:28px;
	min-width:60px;
	text-align:center;
	font-family: 'Poppins';
	font-weight: 400;
	font-size: 50px;
}

.contador-item span{
	color:white;
	font-size:16px;
	font-weight:800;
}

.puntos{
	font-size: 80px;
	color: #fff;
	font-family: 'Poppins';
	font-weight: 100;
	margin-top: -7%;
}

.hero-section video{
	border-radius: 30px;
	margin-top: 2rem;
}

.mente-section{
	background:#dbf2fc url(../img/fondo-azul.jpg)no-repeat;
	padding: 0 0 5rem;
	position:relative;
	font-family: 'Poppins';
	background-position: right;
	background-size: contain;
}

.img-cerebro{
	margin-bottom:30px;
}

.intro-text{
	margin:0 auto 10px;
	color:#444;
}

.titulo-mente{
	font-size:50px;
	font-family: 'kanitbold';
	margin-top:4rem;
	margin-bottom:10px;
	color:#494949;
}

.sub-text{
	margin:0 auto 10px;
	color:#666;
}

.texto-blue{
	color:#3f81c2;
	font-family: 'kanitbold';

}


.texto-blue2{
	color:#088fbb;
	margin-top: 2rem;
}

.card-mente{
	background:white;
	border-radius:20px;
	overflow:hidden;
	box-shadow:0 10px 25px rgba(0,0,0,.08);
	transition:.3s;
	height:100%;
	min-height: 386px;
	position: relative;
}

.card-mente img{
	width:100%;
	object-fit:cover;
}

.card-text{
	padding: 2rem 2rem;
	text-align: left;
	position: absolute;
	bottom: 3%;
	background: #f6f6f6;
	margin: 10px;
	border-radius: 20px;
	min-height: 196px;

}

.card-text h5{
	margin-bottom:1rem;
	font-family: 'kanitbold';
}

.card-text p{
	font-size:14px;
	color:#666;
}

.card-mente:hover{
	background: #5b9cdc;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	transform:translateY(-6px);
}

.card-mente:hover h5{
	color: #5b9cdc;
}

.beneficios-section {
	padding: 6rem 0 0;
	background: white;
	position: relative;
	font-family: 'Poppins';
}

.badge-beneficios {
	border: 1px solid #d1d1d2;
	padding: 6px 16px;
	border-radius: 20px;
	font-size: 20px;
	color: #191b1d;
}

.titulo-beneficios {
	font-size: 50px;
	margin-top: 3rem;
	margin-bottom: 2rem;
	font-family: 'kanitbold';
}

.titulo-beneficios span {
	color: #6fa3d2;
}

.lista-beneficios {
	list-style: none;
	padding: 0;
}

.lista-beneficios li {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	margin-bottom: 18px;
	font-size: 16px;
	color: #313131;
	border-bottom: 1px solid #eee;
	padding-bottom: 12px;
}

.lista-beneficios img {
	width: 60px;
	margin-top: 4px;
}

/* Imagen arco */

.arco-imagen {
	margin-top:6rem;
	position: relative;
}

.arco-imagen .conoce-mas{    
	position: absolute;
    width: 30%;
}

/* Barra inferior */

.info-curso {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: 40px;
	background: white;
	border-radius: 20px;
	padding: 20px 30px;
	display: flex;
	gap: 40px;
	align-items: center;
	border: 1px solid #5b9cdc;
}

.info-curso::before{
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	top: 16%;
	background: url(../img/icono-azul.png)no-repeat;
	background-size: cover;
	left: -25px;
}

.info-item {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 22px;
}

.info-item img {
	width: 30px;
}

.diplomado-diferente {
	padding: 120px 0;
	background: #dedad3;
	position: relative;
}

.imagen-diplomado img {
	border-radius: 18px;
}

.card-azul {
	background: #6fa3d2;
	border-radius: 18px;
	padding: 4rem 5rem;
	color: white;
	font-size: 50px;
	font-family: 'kanitbold';
	text-align: center;
}

.card-azul h3{
	font-size: 50px;
}

.card-info {   
	position: absolute;
    top: 51%;
    right: 1%;
    background: white;
    padding: 30px;
    border-radius: 14px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .15);
    width: 50%;
    height: auto;
}

.card-info p {
	font-size: 20px;
	color: #313131;
	margin-bottom: 10px;
}

.diplomado-diferente .texto-azul{
	display: block;
	color: #5b9cdc;
	font-family: 'Poppins';
	font-weight: 600;
}

/***********************/
.contenido-diplomado {
	background: #dbf2fc;
	padding: 5rem 0;
	overflow: hidden;
}

.contenido-top {
	margin-bottom: 80px;
	margin-left: 30px;
}

.card-contenido {
	background: white;
	padding: 50px 80px;
	border-radius: 25px;
	max-width: 100%;
	width: 100%;
}

.card-contenido h2 {
	font-size: 50px;
	font-family: 'kanitbold';
	margin-bottom: 10px;
	color: #212121;
}

.text-blue {
	color: #5b9cdc;
}

.linea {
	width: 60px;
	height: 6px;
	background: #6ea0cc;
	border-radius: 10px;
	margin: 15px 0 25px;
}

.card-contenido h6 {
	font-weight: 700;
	font-family: 'Poppins';
	margin-bottom: 10px;
	font-size: 22px;
}

.card-contenido p {
	color: #212121;
	font-size: 18px;
	margin-bottom: 12px;
	font-family: 'Poppins';
	font-weight:400;
}

.imagen-contenido img {
	border-radius: 25px;
	width: 100%;	
	margin-top: -185px;
}

.titulo-estructura {
	font-size: 30px;
	font-family: 'kanitbold';
	margin-bottom: 40px;
	color: #434343;
}

.icono-estructura {
	width: 110px;
	height: 110px;
	margin: 0 auto 15px;
	display: block;
}

.icono-estructura img {
	width: 100%;
}

.estructura p {
	font-size: 14px;
	color: #212121;
	font-family: 'Poppins';
	max-width: 150px;
	margin: auto;
}

/***************************/

.parallax-section {
	position: relative;
	background-image: url("../img/imagen-parallax.jpg");
	background-size: cover;
	background-position: center;
	padding: 140px 0;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	font-family: 'Poppins';
}

/* overlay para efecto suave */

.parallax-content {
	position: relative;
	z-index: 2;
	max-width: 60%;
	margin: auto;
}

.parallax-logo {
	width: 70px;
	margin-bottom: 25px;
	opacity: 0.9;
}

.parallax-content h2 {
	font-size: 35px;
	font-weight: 600;
	color: #4b4c4c;
	line-height: 1.4;
	font-family: 'Poppins';
}

.parallax-content span {
	font-weight: 400;
	font-family: 'Poppins';
}

.parallax-section{
	min-height:420px;
}

/*****************************/

.seccion-instructor {
	background-image: url(../img/Fondo-de-nubes-.png);
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    min-height: 117vh;
    background-size: cover;
}


.instructor-texto {
	padding: 0 7rem 0 2rem;
}

.instructor-texto p.subtitulo {
	font-size: 22px;
	color: #212121;
	margin: 20px 0 5rem;
}

.nombre {
	font-size: 60px;
	font-family: 'kanitbold';
	color: #837866;
	margin: 10rem 0 3rem;
}

.instructor-texto p {
	color: #212121;
	font-size: 20px;
	margin-bottom: 14px;
	font-family: 'Poppins';
}

.instructor-texto p.destacado {
	color: #306582;
	font-weight: 600;

}

.btn-interesa {
    display: inline-block;
    margin-top: 20px;
    background: #bd976d;
    color: white;
    padding: 14px 28px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    position: absolute;
    bottom: 45px;
    font-family: 'Poppins';
}

.btn-interesa:hover {
	background: #b28e63;
	color: white;
}

.foto-instructor {
    position: absolute;
    top: 17%;
    right: 4%;
    width: 35%;
}

/*****************************/

.footer-contacto {
	background: #e9e6df;
	padding: 70px 0 40px;
	font-family: 'Poppins';
}

.footer-sub {
	font-size: 16px;
	color: #3f3f3f;
	margin-bottom: 5px;
}

.footer-title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 40px;
	font-family: 'kanitbold';
}

.footer-title span {
	color: #5b9cdc;
}

.footer-info {
	margin-bottom: 30px;
}

.footer-icon {
	width: 50px;
	margin-right: 12px;
}

.footer-text {
	font-size: 18px;
	color: #3f3f3f;
	font-family: 'Poppins';
	font-weight: 400;
	text-align: left;
}

footer a {
	text-decoration: none;
	display: block!important;
	width: 100%!important;
}


footer .azulito{
	color: #1a68b4;
}

.copyright {
	font-size: 12px;
	color: #3f3f3f;
	margin-top: 20px;
	font-family: 'Poppins';
}



@media (min-width: 768px) and (max-width: 1024px){
	
	html,
	body{
		text-align: center;
	}
	
	.card-info {
		position: relative;
	    top: 10px;
	    right: 0;
	    width: 100%;
	}

	.imagen-contenido img {
	    border-radius: 25px;
	    width: 100%;
	    margin-top: 0;
	}

	.seccion-instructor{
		background: #dbf2fc;
		height: auto;
		min-height: auto;
	}

	.nombre {
	    font-size: 50px;
	    margin: 4rem 0 3rem;
	}

	.instructor-texto{
		padding: 0;
	}

	.foto-instructor {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0;
        top: 0;
    }

	.btn-interesa {
	    margin-top: 0;
	    position: relative;
	    bottom: 0;
	}

	.parallax-section {
	    padding: 30px 0;
	}

	.parallax-content h2 {
	    font-size: 20px;
	}

}

@media (max-width: 767px){
	
	html,
	body{
		text-align: center;
	}

	.hero-text h1 {
	    font-size: 36px;
	}

	.hero-sub {
	    font-size: 22px;
	}

	.hero-section {
	    padding: 0 0 80px 0;
	}

	.digit {
	    padding: 12px 10px;
	    min-width: 40px;
	    font-size: 25px;
	}

	.contador-box {
	    background: #b3e2eb;
	    padding: 30px 40px;
	    border-radius: 14px;
	    display: flex;
	    justify-content: center;
	    gap: 15px;
	}
	
	.card-info {
		position: relative;
	    top: 10px;
	    right: 0;
	    width: 100%;
	}

	.imagen-contenido img {
	    border-radius: 25px;
	    width: 100%;
	    margin-top: 0;
	}

	.seccion-instructor{
		background: #dbf2fc;
		height: auto;
		min-height: auto;
	}

	.nombre {
	    font-size: 50px;
	    margin: 4rem 0 3rem;
	}

	.instructor-texto{
		padding: 0;
	}

	.foto-instructor {
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: block;
        right: 0;
        left: 0;
        top: 0;
    }

	.btn-interesa {
	    margin-top: 0;
	    position: relative;
	    bottom: 0;
	}

	.parallax-section {
	    padding: 30px 0;
	}

	.parallax-content h2 {
	    font-size: 20px;
	}

	.info-item {
	    display: inline;
	    align-items: center;
	    gap: 10px;
	    font-size: 22px;
	    width: 100%;
	}

	.info-curso {
	    position: relative;
	}
	.info-curso::before {
	    content: "";
	    display: block;
	    width: 50px;
	    height: 50px;
	    position: absolute;
	    top: -45px;
	    background: url(../img/icono-azul.png) no-repeat;
	    background-size: cover;
	    left: 45%;
	}

	.info-curso {
	    position: relative;
	    left: 50%;
	    transform: translateX(-50%);
	    bottom: 40px;
	    background: white;
	    border-radius: 20px;
	    padding: 20px 30px;
	    display: flex;
	    gap: 10px;
	    align-items: center;
	    border: 1px solid #5b9cdc;
	}

	.card-azul h3,
	.card-contenido h2 {
	    font-size: 30px;
	}


}