@font-face {
	font-family: "fuente1";
	src: url("../fuentes/ethnocentric.ttf");
}

@font-face {
	font-family: "fuente2";
	src: url("../fuentes/montserrat_regular.ttf");
}

@font-face {
	font-family: "fuente3";
	src: url("../fuentes/montserrat_semibold.ttf");
}

@font-face {
	font-family: "fuente4";
	src: url("../fuentes/montserrat_bold.ttf");
}

.row {
	margin: 0px;
	padding: 0px;
}

.bg-azul {
	background-color: #132252 !important;
}
.bg-azul-2 {
	background-color: #2d3092 !important;
}

.bg-gris {
	background-color: #F4F4F4 !important;
}

.bg-naranja {
	background-color: #F16126 !important;
}

.bg-verde {
	background-color: #7CAC3B;
}

.btn-naranja {
	background-color: #F16126 !important;
	color: white;
	transition: all 1s;
}

.btn-naranja:hover {
	background-color: #f55516 !important;
}
.btn-azul {
	background-color: #132252 !important;
	color: white;
	transition: all 1s;
}

.btn-azul:hover {
	background-color: whitesmoke !important;
	color: #132252;
}

.h2-blanco {
	color: white;
}

.h2-small {
	font-size: 14px;
}

.text-naranja {
	color: #F16126;
}

.text-verde {
	color: #7CAC3B !important;
}
.text-azul {
	color: #132252;
}

.copy {
	font-size: 10px
}

.titulo-principal{
	padding: 20px 0px 40px 0px;
}
.parrafo-2{
	font-size: 18px;
}

.linea{
	border-bottom: 1px solid #e5e5e5;
	height: 15px;
	width: 100%;
}
.margin-bloque-1{
	margin: 50px 0px 50px 0px;
}
.padding-bloque-1{
	padding: 50px 0px 50px 0px;
}
.icono-lg{
	font-size: 32px;
}
.rotar-180{
	transform:rotate(180deg);
}
/* animaciones */

.fadeTop {
	opacity: 0;
	transform: translate(0, 10vh);
	transition: all 1s;
}

.fadeRight {
	opacity: 0;
	transform: translate(10vh, 0vh);
	transition: all 1s;
}

.fadeLeft {
	opacity: 0;
	transform: translate(-10vh, 0vh);
	transition: all 1s;
}

.fadeAparecer {
	opacity: 0;
	transition: all 2s;
}

.visible {
	opacity: 1;
	transform: translate(0, 0);
}


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

.apoyo-whatsapp {
	background-color: #f55516;
	position: fixed;
	width: 130px;
	height: 120px;
	align-items: center;
	display: flex;
	justify-content: center;
	text-align: center;
	bottom: 135px;
	right: 10px;
	z-index: 100;
	color: white;
	font-size: 24px;
	line-height: 20px;
	font-weight: bold;
	padding: 2%;
}

.apuntador-apoyo {
	position: absolute;
	bottom: -20px;
	transform: rotate(180deg);
	z-index: 10000;
	margin-left: 4%;
	opacity: 1;
}

.apuntador-apoyo svg {
	width: 40px;
	height: 40px;
	fill: #f55516;
}

.whatsapp {
	position: fixed;
	width: 60px;
	height: 60px;
	bottom: 50px;
	right: 40px;
	background-color: #25d366;
	color: #FFF;
	border-radius: 50px;
	text-align: center;
	font-size: 30px;
	box-shadow: 2px 2px 3px #999;
	z-index: 100;
	transition: 1s;
}

.whatsapp:hover {
	text-decoration: none;
	color: #25d366;
	background-color: #fff;
}

.my-whatsapp {
	margin-top: 6px;
}

#navegacion {
	background-color: white;
	position: -webkit-sticky;
	position: sticky;
	top: 0;
	z-index: 1001;
	-webkit-box-shadow:0px 1px 1px #c2c2c2;
 	-moz-box-shadow:0px 1px 1px #c2c2c2;
 	box-shadow:0px 1px 1px #c2c2c2;
}

.hub {
	width: 200px;
}

.hub a {
	text-decoration: none;
}

.hub-titulo {
	font-size: 20px;
	color: white;
	width: 60px;
	float: left;
}

.hub-texto {
	font-size: 16px;
	line-height: 14px;
	color: #7CAC3B;
	border: 1px solid #7CAC3B;
	font-weight: bold;
}

.inscribete a {
	padding: 10px 30px;
}

.texto-azul {
	color: #132252 !important;
}

.btn-circle.btn-xl {
	width: 70px;
	height: 70px;
	padding: 10px 16px;
	border-radius: 35px;
	font-size: 24px;
	line-height: 1.33;
}

.btn-circle {
	width: 30px;
	height: 30px;
	padding: 6px 0px;
	border-radius: 15px;
	text-align: center;
	font-size: 12px;
	line-height: 1.42857;
}

.btn-circle i {
	color: #FFF;
}

.btn-social {
	text-decoration: none;
	color: #FFF;
	margin: 0px 6px;
}

.super-small {
	font-size: 12px;
	color: #616264;
	font-weight: bold;
}

.btn-enlace {
	text-decoration: none;
	color: #999A9D;
	margin: 0px 6px;
	font-size: 12px;
	font-weight: bold;
}
.btn-vinculo{
	text-decoration: none;
	color:#132252;
	margin: 0px 6px;
	font-weight: bold;
}
.menu-puntual {
	padding-top: 12px;
}

.logo {
	display: block;
	text-align: center;
}

.logo-movil {
	display: none;
}

.ciaf a {
	font-family: "fuente1";
	font-size: 50px;
	letter-spacing: 0cm;
	text-decoration: none;
	color: #132252;
}

.eslogan {
	font-family: "fuente2";
	font-size: 14px;
	color: #132252;
	text-align: center;
	margin-top: -20px;
}

.nav-item {
	height: 90px;
}

.nav-item a {
	vertical-align: middle;
	height: 100%;
	padding-top: 32px;
	color: #132252 !important;
	font-weight: bold;
}

.nav-item:hover .apuntador {
	opacity: 1;
}

.megamenu {
	width: 100% !important;
	position: absolute !important;
	border-radius: 0px;
	background-color: whitesmoke;
	border-top: 4px solid #fff !important;
	border: 0px;
	margin-left: -1.2%;
	padding: 4% 2%;
	min-height: 320px;
}

.megamenu a {
	margin: 0px;
	padding: 0px;
}

.apuntador {
	position: absolute;
	bottom: -25px;
	transform: rotate(180deg);
	z-index: 10000;
	margin-left: 8%;
	opacity: 0;
}

.apuntador svg {
	width: 40px;
	height: 40px;
	fill: white;
}

.navbar .dropdown-menu-end {
	right: 0;
	left: auto;
}

.navbar .nav-item .dropdown-menu {
	display: block;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	margin-top: 0;
}

.navbar .nav-item:hover .nav-link {
	color: #fff;
}

.navbar .dropdown-menu.fade-down {
	top: 80%;
	transform: rotateX(-75deg);
	transform-origin: 0% 0%;
}

.navbar .dropdown-menu.fade-up {
	top: 180%;
}

.navbar .nav-item:hover .dropdown-menu {
	transition: .3s;
	opacity: 1;
	visibility: visible;
	top: 100%;
	transform: rotateX(0deg);
}

.btn-admin,
.btn-inge,
.btn-salud,
.btn-trabajo {
	padding: 1% 2%;
	cursor: pointer;
}

.btn-admin a {
	text-decoration: none;
	border-left: 10px solid #bd687b;
	padding: 0px;
	transition: all 1s;
	padding-left: 10px;
}

.btn-admin a:hover {
	border-left: 10px solid #c10c33;
	padding-left: 20px;
}

.btn-inge a {
	text-decoration: none;
	border-left: 10px solid #739dbe;
	padding: 0px;
	transition: all 1s;
	padding-left: 10px;
}

.btn-inge a:hover {
	border-left: 10px solid #156aaf;
	padding-left: 20px;
}

.btn-salud a {
	text-decoration: none;
	border-left: 10px solid #6f7c6f;
	padding: 0px;
	transition: all 1s;
	padding-left: 10px;
}

.btn-salud a:hover {
	border-left: 10px solid #068906;
	padding-left: 20px;
}

.btn-trabajo a {
	text-decoration: none;
	border-left: 10px solid #fae2b8;
	padding: 0px;
	transition: all 1s;
	padding-left: 10px;
}

.btn-trabajo a:hover {
	border-left: 10px solid #ffa300;
	padding-left: 20px;
}

.pic-programa {
	width: 150px;
	padding: 2% 0%;
	background-color: #fff;
	text-align: center;
	float: left;
	margin: 1%;
}

.card__card {
	background-color: white;
	padding: 5px 0px 1px 0px;
	border-radius: 50px 0px 0px 50px;
	margin: 1%;
}

.card__card a{
	text-decoration: none;
	color: #212529;
	transition: color 1s;
}
.card__card a:hover{
	color:#7CAC3B !important;
}

.card__card_2 {
	background-color: white;
	padding: 10px 0px 10px 0px;
	border-radius: 5px;
	margin: 1%;
}

.card__icon {
	height: 30px;
	width: 30px;
	border-radius: 50%;
	background-color: #11BF5A;
	display: flex;
	justify-content: center;
	align-items: center;
	animation: shadow 1s infinite alternate;
}

.card__icon_2 {
	height: 25px;
	width: 25px;
	border-radius: 50%;
	background-color: #ffa300;
	display: flex;
	justify-content: center;
	align-items: center;
}

.card__info-price {
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	padding: 0px 0px 4px 10px;
	margin: 0px;
}

.card__info-price__icon {
	cursor: pointer;
}

.card__info-note {
	font-size: 12px;
	margin-top: 10px;
	text-transform: uppercase;
}

.card__info-note__price {
	color: #F63F45;
	font-weight: 500;
}

@keyframes shadow {
	to {
		box-shadow: 0 0 0 10px #23c7676b;
	}
}

@keyframes shadow2 {
	to {
		box-shadow: 0 0 0 5px #ffcc75;
	}
}

.mostrar0,
.mostrar1,
.mostrar2,
.mostrar3,
.mostrar4 {
	position: absolute;
	width: 70%;
	opacity: 0;
	transition: all .2s;
	z-index: 0;
}

.ocultar {
	opacity: 1;
}

.position {
	z-index: 1;
}

.video-card {
	overflow: hidden;
	padding-bottom: 75%;
}
/* megamenu conocenos */
.titulo-megamenu{
	font-size: 24px;
	color:#7CAC3B;
	font-weight: bold;
}
.conocenos a{
	text-decoration: none;
}

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

.submenu-interno{
	margin-top: -40px;
}
.opcion-submenu {
	align-items: center;
	height: 100px;
	padding-top: 1.5%;
	text-align: center;
	border: 1px solid #e7e7e7;
	font-weight: bold;
	line-height: 18px;
	background-color: #fff;
	transition: all 1s;
	cursor: pointer;
}
.opcion-submenu:hover {
	background-color: #7CAC3B;
	transition: all 1s;
}
.opcion-submenu:hover i {
	color: #fff;
}
.opcion-submenu i{
	font-size: 28px;
	color: #7CAC3B;
}

.submenu-interno img{
	width: 30px;
}
.opcion-submenu:hover img {
	filter: brightness(100)
}

/* ************megamenu**************** */



/* ***********nosotros********** */
	/* ****************** contador ************* */

#counter h2{
	line-height: 24px;
}
#counter .counter-value{
	font-size: 50px;
	font-weight: bold;
	color: #7CAC3B;
}
#counter i{
	font-size: 50px;
}

.programas-1 h3{

	line-height: 28px;
	margin-bottom: 20px;
}
.programas-1 h3 span{

	font-size: 14px;
}
/* ****************************************** */

/* ****************** noticias small ************* */
.news-small article {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    color: #c5c5c5;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.date-nosotros{
border-bottom: 1px solid rgba(0, 0, 0, 0.1);
color: #c5c5c5;
margin-bottom: 15px;
padding-bottom: 15px;
}
.news-small article header {
    padding-left: 15px;
}

.news-small article header a {
	text-decoration: none;
	color: #132252;
}
.newsletter {
    border: 2px solid whitesmoke;
    margin-bottom: 20px;
    padding: 20px;
}	

/* ****************************************** */
@media(min-width: 768px) {
	.video-card {
		padding-bottom: 50%;
	}
}

.video-card .hover {
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 3rem;
	background: rgba(0, 0, 0, 0.75);
	transition: opacity 0.4s;
}

.video-card:hover .hover {
	opacity: 1;
}

.video-card .video-title {
	opacity: 1;
	background: rgba(19, 34, 82, 0.9);
	bottom: 0;
	left: 0;
	right: 0;
	cursor: pointer;
	transition: opacity 0.4s;
}

.video-card:hover .video-title {
	opacity: 0;
}


/* ************************ slider principal************************** */

.slideshow {
	/* overflow: hidden; */
	position: relative;
	width: 100%;
	height: 86vh;
	z-index: 1;
}

.slideshow .slideshow-inner {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.slideshow .slides {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.slideshow .slide {
	display: none;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: opacity 0.3s ease;
}

.slideshow .slide.is-active {
	display: block;
}

.slideshow .slide.is-loaded {
	opacity: 1;
}

.slideshow .slide .caption {
	position: absolute;
	bottom: 0px;
	background-color: white;
	margin: auto;
	padding: 2% 1%;
	width: 80%;
	line-height: 24px;
	height: 140px;
	border: 1px solid #f4f4f4;
	right: 0%;
	left: 0%;
}

.slideshow .slide .image-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: center;
	z-index: 1;
	background-size: cover;
	image-rendering: optimizeQuality;
}

.slideshow .slide .image-container::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.0);
}

.slideshow .slide .image {
	width: 100%;
	object-fit: cover;
	height: 92%;
}

.slideshow .slide-content {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}

.slideshow .slide .title-1 {
	font-size: 18px;
	letter-spacing: 0px;
	text-transform: capitalize;
	color: #132252 !important;
	font-weight: bold;
}

.slideshow .slide .title-2 {
	font-size: 24px;
	letter-spacing: 0px;
	text-transform: uppercase;
	color: #7CAC3B;
	font-weight: bold;
}

.slideshow .slide .parrafo {
	font-size: 14px;
	letter-spacing: 0px;
	text-transform: lowercase;
	color: #000;
}

.slideshow .slide .text {
	margin: 0 auto;
	max-width: 1000px;
	font-size: 18px;
	line-height: 1.4;
}

.slideshow .slide .btn {
	margin: 15px 0 0;
	border-color: #fff;
}

.slideshow .slide .btn::before {
	background: #fff;
}

.slideshow .pagination {
	position: absolute;
	bottom: 150px;
	left: 10%;
	width: 90%;
	height: 12px;
	cursor: default;
	z-index: 2;
	text-align: center;
}

.slideshow .pagination .item {
	display: inline-block;
	padding: 15px 5px;
	position: relative;
	width: 46px;
	height: 32px;
	cursor: pointer;
	text-indent: -999em;
	z-index: 1;
}

.slideshow .pagination .item .page {
	margin-left: -2px;
}

.slideshow .pagination .item::before {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
	left: 5px;
	width: 36px;
	height: 2px;
	background: rgba(255, 255, 255, 0.5);
	transition: background 0.2s ease;
}

.slideshow .pagination .item::after {
	width: 0;
	background: #fff;
	z-index: 2;
	transition: width 0.2s ease;
}

.slideshow .pagination .item:hover::before,
.slideshow .pagination .item.is-active::before {
	background-color: #fff;
}

.slideshow .arrows .arrow {
	margin: -33px 0 0;
	padding: 20px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	z-index: 3;
}

.slideshow .arrows .prev {
	left: 30px;
}

.slideshow .arrows .prev:hover .svg {
	left: -10px;
}

.slideshow .arrows .next {
	right: 30px;
}

.slideshow .arrows .next:hover .svg {
	left: 10px;
}

.slideshow .arrows .svg {
	position: relative;
	left: 0;
	width: 14px;
	height: 26px;
	fill: #fff;
	transition: left 0.2s ease;
}

.banner-pc {
	display: block;
}

.banner-movil {
	display: none;
}


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

.opciones-especiales {
	background-color: white;
	height: 140px;
	z-index: 2;
	width: 80%;
	border: 1px solid #e7e7e7;
	margin: auto;
}
.opciones-especiales a{
	text-decoration: none;
	color: #132252;
	transition: all 1s;
}
.opciones-especiales a:hover{
	text-decoration: none;
	color: #7CAC3B;
}

.cajon-especial {
	align-items: center;
	height: 140px;
	padding-top: 2%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	font-weight: bold;
	line-height: 18px;
}

.cajon-especial-2 {
	align-items: center;
	height: 140px;
	padding-top: 2%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
}

.cajon-especial-3 {
	align-items: center;
	height: 140px;
	padding-top: 2%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	font-weight: bold;
	line-height: 18px;
}

.cajon-especial-4 {
	align-items: center;
	height: 140px;
	padding-top: 2%;
	text-align: center;
	border-right: 1px solid #e7e7e7;
	font-weight: bold;
	line-height: 18px;
}

.unicos-parrafo {
	line-height: 20px;
	font-size: 18px;
	font-weight: 500;
}

.unicos {
	margin: 0px auto 5px auto;
	font-weight: bold;
	font-size: 28px;
	text-align: center;
	color: white;
}

.unicos-parrafo .valor {
	color: #7CAC3B;
	font-weight: bold;
	font-size: 28px;
}

.registro-1 {
	width: 80%;
	margin: 1px auto;
}

.enviar .btn {
	display: inline-block;
	color: #fff;
	text-decoration: none;
	position: relative;
	background: transparent;
	text-align: center;
	text-indent: 2px;
	text-transform: uppercase;
	transition: color 0.1s linear 0.05s;
	width: 100%;
	height: 100%;
}

.enviar .btn::before {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	opacity: 0;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0.2s;
}

.enviar .btn::after {
	transition: border 0.1s linear 0.05s;
}

.btn-inner {
	position: relative;
}

.enviar .btn:hover {
	color: #132252;
	transition: color 0.1s linear 0s;
}

.enviar .btn:hover::before {
	top: 0;
	height: 100%;
	opacity: 1;
	transition: height 0.2s ease, top 0.2s ease, opacity 0s linear 0s;
}

.enviar .btn:hover::after {
	border-color: #373737;
	transition: border 0.1s linear 0s;
}

.interes {
	text-align: center;
	border-radius: 500px;
	overflow: hidden;
	border: 8px solid #d1cfcf;
	float: left;
	width: 200px;
	height: 200px;
	cursor: pointer;
	margin: 8% auto 3% auto;
	box-shadow: 0 0 20px grey;
}

.interes1 {
	background-image: url("../img/ayuda1.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: saturate(0%);
	width: 200px;
	height: 200px;
	transition: all 1s;
	margin-left: -20px;
}

.interes2 {
	background-image: url("../img/ayuda2.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: saturate(0%);
	width: 200px;
	height: 200px;
	transition: all 1s;
	margin-left: -20px;
}

.interes3 {
	background-image: url("../img/ayuda3.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: saturate(0%);
	width: 200px;
	height: 200px;
	transition: all 1s;
	margin-left: -20px;
}

.interes4 {
	background-image: url("../img/ayuda1.webp");
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	filter: saturate(0%);
	width: 200px;
	height: 200px;
	transition: all 1s;
	margin-left: -20px;
}

.interes1:hover {
	filter: saturate(180%);
}

.interes2:hover {
	filter: saturate(180%);
}

.interes3:hover {
	filter: saturate(180%);
}

.interes4:hover {
	filter: saturate(180%);
}

.numero {
	padding: 12px;
	background-color: #7CAC3B;
	position: absolute;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	margin: -50px 0px 0px 50px;
	color: white;
	font-size: 24px;
	font-weight: bold;
}

.conte-interes {
	margin: 20px 0px 0px -14px;
	position: absolute;
	font-size: 18px;
	line-height: 18px;
	font-weight: 500;
	color: #132252;
	text-align: center;
	width: 200px;
}


/* noticias */

.noticias {
	margin: 8% auto 0% auto;
	background-color: #f4f4f4;
	padding: 4% 0%;
}

.conte-img {
	overflow: hidden;
}

.noticias img {
	transition: all 1s;
}

.noticias img:hover {
	filter: sepia(60%);
	transform: scale(1.2);
}

.carousel-indicators {
	bottom: -50px;
}

.post-module {
	position: relative;
	z-index: 1;
	display: block;
	background: #FFFFFF;
	min-width: 270px;
	height: 470px;
	-webkit-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15);
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
	margin-bottom: 30px;
}

.post-module:hover,
.hover {
	-webkit-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 0px 1px 35px 0px rgba(0, 0, 0, 0.3);
}

.post-module:hover .thumbnail img,
.hover .thumbnail img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
	opacity: 0.6;
}

.post-module .thumbnail {
	background: #000000;
	height: 400px;
	overflow: hidden;
}

.post-module .thumbnail .date {
	position: absolute;
	top: 20px;
	right: 20px;
	z-index: 1;
	background: #7CAC3B;
	width: 55px;
	height: 55px;
	padding: 12.5px 0;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	color: #FFFFFF;
	font-weight: 700;
	text-align: center;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 14px;
}

.post-module .thumbnail .date .day {
	font-size: 18px;
}

.post-module .thumbnail .date .month {
	font-size: 12px;
	text-transform: uppercase;
}

.post-module .thumbnail img {
	display: block;
	width: 120%;
	-webkit-transition: all 0.3s linear 0s;
	-moz-transition: all 0.3s linear 0s;
	-ms-transition: all 0.3s linear 0s;
	-o-transition: all 0.3s linear 0s;
	transition: all 0.3s linear 0s;
}

.post-module .post-content {
	position: absolute;
	bottom: 0;
	background: #FFFFFF;
	width: 100%;
	padding: 30px;
	-webkti-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-moz-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-ms-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	-o-transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
	transition: all 0.3s cubic-bezier(0.37, 0.75, 0.61, 1.05) 0s;
}

.post-module .post-content .category {
	position: absolute;
	top: -34px;
	left: 0;
	background: #7CAC3B;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}
.post-module .post-content .category-2 {
	position: absolute;
	top: -34px;
	left: 0;
	background:#132252;
	padding: 10px 15px;
	color: #FFFFFF;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
}

.post-module .post-content .title {
	margin: 0;
	padding: 0 0 10px;
	color: #333333;
	font-size: 26px;
	font-weight: 700;
}

.post-module .post-content .sub_title {
	margin: 0;
	padding: 0 0 20px;
	color: #e74c3c;
	font-size: 20px;
	font-weight: 400;
}

.post-module .post-content .description {
	display: none;
	color: #666666;
	font-size: 14px;
	line-height: 1.8em;
}

.post-module .post-content .post-meta {
	margin: 30px 0 0;
	color: #999999;
}

.post-module .post-content .post-meta .timestamp {
	margin: 0 16px 0 0;
}

.post-module .post-content .post-meta a {
	color: #999999;
	text-decoration: none;
}

.hover .post-content .description {
	display: block !important;
	height: auto !important;
	opacity: 1 !important;
}


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

.calendario {
	padding: 4% 0% 4% 0%;
	background-color: #132252 !important;
}

.nextbtn {
	position: absolute;
	top: 50%;
	right: 0;
	transform: translateY(-50%);
	border-radius: 100%;
	background: #fb6539;
}

.nextbtn i {
	color: white;
}

.event-list {
	display: inline-block;
}

.event-list div {
	float: left;
	width: 220px;
	height: 220px;
	margin: 10px;
}

#forcecentered {
	position: relative;
}

#forcecentered .event-list .event-dash-card.active {
	background: -webkit-linear-gradient(45deg, #8a62ff, #0a8dff);
	background: -o-linear-gradient(45deg, #8a62ff, #0a8dff);
	background: -moz-linear-gradient(45deg, #8a62ff, #0a8dff);
	background: linear-gradient(45deg, #8a62ff, #0a8dff);
	color: #fff;
}

.guest-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

.guest-list li {
	float: left;
	margin-right: 10px;
}

.guest-list li a img {
	width: 32px;
	border-radius: 100%;
}

.event-dash-card .card-footer {
	padding: 10px 8px;
}

.guest-list li:last-child a {
	display: block;
	width: 33px;
	height: 33px;
	border-radius: 100%;
	background: #595b61;
}

.guest-list li:last-child a span {
	text-align: center;
	font-size: 12px;
	color: white;
	font-weight: bold;
	margin-left: 4px;
	vertical-align: bottom;
}

.guest-list li:last-child a:hover {
	text-decoration: none;
}

.event-dash-card {
	border: 1px solid #e9e9e9;
	/* -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14),
	  0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12),
	  0 3px 1px -2px rgba(0, 0, 0, 0.2); */
}

.event-dash-card-icon {
	font-size: 14px;
	vertical-align: top;
}

.event-dash-card .card-title .day {
	font-size: 50px;
}

.event-list .event-dash-card.active .card-title .day,
.event-list .event-dash-card.active .card-title small {
	color: #fff
}

.event-dash-card .card-title small {
	font-size: 22px;
	text-align: left;
	float: right;
	margin-right: 45px;
	margin-top: 5px;
	line-height: 24px;
}

.event-dash-card .card-text {

	height: 50px;
	
}

.event-dash-card .card-footer {
	border: none;
	background: transparent;
}


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


/* formulario refuerzo */

.refuerzo {
	margin: 8% auto;
}

.titulo-refuerzo {
	line-height: 28px;
	margin-bottom: 8%;
}

.foto-registrar img {
	width: 100%;
}

.formulario {
	background-color: #f2f2f2;
	padding: 6%;
	margin: 4%;
}

.refuerzo h3 {
	line-height: 24px;
}

.refuerzo-uno {
	font-size: 14px;
}


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


/* complementos */

.fondo-parallax {
	position: relative;
	background: url("../img/complemento.webp") no-repeat fixed;
	background-position: center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	min-height: 500px;
}

.complemento-fondo {
	background-color: rgba(19, 34, 82, 0.5);
	padding: 4% 0%;
}

.cuadro-1 {
	background-color: white;
	padding: 6% 2%;
	color: #132252;
	width: 250px;
	height: 250px;
	float: left;
	text-align: center;
}

.cuadro-2 {
	background-color: #132252;
	padding: 6% 2%;
	color: white;
	width: 250px;
	height: 250px;
	float: left;
	text-align: center;
}

.complemento h3 {
	font-size: 64px;
}

.complemento p {
	line-height: 18px;
}

.complemento .texto-1 {
	font-size: 14px;
}

.complemento .texto-2 {
	font-size: 18px;
	font-weight: bold;
}


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


/* aliados */

.aliados {
	margin: 8% auto;
}

.titulo-aliados {
	line-height: 28px;
	margin-bottom: 8%;
}


/* Slider */

.slick-slide {
	margin: 0px 20px;
}

.slick-slide img {
	width: 100%;
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	display: table;
	content: '';
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}

[dir='rtl'] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


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


/************ codigo par ael footer *********************/

.footer {
	padding: 4% 0% 2% 0%;
	background-color: #0B0B1D;
	color: white;
}

.footer ul {
	margin: 0px;
	padding: 0px;
}

.boletines {
	margin: 40px 0px 40px 0px;
}

.boletines input {
	height: 60px;
}

.nosotros a {
	text-decoration: none;
	font-size: 14px;
}

.parrafo-footer {
	font-size: 14px;
}

.social {
	margin: 40px 0px 40px 0px;
}

.fb a,
.fb:before,
.fb {
	background: #3b5999;
	color: #3b5999;
}

.tw a,
.tw:before,
.tw {
	background: #55acee;
	color: #55acee;
}

.in a,
.in:before,
.in {
	background: #e4405f;
	color: #e4405f;
}

.lk a,
.lk:before,
.lk {
	background: #0A66C2;
	color: #0A66C2;
}

.you a,
.you:before,
.you {
	background: #ff0000;
	color: #ff0000;
}

#buttons li {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	box-sizing: border-box;
	background: white;
	border-radius: 12px;
	position: relative;
	overflow: hidden;
	transition: .5s;
	box-shadow: 0px 8px 16px -6px, 0px 0px 16px -6px;
	float: left;
	z-index: 1;
	margin-right: 2%;
}

#buttons li a {
	display: block;
	widows: 100%;
	height: 100%;
	font-size: 1.25em;
	background: transparent;
	transition: .5s;
	animation: icon-out .5s forwards;
	animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);
}

#buttons li:before {
	content: "";
	width: 90px;
	height: 90px;
	display: block;
	position: absolute;
	transform: rotate(-45deg) translate(-110%, -23px);
	z-index: -2;
	animation: back-out .5s forwards;
	animation-timing-function: cubic-bezier(0.5, -0.6, 1, 1);
}

#buttons li:hover a {
	animation: icon-in .5s forwards;
	animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

#buttons li:hover:before {
	animation: back-in .5s forwards;
	animation-timing-function: cubic-bezier(0, 0, 0.4, 1.6);
}

@keyframes back-in {
	0% {
		transform: rotate(-45deg) translate(-110%, -23px);
	}
	80% {
		transform: rotate(-45deg) translate(5%, -23px);
	}
	100% {
		transform: rotate(-45deg) translate(0%, -23px);
	}
}

@keyframes back-out {
	0% {
		transform: rotate(-45deg) translate(0%, -23px);
	}
	20% {
		transform: rotate(-45deg) translate(5%, -23px);
	}
	100% {
		transform: rotate(-45deg) translate(-110%, -23px);
	}
}

@keyframes icon-in {
	0% {
		font-size: 1.25em;
	}
	80% {
		color: #fff;
		font-size: 1.5em;
	}
	100% {
		color: #fff;
		font-size: 1.35em;
	}
}

@keyframes icon-out {
	0% {
		color: #fff;
		font-size: 1.35em;
	}
	20% {
		color: #fff;
		font-size: 1.5em;
	}
	100% {
		font-size: 1.25em;
	}
}


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


.banner-interno{
	background-color: rgba(19, 34, 82, 0.9);
}
.banner-interno img{
	width: 100%;
	height: auto;
}
.banner-interno h1{
	font-family: "fuente4";
	position: absolute;
	margin: -9% auto 0px auto;
	left: 0%;
	right: 0%;
	width: flex;
	font-size: 36px;
	color: #fff;
	text-align: center;

}
.banner-interno-programa-general{
	background-color: #fedd02;
	background-image: url("../img/bg-programas-general.webp");
	background-size:contain;
}
.banner-interno-programa{
	background-color: #132252;
	background-image: url("../img/bg-banner-programas.webp");
	background-size:contain;
}

.banner-interno-bienestar{
	background-color: #1167d4;
	background-image: url("../img/bg-bienestar.webp");
	background-size:contain;
}
.nombre-programa{
	margin: auto;
	padding-left: 15%;
}
.p-n-1{
	color: #fff;
	font-weight: bolder;
	font-size: 38px;

	float: left;

}
.p-n-2{
	color: #fff;
	font-weight: bolder;
	font-size: 16px;
	background-color: #77ac39;
	border-radius: 100%;
	width: 40px;
	height: 40px;
	padding: 8px 0px 0px 10px;
	float: left;
	margin: 10px 0px 0px 10px;
	
}
.p-n-3{
	color: #77ac39;
	font-weight: bolder;
	font-size: 78px;
	line-height: 36px;
	width: 100%;
}

/* egresados */
.testimonio-egresado {

	perspective:500px;
	width:100%;
	height:350px;
	transition:all 1s ease-in-out;
	transform-style:preserve-3d;

}
.testimonio-egresado > div {

	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:1px solid #CCC;
	text-align:center;
}
.testimonio-egresado .front {
	z-index:999;
	backface-visibility:hidden;
}
.contenido-front{
	padding: 20px;
}
.contenido-front h3{
	line-height: 24px;
}
.testimonio-egresado .back {
	z-index:888;
	transform:rotateY(180deg);
	backface-visibility:hidden;
}
.testimonio-egresado .front header{
	box-shadow:0 2px 5px rgba(0,0,0,.2);
	background-color: #132252;
	margin-bottom:55px;
	width:100%;
	height:80px;
}
.testimonio-egresado .front header img {
	box-shadow:0 5px 10px rgba(0,0,0,.5);
	position:relative;
	top:25px;
	height:100px;
	width:100px;
	border-radius:50%;
}
.testimonio-egresado .front h3 {
	text-shadow:4px 3px 8px #CCC;
	margin-bottom:10px;
}
.testimonio-egresado .front p {
	margin-top:0;
	margin:0 auto;
	line-height:1.5;
}
.testimonio-egresado .front span {
	text-transform:capitalize;
	display:inline-block;
	font-weight:bold;
	margin-top:40px;
	color:#7CAC3B}

.testimonio-egresado .back{
	padding:20px;
	list-style:none;
	line-height:2;

}

.testimonio-egresado:hover {
	transform:rotateY(180deg);
}

/* programas */

.wrap-programas {
	margin: 0 auto;
  }
  ul.tabs {
	  width: 100%;
	  height: 133px;
	  margin: 0 auto;
	  list-style: none;
	 
	  padding: 0;
  }
  ul.tabs li {	
	  float: left;
	  width: 20%;
  }



  ul.tabs li a {
	  position: relative;
	  display: block;
	  height: 133px;
	  padding: 35px 0 0 0;
	  font-size: 18px;
	  text-align: center;	
	  text-decoration: none;
	  color: #132252;
	  background-color: white;
	  font-weight: bolder;
	  border: 1px solid #f4f4f4;

  }
  .tabs li:first-child a {
	  z-index: 3;

  }
  .tabs li:nth-child(2) a {
	  z-index: 2;
	  border-bottom: 4px solid #cacaca;
  }
  .tabs li:nth-child(3) a {
	z-index: 2;
	border-bottom: 4px solid #cacaca;
}
.tabs li:nth-child(4) a {
	z-index: 2;
	border-bottom: 4px solid #cacaca;
}
  .tabs li:last-child a {
	  z-index: 1;
	  border-bottom: 4px solid #cacaca;

			  
  }
  ul.tabs li a:hover {
	  border-bottom: 4px solid #7CAC3B;
  }
  ul.tabs li a.active {
	  padding: 20px 0 10px 0;
	  border-bottom: 4px solid #7CAC3B;
	  color: #7CAC3B;
	  z-index: 4;
	  outline: none;
	  box-shadow: 0px -1px 44px -17px rgba(0,0,0,0.75);
	  -webkit-box-shadow: 0px -1px 44px -17px rgba(0,0,0,0.75);
	  -moz-box-shadow: 0px -1px 44px -17px rgba(0,0,0,0.75);


  }
  .group:before,
  .group:after {
	  content: " "; /* 1 */
	  display: table; /* 2 */
  }
  .group:after {
	  clear: both;
  }
  #content-programa {
	width: 100%;
	height: auto;
	background: white;
	
  }
  
  #pag-one {
	
  }
  #pag-two {
	
  }
  #pag-three {
	
  }

  #pag-four {
	
}
#pag-five {
	
}

  /* testimonios-programas */
  .testimonios-programas{
	margin: 60px 0px 60px 0px;
  }
  .card-testimonios{
	 
	  border-radius: 20px;
	  width: 23%;
	  float: left;
	  margin: 1%;
	  padding: 0px;
	  height: 500px;
  }
  .testimonios-contenido{
	  height: 55%;
  }
  .testimonios-footer{
	  height: 45%;
	  background-color: #a0b189;
	  border-radius: 0px 0px 20px 20px;
  }
  .testimonios-footer-active{
	height: 45%;
	background-color:#7CAC3B;
	border-radius: 0px 0px 20px 20px;
}
  .numero-2 {
	  padding: 10px;
	  background-color: #7CAC3B;
	  border-radius: 100%;
	  border:5px solid #fff;
	  width: 55px;
	  height: 55px;
	  color: white;
	  font-size: 18px;
	  font-weight: bold;
	  float: right;
	  margin: -15px -20px 0px 0px;
  }
.testimonios-titulo{
	font-size: 24px;
	font-weight: bold;
}
.testimonios-parrafo{
	font-size: 20px;
	line-height: 20px;
	padding: 20px 30px 10px 30px;
}
.testimonios-programas img{
	  width: 100px;
	  transition: all 1s;
	  border:5px solid #ffffff;
	  border-radius: 100%;
	  margin-top: -50px;
	  
  }
.testimonios-programas img:hover{
	filter: sepia(100%);
	
}
.nombres{
	color:#0B0B1D;
}
 
/* ************************************ */
/* campo laboral */

.campo-laboral{
	background-color: white;
	width: 19%;
	margin: 0.2%;
	float: left;
	padding: 2%;
}

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


/* ************************************ */
/* tarjeta-titulos */

.tarjeta-titulos-1{
	width: 33%;
	float: left;
	padding: 5px 0px;

}
.tarjeta-titulos-2{
	width: 34%;
	float: left;
	
}
.titulo-ciclo{
	background-color: white;
	margin: auto;
	width: fit-content;
	border-radius: 5px;
	font-size: 14px;
	padding: 2px 10px;
	border: 2px solid #7CAC3B;
	margin-bottom: -10px;
	position: relative;

}

.nivel-2{
	padding: 15px 0px;
	border-radius: 5px;
	background-color: #7CAC3B;
}
.titulo-nivel{
	padding: 10px 0px;
	font-weight: bold;
}
.titulo-nivel-2{
	font-weight: bold;

}
.titulo-programa{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	padding: 20px 0px;
	line-height: 24px;
}
.titulo-programa-especial{
	font-size: 24px;
	text-transform: uppercase;
	font-weight: bolder;
	text-align: center;
	padding: 17.5px 0px;
	line-height: 24px;
}
.titulo-sniess{
	font-size: 12px;
	text-align: center;
}
.titulo-semestres{
	text-align: center;
	margin-top: 50px;
	align-items: center;
	display: flex;
	justify-content: center;
}
.titulo-numero{
	border-radius: 5px;
	border: 4px solid #f5f5f5;
	font-weight: bold;
	padding: 5px;
	width: 40px;
	text-align: center;
	float: left;
}
.titulo-linea{
	width: 40px;
	height: 4px;
	background-color: #132252;
	float: left;
}
.titulo-semestres-borde{
	text-align: center;
	padding: 20px 0px;
	margin: auto;
	font-size: 18px;
}

.conte-ribbon{
	width: 22%;
	margin: 2%;
	float: left;
	border: 1px solid #f4f4f4;
	border-radius: 10px;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);
}

.ribbon{
	font-size:20px;
	position:relative;
	display:inline-block;
	text-align:center;
  }
.ribbon .text{
	display: inline-block;
	padding: 6px 15px;
	background: #132252;
	position: relative;
	margin: 30px 0px 0px -28px;
	color: white;
	-webkit-box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0); 
	box-shadow: 0px 10px 13px -7px #000000, 5px 5px 15px 5px rgba(0,0,0,0);


}
.ribbon:after,.ribbon:before,
.text:before,.text:after,
.bold:before{
  content:'';
  position:absolute;
  border-style:solid;
}
.ribbon:before{
  top:0.3em; 
  left:0.2em;
  width:100%; height:100%;
  border:none;
  background:#EBECED;
  z-index:-2;
}
.ribbon .text:before{
  bottom:100%; left:0;
  border-width: .5em .7em 0 0;
  border-color: transparent #2d3552 transparent transparent;
}
.ribbon .text:after{
  top:100%; right:0;
  border-width: .5em 2em 0 0;
  border-color: transparent transparent transparent transparent;
}
.ribbon:after, .bold:before{
  top:0.5em;right:-2em;
  border-width: 1.1em 1em 1.1em 3em;
  border-color: #FECC30 transparent #FECC30 #FECC30;
  z-index:-1;
}
.bold:before{
  border-color: #EBECED transparent #EBECED #EBECED;
  top:0.7em;
  right:-2.3em;
}


.c-uno{
	border-bottom: 8px solid #d8bb39;
}
.c-dos{
	border-bottom: 8px solid #F16126;
}
.c-tres{
	border-bottom: 8px solid #7CAC3B;
}
/* ************************************ */

/* cursos */

.img-curso img{
	width: 100%;
	height: auto;;
}
.pie-curso{
	background-color: #132252 !important;
	overflow: auto;
	margin-top: -60px;
	height: 60px;
	position: relative;
	width: 100%;
}
.pie-curso .pie-ladoa{
	background-color: #7CAC3B ;
	height: 60px;
	width: 30%;
	float: left;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 16px;
}
.pie-curso .pie-comentario{
	text-align: right;
	padding:16px 20px 0px 0px;
}
.pie-curso .pie-comentario a{
	text-decoration: none;
	color: #fff;
}

.pie-curso .pie-comentario img{
	width: 30px;
}

.botones-cursos{
	padding-top: 20px;
}
.botones-cursos img{
	padding: 10px;
	transition: all 1s;
}
.botones-cursos img:hover{
	transform: scale(1.1);
}
.precio-cursos{
	border-top: 1px solid #7CAC3B;
	border-bottom: 1px solid #7CAC3B;
	padding: 10px 0px 10px 16px;
	margin:40px 0px 40px 0px;
	font-family: "fuente4";
	font-size: 36px;
}
.ayuda-curso{
	background: #FFFFFF;
	border: 1px solid #E5E5E5;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 20px;
	width: 15%;
	margin: 10px 8px;
	text-align: center;
	padding: 20px 5px;
	float: left;
	transition: all 1s;
	cursor: pointer;
}
.ayuda-curso:hover{
	background-color: #7CAC3B ;
}
.botones-ayuda-cursos{
	margin: 40px 0px 40px 0px;
}

.ayuda-curso img{
	width: 50px;
	margin-bottom: 10px;
}
.ayuda-curso a{
	text-decoration: none;
	font-size: 18px;
	line-height: 18px;
	color: #132252;
}
.ayuda-curso a span{
	font-weight: bolder;
}
/* ************************************ */

@media(max-width:1024px) {}

@media(max-width:768px) {}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) {
	body {
		background-color: #f6f6f6;
	}
	.menu-puntual {
		padding-top: 2%;
		padding-bottom: 2%;
		padding-left: 0%;
		padding-right: 0%;
		display: none !important;
	}
	.hub-titulo {
		font-size: 14px;
		color: white;
		width: 60px;
		float: left;
	}
	.hub-texto {
		font-size: 13px;
		line-height: 10px;
		color: #7CAC3B;
		border: 1px solid #7CAC3B;
		font-weight: bold;
	}
	.inscribete a {
		padding: 6px 10px;
	}
	.slideshow {
		position: none;
		width: 100%;
		height: 380px;
		z-index: 1;
	}
	.slideshow .slide .caption {
		position: absolute;
		bottom: 0px;
		background-color: white;
		margin: auto;
		padding: 2% 2%;
		width: 80%;
		line-height: 24px;
		height: 100px;
		border-top: 4px solid #132252;
		z-index: 1;
	}
	.slideshow .pagination {
		position: absolute;
		bottom: 120px;
		left: 5%;
		width: 90%;
		height: 12px;
		cursor: default;
		z-index: 2;
		text-align: center;
	}
	.banner-pc {
		display: none;
	}
	.banner-movil {
		display: block;
	}
	.opciones-especiales {
		width: 96%;
		background-color: white;
		height: auto;
		position: relative;
		right: 2%;
		left: 2%;
		top: 150px;
		margin-top: -140px;
		z-index: 0;
		color: #132252;
		border: none;
	}
	.cajon-especial {
		align-items: center;
		height: 140px;
		padding-top: 4%;
		text-align: center;
		border-right: 1px solid #e7e7e7;
		border-bottom: 1px solid #e7e7e7;
		font-weight: bold;
		line-height: 18px;
		width: 50%;
	}
	.cajon-especial-2 {
		align-items: center;
		height: 140px;
		padding-top: 4%;
		text-align: center;
		border-right: none;
		width: 50%;
		border-bottom: 1px solid #e7e7e7;
	}
	.cajon-especial-3 {
		align-items: center;
		height: 140px;
		padding-top: 4%;
		text-align: center;
		border-right: 1px solid #e7e7e7;
		font-weight: bold;
		line-height: 18px;
		width: 50%;
	}
	.cajon-especial-4 {
		align-items: center;
		height: 140px;
		padding-top: 4%;
		text-align: center;
		border-right: none;
		font-weight: bold;
		line-height: 18px;
		width: 50%;
	}
	.registro-1 {
		width: 96%;
		margin-top: 150px;
	}
	.enviar .btn {
		height: 60px;
	}
	.apoyo-whatsapp {
		background-color: #f55516;
		position: fixed;
		width: 120px;
		height: 60px;
		align-items: center;
		display: flex;
		justify-content: center;
		text-align: center;
		bottom: 140px;
		right: 10px;
		z-index: 100;
		color: white;
		font-size: 16px;
		line-height: 20px;
		font-weight: bold;
		padding: 2%;
	}
	.apuntador-apoyo {
		position: absolute;
		bottom: -20px;
		transform: rotate(180deg);
		z-index: 10000;
		margin-left: 6%;
		opacity: 1;
	}
	.apuntador-apoyo svg {
		width: 30px;
		height: 30px;
		fill: #f55516;
	}
	.whatsapp {
		position: fixed;
		width: 54px;
		height: 54px;
		bottom: 60px;
		right: 38px;
		background-color: #25d366;
		color: #FFF;
		border-radius: 50px;
		text-align: center;
		font-size: 16px;
		box-shadow: 2px 2px 3px #999;
		z-index: 100;
		transition: 1s;
	}
	.interes {
		text-align: center;
		border-radius: 500px;
		overflow: hidden;
		border: 8px solid #d1cfcf;
		float: left;
		width: 180px;
		height: 180px;
		cursor: pointer;
		margin: 8% auto 18% auto;
		box-shadow: 0 0 20px grey;
	}
	.numero {
		padding: 8px;
		background-color: #7CAC3B;
		position: absolute;
		border-radius: 100%;
		width: 40px;
		height: 40px;
		margin: -50px 0px 0px 50px;
		color: white;
		font-size: 18px;
		font-weight: bold;
	}

	.conte-interes {
		margin: 0px 0px 0px -30px;
		position: absolute;
		font-size: 18px;
		line-height: 18px;
		font-weight: 500;
		color: #132252;
		text-align: center;
		width: 200px;
	}
	.foto-registrar {
		text-align: center;
	}
	.foto-registrar img {
		width: 50%;
	}
	.fondo-parallax {
		position: relative;
		background: url("../img/complemento.webp") no-repeat fixed;
		background-position: center center;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		min-height: 400px;
	}
	.complemento-fondo {
		background-color: rgba(19, 34, 82, 0.5);
		padding: 4% 0%;
	}
	.cuadro-1 {
		background-color: white;
		padding: 6% 1%;
		color: #132252;
		width: 194px;
		height: 200px;
		float: left;
		text-align: center;
	}
	.cuadro-2 {
		background-color: #132252;
		padding: 6% 1%;
		color: white;
		width: 194px;
		height: 200px;
		float: left;
		text-align: center;
	}
	.tarjetas {
		margin-top: 10px;
	}
	.event-list div {
		float: left;
		width: 280px;
		height: 220px;
		margin: 10px;
	}
	#buttons li {
		width: 54px;
		height: 54px;
		line-height: 60px;
		text-align: center;
		box-sizing: border-box;
		background: white;
		border-radius: 12px;
		position: relative;
		overflow: hidden;
		transition: .5s;
		box-shadow: 0px 8px 16px -6px, 0px 0px 16px -6px;
		float: left;
		z-index: 1;
		margin-right: 1%;
	}
}