/*
Theme Name:  Ingenio -Child
Theme URI:   http://bitskingdom.com
Author:      BK TEAM
Author URI:  http://bitskingdom.com
Template:    understrap
Version:     0.1
Text Domain: bktheme
*/


/**
 * --------------------------------------------------------------------------
 * Main Font
 * --------------------------------------------------------------------------
 *
 */



@font-face {
	font-family: Blogger_Sans-Bold;
	src: url(./fonts/Blogger_Sans-Bold.otf);
	font-weight: normal;
}

.site-title {
	font-family: "Blogger_Sans-Bold", Arial, sans-serif;
}


/**
 * --------------------------------------------------------------------------
 * Variables
 * --------------------------------------------------------------------------
 *
 */

:root {
	--green: #60C440;
	--soft-green: #C6F5B7;
	--blue: #00A0E3;
	--ingenio-gray: #4B4C4D;
	--light-gray: #F7F7F7;
	--white: #FFFFFF;
	--blogger: "Blogger_Sans-Bold", Arial, sans-serif;
	--montserrat: "Montserrat", arial, sans-serif;
}

* {
	font-family: var(--montserrat);
}

h1, h2, h3, h4, h5, h6, p {
	color: var(--ingenio-gray);
}

html, body {
	position:relative;
	overflow-x:hidden;
}

@media (min-width: 768px) {
	body.page-template-empresas-incubadas {
		overflow-x: visible;
	}
}

a {
	color: var(--green);
}

a:hover {
	color: #65c540;
    text-decoration: none;
}


/**
 * --------------------------------------------------------------------------
 * BORRAR
 * --------------------------------------------------------------------------
 *
 */

section {
	padding: 120px 0;
}


/**
 * --------------------------------------------------------------------------
 * Global
 * --------------------------------------------------------------------------
 *
 */
*:focus { outline: none !important; }


#archive-wrapper {
    margin: 60px 0;
}

/**
 * --------------------------------------------------------------------------
 * Internal Pages General Styles
 * --------------------------------------------------------------------------
 *
 */


/*HERO*/

.internal__hero {
	padding: 160px 0px 140px;
	-webkit-filter: grayscale(100%);
	/* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
}


/*CONTENT SECTION*/

.content__section {
	padding: 30px 0px 400px;
	margin-bottom: -200px;
}

.content__sectionEmpresa {
	padding: 80px 0px 300px;
	margin-bottom: -200px;
}


/*
.content__section::before {
	content: '';
	background: url(./img/hero-pages-after.png) right no-repeat;
	width: 100%;
	height: 194px;
	position: absolute;
	top: 290px;
	right: 0px;
}
*/


/**
 * --------------------------------------------------------------------------
 * Nav
 * --------------------------------------------------------------------------
 *
 */

.nav__options {
	padding-right: 0px;
}

.nav__logo {
	display: flex;
	padding-left: 0px;
}

.navbar {
	padding: 0px;
}

.nav-item.nav__hamburguer {
	padding-right: 0px;
}


/*Sticky*/

header#navHeader {
	position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
}

header#navHeader * {
	transition: ease 0.5s;
}
header.hasScrolled {
	box-shadow: 0 0 15px 0px var(--ingenio-gray);
}
header.hasScrolled nav.navbar {
	padding:0;
}

header nav.navbar .nav__logo .navbar-brand img {
	width: 160px;
	/* width: 160px; */
	transition: ease 0.4s;
}

header.hasScrolled nav.navbar .nav__logo .navbar-brand img {
	width: 160px;
	/* width:120px */
}

.sticky {
	height: 70%;
}


/**
 * --------------------------------------------------------------------------
 * Titles
 * --------------------------------------------------------------------------
 *
 */

.title__h1--dark {
	font-family: var(--blogger);
	font-size: 48px;
	line-height: 30px;
	color: var(--ingenio-gray);
	margin-bottom: 100px;
}

.title__h1--white {
	font-size: 32px;
	font-family: var(--blogger);
	font-size: 48px;
	line-height: 30px;
	color: white;
}

.title__h3--dark {
	font-family: var(--blogger);
	font-size: 32px;
	line-height: 30px;
	color: var(--ingenio-gray);
}

.title__h3--light {
	font-family: var(--blogger);
	font-size: 30px;
	line-height: 30px;
	color: white;
}

.title__h5--dark {
	font-family: var(--montserrat);
	font-size: 21px;
	line-height: 32px;
	font-weight: bold;
	color: var(--ingenio-gray);
}

.title__h6--dark {
	font-family: var(--montserrat);
	font-size: 16px;
	line-height: 24px;
	font-weight: bold;
	color: var(--ingenio-gray);
}

.title__programas {
	font-family: var(--blogger);
	font-size: 48px;
	line-height: 30px;
	color: var(--ingenio-gray);
	margin-bottom: 40px;
	margin-top: 10px;
}

.hero__h1 {
	font-family: var(--blogger);
	font-size: 72px;
	line-height: 78px;
	color: white;
	text-transform: uppercase;
}

.hero__h3, .hero__h3 span {
	font-family: var(--blogger);
	font-size: 48px;
	line-height: 48px;
	color: white;
	text-transform: uppercase;
	text-shadow: 0px 0px 25px #000;
}

.tax-tipodeconvocatoria .hero__h3 {
    font-size: 0px;
}


@media screen and (max-width:576px) {
	.title__h1--white {
		font-size: 32px;
	}
}


/**
 * --------------------------------------------------------------------------
 * Paragraphs
 * --------------------------------------------------------------------------
 *
 */

.hero__p {
	font-family: var(--blogger);
	font-size: 24px;
	line-height: 26px;
	color: white;
	display: block;
	width: 70%;
}


/**
 * --------------------------------------------------------------------------
 * Cards
 * --------------------------------------------------------------------------
 *
 */

.programa__card {
	display: flex;
	justify-content: space-between;
	height: 100%;
	padding: 15px 25px 35px;
	border: none;
	transition: ease 0.4s;
/*	transform: scale(0.9);*/
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
}

.programa__card:hover {
	transform: scale(1);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
}

.programa__cardImg {
	margin-bottom: 40px;
	object-fit: cover;
}

.programa__Img {
	object-fit: cover;
	position: absolute;
	bottom: 0px;
	right: 60px;
	width: 200px;
	height: 200px;
	background: #FFF;
	z-index: 3;
	border-radius: 200px;
}

.programa__cardExcerpt {
	font-family: var(--montserrat);
	font-size: 16px;
	line-height: 26px;
	color: var(--ingenio-gray);
	text-align: center;
	padding: 15px 0;
}

.card__btn {
	font-family: var(--blogger);
	color: white;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	background-color: var(--green);
	padding: 15px 20px;
	cursor: pointer;
}

.card__btn:hover {
	color: white;
	text-decoration: none;
}


/**
 * --------------------------------------------------------------------------
 * Buttons
 * --------------------------------------------------------------------------
 *
 */


/*----Postulación----*/

a.nav-link.postular__btn {
	padding: 12px 30px !important;
	color: white;
	font-size: 21px;
	background-color: var(--green);
	font-family: var(--blogger);
	text-transform: uppercase;
	transition: ease 0.4s;
}
/*
header#navHeader.hasScrolled a.nav-link.postular__btn {
	font-size: 18px;
} */

a.nav-link.nav__hamburguer {
	padding: 0px !important;
	margin-left: 65px;
}

.navbar-nav {
	align-items: center;
}


/*----Postulación & Menu----*/

.nav__options {
	display: flex;
}

/*----Viewmore----*/

.viewmore__btn {
	color: #4B4C4D;
    border: 2px solid #C6F5B7;
    padding: 10px 20px;
}

.viewmore__btn--white {
	color: white;
    border: 2px solid #C6F5B7;
    padding: 10px 20px;
}

.viewmore__btn--white:hover {
	text-decoration: none;
	color: #C6F5B7;
}

.viewmore__btn-green {
	color: var(--white);
	font-family: var(--blogger);
	padding: 10px 20px;
	background-color: var(--green);
	transition: 0.2s;
}

.viewmore__btn-green:hover {
	background-color: #4AB528;
	transition: 0.2s;
}

.viewmore__btn:hover {
	text-decoration: none;
	color: var(--green);
}

.viewmore__row {
	margin-top: 50px;
}

/**
 * --------------------------------------------------------------------------
 * Hero
 * --------------------------------------------------------------------------
 *
 */

.hero {
	padding: 120px 0px;
	background: url(./img/hero-grey-bg.png) bottom no-repeat #60C440;
	background-size: 100%;
	margin-bottom: -60px;
}

.hero__row {
	padding-bottom: 55px;
}

.hero__image {
	display: flex;
	margin: 0 auto;
	width: 95%;
    height: 550px;
    object-fit: cover;
}

.hero__mainTitle {
	position: absolute;
	top: 30px;
	font-family: var(--blogger);
	font-size: 112px;
	line-height: 122px;
	color: white;
	text-transform: uppercase;
	padding-top: 20px;
}

.hero__description {
	font-family: var(--blogger);
	font-size: 24px;
	line-height: 28px;
	display: block;
	width: 70%;
	position: absolute;
	background: rgba(0, 0, 0, 0.75);
	bottom: 0;
	left: 36px;
	padding: 45px 30px;
	color: #FFF;
}

.hero__description:hover {
	text-decoration: none;
	color: white;
}

.hero__tabItem {
	font-family: var(--blogger);
	color: #D7F0CF;
	font-size: 28px;
	text-align: right;
	margin-right: 20px;
	margin-left: -20px;
}

.hero__tabItem::before {
	content: '';
	background: #D7F0CF;
	width: 24px;
	height: 24px;
	border-radius: 100px;
	position: absolute;
	right: 0px;
	margin-top: 3px;
}
.hero__mainTitle {
	opacity: 0;
	transition: ease 0.5s;
}

.active .hero__mainTitle {
	animation: fadeInLeft 1s forwards;
	z-index: 9;
	opacity: 1;
}


div#v-pills-tab.nav.flex-column.nav-pills:before {
	content: '';
	background: #D7F0CF;
	height: 280px;
	width: 5px;
	position: absolute;
	right: 9px;
	top: 35px;
}

.nav-link.active>h6.hero__tabItem {
	color: white;
	transition: 0.2s ease;
}

.nav-link.active>.hero__tabItem::before {
	background-color: white;
	transition: 0.5s ease;
}

.nav-pills .nav-link.active,
.nav-pills .show>.nav-link {
	background: none;
	padding: 25px 0px;
}

.nav-link {
	padding: 25px 0px;
}

.navbar-nav {
	justify-content: flex-end;
	flex-direction: row;
}

.collapse:not(.show) {
	display: flex;
}

.header__row {
	flex-wrap: nowrap;
	padding: 20px 10px;
}

@media (min-width: 768px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end !important;
	}
}

@media (max-width: 768px) {
	.navbar-expand-lg .navbar-collapse {
		justify-content: flex-end !important;
	}
	.nav__logo {
		padding: 0px;
	}
	.navbar-brand {
		margin-right: 0px;
	}
	.navbar-nav {
		justify-content: space-around;
		flex-direction: row;
	}
	a.nav-link.postular__btn {
		padding: 12px 15px !important;
		font-size: 18px;
	}
	a.nav-link.nav__hamburguer {
		margin-left: 30px;
	}
}

@media (max-width: 576px) {
	a.nav-link.postular__btn {
		font-size: 16px;
		margin-left: -50px;
	}
	a.nav-link.nav__hamburguer {
		margin-left: 15px;
	}
	header nav.navbar .nav__logo .navbar-brand img {
		width: 70%;
	}
	.navbar {
		padding: 0px;
	}
	.navbar-nav .wpml-ls.wpml-ls-legacy-dropdown {
    transform: translateX(-50px);
	}
	.navbar-nav .wpml-ls.wpml-ls-legacy-dropdown .wpml-ls-native {
		display: none;
	}
	header.hasScrolled nav.navbar .nav__logo .navbar-brand img {
		width: 70%;
	}
	header.hasScrolled nav.navbar {
		padding: 0px;
	}
	.menu.show-menu {
		height: 100%;
		overflow-y: scroll;
	}
	.menu__close {
		position: absolute;
		top: -21px;
		right: 0px;
	}
	.menu__rowClose {
		margin-bottom: 30px !important;
	}
}




/**
 * --------------------------------------------------------------------------
 * Programas
 * --------------------------------------------------------------------------
 *
 */
.programas {
	background: url(./img/hero-grey-bottom.png) bottom left no-repeat;
	padding: 150px 0px 280px;
	margin-bottom: -180px;
}

.programa__img {
	margin-bottom: 30px;
    width: 100%;
    height: 230px;
    object-fit: cover;
}

.programa__p {
	font-size: 16px;
    line-height: 28px;
    color: #4B4C4D;
}

/**
 * --------------------------------------------------------------------------
 * Experiencias
 * --------------------------------------------------------------------------
 *
 */
.experiencias {
	/* padding: 100px 0px 100px;
	clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
	margin-bottom: -90px; */
}

.experiencias-internal {
	/* padding: 100px 0px 0px; */
	/* clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%); */
	/* margin-bottom: -100px; */
}

.experiencias__row {
	display: flex;
	/* align-items: center; */
}
.experiencias__title {
	position: relative;
    /* padding-top: 100px; */
    font-size: 48px;
    /* margin-bottom: -230px; */
    z-index: 9;
}
.experiencias__title-internal {
	position: relative;
    /* padding-top: 100px; */
    font-size: 48px;
    /* margin-bottom: -230px; */
    z-index: 9;
}
.experiencias__thumb {
	width: 200px;
	height: 200px;
	object-fit: cover;
}
.experiencias__image {
	width: 100%;
	height: auto;
}
.experiencias__content {
	text-align: left;
	font-family: var(--montserrat);
	font-style: oblique;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}
.experiencias__content:before,
.experiencias__content--ep:before {
	content: '';
	background-image: url(./img/quote.svg);
	width: 27px;
	height: 20px;
	position: absolute;
	top: 5px;
	left: -20px;
	z-index: 999999;
}

.experiencias__personDark {
	text-align: left;
	font-family: var(--blogger);
	color: var(--ingenio-gray);
	font-weight: bold;
	font-size: 18px;
}
/* .experiencias__business {
	text-align: left;
	font-family: var(--blogger);
	color: var(--green);
	font-weight: bold;
	font-size: 14px;
} */

.experiencias__business {
	text-align: left;
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-weight: 500;
	font-size: 32px;
	text-transform: capitalize;
}

.experiencias__content p {
	color: var(--ingenio-gray);
}

img.experiencias__bgImg {
    display: none;
}

/* .carousel-inner {
	height: 720px;
}
.carousel-inner-internal {
	height: 550px;
}
.carousel-inner::before {
	content: '';
	background-color: white;
	background-color: #4B4C4D;
	width: 100%;
	height: 800px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
}
.carousel-item {
	height: 800px;
}
.carousel-caption {
	padding: 260px 190px 90px;
	position: relative !important;
    right: 0 !important;
    bottom: 0 !important;
    left: 0 !important;
} */

#myCarousel2 {
	position: relative;
}

#myCarousel2:before {
	position: absolute;
	background-image: url('/img/experiencias-carousel/6rueda2.png');
	background-size: 370px;
	width: 370px;
	height: 370px;
	content: " ";
	top: 35%;
	left: 20%;
	background-repeat: no-repeat;
	animation: rodar 60s infinite forwards;
	-webkit-animation: rodar 60s infinite forwards;
}
@keyframes rodar {
	0% {
		transform: rotate(0deg);
		transform-origin: center center;
		-webkit-transform: rotate(0deg);
		-webkit-transform-origin: center center;
	}

	50% {
		transform: rotate(360deg);
		-webkit-transform: rotate(360deg);

		transform-origin: center center;
		-webkit-transform-origin: center center;
	}
}

#myCarousel2 img {
	width: calc(100% - 30px) !important;
	height: 530px;
	object-fit: cover;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	position: relative;
}

#myCarousel2 .img-bg {
	position: absolute;
	width: calc(100% - 30px) !important;
	height: 530px !important;
	background: #5AC13F;
	z-index: -1;
	clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
	top: 20px;
	left: 10px;
}

.change-slide {
	background: #5AC13F;
	width: 56px;
	height: 56px;
	display: inline-block;
	text-align: center;
	line-height: 56px;
	border-radius: 100px;
}

.change-slide * {
	color: #FFFFFF;
}

/* End Experiencias */



/*Controls*/
.carousel-control-prev-icon,
.carousel-control-next-icon {
	display: inline-block;
	width: 36px;
	height: 36px;
}
.carousel-control-prev-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNDQzLjUyIDQ0My41MiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDQzLjUyIDQ0My41MjsiIHhtbDpzcGFjZT0icHJlc2VydmUiIHdpZHRoPSI1MTIiIGhlaWdodD0iNTEyIiBjbGFzcz0iaG92ZXJlZC1wYXRocyI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMTQzLjQ5MiwyMjEuODYzTDMzNi4yMjYsMjkuMTI5YzYuNjYzLTYuNjY0LDYuNjYzLTE3LjQ2OCwwLTI0LjEzMmMtNi42NjUtNi42NjItMTcuNDY4LTYuNjYyLTI0LjEzMiwwbC0yMDQuOCwyMDQuOCAgICBjLTYuNjYyLDYuNjY0LTYuNjYyLDE3LjQ2OCwwLDI0LjEzMmwyMDQuOCwyMDQuOGM2Ljc4LDYuNTQ4LDE3LjU4NCw2LjM2LDI0LjEzMi0wLjQyYzYuMzg3LTYuNjE0LDYuMzg3LTE3LjA5OSwwLTIzLjcxMiAgICBMMTQzLjQ5MiwyMjEuODYzeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojRkZGRkZGIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
}
.carousel-control-next-icon {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyLjAwMiA1MTIuMDAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAyIDUxMi4wMDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUgICAgTDEyMy41NzQsNDc4LjEwNmMtNy43NTksNy43NC03Ljc3OSwyMC4zMDEtMC4wNCwyOC4wNjFjMy44ODMsMy44OSw4Ljk3LDUuODM1LDE0LjA1Nyw1LjgzNWM1LjA3NCwwLDEwLjE0MS0xLjkzMiwxNC4wMTctNS43OTUgICAgbDIzNi44MTctMjM2LjE1NWMzLjczNy0zLjcxOCw1LjgzNC04Ljc3OCw1LjgzNC0xNC4wNVMzOTIuMTU2LDI0NS42NzYsMzg4LjQyNSwyNDEuOTUxeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCIgc3R5bGU9ImZpbGw6I0ZGRkZGRiI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
}
.carousel-controllers {
	margin-top: 60px;
}
.carousel-control-next,
.carousel-control-prev {
	z-index: 11 !important;
}

/**
 * --------------------------------------------------------------------------
 * Experiencias Pages
 * --------------------------------------------------------------------------
 *
 */
.experiencias-pages {
	padding: 45px 0px 120px;
	clip-path: polygon(0 15%, 100% 0%, 100% 85%, 0% 100%);
	margin-bottom: -145px;
	background-color: #f7f7f7;
	overflow-x: hidden;
}
.experiencias__content--ep {
	color: var(--ingenio-gray);
	text-align: left;
	font-family: var(--montserrat);
	font-style: oblique;
	font-weight: 500;
	font-size: 18px;
	line-height: 28px;
}
.carousel-control-prev-icon--ep,
.carousel-control-next-icon--ep {
	display: inline-block;
	width: 36px;
	height: 36px;
}
.n-icon--ep {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyLjAwMiA1MTIuMDAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAyIDUxMi4wMDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiI+PGc+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUgICAgTDEyMy41NzQsNDc4LjEwNmMtNy43NTksNy43NC03Ljc3OSwyMC4zMDEtMC4wNCwyOC4wNjFjMy44ODMsMy44OSw4Ljk3LDUuODM1LDE0LjA1Nyw1LjgzNWM1LjA3NCwwLDEwLjE0MS0xLjkzMiwxNC4wMTctNS43OTUgICAgbDIzNi44MTctMjM2LjE1NWMzLjczNy0zLjcxOCw1LjgzNC04Ljc3OCw1LjgzNC0xNC4wNVMzOTIuMTU2LDI0NS42NzYsMzg4LjQyNSwyNDEuOTUxeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9ImFjdGl2ZS1wYXRoIiBzdHlsZT0iZmlsbDojNEI0QzREIiBkYXRhLW9sZF9jb2xvcj0iIzAwMDAwMCI+PC9wYXRoPgoJPC9nPgo8L2c+PC9nPiA8L3N2Zz4=);
}
.p-icon--ep {
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNTEyLjAwMiA1MTIuMDAyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIuMDAyIDUxMi4wMDI7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjUxMiIgY2xhc3M9IiI+PGcgdHJhbnNmb3JtPSJtYXRyaXgoLTEgMCAwIDEgNTEyLjAwMiAwKSI+PGc+Cgk8Zz4KCQk8cGF0aCBkPSJNMzg4LjQyNSwyNDEuOTUxTDE1MS42MDksNS43OWMtNy43NTktNy43MzMtMjAuMzIxLTcuNzItMjguMDY3LDAuMDRjLTcuNzQsNy43NTktNy43MiwyMC4zMjgsMC4wNCwyOC4wNjdsMjIyLjcyLDIyMi4xMDUgICAgTDEyMy41NzQsNDc4LjEwNmMtNy43NTksNy43NC03Ljc3OSwyMC4zMDEtMC4wNCwyOC4wNjFjMy44ODMsMy44OSw4Ljk3LDUuODM1LDE0LjA1Nyw1LjgzNWM1LjA3NCwwLDEwLjE0MS0xLjkzMiwxNC4wMTctNS43OTUgICAgbDIzNi44MTctMjM2LjE1NWMzLjczNy0zLjcxOCw1LjgzNC04Ljc3OCw1LjgzNC0xNC4wNVMzOTIuMTU2LDI0NS42NzYsMzg4LjQyNSwyNDEuOTUxeiIgZGF0YS1vcmlnaW5hbD0iIzAwMDAwMCIgY2xhc3M9IiIgc3R5bGU9ImZpbGw6IzRCNEM0RCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiPjwvcGF0aD4KCTwvZz4KPC9nPjwvZz4gPC9zdmc+);
}
.carousel-caption--ep {
	position: absolute;
	right: 15%;
	bottom: 0px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
}
.carousel-inner-ep {
	height: 400px;
}
.carousel-indicators {
	display: none;
}
.carousel-item--ep {
	height: 400px;
}

.wp-block-media-text__media img, .wp-block-media-text__media video {
	height: auto;
}

.experiencias .carousel-control-prev,
.carousel-control-next {
	position: relative;
	/* display: inline-block; */
	width: 56px;
	height: 56px;
	background-color: var(--green);
	border-radius: 50%;
}

.experiencias .carousel-control-prev-icon,
.carousel-control-next-icon {
	width: 26px;
	height: 26px;
}

.experiencias .carousel-caption {
	text-align: left;
}

.experiencias__person__role {
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 0.15em;
	text-transform: uppercase;
	color: var(--ingenio-gray);
	margin-bottom: 30px;
}


/**
 * --------------------------------------------------------------------------
 * Convocatorias
 * --------------------------------------------------------------------------
 *
 */
.convocatorias {
	padding: 0px 0px 300px;
	background: url(./img/convocatorias-bg.png) bottom left no-repeat;
	margin-bottom: -200px;
	position: relative;
}

.convocatorias::after {
	content: '';
	background: url(./img/experiencias-divider.png) top center no-repeat;
	background-size: cover;
	position: absolute;
	width: 100%;
	height: 350px;
	top: -400px;
	right: 0;
	z-index: 2;
}

.convocatorias__col {
	z-index: 9;
}

.convocatoria__col {
	padding: 0px 40px;
	margin-bottom: 40px;
}
.convocatoria__card {
	border: none;
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.1);
	transition: ease 0.4s;
/*	transform: scale(0.9);*/
	height: 100%;
	justify-content: space-between;
}
.convocatoria__card:hover {
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	transform: scale(1);
}
.convocatoria__card a {
	text-decoration: none;
}
.convocatoria__category {
	display: flex;
	align-items: center;
	position: absolute;
	font-family: var(--blogger);
	font-size: 21px;
	line-height: 23px;
	color: white;
	background-color: var(--green);
	padding: 10px;
}
img.attachment-detail.size-detail {
	max-width: 24px;
    max-height: 24px;
    margin-right: 10px;
}
.convocatoria__img {
	object-fit: cover;
	width: 100%;
	height: 180px;
}
.convocatoria__text {
	padding: 25px;
}
.convocatoria__title {
	font-family: var(--blogger);
	color: var(--ingenio-gray);
	font-size: 24px;
	line-height: 26px;
}
.convocatoria__card:hover .convocatoria__title {
	color: var(--green);
}
.convocatoria__excerpt p {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-size: 16px;
	line-height: 20px;
}
.convocatoria__excerpt a:hover,
.convocatoria__text a:hover {
	text-decoration: none;
}
.convocatoria__btn {
	margin: 0px 20px 20px;
	display: block;
}
.convocatorias__row:before {
	content: '';
	background: url(./img/novedades-before.png);
	width: 198px;
	height: 260px;
	position: absolute;
	top: -350px;
	left: 2%;
	z-index: 8;
}
.convocatoria__link:hover {
	text-decoration: none;
}

/**
 * --------------------------------------------------------------------------
 * Novedades
 * --------------------------------------------------------------------------
 *
 */
.novedades {
	/* background-color: var(--ingenio-gray);
	clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
	padding: 300px 0px 40px; */

	padding: 170px 30px;
	clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
	background-color: var(--ingenio-gray);
/*	margin-bottom: -90px;*/
}
.novedades__title {
	padding-bottom: 60px;
}
.novedades__row:after {
	content: '';
	background: url(./img/novedades-after.png);
	width: 228px;
	height: 378px;
	position: absolute;
	bottom: 560px;
	right: 5%;
	z-index: -1;
}
.novedades__col {
	padding: 0px 40px;
	margin-bottom: 40px;
}
@media screen and (max-width:576px) {
	.novedades {
		clip-path: polygon(0 60px, 100% 0%, 100% 100%, 0% 100%);
		padding: 120px 0px 40px;
	}
}

/**
 * --------------------------------------------------------------------------
 * Footer
 * --------------------------------------------------------------------------
 *
 */
footer.site-footer {
	background: url(./img/footer-bg.png) bottom left no-repeat var(--ingenio-gray);
	padding: 70px 0 60px;
}
footer.site-footer::before {
	content: '';
	background: url(./img/footer-before.png);
	width: 121px;
	height: 124px;
	position: absolute;
	right: 8%;
	z-index: 99;
}
footer.site-footer .social-links {}
footer.site-footer .social-links a {
	margin: 0 15px;
	display: inline-block;
	width: 48px;
	height: 48px;
	line-height: 48px;
	transition: ease 0.4s;
	opacity: 0.75;
}
footer.site-footer .social-links a:hover {
	opacity: 1;
}
footer.site-footer .social-links a img {
	height: 21px;
}
footer.site-footer .ingenio-logo {}
footer.site-footer .ingenio-logo a {}
footer.site-footer .ingenio-logo a img {
	width: 130px;
	margin: 30px auto 15px;
}
footer.site-footer .copyright {
	font-size: 12px;
	color: var(--white);
}
.scrollToTop {
	background: var(--green);
	color: var(--white);
	border: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	opacity: 0;
	transform: scale(0);
	transition: ease 0.5s;
	border-radius: 100px;
	width: 48px;
	height: 48px;
	transform-origin: center center;
	line-height: 16px;
}
.scrollToTop.show-scrollToTop {
	opacity: 1;
	transform: scale(1);
}
@media screen and (max-width:576px) {
	footer.site-footer::before {
		right: -55px;
	}

	footer.site-footer .social-links a {
		margin: 0;
	}
}

/**
 * --------------------------------------------------------------------------
 * Comments
 * --------------------------------------------------------------------------
 *
 */
.comments-area {
	margin-top: 60px;
	font-family: var(--montserrat);
	font-size: 13px;
	line-height: 16px;
	color: var(--ingenio-gray);
}
.comments-area h2.comments-title {
	font-size: 18px;
	font-family: var(--blogger);
	margin-bottom: 15px;
}
.comments-area ol {}
.comments-area ol.comment-list {}
.comments-area ol.comment-list li {}
.comments-area ol.comment-list li article.comment-body {}
.comments-area ol.comment-list li article.comment-body .comment-metadata a {
	color: var(--green);
	margin-top: 5px;
	display: block;
}
.comments-area ol.comment-list li article.comment-body footer.comment-meta .comment-awaiting-moderation {
	background: var(--gray);
	display: block;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 13px;
	margin: 5px 0;
}
.comments-area ol.comment-list li article.comment-body footer.comment-meta .comment-author img {
	border-radius: 100px;
	margin-right: 10px;
}
.comments-area ol.comment-list li ol.children {
	list-style: none;
}
.comments-area ol.comment-list li ol.children li.comment {}
.comments-area ol.comment-list li ol.children li.comment article.comment-body {}
.comments-area ol.comment-list li ol.children li.comment article.comment-body footer.comment-meta {}
.comments-area ol.comment-list li ol.children li.comment article.comment-body footer.comment-meta .comment-author {
	font-weight: 300;
}
.comments-area ol.comment-list li ol.children li.comment article.comment-body footer.comment-meta .comment-author img {
	border-radius: 100px;
	margin-right: 10px;
}
.comments-area ol.comment-list li ol.children li.comment article.comment-body footer.comment-meta .comment-metadata {}
.comments-area ol.comment-list li ol.children li.comment article.comment-body .comment-awaiting-moderation {
	background: var(--gray);
	display: block;
	padding: 5px;
	border-radius: 5px;
	color: #FFF;
	font-size: 13px;
	margin: 5px 0;
}
.comments-area ol.comment-list li ol.children li.comment article.comment-body footer.comment-meta .comment-metadata a {
	color: var(--green);
	margin-top: 5px;
	display: block;
}
.comments-area ol.comment-list li ol.children li.comment article.comment-body footer.comment-meta .comment-metadata a time {}
.comments-area ol.comment-list li ol.children li.comment article.comment-body .comment-content {
	margin-top: 5px;
}
.comments-area .reply .comment-reply-link {
	background: var(--green);
	padding: 5px 10px;
	border-radius: 3px;
	color: #FFFFFF;
	margin-bottom: 15px;
	display: inline-block;
}
.comments-area {
	margin-top: 30px;
	font-family: var(--montserrat);
	font-size: 13px;
	line-height: 16px;
	color: var(--ingenio-gray);
}
.comment-respond h3.comment-reply-title {
	font-size: 18px;
	font-family: var(--blogger);
	margin-bottom: 15px;
}
.comment-respond form.comment-form {}
.comment-respond .form-submit {}
.comment-respond .form-submit .btn {
	background: var(--green);
	padding: 5px 10px;
	border-radius: 3px;
	color: #FFFFFF;
	margin-bottom: 15px;
	display: inline-block;
	border: none;
	font-size: 15px;
}
#respond {
	max-width: 480px;
	margin: auto;
}

/**
 * --------------------------------------------------------------------------
 * Grid Adjustments
 * --------------------------------------------------------------------------
 *
 */

/*Content Padding*/
.content-area {
	padding: 0px;
}
.container:focus {
	outline: none;
}
@media (min-width: 1200px) {
	.container,
	.container-lg,
	.container-md,
	.container-sm,
	.container-xl {
		max-width: 1200px;
		padding: 0px;
	}
	.container,
	.container:hover,
	.container:active,
	.container:focus {
		outline: none;
	}
}
@media only screen and (max-width: 576px) {
	.hero__mainTitle {
		top: -50px;
		left: 5px;
		font-size: 52px;
		line-height: 65px;
	}

	.hero__image {
		width: 100%;
		margin-bottom: 60px;
	}

	.hero__description {
		font-size: 18px;
		line-height: 28px;
		width: 92%;
		bottom: 0;
		left: 15px;
		padding: 15px 15px;
	}

	.programas {
		padding: 140px 0px 60px;
	}

	.programa__card {
		margin-bottom: 40px;
	}
}

/**
 * --------------------------------------------------------------------------
 * ----------------- Equipo -----------------
 * --------------------------------------------------------------------------
 *
 */

/* Hero */
.equipo__hero {
	/*	 background: url(./img/team.png) center left no-repeat;*/

	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: var(--ingenio-gray);
}
.equipo__people {
	background: url(./img/equipo-bg.png) bottom left no-repeat;
}
.equipo__before {
	content: '';
	background: url(./img/hero-pages-after.png) bottom right no-repeat;
	width: 100%;
	height: 225px;
	transform: translateY(-200px);
	background-size: cover;
	margin-bottom: -240px;
}
.equipo__member {
	display: flex;
	flex-direction: column;
	align-items: center;
	margin-bottom: 60px;
}
.equipo__memberImg {
	margin-bottom: 30px;
	width: 175px;
	height: 200px;
	object-fit: cover;
}
.equipo__memberPosition {
	font-family: var(--montserrat);
	font-size: 16px;
	line-height: 32px;
	color: var(--ingenio-gray);
	opacity: 0.6;
}
.equipo__memberIcons img {
	margin: 0px 5px;
}
.equipo__subtitle {
	margin-bottom: 60px;
}
.equipo__row {
	margin-bottom: 60px;
}

.staff-title {
	margin-bottom: 60px;
}

.enviar-cv {
	display: flex;
	justify-content: center;
	flex-direction: column;
	background-color: #C6F5B7;
    padding: 40px;
    border-radius: 30px;
}

.cv__text {
	font-family: var(--montserrat);
	font-size: 16px;
	color: var(--ingenio-gray);
	margin-bottom: 30px;
}

.cv__btn {
	width: 25%;
    margin: 0 auto;
}


.alianzas-acuerdos .equipo__member {}
.alianzas-acuerdos .equipo__member .equipo__memberImg {
	width: 140px;
	height: 140px;
	object-fit: contain;
}
.alianzas-acuerdos .equipo__member .equipo__memberImg.placeholder {
	background: var(--green);
	border-radius: 200px;
}
.alianzas-acuerdos .equipo__member .equipo__memberPosition {
	font-size: 15px;
	line-height: 20px;
}
.alianzas-acuerdos .equipo__member .equipo__memberIcons a {
	font-family: var(--blogger);
	font-size: 16px;
	letter-spacing: 0.4px;
	color: var(--green);
	text-decoration: none;
}

.alianzas__link {
	color: var(--green);
	font-weight: bold;
}

.alianzas__item:hover {
	text-decoration: none;
}

.alianzas__hero {
	padding: 160px 0px 160px;
}

.hero__scrollIcon {
	position: absolute;
	bottom: 30px;
	right: 0;
	text-transform: uppercase;
	font-family: var(--blogger);
	color: white;
	font-size: 14px;
	letter-spacing: 1px;
}
.hero__scrollIcon:hover {
	color: white;
	text-decoration: none;
}
.hero__scrollIcon img {
	width: 32px;
	margin-top: 15px;
	animation: 2s forwards infinite arrowsDown;
}
@keyframes arrowsDown {
	0% {
		transform: translateY(-45px);
		opacity: 0;
	}

	100% {
		transform: translateY(15px);
		opacity: 1;
	}
}
@media screen and (max-width:768px) {
	.equipo__before {
		transform: translateY(-160px);
	}
}
@media screen and (max-width:576px) {
	.equipo__before {
		transform: translateY(-215px);
		background-size: 700px;
	}
}

/**
 * --------------------------------------------------------------------------
 * ----------------- Empresas Incubadas -----------------
 * --------------------------------------------------------------------------
 *
 */
.ei__hero {
	background: url(./img/empresas-incubadas-hero.png);
	background-size: cover;
}
.ei__empresas {
	padding: 0px 0px 400px;
	background: url(./img/empresas-incubadas-bg.png) left no-repeat;
}
/*
.ei__empresas::after {
	content: '';
	background: url(./img/empresas-incubadas-after.png) no-repeat;
	width: 515px;
	height: 561px;
	position: absolute;
	bottom: -800px;
	right: 0;
	z-index: -1;
}
*/
.ei__empresaIncubada {
	padding: 0px 30px;
}
.ei__card {
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: white;
	padding: 10px 40px 10px;
	transform: scale(0.9);
	transition: ease 0.4s;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.1);
	position: relative;
}
.ei__card:hover {
	transform: scale(1);
	box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.25);
}
.ei__card ul {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 0;
	list-style: none;
	padding: 10px 5px;
	text-align: right;
}
.ei__card ul li {
	display: inline-block;
	margin-right: 5px;
	margin-bottom: 7px;
}
.ei__card ul li .badge {
	font-size: 16px;
	text-transform: uppercase;
	background: var(--green);
	color: #FFFFFF;
	font-family: var(--blogger);
	letter-spacing: 1px;
	padding: 5px 5px 3px;
}
.ei__title {
	margin-bottom: 80px;
}
.ei__logo {
	width: 200px;
    height: 200px;
	object-fit: contain;
}
.ei__description {
	font-family: var(--montserrat);
	font-size: 16px;
	line-height: 32px;
	color: var(--ingenio-gray);
	opacity: 0.6;
	text-align: center;
	margin-bottom: 50px;
}
.ei__link {
	display: flex;
	flex-direction: column;
	align-items: center;
}
.ei__link:hover {
	text-decoration: none;
}
.ei__btn {}
.about-startup-team {}
.about-startup-team h4 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: var(--montserrat);
	color: var(--green);
	font-size: 18px;
	font-weight: 700;
}

.team__member {
	margin-bottom: 40px;
}

.company-logos img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-bottom: 10px;
}
.company-logos h4 {
	margin-top: 20px;
	margin-bottom: 30px;
	font-family: var(--montserrat);
	color: var(--green);
	font-size: 18px;
	font-weight: 700;
}

.about-startup-team img {
	width: 175px;
	height: 175px;
	object-fit: cover;
	margin-bottom: 10px;
	background: var(--ingenio-gray);
}
.about-startup-team p {
	font-family: var(--montserrat);
	font-weight: 600;
	font-size: 16px;
	color: rgba(#4B4C4D, 1);
	display: block;
	margin-bottom: 0;
}
.about-startup-team span {
	font-family: var(--montserrat);
	font-weight: 600;
	font-size: 16px;
	color: rgba(75, 76, 77, 0.6);
	display: block;
}
a.startup__links_social {
	margin: 0 5px;
}
a.startup__links_social,
.about-startup-team a {
	text-align: center;
	background: var(--green);
	color: white;
	width: 24px;
	height: 24px;
	display: inline-block;
	margin-top: 10px;
	border-radius: 3px;
}
a.startup__links_social:hover,
.about-startup-team a:hover {
	background: var(--soft-green);
	color: var(--green);
}
.team-image {
	margin-top: 30px;
	height: 320px;
	object-fit: cover;
	width: 100%;
}
.startups__row {
	margin-bottom: 100px;
}
.infoSocialWebCol {
	display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

@media screen and (max-width: 576px){
	.ei__empresas {
    background-size: 50px;
	}
}
/**
 * --------------------------------------------------------------------------
 * ----------------- Mentores y Consultores -----------------
 * --------------------------------------------------------------------------
 *
 */
.mentores__hero {
	background-image: url(./img/consultoresymentores.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding: 180px 0;
}
.mentores__section::after {
	content: '';
	background: url(./img/empresas-incubadas-after.png) no-repeat;
	width: 515px;
	height: 561px;
	position: absolute;
	bottom: -800px;
	right: 0;
	z-index: -1;
}

/**
 * --------------------------------------------------------------------------
 * ----------------- Single Empresas -----------------
 * --------------------------------------------------------------------------
 *
 */
.single__logo {
	width: 250px;
	height: 250px;
	object-fit: contain;
    box-shadow: 0px 4px 60px rgb(0 0 0 / 10%);
	background-color: #ffffff
}
.single__description {
	font-family: var(--montserrat);
	font-size: 16px;
	line-height: 32px;
	color: var(--ingenio-gray);
	margin-bottom: 50px;
}
.single__data small {
	font-family: var(--montserrat);
	font-style: normal;
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	color: #60C440;
}

.single__data ul {
	padding: 0;
}
.single__data ul li {
	display: inline-block;
	font-size: 16px;
    text-transform: uppercase;
    background: var(--green);
    color: #FFFFFF;
    font-family: var(--blogger);
    letter-spacing: 1px;
	padding: 5px 10px 3px;
	margin-right: 10px;
	margin-bottom: 10px;
	border-radius: 3px;
}
.single__data small:nth-child(2){
    display: none;
}
.single__data ul:nth-child(3){
    display: none;
}
.periodo-incubacion {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
	color: #60C440;
}

.periodo-incubacion span {
	color: var(--ingenio-gray);
	font-weight: normal;
}

span.badge {
	font-size: 16px;
    text-transform: uppercase;
    background: var(--green);
    color: #FFFFFF;
    font-family: var(--blogger);
    letter-spacing: 1px;
	padding: 5px 10px 3px;
	margin-right: 10px;
}

ul.badges__list {
	display: flex;
	padding-left: 0px;
	margin-bottom: 30px;
}

ul.badges__list li {
	list-style: none;
}
a.startup-link {
	color: var(--ingenio-gray);
	text-decoration: none;
	display: block;
}
a.startup-link i {
	background: var(--green);
	color: #FFFFFF;
	padding: 5px;
	border-radius: 4px;
	margin-right: 0;
	transition: ease 0.4s;
}
a.startup-link:hover {
	color: var(--green);
}
a.startup-link:hover i {
	margin-right: 5px;
}
.socialCol,
.webCol {
	display: flex;
	align-items: center;
}





/**
 * --------------------------------------------------------------------------
 * ----------------- Menu -----------------
 * --------------------------------------------------------------------------
 *
 */
.menu {
	padding: 40px 0px 80px;
	background-color: var(--ingenio-gray);
	clip-path: polygon(0 0, 100% 0%, 100% 85%, 0% 100%);
	position: fixed;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 99999;
	transform: scale(0) translateY(-200px);
	opacity: 0;
	transform-origin: top center;
	transition: ease 0.5s;
}
.menu.show-menu {
	transform: scale(1) translateY(0px);
	opacity: 1;
}
.menu__rowClose {
	margin-bottom: 60px;
}
.menu__rowClose img {
	cursor: pointer;
	transition: ease 0.4s;
}
.menu__rowClose img:hover {
	transform: rotate(90deg);
}
.menu__title {
	text-transform: uppercase;
}
.menu__list {
	padding: 10px 0px;
	list-style: none;
}
.menu__link {
	font-size: 18px;
	display: block;
	padding-bottom: 15px;
	font-family: var(--montserrat);
	color: white
}
.menu__link:hover {
	text-decoration: none;
	color: white;
}
.menu__socialIcon {
	margin-right: 30px;
}
.mailMenuIcon {
	margin-right: 30px;
}

/**
 * --------------------------------------------------------------------------
 * ----------------- Blog -----------------
 * --------------------------------------------------------------------------
 *
 */
.blog__hero {
	background-image: url(./img/blog-hero.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

/*
 .blog__hero::after {
	 content: '';
	 background: url(./img/blog-divider.svg) bottom no-repeat;
	 height: 273px;
	 width: 100%;
	 position: absolute;
	 bottom: -110px;
	 right: 0;
 }
*/
.blog__featuredPosts {
	display: flex;
	padding: 0px;
}
.blog__featuredPost:hover {
	text-decoration: none;
}
.blog__mainFeaturedImg {
	margin-bottom: 30px;
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.blog__subtitle {
	font-family: var(--blogger);
	color: var(--green);
	font-size: 14px;
	display: block;
	line-height: 15px;
	margin-bottom: 20px;
}
.blog__subtitle span {
	margin-right: 10px;
}
.blog__featuredTitle {
	font-family: var(--blogger);
	color: var(--ingenio-gray);
	font-size: 36px;
	line-height: 39px;
	margin-bottom: 20px;
}
.blog__featuredExcerpt {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 40px;
}
.blog__fpInfo {
	padding: 0px 30px;
}
.blog__featuredPost {
	display: flex;
	margin-bottom: 70px;
}
.blog__featuredPost img {
	width: 180px;
	height: 150px;
	object-fit: cover;
}
.blog__featuredTitleRight {
	font-family: var(--blogger);
	color: var(--ingenio-gray);
	font-size: 18px;
	line-height: 20px;
	margin-bottom: 30px;
}
.blog__fpBtn {
	font-family: var(--blogger);
	color: var(--ingenio-gray);
	font-size: 18px;
	line-height: 20px;
	border-bottom: 2px solid var(--ingenio-gray);
	transition: ease 0.4s;
}
.blog__fpBtn:hover {
	color: var(--green);
	border-bottom: 2px solid var(--green);
	text-decoration: none;
	transform: translateX(10px);
}
.blog__npTitle {
	margin-bottom: 50px;
}
.blog__newPost {
	padding: 0px 10px;
	display: block;
}
.blog__newPost:hover {
	text-decoration: none;
}
.blog__newPostImg {
	margin-bottom: 30px;
	width: 100%;
	object-fit: cover;
}
.blog__footer {
	position: relative;
}
.blog__footer::before {
	content: '';
	background: url(./img/blog-bottom-divider.svg) no-repeat;
	position: absolute;
	width: 100%;
	height: 190px;
	top: -5px;
	right: 0;
}

/**
 * --------------------------------------------------------------------------
 * ----------------- Formulario del Incubado -----------------
 * --------------------------------------------------------------------------
 *
 */
.form__section {
	padding-top: 80px;
	background: linear-gradient(180deg, #F7F7F7 0%, #FFFFFF 50%);
}
.form__container {
	padding: 80px;
	margin-top: 40px;
	background: white;
	box-shadow: 0px -25px 60px rgba(0, 0, 0, 0.1);
}
.form__title {
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: var(--ingenio-gray);
}
.form__subtitle {
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	color: var(--ingenio-gray);
	margin: 70px 0px 50px;
}
.form__h5 {
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	color: var(--ingenio-gray);
	margin: 0px 0px 50px;
}
.form__startupRow {
	margin-top: 50px;
}
.form__bottomRow {
	margin-top: 80px;
}
.form__imageTitle {
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: var(--ingenio-gray);
	opacity: 0.6;
}
.form__imageDrag {
	font-family: var(--montserrat);
	font-weight: 500 !important;
	font-size: 18px;
	color: var(--ingenio-gray) !important;
	text-transform: none !important;
	padding: 0px !important;
}

.form__col6 {
	padding: 0px 40px;
}

.form__col12 {
	margin-bottom: 40px;
    padding: 0px 40px;
}


/*Button*/
.wpcf7-images-optimize-upload-wrap .images-optimize-upload-button {
	display: inline-block;
	background: #60C440 !important;
	color: #fff;
	padding: 5px 30px;
	font-family: sans-serif;
	text-decoration: none !important;
	-webkit-border-radius: 30px !important;
	-moz-border-radius: 30px !important;
	border-radius: 30px !important;
}
a.images-optimize-upload-button {
	font-family: var(--montserrat) !important;
}

/*Container*/
.wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler {
	text-align: center;
	padding: 30px 30px 35px 30px;
	border: 2px dashed #60C440 !important;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 20px !important;
	position: relative;
	margin: 0 0 20px 0;
	background: #C6F5B7 !important;
}

/*Hide Icon*/
.wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler h3:before {
	display: none !important;
}

/*---------*/
.wpcf7-images-optimize-upload-wrap .images-optimize-upload-handler h3 {
	text-align: left;
	display: flex;
	align-items: center;
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
	margin-right: 15px;
	font-size: 36px;
	color: #60C440;
}

/*Inputs*/
input.wpcf7-form-control,
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required,
input.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
	outline: none;
	width: 100%;
	padding: 20px 0px;
	margin-bottom: 30px;
	border-bottom: 3px solid #8C8C8D;
	border-top: none;
	border-left: none;
	border-right: none;
	border-radius: 0px;
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 16px;
	opacity: 0.6;
	box-shadow: 0 0 0 0 transparent !important;
}
input.wpcf7-form-control:focus {
	box-shadow: none;
	border: none;
	outline: none;
}
input.wpcf7-form-control.wpcf7-text:focus,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus {
	border-bottom: 3px solid #60C440;
	transition: ease 0.5s;
}
.input-label {
	width: 100%;
	margin-bottom: 5px;
}
textarea.form-control {
	border-bottom: 3px solid #8C8C8D !important;
	height: 20vh !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0px !important;
	opacity: 0.6;
}
textarea.form-control:focus {
	outline: none !important;
	transition: 1s ease;
	border-bottom: 3px solid #60C440 !important;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control {
	margin-top: 10px;
	margin-bottom: 30px;
}
textarea.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control:focus {
	outline: none;
}
div.wpcf7 .ajax-loader {
	margin: 0 -20px 0 4px !important;
}
.wpcf7-form-control.wpcf7-textarea.wpcf7-validates-as-required.form-control:focus {
	outline: none !important;
}
select {
	outline: none !important;
	width: 100%;
	padding: 20px 0px;
	margin-top: 5px;
	margin-bottom: 30px;
	border-bottom: 3px solid #8C8C8D !important;
	border-top: none !important;
	border-left: none !important;
	border-right: none !important;
	border-radius: 0px !important;
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 16px;
	opacity: 0.6;
}
select:focus {
	outline: none !important;
}
.form__sendCol {
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
input.wpcf7-form-control.wpcf7-submit {
	background: var(--green);
	font-size: 16px;
	font-family: var(--blogger);
	text-transform: uppercase;
	opacity: 1;
	width: 115px;
	border: none;
	color: white;
	padding: 10px;
	height: 44px;
}
#termino-incubado {
	font-size: 12px;
	opacity: 0.6;
}

/*Radio buttons*/
span.wpcf7-form-control.wpcf7-radio {
	display: flex;
	flex-direction: column;
	padding-bottom: 10px;
	border: none;
}
span.wpcf7-list-item {
	padding-top: 20px;
	margin: 0 !important;
}
.input-label {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
}

/*Form de talleres*/
.taller__label {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-size: 12px;
	margin: 0px;
}
.taller__valor {
	font-family: var(--montserrat);
}
.form__descripcionRow {
	background: var(--soft-green);
	margin-top: 50px;
	padding: 25px;
	border: 2px dashed var(--green);
	border-radius: 20px;
}
.form__subtitleTalleres {
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 21px;
	line-height: 30px;
	color: var(--ingenio-gray);
	margin-bottom: 30px;
}
.form__titleSub {
	font-family: var(--montserrat);
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
	color: var(--ingenio-gray);
	opacity: 0.6;
}

/*
input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus::placeholder {
	vertical-align: super;
	font-size: 12px;
	transition: ease 0.5s;
}


label[for="nombre-startup"]:focus {
	color: red;
	top: -10px;
}

.input-label {
	position: absolute;
	top: 0px;
}

input:focus + label {
	top: 0px;
}

.input-label ~ input.wpcf7-form-control.wpcf7-text,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required:focus{
	top: -10px !important;
}
*/

/**
 * --------------------------------------------------------------------------
 * ----------------- Formulario postulación -----------------
 * --------------------------------------------------------------------------
 *
 */
#postulacion-step-2 {
	display: none;
}
.form__options {
	margin-bottom: 20px;
	margin-right: 0px;
	display: flex;
	align-items: center;
}
.form__optionContainer {
	padding: 15px;
	border-radius: 30px;
}
.form__optionContainer:hover {
	background-color: #c3dfb9;
	cursor: pointer;
}
.form__optionImg {
	margin-bottom: 20px;
}
.form__rowLinks {
	justify-content: flex-end;
}
.form__optionLink {
	display: flex;
	flex-direction: column;
	margin: 0 10px;
	padding: 20px !important;
}
.form__optionText {
	font-family: var(--montserrat);
	font-style: normal;
	font-weight: 500;
	font-size: 18px;
	line-height: 30px;
	color: var(--ingenio-gray);
}
a.nav-link.form__optionLink.active {
	background-color: #E8F2E5;
}
.form__pillsText {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
}
.form__pillsText li {
	padding-bottom: 20px;
}
.form__anniDisclaimer {
	padding: 30px;
	border: 3px solid #60C440;
	margin-bottom: 30px;
}
.form__anniDisclaimer h6 {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-size: 18px;
	line-height: 21px;
}
.form__anniDisclaimer p {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-weight: 500;
	font-size: 14px;
	line-height: 30px;
}
.form__content {
	padding: 0px 40px;
}
span.wpcf7-form-control-wrap.terminos {
	font-family: var(--montserrat);
	color: var(--ingenio-gray);
	font-weight: 500;
	font-size: 14px;
	line-height: 21px;
}
span.wpcf7-list-item label {
	display: flex;
	align-items: center;
}
input#termino-postulacion,
input#termino-incubado {
	margin-right: 10px;
}
.form__nav {
	display: flex;
	justify-content: space-around;
}
.form__linkBack {
	display: none;
	font-family: var(--blogger);
	font-weight: bold;
	font-size: 16px;
	line-height: 16px;
	color: var(--ingenio-gray);
}
.form__linkBack:hover {
	text-decoration: none;
	color: var(--green);
}
.form__linkNumber--1,
.form__linkNumber--2 {
	font-family: var(--blogger);
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
	color: var(--ingenio-gray);
}
.form__linkNumber--1:hover,
.form__linkNumber--2:hover {
	text-decoration: none;
	color: var(--green);
}
.form__numbers {
	display: flex;
	justify-content: space-around;
	width: 40%;
	margin-top: -20px;
}
.form__linkNumber--1::after {
	content: '';
	background: var(--green);
	width: 21px;
	height: 21px;
	border-radius: 100px;
	position: absolute;
	top: 10px;
	right: 112px;
}
.form__linkNumber--2::after {
	content: '';
	background: var(--green);
	width: 21px;
	height: 21px;
	border-radius: 100px;
	position: absolute;
	top: 10px;
	right: 54px;
}
.form__numbers::after {
	content: '';
	background: var(--green);
	width: 70px;
	height: 5px;
	position: absolute;
	top: 17px;
	right: 60px;
}
.form__postulacionFooter {
	clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
}
@media (max-width:430px) {
	.form__postulacionFooter {
			clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
		}
}
@media (min-width:426px) and (max-width:768px) {
	.form__postulacionFooter {
			clip-path: polygon(0 20%, 100% 0%, 100% 100%, 0% 100%);
		}
}
@media (min-width:1024px) {
	.form__postulacionFooter {
			clip-path: polygon(0 35%, 100% 0%, 100% 100%, 0% 100%);
		}
}
button.wpcf7-field-group-add {
	font-family: var(--montserrat);
	font-weight: 500;
	color: #4B4C4D;
	font-size: 18px;
	line-height: 30px;
	background: #C6F5B7;
	border-radius: 10px;
	border: none;
	padding: 5px 50px;
}
button.wpcf7-field-group-remove {
	font-family: var(--montserrat);
	font-weight: 500;
	color: #4B4C4D;
	font-size: 18px;
	line-height: 30px;
	background: var(--light-gray);
	border-radius: 10px;
	border: none;
	padding: 5px 20px;
	margin-right: 10px;
}
.wpcf7-field-group p {
	display: flex;
	justify-content: center;
}
div#emprendedor-items.wpcf7-field-groups {
	margin-bottom: 60px;
}
.wpcf7-field-group {
	margin-top: 50px;
}
.form__requiredCheck {
	color: var(--green);
	margin-left: 5px;
}

div#emprendedor-items.wpcf7-field-groups:focus {
	outline: none;
}

div.wpcf7 input[type="file"] {
	border: none;
	font-size: 10px;
	overflow: hidden;
	padding: 5px 0;
}

a#go-step-two.continuar-btn {
	background: var(--green);
	font-size: 16px;
	font-family: var(--blogger);
	text-transform: uppercase;
	text-align: center;
	opacity: 1;
	width: 125px;
	border: none;
	color: white;
	padding: 10px;
	height: 44px;
}
a#go-step-two.continuar-btn:hover {
	text-decoration: none;
}

a#go-step-one.volver-btn {
    color: #4B4C4D;
	font-weight: bold;
	margin-bottom: 25px;
    display: block;
}

/**
 * --------------------------------------------------------------------------
 * Acerca de Ingenio
 * --------------------------------------------------------------------------
 *
 */

 .acercade__hero {
	padding: 160px 0px 200px;
	background: url(./img/acerca-de-ingenio.jpg) no-repeat center;
    background-size: cover;
    background-color: grey;
	background-blend-mode: multiply;
	position: relative;
 }

 .acercade__hero::after {
	content: '';
	background: url(./img/hero-pages-after.png) bottom right no-repeat;
	width: 100%;
	height: 240px;
	background-size: cover;
	margin-bottom: -5px;
	z-index: 9999;
	position: absolute;
	/* top: 105px; */
	bottom: 0px;
 }

 .acercade_content h1,
 .acercade_content h2,
 .acercade_content h3,
 .acercade_content h4,
 .acercade_content h5,
 .acercade_content h6 {
	 font-family: var(--blogger);
	 margin-top: 40px;
 }

 .acercade_content p,
 .acercade_content li {
	font-size: 16px;
    line-height: 28px;
    color: #4B4C4D;
 }

 .acercade__title {
	padding: 40px 0px 20px;
 }

 .acercade__p p {
	font-size: 16px;
    line-height: 28px;
    color: #4B4C4D;
 }

 .acercade__p ul {
	 margin-bottom: 40px;
 }

 .acercade__p li {
	font-size: 16px;
    line-height: 28px;
    color: #4B4C4D;
 }

 .acercade__section::after {
	content: '';
    background: url(./img/empresas-incubadas-after.png) no-repeat;
    width: 515px;
    height: 561px;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: -1;
 }

 @media screen and (max-width:576px) {
	.acercade__section::after {
		bottom: -3250px;
	 }
}

 .acercade__footer {
	clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
 }

 /*ARCHIVES*/

 .archive__hero {
	background: url(./img/empresas-incubadas-hero.png);
	background-size: cover;
    padding: 190px 0px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
 }

.post-type-archive-novedades  .archive__hero {
	padding: 165px 0;
}
/*Tablet Sizes*/

@media (max-width: 768px) {
	section {
		padding: 100px 0px;
	}
	.content__section {
		padding: 80px 0px 210px;
	}

	/*General Styles*/
	/*Heros*/
	.hero__p {
		width: 100%;
	}

	.cards__row {
		margin-right: -5px !important;
    	margin-left: -5px !important;
	}

	/*Home Styles*/
	/*Hero-home*/
	.hero__mainTitle {
		top: -25px;
		left: 0px;
		font-size: 74px;
		line-height: 92px;
	}
	.hero__image {
		width: 100%;
		height: 445px;
	}
	.hero__description {
		width: 90%;
		background: rgba(0, 0, 0, 0.75);
		bottom: 50px;
		left: 15px;
	}
	.hero {
		background-size: contain;
	}
	.hero__row {
		height: 59vh;
	}
	.hero__scrollIcon {
		bottom: -115px;
		right: 40px;
	}
	div#v-pills-tab.nav.flex-column.nav-pills:before {
		height: 340px;
	}

	/*Programas*/
	.programa__cardImg {
		margin-bottom: 15px;
	}
	.programas__col {
		padding: 0px 25px;
		margin-bottom: 0px;
	}

	/*Experiencias*/
	.carousel-caption {
		position: relative;
		padding: 260px 80px 90px;
		right: 10%;
		left: 10%;
	}

	.carousel-inner {
		padding-top: 50px;
	}

	.experiencias__content:before, .experiencias__content--ep:before {
		top: 0px;
		left: -20px;
	}
	.experiencias::after{
		top: 2145px;
	}

	/*Startups*/
	.ei__empresas::after {
		display: none;
	}

	/*Convocatorias*/
	.convocatoria__col {
		padding: 0px;
		margin-bottom: 30px;
	}
	.convocatorias__row:before {
		left: 9%;
	}
	.convocatorias__cardsRow {
		padding: 0px 25px;
    	margin-bottom: 25px;
	}

	/*Novedades*/
	.novedades__col {
		padding: 0px;
	}
	.novedades__row:after {
		bottom: 350px;
    	right: 1%;
	}

	/*Footer*/
	footer.site-footer {
		background-size: 110px;
	}

	/*Experiencias Pages Block*/
	.carousel-caption--ep {
		right: 10%;
		left: 10%;
	}

	/*Startups Page*/
	.ei__empresaIncubada {
		padding: 0px;
	}

	/*Programas Hero Img*/
	.programa__Img {
		object-fit: cover;
		position: absolute;
		bottom: 0px;
		right: 60px;
		width: 150px;
		height: 150px;
		background: #FFF;
		z-index: 3;
		border-radius: 200px;
	}
}


/*Mobile Styles*/

@media (max-width: 576px) {
	/*General Styles*/
	.title__h1--dark {
		margin-bottom: 48px;
	}
	.title__h3--dark {
		text-align: center;
		padding-bottom: 20px;
	}
	.title__h5--dark {
		text-align: center;
		padding: 0px 30px;
		font-size: 18px;
		line-height: 28px;
	}
	.hero__h1 {
		font-size: 42px;
    	line-height: 48px;
	}
	.wp-block-image img {
		height: 100%;
	}

	/*Menu*/
	.menu {
		padding: 40px 0px 100px;
	}

	/*Hero Home*/
	.hero {
		background: url(./img/hero-grey-bg.png) bottom right no-repeat #60C440;
		background-size: 660px;
	}
	.hero__row {
		height: 86vh;
	}
	.hero__mainTitle {
		top: 15px;
		left: 5px;
		font-size: 40px;
		line-height: 52px;
	}
	.hero__image {
		height: 335px;
	}
	.hero__description {
		font-size: 16px;
    	line-height: 21px;
	}
	.hero__description {
		width: 92%;
		bottom: 60px;
	}
	div#v-pills-tab.nav.flex-column.nav-pills:before {
		right: 16px;
		top: 25px;
		height: 155px;
		width: 5px;
	}
	.hero__tabItem::before {
		right: 10px;
		width: 16px;
		height: 16px;
	}
	.hero__tabItem {
		font-size: 21px;
		margin-right: 25px;
	}
	.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
		padding: 10px 0px;
	}
	.nav-link {
		padding: 10px 0px;
	}
	.pills__col {
		margin-top: -40px;
	}

/*	programas*/
	.equipo__subtitle {

	}


	/*Convocatorias*/
	.convocatorias::after {
		width: 100%;
		height: 100px;
		top: -190px;
		z-index: -1;
	}
	.convocatorias__row:before {
		display: none;
	}
	.viewmore__btn {
		background-color: white;
	}

	/*Experiencias*/

	.experiencias-internal {
		padding: 170px 30px 50px;
		clip-path: polygon(0 15%, 100% 0%, 100% 100%, 0% 100%);
		background-color: var(--ingenio-gray);
		margin-bottom: -90px;
	}

	.experiencias__title {
		position: relative;
		padding-top: 0px;
		font-size: 36px;
		margin: 0;
	}

	.experiencias__title-internal {
		position: relative;
		top: -190px;
		padding-top: 200px;
		font-size: 48px;
	}

	/*Acerca de Ingenio*/
	.acercade__hero::after {
		background-size: 1200px !important;
    	bottom: -5px;
	}
	.acercade__section::after {
		display: none;
	}
	.content__section {
		padding: 60px 0px 250px;
	}

	/*Equipo*/
	.cv__btn {
		width: 150px;
	}

	/*Programas*/
	.programa__Img {
		bottom: 0px;
		right: 25px;
		width: 120px;
		height: 120px;
	}
	.content__sectionEmpresa {
		padding: 60px 0px 300px;
	}
	.hero__h3 {
		font-size: 42px;
	}

	/*Startups*/
	.ei__empresas::after {
		display: none;
	}
	a.startup-link {
		margin-bottom: 40px;
	}
	.startup__infoCol {
		padding: 0px 30px;
	}
	.ei__title {
		margin-bottom: 35px;
	}

	/*Contacto*/
	.mentores__section::after {
		bottom: -1405px
	}

	/*Convocatoria*/
	.convocatoria__col {
		padding: 0px 25px;
	}

	.convocatorias {
		padding: 30px 0px 300px;
	}

	/*Novedades*/
	.novedades__col {
		padding: 0px 25px;
		margin-bottom: 25px;
	}

	/*Form*/
	.form__container {
		padding: 80px 25px;
	}
	.col-md-4.check-col,
	.col-md-3.check-col {
		height: 25vh;
	}

	/*Forms*/
	.form__startupRow {
		margin-top: 0px;
	}
	.form__title {
		margin-bottom: 40px;
	}
	.form__bottomRow {
		margin-top: 25px;
	}
	.col-md-9.terms-check {
		margin-bottom: 40px;
	}
	.form__title {
		font-size: 21px;
    	line-height: 24px;
	}
	.form__titleSub {
		font-size: 21px;
    	line-height: 30px;
	}
	.col-md-12.emprendedoresInfo-col {
		margin-bottom: 40px;
	}
	.form__sendCol {
		margin-top: 40px;
	}
	ul#pills-tab.mobile-nav {
		display: block !important;
	}
	.form__optionText {
		text-align: center;
	}

	/*POSTULATE*/
	.form__rowLinks {
		justify-content: center;
	}

	/*Experiencias Mobile*/
	.experiencias {
		padding: 90px 30px 120px;
		clip-path: polygon(0 5%, 100% 0%, 100% 95%, 0% 100%);
		margin-bottom: -90px;
	}
}

/*COOKIES*/

.cn-button.bootstrap {
    color: #fff;
	background: #0000009c;
 }



/*--- EXPERIENCIAS MOBILE ---*/

@media (max-width:767.98px) {
	.experiencias-mobile {
		display: block;
	}
	.experiencias-desktop {
		display: none;
	}
	.experiencias {
		background-color: var(--ingenio-gray);
	}
}

@media (min-width:767.98px) {
	.experiencias-mobile {
		display: none;
	}
	.experiencias-desktop {
		display: block;
	}
}

@media (max-width:991.98px) {
	.padding {
		padding: 1.5rem
	}
}

@media (max-width:767.98px) {
	.padding {
		padding: 1rem
	}
}

.padding {
	padding: 5rem
}

.card-mobile {
	position: relative;
	display: flex;
	width: 350px;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box;
	border: 1px solid #d2d2dc;
	border-radius: 20px;
}

.card-mobile .card-mobile-body {
	padding: 1rem 1rem
}

.card-mobile-body {
	flex: 1 1 auto;
	padding: 1.25rem
}

p {
	font-size: 0.875rem;
	margin-bottom: .5rem;
	line-height: 1.5rem
}

.profile {
	margin-top: 16px;
	margin-left: 11px
}

.profile-pic {
	width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 100px;
}

.cust-name {
	font-size: 18px
}

.cust-profession {
	font-size: 14px;
	color: var(--green);
	font-family: var(--blogger);
}

.items {
	width: 90%;
	margin: 0px auto;
	margin-top: 60px
}

.slick-slide {
	margin: 10px
}

.slick-dots li button:before {
	color: white !important;
}

/*Foot Links*/
.footlink {
	display: block;
	color: white;
	padding-top: 30px;
}

.tyc-footlink{
	text-align: right;
}

.pdp-footlink{
	text-align: left;
}

@media (max-width: 576px) {
	.tyc-footlink{
		text-align: center;
	}

	.pdp-footlink{
		text-align: center;
	}
}

/**
 * --------------------------------------------------------------------------
 * Slider new
 * --------------------------------------------------------------------------
 *
 */

 /*Images*/
 .slider-inner {
	height: 550px !important;
 }

.slider-caption {
	position: absolute !important;
	padding: 0px !important;
    left: 0;
    top: 0;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
}

/*Links*/
.slider-indicators {
	display: block;
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: transparent;
}

.slider-indicators::before {
	content: '';
    background: #D7F0CF;
    height: 280px;
    width: 5px;
    position: absolute;
    right: -26px;
    top: 35px;
}

.slider-indicators li {
	margin-bottom: 30px;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	background: none;
	opacity: 1 !important;
}

li.hero__tabItem.active {
	color: white !important;
}
li.hero__tabItem.active::before {
	background-color: #ffffff;
}

li.hero__tabItem::before {
	right: -35px;
	margin-top: 8px;
}

.slider-inner::before {
	display: none;
}

.hero__sliderDescription {
	position: absolute;
	bottom: 20px;
	left: 0px !important;
	width: 70%;
	font-family: var(--blogger);
    font-size: 24px;
    line-height: 28px;
	float: inline-end;
	color: white;
	background-color: rgba(0, 0, 0, 0.75);
	padding: 20px;
}

a.hero__sliderDescription:hover {
	text-decoration: none;
	color: #fff;
}

.hero__mainTitle {
	padding-left: 20px;
	text-align: left;
}


@media (max-width: 576px) {
	.slider-inner {
		height: 300px !important;
		padding: 0px !important;
	 }
	.hero__sliderDescription {
		width: 85%;
		bottom: 530px;
		font-size: 14px;
		line-height: 18px;
	}
	.slider-indicators {
		display: none;
	}
	.hero__row {
		height: 40vh;
	}
}

/* Pagination */
.pagination {
	display: flex;
	justify-content: center;
	margin: 2rem 0;
}

/*Pagination*/
div#archive-wrapper nav {
    margin: 0 45px;
}
div#archive-wrapper nav li.active span {
    background-color: var(--green);
    border-color: var(--green);
}
div#archive-wrapper nav li a.page-link {
    color: var(--ingenio-gray);
    border-color: var(--green);
}

/* pagination for podcast */
#list_podcast  nav {
 	margin: 0 45px;
}

#list_podcast nav li.active span {
	background-color: var(--green);
	border-color: var(--green);
}

#list_podcast nav li a.page-link {
	color: var(--ingenio-gray);
	border-color: var(--green);
}

/*Otros patrocinios*/
.another-sponsors img,
.founding img,
.prizes img {
	width: 100px;
	height: 100px;
	object-fit: cover;
	margin-bottom: 10px;
}

/*Startups*/
.logo-section {
	padding: 0px;
}

/*---Resources---*/

.resources__hero {
	background-size: cover !important;
}

.resource-container {
	padding: 15px 20px;
	background-color: #61c44031;
	margin: 10px auto;
	border-radius: 0px 10px 10px 0px;
	border-left: solid 5px #60C440;
}

.resource-icon {
	font-size: 21px !important;
	margin-right: 10px;
	color: #65C440;
}

.resource-title {
	font-size: 21px;

}

#scroll-x .row {
	flex-wrap: nowrap;
	overflow-x: auto;
	overflow-y: hidden;
}

.programs-scrollbar::-webkit-scrollbar {
  height: 10px;
}

/* Track */
.programs-scrollbar::-webkit-scrollbar-track {
  background: #f5f5f5;
	border-radius: 10px;
}

/* Handle */
.programs-scrollbar::-webkit-scrollbar-thumb {
  background: var(--green);
  border-radius: 10px;
}

/* Handle on hover */
.programs-scrollbar::-webkit-scrollbar-thumb:hover {
  background: #33a90d;
}


@media screen and (max-width:576px){
	.programas {
		margin-bottom: -130px;
	}
	#scroll-x .row {
margin-bottom: 45px;
	}
		.programs-scrollbar::-webkit-scrollbar {
/*		height: 0;*/
	}
}


/* OWl-carousel  */


	.owl-nav {
		position: relative;
		display: flex;
		justify-content: space-between;
		bottom: 300px;
		align-items: center;
	}

	.owl-stage {
		padding: 25px 0px;
	}




	@media (min-width:10px) and (max-width:430px) {
		.owl-nav {
			bottom: 370px;
		}
	}

	@media (min-width:600px) and (max-width:768px) {
		.owl-nav {
			bottom: 270px;
		}
	}

	.owl-dots {
		align-items: center;
		display: flex;
		justify-content: center;
	}

	.owl-dot {
			width: 10px;
			height: 10px;
			border-radius: 50px;
			margin: 0 2.5px;
			background-color: rgba(75,76,77, 0.5) !important;
	}

	.owl-dot.active {
			width: 10px;
			height: 10px;
			border-radius: 50px;
			margin: 0 2.5px;
			background-color: var(--green) !important;
	}

	.owlPrevIcon, .owlNextIcon {
		background-repeat: no-repeat;
		background-position-x: center;
		background-position-y: center;
		margin: 0px 5px;


		width: 40px;
		height: 40px;
		background-color: var(--green);
		border-radius: 50px;
		filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.25));
	}

	.owlPrevIcon {
		background-image: url(./img/arrow-left-white.svg);
	}

	.owlNextIcon {
		background-image: url(./img/arrow-right-white.svg);
	}


/* End Owl Carousel */

.filter {
	margin-top: 80px;
	margin-bottom: 80px;
}

.filter__title {
	font-family: var(--blogger);
	font-size: 32px;
	line-height: 30px;
	color: var(--ingenio-gray);
	margin-bottom: 30px;
}

.filter__fields {
	background-color: #E9E9E9;
	padding: 1rem;
	border-radius: 5px;
}

.filter__field {
	display: none;
}

.filter__field-label {
	color: black;
	font-weight: bold;
	display: block;
}

.filter__field-select {
	margin: 0;
	border-radius: 5px !important;
	border: none !important;
	padding: 10px;
	background-color: white;
	opacity: 1;
	height: 38px;
}

.filter__btn-clear-filter,
.filter__btn-search {
	height: 38px;
	font-family: var(--blogger);
	border: none;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	outline: none;
	border-radius: 5px;
	width: 100% !important;
	margin-top: 8px;
}

.filter__btn-clear-filter {
	color: #4B4C4D !important;
	background-color: white;
}

.filter__btn-search {
	background-color: #60C440;
	color: white;
}

.filter__field .select2,
.filter__field .select2-selection__rendered {
	width: 100% !important;
}

.filter__field .select2-selection--multiple {
	min-height: 38px !important;
}

.filter__field .select2-selection {
	border: none !important;
}

.filter__field .select2-selection--single .select2-selection__rendered {
	line-height: 38px !important;
}

.filter__field .select2-selection--single,
.filter__field .select2-selection__arrow {
	height: 38px !important;
}


/* ========================================
 Styles for the new Carousel Experiencias
 By: Santiago Molini & Rene Verdugo
 ===========================================*/
#new-experiences-section {
  position: relative;
	/* padding-bottom: 240px; */
}

section#new-experiences-section:before {
    content: " ";
    background: var(--white);
    width: 100%;
    height: 280px;
    position: absolute;
    top: -100px;
    clip-path: polygon(0 70%, 100% 0, 100% 100%, 0% 100%);
}

#new-experiences {
  position: relative;
  color: #000;
}

#new-experiences:before {
  position: absolute;
  background-image: url(./img/6rueda2.png);
  background-size: 370px;
  width: 370px;
  height: 370px;
  content: " ";
  top: 50%;
  left: 22%;
  background-repeat: no-repeat;
  animation: rodar 60s infinite forwards;
  z-index: -9;
}

.img-perks-decor-right {
	background-image: url('./img/perks-section-right.png');
	background-repeat: no-repeat;
	width: 193px;
	height: 246px;
	position: absolute;
	top: -6px;
	right: -5px;
	z-index: -10;
}

#perks-section {
	position: relative;
}

@media (max-width:430px) {
	#perks-section .img-decor-green,
	#new-experiences-section .img-decor-green {
		background-image: url('./img/experiences-decor-green.png');
		width: 157px;
		height: 317px;
		position: absolute;
		top: 3px;
		right: -56px;
	}

	#perks-section .img-perks-decor-right {
		top: -6px;
		right: -63px;
	}

	#new-experiences-section {
		margin-top: 100px;
	}

	#new-experiences-section .img-decor-gray {
		display: none;
	}
}

@media (min-width: 768px) {
	#perks-section .img-decor-green,
	#new-experiences-section .img-decor-green {
		background-image: url('./img/experiences-decor-green.png');
		width: 157px;
		height: 317px;
		position: absolute;
		top: 0;
		right: 0;
	}

	#perks-section .img-perks-decor-left {
		background-image: url('./img/perks-section-left.png');
		width: 292px;
		height: 1064px;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: -10;
	}
}

#perks-section .img-decor-gray ,
#new-experiences-section .img-decor-gray {
  background-image: url('./img/experiences-decor-gray.png');
  width: 295px;
  height: 290px;
  position: absolute;
  bottom: 0;
  right: 0;
}

@keyframes rodar {
  0% {
    transform: rotate(0deg);
    transform-origin: center center;
  }

  50% {
    transform: rotate(360deg);

    transform-origin: center center;
  }
}

#perks-section .img-decor-gray {
	z-index: -10;
}


#new-experiences .carousel-item.active img,
#new-experiences .carousel-item.active .img-bg {
  opacity: 1;
  transform: translateX(0);
}

#new-experiences .carousel-item .person-image {
  opacity: 0;
  transition: ease 0.4s;
  transform: translateX(40px);
}

#new-experiences .carousel-control-prev,
#new-experiences .carousel-control-next {
  background-color: var(--green);
  width: 56px;
  height: 56px;
  text-align: center;
  line-height: 56px;
  border-radius: 100px;
  position: inherit;
  border: 0px;
}

#new-experiences .carousel-control-prev-icon,
#new-experiences .carousel-control-next-icon  {
  color: #FFFFFF;
  width: 26px;
  height: 26px;
}

#experiences__business_image {
	max-height: 100px;
	margin-right: 1.5rem;
}

.experiences__info {
  font-family: var(--montserrat);
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--ingenio-gray);
  margin-right: 50px;
	margin-bottom: 0;
}

.experiences__info_data {
  font-family: var(--montserrat);
  font-weight: 600;
  /* font-size: 48px; */
  color: var(--ingenio-gray);
  text-transform: uppercase;
}

@media (min-width:1440px) {
  #new-experiences .carousel-item .person-image {
    width: calc(100% - 80px) !important;
    height: 600px;
		object-fit: cover;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
		position: relative;
		margin-bottom: 40px;
  }

  #new-experiences .carousel-item .img-bg {
    position: absolute;
    width: calc(100% - 90px) !important;
    height: 600px !important;
		background: #5AC13F;
		z-index: -1;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
		top: 30px;
		left: 30px;
		opacity: 0;
		transition: ease 0.4s;
		transform: translateX(-100px);
  }

	#new-experiences:before {
		position: absolute;
		background-image: url(./img/6rueda2.png);
		background-size: 370px;
		width: 370px;
		height: 370px;
		content: " ";
		top: 50%;
		left: 22%;
		background-repeat: no-repeat;
		animation: rodar 60s infinite forwards;
		z-index: -9;
	}

	#new-experiences .experiencias__person {
		text-align: left;
		font-family: var(--montserrat);
		color: var(--ingenio-gray);
		font-weight: 700;
		font-size: 52px;
		margin-top: 15px;
		margin-bottom: 0 !important;
	}
}

@media (min-width:320px) and (max-width:360px) {
	.experiences__info {
		margin-right: 10px;
	}

	.experiences__info_data {
		font-size: 28px;
	}

	#new-experiences .experiencias__person {
		font-size: 28px;
		text-transform: capitalize;
	}
}

@media (min-width:370) and (max-width:430px) {
	.experiences__info_data {
			font-size: 32px;
		}

	#new-experiences .experiencias__person {
		font-size: 32px;
		text-transform: capitalize;
	}
}

@media (min-width:320px) and (max-width:430px) {
  #new-experiences:before {
		position: absolute;
		background-image: url(./img/6rueda2.png);
		background-size: 200px;
		width: 200px;
		height: 200px;
		content: " ";
		top: 29%;
		left: 48%;
		background-repeat: no-repeat;
		animation: rodar 60s infinite forwards;
		z-index: -9;
	}

	#new-experiences .carousel-item .person-image {
		width: calc(100% - 70px) !important;
		height: 400px;
		object-fit: cover;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
		position: relative;
		margin-bottom: 40px;
	}

	#new-experiences .carousel-item .img-bg {
		position: absolute;
		width: calc(100% - 80px) !important;
		height: 400px !important;
		background: #5AC13F;
		z-index: -1;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
		top: 30px;
		left: 30px;
		opacity: 0;
		transition: ease 0.4s;
		transform: translateX(-100px);
	}

	.experiencias__person__role {
		margin-bottom: 20px;
	}

	.carousel-controllers {
		margin-top: 20px;
	}

	.convocatorias {
		margin-top: 50px;
	}

	#new-experiences-section {
		padding-bottom: 80px;
	}

	.experiences__info_data {
		font-size: 32px;
	}

	#new-experiences .experiencias__person {
		text-align: left;
		font-family: var(--montserrat);
		color: var(--ingenio-gray);
		font-weight: 700;
		font-size: 32px;
		margin-top: 15px;
		margin-bottom: 0 !important;
	}
}

@media (min-width:430px) and (max-width:767px) {
	#new-experiences .carousel-item .person-image {
		width: calc(100% - 40px) !important;
		height: 400px;
		object-fit: cover;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
		position: relative;
		margin-bottom: 40px;
	}

	#new-experiences .experiencias__person {
		text-align: left;
		font-family: var(--montserrat);
		color: var(--ingenio-gray);
		font-weight: 700;
		font-size: 52px;
		margin-top: 30px;
		margin-bottom: 0 !important;
	}

	#new-experiences .carousel-item .img-bg {
		position: absolute;
		width: calc(100% - 10px) !important;
		height: 400px !important;
		background: #5AC13F;
		z-index: -1;
		clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
		top: 30px;
		left: 30px;
		opacity: 0;
		transition: ease 0.4s;
		transform: translateX(-100px);
	}

	#new-experiences:before {
		position: absolute;
		background-image: url(./img/6rueda2.png);
		background-size: 370px;
		width: 370px;
		height: 370px;
		content: " ";
		top: 27%;
		left: 61%;
		background-repeat: no-repeat;
		animation: rodar 60s infinite forwards;
		z-index: -9;
	}

	.convocatorias {
		margin-top: 150px;
	}

	#new-experiences-section {
		padding-bottom: 180px;
	}

	.experiences__info_data {
		font-size: 40px;
	}
}

@media (min-width:768px) and (max-width:1024px) {

		#new-experiences .carousel-item .person-image {
				width: calc(100% - 40px) !important;
				height: 600px;
				object-fit: cover;
				clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
				position: relative;
				margin-bottom: 40px;
			}

		#new-experiences .carousel-item .img-bg {
			position: absolute;
			width: calc(100% - 10px) !important;
			height: 600px !important;
			background: #5AC13F;
			z-index: -1;
			clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
			top: 30px;
			left: 30px;
			opacity: 0;
			transition: ease 0.4s;
			transform: translateX(-100px);
		}


		#new-experiences:before {
			position: absolute;
			background-image: url(./img/6rueda2.png);
			background-size: 370px;
			width: 370px;
			height: 370px;
			content: " ";
			top: 30%;
			left: 54%;
			background-repeat: no-repeat;
			animation: rodar 60s infinite forwards;
			z-index: -9;
		}

		#new-experiences .experiencias__person {
			text-align: left;
			font-family: var(--montserrat);
			color: var(--ingenio-gray);
			font-weight: 700;
			font-size: 52px;
			margin-top: 15px;
			margin-bottom: 0 !important;
		}
}


@media (min-width: 768px) {
	.convocatorias {
		margin-top: 230px;
	}

	#new-experiences-section {
		padding-bottom: 240px;
	}

	.experiences__info_data {
		font-size: 48px;
	}
}

@media (min-width:1024px) and (max-width:1440px) {

	#new-experiences .carousel-item .person-image {
			width: calc(100% - 40px) !important;
			height: 600px;
			object-fit: cover;
			clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
			position: relative;
			margin-bottom: 40px;
		}

		#new-experiences .experiencias__person {
			text-align: left;
			font-family: var(--montserrat);
			color: var(--ingenio-gray);
			font-weight: 700;
			font-size: 52px;
			margin-top: 30px;
			margin-bottom: 0 !important;
		}

		#new-experiences .carousel-item .img-bg {
			position: absolute;
			width: calc(100% - 55px) !important;
			height: 600px !important;
			background: #5AC13F;
			z-index: -1;
			clip-path: polygon(0 0, 100% 0, 100% 80%, 0% 100%);
			top: 30px;
			left: 30px;
			opacity: 0;
			transition: ease 0.4s;
			transform: translateX(-100px);
		}

		#new-experiences:before {
			position: absolute;
			background-image: url(./img/6rueda2.png);
			background-size: 370px;
			width: 370px;
			height: 370px;
			content: " ";
			top: 44%;
			left: 19%;
			background-repeat: no-repeat;
			animation: rodar 60s infinite forwards;
			z-index: -9;
		}


}

/* ========================================
 Styles for Archive Perks
 By: Rene Verdugo
 ===========================================*/

.site-main .search-title {
  font-family: var(--montserrat);
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;

  /* ingenio-grey */
  color: var(--ingenio-gray);
}

.perk-main {
	margin-top: 100px;
}

.perk-main .search-btn {
  background-color:var(--green);
  border: 0px;
  padding: 10px;
}

.search-container {
  margin-bottom: 60px;
}


#search-perks-input {
  width: 70%;
  border: 0px;
  padding: 10px;
  border-bottom: 1px solid var(--ingenio-gray);
}

.perk-card-content {
  margin-top: 50px;
  margin-bottom: 50px;
}

#perk-card {
  padding: 25px;
  box-shadow: 0px 4px 60px rgba(0, 0, 0, 0.1);
  border: 0px;
}

#perk-card .card-body {
	padding: 0px;
}

#perk-card img {
  height: 86px;
  object-fit: cover;
	width: 100%;
}

#perk-card h3 {
  font-family: var(--blogger);
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  color: var(--ingenio-gray);
  margin-bottom: 25px;
}

#perk-card p {
  font-family: var(--montserrat);
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 0px;

	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.benefit {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--green);
  padding: 12px;
}

#perk-card .benefit p {
  color: var(--white);
  font-family: var(--blogger) !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 0px;
}
/**
 * --------------------------------------------------------------------------
 * Single PERKS
 * --------------------------------------------------------------------------
 *
 */

body.single-perk {}
			body.single-perk .hero__h3,
			body.single-perk .hero__h3 span {
				font-size: 72px;
				line-height: 72px;
			}
			body.single-perk a.back-to-perks {
				font-size: 21px;
				line-height: 21px;
				color:var(--white);
				font-family: var(--blogger);
				display: flex;
    		align-items: flex-start;
				margin-top: 75px;
			}
			body.single-perk a.back-to-perks i {
				margin-right: 10px;
				font-size: 16px;
			}
			body.single-perk #single-wrapper {
				color: var(--ingenio-gray);
			}
			body.single-perk #single-wrapper p  {
				font-size: 18px;
				line-height: 24px;
			}
			body.single-perk #single-wrapper .perk-excerpt p {
				font-size: 20px;
				line-height: 30px;
				font-family: var(--montserrat);
				margin-bottom: 45px;
				font-weight: 500;
			}
			body.single-perk #single-wrapper .perk-excerpt a {
				background: var(--green);
				font-size: 20px;
				padding: 15px 45px;
				color:var(--white);
				font-family: var(--blogger);
				margin-bottom: 120px;
				display: inline-block;
			}
			body.single-perk #single-wrapper .perk-excerpt a:hover {
				background: var(--ingenio-gray);
			}
			body.single-perk #single-wrapper h3 {
				color: var(--ingenio-gray);
				font-size: 48px;
				font-family: var(--blogger);
			}
			body.single-perk #single-wrapper #perk-sidebar {}
			body.single-perk #single-wrapper #perk-sidebar img {
				max-height: 100px;
			}
			body.single-perk #single-wrapper #perk-sidebar h2.benefit {
				font-size: 32px;
				font-family: var(--blogger);
				color: var(--green);
				background: none;
				margin: 60px auto 75px;
				justify-content: flex-start;
				padding: 0;
			}
			body.single-perk #single-wrapper #perk-sidebar h3{
				font-size: 24px;
				color: var(--ingenio-gray);
				font-family: var(--blogger);
				margin-bottom: 45px;
			}
			body.single-perk #single-wrapper #perk-sidebar h4 {
				font-size: 20px;
				color: var(--ingenio-gray);
				font-family: var(--blogger);
			}
			body.single-perk #single-wrapper #perk-sidebar h4 a {
				display: block;
				font-size: 16px;
				font-family: var(--montserrat);
				color: var(--ingenio-gray);
				letter-spacing: 0.3px;
			}
			body.single-perk #single-wrapper #perk-sidebar h4 a:hover {
				color:var(--green)
				letter-spacing: 0.5px;
			}
			body.single-perk #single-wrapper #perk-sidebar a {}
			body.single-perk #single-wrapper #perk-sidebar {}


/**
 * --------------------------------------------------------------------------
 * Styles for WPML traduction buttons
 * --------------------------------------------------------------------------
 *
 */

.wpml-ls-statics-shortcode_actions.wpml-ls.wpml-ls-legacy-dropdown.js-wpml-ls-legacy-dropdown {
	width: auto;
}

a.js-wpml-ls-item-toggle.wpml-ls-item-toggle::after {
	display: none;
}


/**
 * --------------------------------------------------------------------------
 * Styles for Podcast page
 * --------------------------------------------------------------------------
 *
 */

 #podcast_page .hero__p {
	width: 100%;
 }

 #podcast_page .acercade__section::after {
	bottom: 250px;
 }

.podcast_episode {
	display: flex;
	flex-direction: row;
	gap: 25px;
}

@media (max-width: 426px) {
	.podcast_episode,
	.episode_button_form,
	.podcast-form {
		display: flex;
		flex-direction: column;
	}

	.episode_date_time {
		gap: 24px;
	}

	.podcast_episode {
		padding: 24px;
		gap: 16px;
	}

	.podcast__btn span {
		display: none !important;
	}

	.podcast__btn {
		position: absolute;
		right: 155px;
		top: 2px;
	}

	.lang__btn {
		display: none;
	}
}

@media (min-width: 768px) {
	.episode_date_time {
		gap: 16px;
	}

	.podcast_episode {
		padding: 32px;
		gap: 25px;
	}

	.podcast_episode_image {
		width: 302px;
		height: 302px;
	}

	.podcast_decoration {
		position: absolute;
		background: url(./img/podcast/left-decoration.png) no-repeat;
		width: 334px;
		height: 1251px;
		background-size: cover;
		bottom: -500px;
		z-index: -1;
	}

	.episode_button_form,
	.podcast-form {
		flex-direction: column;
	}

	#lang__btn_menu {
		display: none;
	}
}

@media (min-width: 1024px) {
	.episode_date_time {
		gap: 53px;
	}

	.episode_button_form,
	.podcast-form {
		flex-direction: row;
	}
}

.podcast_episode {
	background: #FFF;
	box-shadow: 0px 4px 60px 0px rgba(0, 0, 0, 0.10);
}

.podcast_episode_title {
	color: var(--green);
	font-family: var(--blogger);
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

.episode_date_time span {
	color: var(--ingenio-gray);
	font-family: var(--montserrat);
	font-size: 14px;
	font-weight: 500;
	text-transform: capitalize;
}

.podcast_episode_info {
	display: flex;
		flex-direction: column;
		align-items: flex-start;
		gap: 10px;
}

.episode_links {
	display: flex;
	align-items: flex-start;
	gap: 15px;
}

.episode_resume {
	color: var(--ingenio-gray);
	font-family: var(--montserrat);
	font-size: 16px;
	font-weight: 300;
}

.episode_button_form {
	display: flex;
	align-items: start;
	gap: 24px;
	flex-direction: column;
}

.podcast-form {
	display: flex;
	align-items: start;
}

.podcast-form .wpcf7-form-control {
		margin-bottom: 8px;
}

.podcast-form input.wpcf7-form-control,
.podcast-form input.wpcf7-form-control.wpcf7-text,
.podcast-form input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required {
	margin-bottom: 8px;
	padding: 10px 0px;
}

#list_podcast {
	position: relative;
}

.episodes_container {
	display: flex;
	flex-direction: column;
	gap: 24px;
}

.podcast__btn {
	display: flex;
	gap: 4px;
	margin-right: 16px;
}

.podcast__btn span {
	font-family: var(--blogger);
	font-size: 1.3rem;
}

.podcast__hero {
	background-size: cover;
}

#shadow-host-companion {
	padding: 0px 0px;
}

.hidden-element {
	display: none;
}

.wpcf7-submit {
	font-family: FontAwesome !important;
	color: white;
}


#podcast_page input.wpcf7-form-control.wpcf7-submit {
	background: var(--green);
	font-size: 22px;
	font-family: var(--blogger);
	text-transform: uppercase;
	opacity: 1;
	width: 53px;
	border: none;
	color: white;
	padding: 10px;
	height: 44px;
}