html.js {
    margin-top: 0px !important;
}
#wpadminbar{
	display: none !important;
}

.fancybox-slide>video{
	max-height: 80vh;
	padding: 2px;
}

body{
	-webkit-font-smoothing: antialiased;
}
#hero-landing{
	min-height: 80vh;
	padding-bottom: 50px;
}
#hero-landing h1{}
#hero-landing p{}
#hero-landing .content a {
    display: inline-block;
    padding: 7px 29px;
    background-color: #fff;
    color: #555!important;
    text-decoration: none;
    border-radius: 30px;
    margin: 0 0 30px;
    min-width: 60%;
    transition: all .3s;
}
#hero-landing .content a:hover{
	background-color: var(--green);
	color: #ffffff !important;
}
#hero-landing .content a + a {
    margin: 0 0 0px;
}

#landing-features{
	padding: 30px 0 80px;
}
#landing-features ul{
	gap: 20px;
    max-width: 1000px;
    margin: auto;
    padding: 0;
}
#landing-features ul li{
	text-align: center;
	list-style: none;
}
#landing-features ul li img{}
#landing-features ul li .title{
	font-size: 35px;
	margin: 0 0 20px;
	font-family: var(--heading-font);
	font-weight: bold;
}
#landing-features ul li p{
	font-size: 14px;
}

.video-wrapper{
	max-width: 770px;
    margin: auto;
    position: relative;
    margin-top: -180px;
}
.video-wrapper a:before{
	content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 40px;
    height: 40px;
    background: url(../img/landing/play.svg)no-repeat 50%;
    background-size: cover;
}
.video-wrapper img{}


/* VENTAJAS */

.featured-content{
	position: relative;
	padding-bottom: 90px;
}
.sello-coe{
	position: relative;
	right: 0;
	bottom: 0;
	width: 175px;
	margin: auto;
	display: block;
}

/* IMC SECTION */

#imc-section{
	padding: 50px 0px;
	background: rgb(240,233,231);
	background: -moz-radial-gradient(circle, rgba(240,233,231,1) 0%, rgba(227,216,212,1) 62%);
	background: -webkit-radial-gradient(circle, rgba(240,233,231,1) 0%, rgba(227,216,212,1) 62%);
	background: radial-gradient(circle, rgba(240,233,231,1) 0%, rgba(227,216,212,1) 62%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0e9e7",endColorstr="#e3d8d4",GradientType=1);
}

#imc-section form{
	max-width: 450px;
	margin: 30px auto 0;
}
#imc-section .h2{}
#imc-section .h4{}
#imc-section form input[type="text"]{
	border: none;
	border-bottom: 2px solid #35BFC1;
}
#imc-section form button[type="submit"],
#imc-submit{
	border: none;
    padding: 16px 15px;
    font-size: 21px;
    margin: 20px 0px;
}

#resultados{}
#resultados .h3{}
#resultados h2{}
#respeso{}
#resultados {
    position: absolute;
    z-index: 1;
    left: 0;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 90%;
}
#resultados .close {
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    cursor: pointer;
    transition: all .3s
}
#resultados .close:hover {
	color: var(--dark);
}

.testimonio{
	position: relative;
	text-decoration: none;
	overflow: hidden;
	margin: 0 0 20px;
	background-color: #ffffff;
}
.testimonio:before {
    content: '';
    position: absolute;
    bottom: 10px;
    right: 10px;
    width: 60px;
    height: 60px;
    background: url(../img/landing/play.svg)no-repeat 50%;
    background-size: cover;
    z-index: 1;
}
.testimonio .thumb-container{
	padding-bottom: 100%;
    background-size: auto 100%;
    background-position: right center;
}

.testimonio .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 50%;
	height: 100%;
	padding: 20px 15px;
	background-color: #ffffff;
}
.testimonio .content .name{
	font-family: 'cako', arial;
    font-size: 20px;
    margin: 0 0 10px;
}
.testimonio .content .text{}




/*EVENTOS*/

ul.events{
	padding: 0;
}
.event{
	list-style: none;
	position: relative;
	overflow: hidden;
	margin: 0 0 40px;
}
.event a{
	text-decoration: none;
	display: block;
}
.event .thumb-container{
	border-radius: 5px;
    position: relative;
    background-color: #36bfc1;
    mix-blend-mode: multiply;
    overflow: hidden;
    padding-bottom: 62%;
}
.event .thumb-container:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all .4s;
	background: linear-gradient(90.09deg, rgba(30, 30, 30, 0.65) 0.08%, rgba(30, 30, 30, 0) 99.93%);
}
.event .thumb-container:hover:before{
}
.event .content{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	padding: 20px 20px 10px;
	color: #ffffff;
}
.event .date{}
.event .where {
    font-size: 26px;
    font-weight: 400;
    margin: 0 0 10px;
}
.event .button {
    padding: 5px 15px;
    font-size: 16px;
    width: 100%;
    border: none;
    color: var(--dark);
    text-transform: lowercase;
}
.event:hover .button{
	opacity: .8;
}

@media (min-width: 768px){
	
	h1, .h1 {
	    font-size: 55px;
	    margin: 0 0 30px;
	    line-height: 1.1;
	}
	
	/* HERO */
		
	#hero-landing {
	    min-height: 730px;
	    padding-bottom: 50px;
	    height: calc(100vh - 100px);
	}
	#hero-landing h1{
		font-size: 80px;
	}
	#hero-landing p{}
	#hero-landing .content a{
	    padding: 7px 29px;
	    border-radius: 30px;
	    margin-right: 10px;
	    min-width: 0;
	}
	
	
		
	/* VENTAJAS */
	
	.featured-content{
		padding-bottom: 0px;
		font-size: 23px;
	}
	.featured-content h3{
		margin: 0 0 30px;
	}
	.sello-coe{
		bottom: inherit;
		top: 0;
		width: 270px;
		position: absolute;
	}
	.video-wrapper a:before {
	    width: 70px;
	    height: 70px;
	    transition: all .3s;
	}
	.video-wrapper:hover a:before {
		transform: translate(-50%,-50%) scale3d(1.1,1.1,1);
	}

	
	#landing-features{
		padding-top: 80px;
	}
	#landing-features ul{
		gap: 70px;
	}
	#landing-features ul li{}
	#landing-features ul li img{}
		
	#landing-features ul li .title{
		font-size: 45px;
	}
	#landing-features ul li p{}
	
	#imc-section{
		padding: 100px 0px;
	}
	#imc-section .h2 {
		font-size: 60px;
	}
	#imc-section:after{
		content: '';
		position: absolute;
		right: 0%;
		top: 0%;
		width: 50%;
		height: 100%;
		background: url(../img/landing/chica-bg-calculadora.png) no-repeat center center;
		background-size: auto 100%;
	}
		
	.testimonio{
		margin: 0 10px 40px
	}
	.testimonio:before {
	    bottom: 10px;
	    right: 10px;
	    width: 80px;
	    height: 80px;
	}
	.testimonio .thumb-container{
		padding-bottom: 89%;
	}
	
	.testimonio .content{
		padding: 20px 15px;
	}
	.testimonio .content .name{
	    font-size: 22px;
	    margin: 0 0 10px;
	}
	.testimonio .content .text{
		font-size: 18px;
	}
	
	/*EVENTOS*/

	ul.events{
		display: flex;
		flex-wrap: wrap;
	}
	.event{margin: 0 0 40px;}
	.event .content{
		padding: 30px 30px 20px;
	}
	.event .where {
	    font-size: 32px;
	    margin: 0 0 10px;
	}
	.event .button {
	    padding: 4px 15px;
	    font-size: 18px;
	    width: auto;
	}
}