.unselectable {
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.google-flex {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f44336;
}
.google-flex h3 {
	font-size: min(max(13px, 3vw), 23px);
	color:#fff;
	font-family: montserrat,sans-serif;
}
.app-btn {
	width: 45%;
	max-width: 165px;
	color: #fff;
	margin: 20px 10px;
	text-align: left;
	border-radius: 5px;
	text-decoration: none;
	font-family: "Lucida Grande", sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}
@media (min-width: 768px) {
    .align-middle {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
        justify-content: center;
        align-items: center;
    }
	#cert {
        margin: 5px;
    }
}
@media (max-width: 1200px) {
	.order-flex {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		flex-direction: column;
	}
}
.contador {
    text-align: center;
    color: #fff;
    font-size: 2rem;
    line-height: 2rem;
    padding: 5px;
    height: 100px;
}
.seccion-stats {
	box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 67%);
	background-image: linear-gradient(rgb(17 17 17 / 50%), rgb(112 112 112 / 50%)), url(/archivos/images/portada/portada-footer.webp);
    background-position: center center;
    background-size: cover;
    background-attachment: fixed;
}
.banner-portada {
    -webkit-clip-path: ellipse(100% 100% at 50% 0%);
    clip-path: ellipse(100% 100% at 50% 0%);
    padding-top: 150px !important;
    padding-bottom: 350px !important;
    #background-color: rgba(235,235,242,0.55);
	background: linear-gradient(rgb(255, 255, 255) 0%, rgb(220 234 239) 100%);
}
@media (max-width: 991px) {
    .banner-portada {
        padding: 40px 0px !important;
    }
	    .banner-portada-start {
        text-align: left;
    }
    .banner-portada-end {
        z-index: 0 !important;
    }
    .banner-portada-end .image img {
        height: 450px;
    }
	.banner-portada-end .image {
        margin-bottom: 30px;
    }
}
@media (min-width: 320px) and (max-width: 574px) {
    .banner-portada-start p {
        margin-right: 0px;
    }
    .banner-portada-end .image {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .banner-portada-end .image img {
        height: auto;
    }
    .banner-portada-end {
        z-index: 0 !important;
    }
    .banner-portada-start h1,.banner-portada-start .h1,.banner-portada-start p {
        text-align: left;
    }
}
@media (max-width: 767px) {
    .banner-portada-end .image img {
        -o-object-fit: cover;
        object-fit: cover;
    }
    .banner-three-content {
        height: 100vh !important;
    }
    .banner-three {
        -webkit-clip-path: none !important;
        clip-path: none !important;
    }
    .banner-portada-start p {
        font-size: 14px !important;
        line-height: 24px !important;
    }
	.banner-portada-end .image img {
        height: 350px;
        width: 350px;
    }
	.categoria_titulo h6,.categoria_titulo .h6,.categoria_titulo .h6,.categoria_titulo .h6 {
        font-size: 18px !important;
        line-height: 28px !important;
    }
	.font-title-lg {
		font-size: 48px;
		line-height: 58px;
	}
}
.banner-portada-start h1,.banner-portada-start .h1 {
    margin-bottom: 20px;
}
.banner-portada-start p {
    max-width: 525px;
    color: #6b7385;
    font-size: 18px;
    line-height: 1.45;
    margin-bottom: 30px;
}
.banner-portada-end {
    position: relative;
    z-index: -1;
}
.banner-portada-end .image img {
    position: relative;
    z-index: 5;
    border-radius: 10px;
    border: 5px solid #ffffff;
    -webkit-filter: drop-shadow(0px 36px 70px rgba(10,9,86,0.14));
    filter: drop-shadow(0px 36px 70px rgba(10,9,86,0.14));
}
.banner-portada-end .image-formas img {
    position: absolute;
    z-index: 1
}
.banner-portada-end .image-formas .forma01 {
    top: -110px;
    left: -65px;
}
.banner-portada-end .image-formas .forma02 {
    top: -60px;
    right: -60px;
}
.banner-portada-end .image-formas .forma03 {
    bottom: -60px;
    right: -40px;
}
.font-title-lg {
    font-size: 56px;
    color: #202029;
    font-weight: bold;
    line-height: 70px;
	text-align: left;
}
.font-title-lg span {
    display: block;
}
@media (max-width: 480px) {
	.font-title-lg {
		font-size: 32px;
		line-height: 42px;
	}
}
.button-portada {
    background-color: #ff7f00;
	margin-bottom: 20px;
}
.button-portada:hover {
    color: #fff;
    background-color: #df750c;
    -webkit-box-shadow: 0px 10px 20px 0px #0d4c5754;
    box-shadow: 0px 10px 20px 0px #0d4c5754;
	transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.button-lg {
    padding: 19px 32px;
}
.button {
    display: inline-block;
    padding: 20px 30px;
    border: 0px;
    font-size: 18px;
    line-height: 19.2px;
    border-radius: 4px;
    color: #fff;
    text-align: center;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    text-decoration: none;
}
@media (max-width: 1200px) {
    .banner-portada-start p {
        font-size: 16px;
    }
    .banner-portada-end .image-formas {
        display: none;
    }
}
@media (max-width: 992px) {
    .banner-portada{
        -webkit-clip-path:none !important;
        clip-path:none !important
    }
    .banner-portada-end .image-formas{
        display:none
    }
	.banner-portada-start .puntos {
        display: block !important;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
	.banner-portada-end .image-formas {
		display: none;
	}
}
@media (min-width: 992px){
	.order-lg-0{
        -webkit-box-ordinal-group:1 !important;
        -webkit-order:0 !important;
        -ms-flex-order:0 !important;
        order:0 !important;
    }
}
.order-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    -ms-flex-order: 1 !important;
    order: 1 !important;
}
.order-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    -ms-flex-order: 2 !important;
    order: 2 !important;
}
.d-flex{
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
}

.cardcate {
    padding: 32px;
    overflow: hidden;
    position: relative;
    border-radius: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #fff;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
    border: 1px solid #ebebf2;
}
.font-desc-lg {
    font-size: 16px;
    line-height: 24px;
    color: #8f8fa3;
    font-weight: 500;
}
@media (max-width: 991px) {
	.categoria .cardcate {
		margin-bottom: 16px;
	}
}
.cardcate:hover {
    -webkit-box-shadow: 0px 25px 80px rgba(10,9,86,0.12);
    box-shadow: 0px 25px 80px rgba(10,9,86,0.12);
	cursor: pointer;
	transform: scale(1.05,1.05);
    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
}
.cardcate:hover .cardcate-icon-bg-o {
    background:#FF7F00;
}
.cardcate:hover .cardcate-icon-bg-g {
    background:#4b4f56
}
.cardcate:hover .cardcate-icon-bg-y {
    background:#ae841a;
}
.cardcate:hover .fa {
    color:#fff
}
.cardcate-icon {
    width: 72px;
    height: 72px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px;
    margin-bottom: 32px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s linear;
    transition: all 0.2s linear;
	font-size: 32px;
}
@media (max-width: 575px) {
    .cardcate-icon {
        margin-bottom:16px;
    }
}
.cardcate-icon-bg-o {
    background: rgb(255 127 0 / 10%);
}
.cardcate-icon-bg-g {
    background: rgb(75 79 86 / 10%);
}
.cardcate-icon-bg-y {
    background: rgb(174 132 26 / 10%);
}
.cardcate h5.font-titulo-xs,.cardcate .font-titulo-xs.h5 {
    color: #202029;
    margin-bottom: 12px;
}
@media (max-width: 575px){
    .cardcate h5.font-titulo-xs,.cardcate .font-titulo-xs.h5 {
        margin-bottom: 6px;
    }
}
.font-titulo-xs {
    font-size: 24px;
    line-height: 36px;
    color: #42414b !important;
    font-weight: bold;
}
.cardcate p {
    font-size: 16px;
    line-height: 24px;
    color: #8f8fa3;
    font-weight: 400;
}
.cardcate-center {
    text-align: center;
}
.cardcate-center .cardcate-icon {
    margin: auto;
    margin-bottom: 32px;
}
@media (max-width: 575px) {
    .cardcate-center .cardcate-icon {
        margin-bottom: 16px;
    }
}
@media (min-width: 992px) and (max-width: 1200px) {
    .cardcate {
        height: 100%;
    }
}
.portada-categorias {
    position: relative;
    margin-top: -95px;
}
@media (max-width: 991px) {
    .portada-categorias {
        margin-top: 0px;
        padding-top: 50px;
    }
}
.category .item {
    padding: 140px 0;
}
.categoria_img img {
    border-radius: 6px;
}
.categoria_titulo {
    background-color: white;
    margin: 0 20px;
    margin-top: -50px;
    text-align: center;
    position: relative;
    padding: 20px 0;
    border-radius: 4px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border: 1px solid #ebebf2;
}
.categoria_titulo h6, .categoria_titulo .h6 {
    font-size: 20px;
    line-height: 30px;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}
.categoria_titulo h6 a, .categoria_titulo .h6 a {
    color: #42414b;
}
.categoria_titulo span {
    font-size: 14px;
    line-height: 1.5;
    color: #908fa5;
}
.category:hover .categoria_titulo {
    border: transparent;
    -webkit-box-shadow: 0px 24px 50px rgba(9,8,78,0.1);
    box-shadow: 0px 24px 50px rgba(9,8,78,0.1);
}
.category:hover .categoria_titulo h6, .category:hover .categoria_titulo .h6 {
    color: #ff7f00;
}
@media (max-width: 991px) {
    .categoria_titulo h6, .categoria_titulo .h6, .categoria_titulo .h6 {
        font-size: 24px !important;
        line-height: 34px !important;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .category .item {
        padding: 50px 0;
    }
    .category .item .category {
        margin-bottom: 40px;
    }
}
@media (min-width: 575px) and (max-width: 767px) {
    .category .item {
        padding:50px 0;
    }
    .category .item .category {
        margin-bottom: 30px;
    }
    .category .item .categoria_titulo h6, .category .item .categoria_titulo .h6 {
        font-size: 18px;
    }
    .category .item .categoria_titulo span{
        font-size: 12px;
    }
}
@media (min-width: 420px) and (max-width: 574px) {
    .category .item {
        padding: 50px 0;
    }
    .category .item .category {
        margin-bottom: 30px;
    }
    .category .item .categoria_titulo {
        padding: 25px 0;
    }
    .category .item .categoria_titulo h6,.category .item .categoria_titulo .h6 {
        font-size: 20px;
    }
    .category .item .categoria_titulo span {
        font-size: 14px;
    }
}
.categolist h2 {
	font-weight: 700;
    color: #2d2d47;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 50px;
}
.categolist .category {
    margin: 50px 15px;
    margin-top: 0px;
	cursor: pointer;
	width: 257px;
}
.banner-portada-start .puntos {
	-webkit-box-align: center;
    -moz-box-align: center;
    -o-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-column-gap: 1.5rem;
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: box;
    display: flex;
    list-style-type: none;
    margin-bottom: 1.5rem;
    padding: 0;
	font-size: 1.55rem;
	margin-bottom: 3rem;
}
.banner-portada-start .puntos i {
	color: #98ca3f;
    margin-right: 0.5rem;
}
/* Slider comentarios Google */
.revs_master_wrapper {
	position: relative;
	max-width: 900px;
	margin: 0 auto;
	padding: 0;
	border-radius: 10px;
}
.revsbg3 {
	height: 100%;
    width: 80%;
    background: #fff;
    position: absolute;
    bottom: -40px;
    left: 10%;
    border-radius: 20px;
	z-index: 1;
}
.revsbg2 {
	height: 100%;
    width: 90%;
    background: #fff;
    position: absolute;
    bottom: -22px;
    left: 5%;
    border-radius: 20px;
    box-shadow: 0px 18px 52.8537px rgb(13 76 87 / 37%);
	z-index: 2;
}
.revs_scroll {
	height: auto;
    max-height: 120px;
    overflow: auto;
}
.slideshow {
    position: relative;
    min-height: 300px;
    height: auto;
    background: #fff;
    box-shadow: 0px 18px 52.8537px rgba(215, 228, 249, 0.5) !important;
    border-radius: 20px;
    background-position: top 15px left 15px, bottom 40% right 15px;
    background-repeat: no-repeat;
    background-size: 180px, 180px;
	z-index: 3;
}
button.slick-prev.slick-arrow {
    position: absolute;
    bottom: -80px;
    right: 160px;
    background: transparent;
    color: transparent;
    border: none;
    outline: none;
    cursor: pointer;
    height: 15px;
    width: 30px;
    padding: 0;
    background-image: url(/archivos/images/portada/revs_left-icon.webp);
    background-size: 100% 100%;
}
button.slick-next.slick-arrow {
    position: absolute;
    bottom: -82px;
    right: 105px;
    background: transparent;
    color: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
    outline: none;
    height: 18px;
    width: 40px;
    background-image: url(/archivos/images/portada/revs_right-icon.webp);
    background-size: 100% 100%;
}
.revs_comentario {
    color: #94A2B3;
    font-family: "Poppins", Sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.6em;
    text-align: center;
}
.revs_content {
	width: 75%;
	margin: auto;
}
.thumbnailrev img {
    height: 55px;
    width: 55px;
    border-radius: 50%;
    margin: auto;
    margin-top: 15px;
}
.content {
	padding: 5px;
}
.revs_nombre {
    text-align: center;
    color: #272D4E;
    font-family: "Poppins", Sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
	margin-top: 15px;
}
.revs_fecha {
    text-align: center;
    color: #0d4c57;
    font-family: "Poppins", Sans-serif;
    font-size: 14px;
    line-height: 1.4em;
	margin-bottom: 10px;
}
@media (max-width:576px) {
	.revs_scroll {
		height: auto;
		overflow: auto;
		max-height: 240px;
	}
	.thumbnailrev, .btnntxt{
		width: 100% !important;
		display: block !important;
	}
}
.revs_scroll::-webkit-scrollbar {
    background-color: transparent;
    width: 6px;
}
.revs_scroll::-webkit-scrollbar-track {
    background-color: transparent;
}
.revs_scroll::-webkit-scrollbar-track:hover {
    background-color: transparent;
}
.revs_scroll::-webkit-scrollbar-thumb {
    background-color: #babac0;
    border-radius: 16px;

}
.revs_scroll::-webkit-scrollbar-thumb:hover {
    background-color: #a0a0a5;
}
.spacer {
  height: 45px;
  width: 100%;
}

#quote-carousel .content{
  background:#fff;
  border-radius: 18px;
  padding: 22px;
}
.revs_comentario{
  font-size: 15px;
  line-height: 1.6;
  color:#2d2d47;
}

.revs_nombre{
  font-weight: 800;
  margin-top: 10px;
}

.revs_fecha{
  font-size: 12px;
  color:#8b92a5;
}
.revs_content img[alt="Star"]{
  height: 18px;
  margin-right: 2px;
}

.footer-portada {
    padding: 100px 0px;
    padding-top: 200px !important;
    background-color: #ebebf2;
    position: relative;
}
.footer-portada-item {
    background: rgba(255,255,255,0.6);
    border: 1px solid rgba(235,235,242,0.6);
    border-radius: 12px;
    padding: 30px;
    padding-top: 0;
}
.footer-portada-item .main-image {
    height: 200px;
    margin: auto;
    overflow: hidden;
    border-radius: 8px;
    margin-top: -100px;
    text-align: center;
}
.footer-portada-item .main-text {
    text-align: center;
    margin-top: 30px;
}
.footer-portada-item .main-text h6, .footer-portada-item .main-text .h6 {
    margin-bottom: 10px;
}
.footer-portada-item .font-title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 600;
}
.footer-portada-item .main-text p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 35px;
    color: #8f8fa3;
}
.footer-portada-btn {
    color: white;
    font-size: 14px;
    font-weight: 600;
    padding: 16px 24px;
    border-radius: 3px;
    background: #0d4c57;
    text-transform: uppercase;
    -webkit-transition: 0.3s all linear;
    transition: 0.3s all linear;
	display: inline-block;
}
.footer-portada-btn:hover {
    color: white;
    background: #14525c;
    -webkit-box-shadow: 0px 10px 20px #0d4c5780;
    box-shadow: 0px 10px 20px #0d4c5780;
}
@media (max-width: 420px) {
	.footer-portada {
	    padding: 30px 0px !important;
	    padding-top: 150px !important;
	}
	.footer-portada-item {
	    margin-right: 0 !important;
	    margin-left: 0 !important;
	    margin-bottom: 135px;
	}
}
.text-center {
	text-align: center;
}
.seccion-certificados {
	background-image: linear-gradient(rgb(17 17 17 / 50%), rgb(112 112 112 / 50%)), url(/archivos/images/portada/portada-cert.webp);
	background-size: cover;
	#background-attachment: fixed;
	padding-top: 50px;
	padding-bottom: 50px;
	box-shadow: inset 0 7px 9px -7px rgb(0 0 0 / 67%);
}
.seccion-certificados h2 {
	color: #fff;
    font-weight: 700;
    margin-bottom: 11px;
    font-size: 40px;
    line-height: 50px;
}
.seccion-certificados p {
	color: #fff;
}
.seccion-comentarios {
	padding-top: 50px;
	padding-bottom: 50px;
	background: #f4f4f4;
}
.seccion-comentarios h3 {
	color: #2d2d47;
	font-weight: 700;
	border-bottom: 2px solid #f2f2f5;
	letter-spacing: normal;
	font-size: 3rem;
	margin-bottom: 20px;
}

/* Slider certificados */
.gallery {
	width: 100%;
}
.gallery-container {
	align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	height: 400px;
	margin: 0 auto;
	max-width: 1000px;
	position: relative;
}
.gallery-item {
	height: 150px;
	opacity: 0;
	position: absolute;
	transition: all 0.3s ease-in-out;
	width: 150px;
	z-index: 0;
}
.gallery-item-1 {
	left: 15%;
	opacity: .4;
	transform: translateX(-50%);
}
.gallery-item-2, .gallery-item-4 {
	height: 200px;
	opacity: 1;
	width: 200px;
	z-index: 1;
}
.gallery-item-2 {
	left: 30%;
	transform: translateX(-50%);
}
.gallery-item-3 {
	box-shadow: 0 0 30px rgba(255, 255, 255, 0.6), 0 0 60px rgba(255, 255, 255, 0.45), 0 0 110px rgba(255, 255, 255, 0.25), 0 0 100px rgba(255, 255, 255, 0.1);
	height: 300px;
	opacity: 1;
	left: 50%;
	transform: translateX(-50%);
	width: 440px;
	z-index: 2;
}
.gallery-item-4 {
	left: 70%;
	transform: translateX(-50%);
}
.gallery-item-5 {
	left: 85%;
	opacity: .4;
	transform: translateX(-50%);
}
.gallery-controls {
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
}
.gallery-controls button {
	border: 0;
    cursor: pointer;
    font-size: 16px;
    margin: 0 10px;
    padding: 0 12px;
    text-transform: capitalize;
    height: 44px;
    font-weight: 600;
    border-radius: 0.4rem !important;
    color: #ffffff !important;
    background: #0d4c57 !important;
}
.gallery-controls button:focus {
	outline: none;
}
.gallery-controls-anterior {
	position: relative;
	transition: all 0.2s linear;
}
.gallery-controls-anterior::before {
	border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 4px;
    left: 3px;
    padding: 2px;
    position: absolute;
    top: 35%;
    transform: rotate(135deg) translateY(-50%);
    transition: left 0.15s ease-in-out;
    width: 4px;
}
.gallery-controls-anterior:hover {
	background: #0f5d6a !important
}
.gallery-controls-siguiente {
	position: relative;
	transition: all 0.2s linear;
}
.gallery-controls-siguiente::before {
	border: solid #fff;
    border-width: 0 2px 2px 0;
    content: '';
    display: inline-block;
    height: 4px;
    padding: 2px;
    position: absolute;
    right: 2px;
    top: 45%;
    transform: rotate(-45deg) translateY(-50%);
    transition: right 0.15s ease-in-out;
    width: 4px;
}
.gallery-controls-siguiente:hover {
	background: #0f5d6a !important
}
.gallery-nav {
	bottom: -15px;
	display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
	justify-content: center;
	list-style: none;
	padding: 0;
	position: absolute;
	width: 100%;
}
.gallery-nav li {
	background: #ccc;
	border-radius: 50%;
	height: 10px;
	margin: 0 16px;
	width: 10px;
}
.gallery-nav li.gallery-item-selected {
	background: #555;
}
@media (max-width: 550px) {
	.gallery-item-1, .gallery-item-2, .gallery-item-4, .gallery-item-5 {
		display: none;
	}
	.gallery-item-3  {
		height: 250px;
		width: 340px;
	}
}
.welmsj {
	display: inline-flex;
	overflow: hidden;
	white-space: nowrap;
	font-size: 18px;
}
.welinter {
	animation: appear 6s infinite;
	font-weight: 600;
}
.welinter-sub {
	animation: reveal 6s infinite;
}
.welinter-sub span {
	color: #0d4c57;
	animation: slide 6s infinite;
}
@keyframes appear{
	0%{opacity: 0;}
	20%{opacity: 1;}
	80%{opacity: 1;}
	100%{opacity: 0;}
}
@keyframes slide{
	0%{margin-left:-800px;}
	20%{margin-left:-800px;}
	35%{margin-left:0px;}
	100%{margin-left:0px;}
}
@keyframes reveal{
	0%{opacity: 0; width: 0px;}
	20%{opacity: 1; width: 0px;}
	30%{width: 655px;}
	80%{opacity: 1;}
	100%{opacity: 0; width: 655px;}
}
.bvocacional {
	color: #0d4c57;
}
.bvocacional:hover {
	color: #0d4c57;
	opacity: 0.5;
}
.bvocacional span {
    width: 40px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    text-decoration: none !important;
    justify-content: center;
    background: #fdfdfd;
    color: #0d4c57;
    border-radius: 50%;
    margin-right: 7px;
    box-shadow: 0 0 10px 0 rgb(62 28 131 / 7%);
}
.labelfranq {
    display: table;
    align-items: center;
    justify-content: center;
    padding: 5px 20px;
    background: linear-gradient(95.84deg, #ff7f00 0%, rgb(0 120 124) 100%);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.6;
    color: #ffffff;
	margin: 10px 0;
}

.forma-imagen {
    -webkit-animation: hero-thumb-sm-2-animation 4s linear infinite alternate;
    animation: anima-subeybaja 4s linear infinite alternate;
    position: absolute;
    max-width: 282px;
    box-shadow: 0 40px 50px #1c335429;
    bottom: 35px;
    right: -36%;
    padding: 20px 24px 15px;
    background: #ffffff;
    border-radius: 12px;
    z-index: 5;
}

.forma-imagen h5 {
    font-size: 15px;
    line-height: 1.6;
    font-weight: 400;
    margin-bottom: 0
}

.forma-imagen span {
    color: #ff7f00;
    font-weight: 700;
    text-align: center;
}

@media only screen and (min-width: 1600px) and (max-width: 1800px) {
    .forma-imagen {
        right: 8%;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px),only screen and (min-width: 992px) and (max-width: 1199px) {
    .forma-imagen {
        right: 6%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px),only screen and (min-width: 576px) and (max-width: 767px),(max-width: 575px) {
    .forma-imagen {
        display:none
    }
}

.forma-imagen .txt-card span i {
    width: 30px;
    height: 30px;
    background: #FFB013;
    border-radius: 50%;
    color: #141517;
    font-size: 10px;
    border: 4px solid #ffffff;
    line-height: 22px;
}

.forma-imagen .txt-card {
    position: absolute;
    top: -31px;
    left: 15px;
    background: #ffffff;
    padding: 10px 15px;
    border-radius: 7px;
}

.txt-card img {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    box-shadow: 0 0 10px #1c33541a;
    margin-right: -15px;
    border: 4px solid #ffffff;
}

@keyframes anima-subeybaja {
    0% {
        transform: translateY(-50px)
    }

    to {
        transform: translateY(0)
    }
}
.estrella {
	height: 25px;
	float: left;
}
.subcat {
	font-size: 14px;
    line-height: 15px;
    font-weight: 500;
    margin-bottom: 15px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 100px;
    text-transform: uppercase;
    display: inline-block;
    background: #0c4b56d1;
    color: #fff;
}
.box-categoria {
    display: block;
	margin: 0 0 40px;
}
.box-categoria:hover {
    transform: translate3d(0, -10px, 0);
}
.box-categoria .inner {
	background-color: #fff;
    box-shadow: 0px 6px 34px rgba(215, 216, 222, 0.41);
    border-radius: 10px;
    padding: 50px 20px;
}
.box-categoria .icons {
	margin-bottom: 20px;
}

.box-categoria .icons img {
	max-height: 110px;
	clip-path: circle();
	transition: opacity 1s ease-in-out;
    opacity: 0.5;
}
.box-categoria:hover img {
    opacity: 1.0;
}
.box-categoria p {
	font-size: 12px;
    margin-bottom: 10px;
    color: #585858;
}
.box-categoria .title {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 18px;
    color: #192335;
}
.box-categoria .cat-btn-link {
    color: #333;
    position: relative;
    transition: 0.3s;
    font-size: 14px;
    font-weight: 500;
    display: inline-block;
}

.box-categoria{
  background:#fff;
  border-radius: 18px;
  border: 1px solid #ebebf2;
  box-shadow: 0 10px 30px rgba(215,216,222,.25);
  transition: transform .25s ease, box-shadow .25s ease;
  height: 100%;
}

.box-categoria:hover{
  transform: translateY(-8px);
  box-shadow: 0 24px 60px rgba(10,9,86,.14);
}
.box-categoria .icons img{
  transition: transform .3s ease;
}

.box-categoria:hover .icons img{
  transform: scale(1.04);
}


.cat-btn-link::after {
    position: absolute;
    content: "";
    left: auto;
    bottom: 0;
    background: currentColor;
    width: 0;
    height: 2px;
    transition: 0.3s;
    right: 0;
}

.cat-btn-link:hover::after {
	color: #0d4c57;
    width: 100%;
	left: 0;
	right: auto;
}
.thumbnailrev img, .revs_fecha img {
	height: auto !important;
    width: auto !important;
	max-width: 10%;
}
.aliados {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
	align-items: center;
}
.aliados span {
	font-size: 12px;
	color: #484848;
}
.aliados img {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
	transition: 1.5s;
}
.aliados img:hover {
    filter: none;
    -webkit-filter: grayscale(0);
	transition: 1.5s;
}
.margin0 {
	margin: 0 !important;
}

.courses-container {
    margin-top: 100px;
}
.course {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-wrap: nowrap;
    margin: 20px 0;
    overflow: initial;
}
.course h6 {
    opacity: 0.6;
    margin: 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-align: left;
}
.course h2 {
    letter-spacing: 1px;
    margin: 10px 0;
    text-align: left;
    font-weight: bold;
    line-height: 1.25;
    overflow-wrap: anywhere;
    word-break: break-word;
    hyphens: auto;
}
.course-preview {
    background-color: #2D8CFF;
    color: #fff;
    padding: 30px;
    width: clamp(260px, 30%, 360px);
    flex: 0 0 auto;
    box-sizing: border-box;
}
.course-preview a {
    color: #fff;
    display: inline-block;
    font-size: 12px;
    opacity: 0.6;
    margin-top: 30px;
    text-decoration: none;
}
.course-info {
    padding: 30px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
    box-sizing: border-box;
}
.course-description {
    font-size: 14px;
    margin-top: 20px;
}
.course-btn {
    background-color: #2D8CFF;
    border: 0;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
    color: #fff;
    font-size: 16px;
    padding: 12px 25px;
    margin-top: auto;
    align-self: flex-end;
    letter-spacing: 1px;
    transition: all 0.2s linear;
    font-weight: 600;
}
.course-btn:hover {
    background-color: #4d90fe;
}
@media (max-width: 768px) {
    .course {
        flex-direction: column;
    }
    .course-preview {
        width: 100%;
        text-align: center;
    }
    .course-info {
        width: 100%;
        padding: 20px;
        gap: 14px;
    }
    .course-btn {
        align-self: stretch;
        text-align: center;
    }
}

.home {
	width: 100%;
	padding-top: 40px;
	padding-left: 24px;
	padding-right: 24px;
	/* padding-bottom: 108px; */
}
.home_outer {
	width: 100%;
	border-radius: 12px;
}
.home_inner {
	height: 762px;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
}
.home_container {
	width: 100%;
	height: 100%;
}
.home_content {
	width: 50%;
}
.home_content_left {
	padding-left: 104px;
	padding-bottom: 32px;
}
.home_title {
	font-size: 72px;
	font-weight: 600;
	line-height: 1.2;
	text-align: left;
}
.home_description {
	max-width: 550px;
	font-size: 20px;
	color: #515252;
	font-weight: 500;
	margin-top: 23px;
	padding-left: 6px;
}
.home_button {
	display: inline-block;
	height: 60px;
	background-color: #ff7f00;
	border-radius: 30px;
	padding-left: 31px;
	padding-right: 4px;
	padding-top: 4px;
	padding-bottom: 4px;
	cursor: pointer;
	overflow: hidden;
	margin-top: 40px;
	margin-left: 5px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
	transition: all 0.2s linear;
}
.home_button:hover {
	background-color: #f67d04;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.home_button:hover .home_button_hover_grad {
	opacity: 1;
}
.home_button > div > span {
	font-size: 18px;
	font-weight: 600;
	color: #fff;
	margin-bottom: 2px;
}
.home_button > div {
	height: 100%;
}
.home_button > div > div {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	margin-left: 19px;
	background-color: #fff;
}
.home_button_secondary {
	display: flex;
    gap: 10px;
	margin-top: 20px;
    margin-left: 7px;
}
.secondary_link {
    background-color: transparent;
    color: #02767a;
    border: 1px solid #007977;
    border-radius: 5px;
    padding: 8px 15px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.3s ease;
}
.secondary_link:hover {
    background-color: #00787c;
    color: #fff;
    text-decoration: none;
}
.arrow_box .fa {
	font-size: 20px;
	color: #0d4c57;
}
.home_content_right {
	padding-right: 78px;
	padding-top: 30px;
}
.home_image {
	width: 633px;
	height: auto;
}
.home_stats {
	position: absolute;
	height: 96px;
	background-color: #fff;
	opacity: 0.95;
	border-radius: 12px;
	padding-left: 21px;
	padding-right: 54px;
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.05);
}
.home_stats_1 {
	left: 685px;
	animation: moveUpDown 6s infinite ease-in-out;
}
.home_stats_2 {
	top: 510px;
	right: 135px;
	animation: moveDownUp 6s infinite ease-in-out;
	z-index: 4;
}
@keyframes moveUpDown {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-16px);
	}
	100% {
		transform: translateY(0);
	}
}
@keyframes moveDownUp {
	0% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(16px);
	}
	100% {
		transform: translateY(0);
	}
}
.home_stats > div {
	height: 100%;
}
.home_stats_user {
	width: 54px;
	height: 54px;
	background-color: #fff;
	border-radius: 50%;
	overflow: hidden;
	padding: 3px;
}
.home_stats_user > div {
	border-radius: 50%;
	overflow: hidden;
}
.home_stats > div > div:not(:first-child) {
	margin-left: -18px;
}
.home_stats_button {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #ff7f00;
	text-align: center;
	overflow: hidden;
	margin-left: -15px !important;
}
.home_stats_button a {
	display: block;
	position: relative;
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.home_stats_button a > div {
	width: 100%;
	height: 100%;
}
.home_stats_button:hover {
	box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.2);
}
.home_stats_button:hover a > div img {
	transform: scale(1.2);
}
.home_stats_content {
	margin-left: 16px !important;
	padding-bottom: 4px;
}
.home_stats_content > div:first-child {
	font-size: 20px;
	font-weight: 500;
	color: #242730;
}
.home_stats_content > div:not(:first-child) {
	font-size: 16px;
	font-weight: 500;
	color: #4a4e70;
	margin-top: -2px;
}
.home_stats_icon_container {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	background-color: #fe7f00;
}
.align-items-center {
    align-items: center !important;
}
.justify-content-center {
    justify-content: center !important;
}
.flex-row {
    flex-direction: row !important;
}

.grad_light
{
	/* For modern browsers */
	background: linear-gradient(to right, #e8ecf6, #c7cff1);

	/* For older webkit browsers (Safari 5.1-6, Chrome 10-25) */
	background: -webkit-linear-gradient(left, #eaf6f7, #9ecccd);

	/* For older Opera browsers */
	background: -o-linear-gradient(left, #e8ecf6, #c7cff1);

	/* For older Firefox browsers (3.6 to 15) */
	background: -moz-linear-gradient(left, #e8ecf6, #c7cff1);

	/* Fallback for IE6-9 */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e8ecf6', endColorstr='#c7cff1', GradientType=1);

	/* For IE10 and IE11 */
	background: -ms-linear-gradient(left, #e8ecf6, #c7cff1);
}

@media only screen and (max-width: 1600px) {
    .home_content_left {
        padding-left: 40px;
    }
    .home_content_right {
        padding-right: 0px;
    }
    .home_stats_2 {
        top: 550px;
        right: 40px;
    }
}

@media only screen and (max-width: 1440px) {
    .home_content_left {
        padding-left: 24px;
    }
}

@media only screen and (max-width: 1280px) {
    .home_inner {
        height: 722px;
    }
    .home_content_right {
        padding-top: 0;
    }
    .home_image {
        width: 90%;
    }
    .home_title {
        font-size: 64px;
		text-align: center;
    }
    .home_stats_1 {
        bottom: 48px;
    }
    .home_stats_2 {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .home_stats_1 {
        left: -92px;
        bottom: 28px;
    }
}

@media only screen and (max-width: 1100px) {
    .home_stats_2 {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    .home_inner {
        height: 662px;
    }
}

@media only screen and (max-width: 991px) {
    .home_inner {
        height: auto;
    }
    .home_content {
        width: 100%;
        padding-left: 60px;
        padding-right: 60px;
    }
    .home_container {
        flex-direction: column !important;
        padding-top: 49px;
        padding-bottom: 48px;
    }
    .home_content_left {
        text-align: center;
    }
    .home_description {
        margin-left: auto;
        margin-right: auto;
        padding-left: 0;
    }
    .home_image {
        width: 486px;
        margin-top: 26px;
    }
    .home_stats_2 {
        display: none;
    }
    .home_button {
        margin-left: 0;
    }
}

@media only screen and (max-width: 768px) {
    .home_stats_2 {
        right: -90px;
    }
}

@media only screen and (max-width: 767px) {
    .home_title {
        font-size: 48px;
        text-align: center;
    }
    .home_content {
        padding-left: 50px;
        padding-right: 50px;
    }
    .home {
        padding-top: 72px;
    }
    .home_stats {
        display: none;
    }
}

@media only screen and (max-width: 575px) {
    .home {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
    }
    .home_title {
        font-size: 36px;
        text-align: center;
    }
    .home_description {
        font-size: 16px;
        margin-top: 12px;
    }
    .home_button {
        height: 48px;
        padding-left: 27px;
        margin-top: 29px;
    }
    .home_button > div > span {
        font-size: 14px;
        margin-bottom: 0px;
    }
    .home_button > div > div {
        width: 40px;
        height: 40px;
        margin-left: 24px;
    }
    .home_image {
        margin-top: 30px;
    }
    .home_content {
        padding-left: 24px;
        padding-right: 24px;
    }
}

.sorteo-banner-destacado {
    margin: 60px auto;
    text-align: center;
    max-width: 900px;
}

.sorteo-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #fff;
    border-left: 6px solid #0d4c57;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 30px;
    gap: 20px;
    justify-content: center;
    animation: fadeSlideUp 1s ease-out forwards;
}

.sorteo-icon {
    font-size: 50px !important;
    color: #0d4c57;
}

.sorteo-content h3 {
    font-size: 26px;
    color: #202029;
    font-weight: 700;
    margin-bottom: 15px;
}

.sorteo-content p {
    font-size: 16px;
    color: #6b7385;
    margin-bottom: 10px;
}

.sorteo-content ul {
    list-style: none;
    padding: 0;
    margin: 15px 0;
    text-align: left;
    font-size: 15px;
    color: #484848;
    line-height: 1.6;
}

.sorteo-content ul li::before {
    content: "✔ ";
    color: #98ca3f;
    margin-right: 5px;
}

.info-final {
    margin-top: 10px;
    font-size: 14px;
    color: #555;
}

@media (max-width: 768px) {
    .sorteo-box {
        flex-direction: column;
        text-align: center;
    }

    .sorteo-icon {
        margin-bottom: 10px;
    }

    .sorteo-content ul {
        text-align: center;
    }

    .sorteo-content h3 {
        font-size: 22px;
    }
}

.animar-sorteo {
    opacity: 0;
    transform: translateY(30px);
    animation: fadeSlideUp 1s ease-out forwards;
    animation-delay: 0.3s;
}

@keyframes fadeSlideUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cv-banner-destacado {
    margin: 60px auto;
    text-align: center;
    max-width: 900px;
}

.cv-box {
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #ffffff;
    border-left: 6px solid #ff7f00;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    padding: 30px;
    gap: 20px;
    justify-content: center;
    animation: fadeSlideUp 1s ease-out forwards;
}

.cv-icon {
    font-size: 50px;
    color: #ff7f00;
}

.cv-content h3 {
    font-size: 26px;
    color: #202029;
    font-weight: 700;
    margin-bottom: 10px;
}

.cv-content p {
    font-size: 16px;
    color: #6b7385;
    margin-bottom: 20px;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}

.btn-inscribirme-cv {
    background-color: #0d4c57;
    color: #fff;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 4px;
    font-size: 16px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.2s;
    display: inline-block;
}

.btn-inscribirme-cv:hover {
    background-color: #14525c;
    transform: scale(1.05);
}

.cv-banner-destacado{
  margin: 70px auto;
}

.cv-box{
  display:flex;
  align-items:center;
  gap:22px;
  padding: 26px 30px;
  background: linear-gradient(180deg,#ffffff 0%, #f7f9fc 100%);
  border-radius: 20px;
  border: 1px solid #ebebf2;
  box-shadow: 0 20px 60px rgba(10,9,86,.14);
}

.cv-icon{
  width: 64px;
  height: 64px;
  border-radius: 16px;
  background: linear-gradient(135deg,#ff7f00,#ff9f40);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
}

.cv-icon i{
  font-size: 28px;
  color:#fff;
}

.cv-content h3{
  font-size: 20px;
  font-weight: 800;
  margin-bottom: 6px;
}

.cv-content p{
  font-size: 14px;
  color:#6b7385;
  margin-bottom: 14px;
}

@media (max-width: 768px) {
    .cv-box {
        flex-direction: column;
        text-align: center;
    }

    .cv-icon {
        margin-bottom: 10px;
    }

    .cv-content h3 {
        font-size: 22px;
    }

    .cv-content p {
        font-size: 14px;
    }
}

.profesionales-section {
    padding: 100px 0 100px !important;
    background: #f9f9f9;
    overflow: hidden;
    font-family: 'Poppins', sans-serif;
    position: relative;
}

.profesionales-section h2 {
    font-weight: 700;
    color: #2d2d47;
    margin-bottom: 50px;
    font-size: 40px;
    line-height: 50px;
    text-align: center;
}

.carousel-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
}

.profesional-item {
    flex: 0 0 220px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 6px 25px rgba(0, 0, 0, 0.08);
    text-align: center;
    padding: 25px 15px;
    transition: transform 0.3s ease;
}

.profesional-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.profesional-item img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 10px;
    border: 3px solid #f1f1f1;
}

.profesional-item p {
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    background: linear-gradient(90deg, #0c4b53, #02767b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

@media (max-width: 768px) {
    .profesional-item {
        flex: 0 0 70%;
    }

    .profesionales-section h2 {
        font-size: 28px;
        line-height: 36px;
    }
}

.carousel-wrapper::before,
.carousel-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    width: 180px;
    height: 100%;
    z-index: 2;
    pointer-events: none;
}

.carousel-wrapper::before {
    left: 0;
    background: linear-gradient(to right, #f9f9f9 0%, rgba(249, 249, 249, 0.1) 100%);
}

.carousel-wrapper::after {
    right: 0;
    background: linear-gradient(to left, #f9f9f9 0%, rgba(249, 249, 249, 0.1) 100%);
}

.carousel-profesionales{
  display:flex;
  gap:22px;
  padding: 10px 0;
}

.profesional-item{
  flex: 0 0 auto;
  width: 160px;
  text-align:center;
  background:#fff;
  border-radius: 16px;
  padding: 14px 12px 16px;
  border: 1px solid #ebebf2;
  box-shadow: 0 10px 30px rgba(215,216,222,.25);
  transition: transform .25s ease, box-shadow .25s ease;
}

.profesional-item:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(10,9,86,.14);
}
.profesional-item img{
  width: 88px;
  height: 88px;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 10px;
  border: 3px solid #fff;
  box-shadow: 0 8px 24px rgba(10,9,86,.18);
}

.profesional-item p{
  margin:0;
  font-size: 13px;
  font-weight: 700;
  color:#2d2d47;
  line-height: 1.3;
}
.profesionales-section{
  background: linear-gradient(180deg,#f5f7fa 0%, #ffffff 100%);
}

@media (max-width: 768px) {

	.carousel-wrapper::before,
	.carousel-wrapper::after {
		display: none;
	}

	.carousel-profesionales {
		position: relative;
		z-index: 1;
	}
}

.home_bullets .b i{
  color: #0d4c57;
}

.home_bullets{
  margin: 18px 0 26px;
  display:flex;
  flex-wrap: wrap;
  gap: 10px;
}

.home_bullets .b{
  display:inline-flex;
  align-items:center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  color:#2d2d47;
  background: rgba(255,255,255,0.65);
  border: 1px solid rgba(235,235,242,0.9);
  border-radius: 999px;
  padding: 8px 12px;
  backdrop-filter: blur(6px);
}

.home_bullets .b i{
  color:#0d4c57;
  font-size: 13px;
}


.gallery-item{
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,0.5);
  box-shadow: 0 18px 50px rgba(0,0,0,0.12);
}

.gallery-item-1, .gallery-item-5{
  filter: blur(0.4px);
}

.gallery-item-3{
  border: 2px solid rgba(255,255,255,0.75);
}

.mas-elegidos .row.text-center h2{
  font-weight: 800;
  letter-spacing: -0.02em;
  margin: 8px 0 10px;
  position: relative;
  padding-bottom: 12px;
}

.mas-elegidos-grid { display:flex; flex-wrap:wrap; }
.mas-elegidos-grid > [class*="col-"]{ display:flex; margin-bottom: 18px; }

.me-card{
  width: 100%;
  display:flex;
  flex-direction: column;
  text-decoration:none;
  background:#fff;
  border: 1px solid #ebebf2;
  border-radius: 14px;
  padding: 22px;
  box-shadow: 0 10px 34px rgba(215, 216, 222, 0.25);
  transition: transform .2s ease, box-shadow .2s ease;
  position: relative;
  overflow: hidden;
  min-height: 170px;
}
.me-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 20px 60px rgba(10, 9, 86, 0.12);
}

.me-badge{
  position:absolute;
  top: 16px;
  right: 16px;
  z-index: 2;
  background: #FF7F01;
  color:#fff;
  border-radius: 999px;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 800;
}

.me-title{
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.25;
  color:#202029;
  font-weight: 800;

  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 46px;
}

.me-meta{
  display:flex;
  gap:14px;
  font-size: 13px;
  color:#6b7385;
  margin: 10px 0 14px;
  flex-wrap: wrap;
  justify-content: center;
}

.me-meta i{
  color:#0d4c57;
  margin-right:4px;
}

.mas-elegidos-lead {
	max-width: 820px;
	margin: 0 auto 30px;
	font-size: 16px;
	line-height: 1.6;
	color: #6b7385;
}
.me-social-proof {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 12px;
	font-weight: 700;
	color: #0d4c57;
	background: rgba(13,76,87,.08);
	border: 1px solid rgba(13,76,87,.15);
	border-radius: 999px;
	padding: 6px 10px;
}

.me-foot{
  margin-top: auto;
  display:flex;
  align-items:center;
  justify-content: right;
  gap: 12px;
}
.me-cta{ color:#0d4c57; font-weight: 700; }
.me-kpi{ color:#2d2d47; font-weight: 700; font-size: 13px; opacity: .9; }

.me-thumb{
  width: 100%;
  height: 150px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 14px;
  background:#f3f4f8;
}

.me-thumb img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.me-card:hover .me-thumb img{
  transform: scale(1.08);
}

.home_title{
  font-size: clamp(34px, 4vw, 54px);
  font-weight: 800;
  letter-spacing: -0.03em;
  line-height: 1.05;
  margin-bottom: 14px;
}

.home_title span{
  background: linear-gradient(95deg, #ff7f00, #0d4c57);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.home_stats{
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(255,255,255,0.82);
  border: 1px solid rgba(235,235,242,0.9);
  backdrop-filter: blur(10px);
  box-shadow: 0 12px 36px rgba(10,9,86,0.14);
}

.home_stats_content div:first-child{
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}

.home_stats_content div:last-child{
  font-size: 12px;
  color:#6b7385;
}

.portada-categorias{
  margin-top: 50px;
  position: relative;
  z-index: 3;
}

.portada-categorias h2 {
  font-weight: 800;
  color: #2d2d47;
  margin: 8px 0 20px;
  font-size: 34px;
  line-height: 42px;
}
@media (max-width: 991px) {
  .portada-categorias h2 {
    font-size: 28px;
    line-height: 34px;
  }
}

.pc-card{
  display:flex;
  align-items:center;
  gap:18px;
  padding: 20px 22px;
  background:#fff;
  border-radius: 16px;
  border: 1px solid #ebebf2;
  box-shadow: 0 10px 34px rgba(215,216,222,.25);
  text-decoration:none;
  transition: transform .2s ease, box-shadow .2s ease;
  height: 100%;
}

.pc-card:hover{
  transform: translateY(-6px);
  box-shadow: 0 22px 60px rgba(10,9,86,.14);
}

.pc-icon{
  width: 52px;
  height: 52px;
  border-radius: 14px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  font-size: 22px;
  color:#fff;
}

.pc-o{ background: linear-gradient(135deg,#ff7f00,#ff9f40); }
.pc-g{ background: linear-gradient(135deg,#0d4c57,#2bb1a5); }
.pc-y{ background: linear-gradient(135deg,#f4b400,#f7c94b); }

.pc-text h5{
  margin:0 0 4px;
  font-size: 16px;
  font-weight: 800;
  color:#202029;
}
.pc-text p{
  margin:0;
  font-size: 14px;
  color:#6b7385;
}

.pc-arrow{
  margin-left:auto;
  color:#0d4c57;
  opacity:.6;
  transition: transform .2s ease, opacity .2s ease;
}

.pc-card:hover .pc-arrow{
  transform: translateX(4px);
  opacity:1;
}

.home_button{
  display:inline-block;
  margin-top: 18px;
  border-radius: 14px;
  background: #ff7a1a;
  box-shadow:
    0 10px 28px rgba(255,122,26,0.45),
    inset 0 0 0 1px rgba(255,255,255,0.25);
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

.home_button > div{
  padding: 14px 22px;
  gap: 14px;
}

.home_button span{
  font-size: 15px;
  font-weight: 800;
  letter-spacing: .02em;
  color:#fff;
}

.home_button:hover{
  background: #ff6a00;
  transform: translateY(-2px);
  box-shadow:
    0 18px 44px rgba(255,106,0,0.55),
    inset 0 0 0 1px rgba(255,255,255,0.35);
}

.home_button .arrow_box{
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(255,255,255,0.2);
  transition: transform .2s ease, background .2s ease;
}

.home_button:hover .arrow_box{
  transform: translateY(2px);
  background: rgba(255,255,255,0.3);
}

.home_button:active{
  transform: translateY(0);
  box-shadow:
    0 10px 22px rgba(255,106,0,0.4),
    inset 0 3px 8px rgba(0,0,0,0.18);
}

.grad_light{
  background:
    linear-gradient(180deg, #ffffff 0%, #f6f7fb 100%),
    repeating-linear-gradient(
      45deg,
      rgba(13,76,87,0.04) 0,
      rgba(13,76,87,0.04) 1px,
      transparent 1px,
      transparent 16px
    );
}

.home_image > img{
  -webkit-mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 70%,
    rgba(0,0,0,0) 100%
  );
  mask-image: linear-gradient(
    to bottom,
    rgba(0,0,0,1) 70%,
    rgba(0,0,0,0) 100%
  );
}
/* ── Badge "inscripción abierta" ── */
.home_badge_live {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(13,76,87,0.08);
  border: 1px solid rgba(13,76,87,0.18);
  border-radius: 999px;
  padding: 7px 14px;
  font-size: 13px;
  font-weight: 600;
  color: #0d4c57;
  margin-bottom: 16px;
}
.home_badge_dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #2bb1a5;
  flex-shrink: 0;
  animation: pulse-dot 2s ease-in-out infinite;
}
@keyframes pulse-dot {
  0%, 100% { box-shadow: 0 0 0 0 rgba(43,177,165,0.5); }
  50%       { box-shadow: 0 0 0 5px rgba(43,177,165,0); }
}

/* ── Lead magnet hero ── */
.home_leadmagnet {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
  font-size: 14px;
  color: #6b7385;
}
.home_leadmagnet i {
  color: #ff7a1a;
  font-size: 16px;
}
.home_leadmagnet a {
  color: #0d4c57;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.home_leadmagnet a:hover {
  color: #ff7a1a;
}

/* ── App banner mejorado ── */
.google-flex.box {
  flex-wrap: wrap;
  gap: 16px;
  padding: 18px 24px;
  justify-content: flex-start;
}
.app-btn {
  display: block;
  flex-shrink: 0;
}
.app-banner-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 6px;
  flex: 1;
  min-width: 200px;
}
.app-benefits {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}
.app-benefits span {
  font-size: 13px;
  color: rgba(255,255,255,0.88);
  display: flex;
  align-items: center;
  gap: 5px;
}
.app-benefits i {
  font-size: 14px;
  color: #fff;
}

.home_trust {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 14px;
}
.home_trust span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 600;
	color: #2d2d47;
	background: rgba(255,255,255,0.7);
	border: 1px solid #ebebf2;
	border-radius: 999px;
	padding: 8px 12px;
}
.home_trust i {
	color: #ff7f00;
}

.home-goals {
	padding: 70px 0 35px;
}
.home-goals h2 {
	font-weight: 800;
	color: #2d2d47;
	margin: 8px 0 20px;
	font-size: 34px;
	line-height: 42px;
}
.home-goals-lead {
	max-width: 760px;
	margin: 0 auto 28px;
	font-size: 16px;
	line-height: 1.6;
	color: #6b7385;
}
.goal-card {
	display: block;
	height: 100%;
	background: #fff;
	border: 1px solid #ebebf2;
	border-radius: 14px;
	padding: 22px;
	margin-bottom: 20px;
	box-shadow: 0 10px 30px rgba(215,216,222,.25);
	text-decoration: none;
	transition: transform .2s ease, box-shadow .2s ease;
}
.goal-card:hover {
	transform: translateY(-6px);
	box-shadow: 0 22px 60px rgba(10,9,86,.14);
}
.goal-icon {
	width: 52px;
	height: 52px;
	border-radius: 14px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 22px;
	color: #0d4c57;
	background: #eef3f5;
	border: 1px solid #d8e5ea;
	margin-bottom: 12px;
}
.goal-card h3 {
	font-size: 21px;
	line-height: 1.3;
	color: #202029;
	font-weight: 800;
	margin: 0 0 10px;
}
.goal-card p {
	font-size: 15px;
	line-height: 1.5;
	color: #6b7385;
	margin: 0 0 14px;
}
.goal-card span {
	color: #0d4c57;
	font-weight: 700;
}

/* goal-card: ícono alineado con h3 */
.goal-card-header {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-bottom: 10px;
}
.goal-card-header .goal-icon {
	margin-bottom: 0;
	flex-shrink: 0;
}
.goal-card-header h3 {
  margin: 0;
}

.home_inner {
	height: auto;
	min-height: 0;
}

.home_container {
	display: block !important;
}

.home_content {
	width: 100%;
}

.home_content_left {
	max-width: 920px;
	margin: 0 auto;
	padding: 72px 24px 64px;
	text-align: center;
}

.home_title,
.home_description {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.home_bullets,
.home_trust {
	justify-content: center;
}

.home_search_wrap {
	max-width: 760px;
	margin: 34px auto 0;
	position: relative;
}

.home_search_form {
	position: relative;
}

.home_search_box {
	display: flex;
	align-items: center;
	gap: 12px;
	background: rgba(255,255,255,0.96);
	border: 1px solid rgba(13,76,87,0.14);
	border-radius: 22px;
	padding: 10px 10px 10px 18px;
	box-shadow: 0 18px 55px rgba(10,9,86,0.10);
	position: relative;
}

.home_search_icon {
	color: #0d4c57;
	font-size: 18px;
	flex: 0 0 auto;
}

.home_search_input {
	flex: 1 1 auto;
	border: 0;
	outline: none;
	background: transparent;
	font-size: 17px;
	color: #2d2d47;
	padding: 8px 0;
	min-width: 0;
	position: relative;
	z-index: 2;
}

.home_search_prompt {
	position: absolute;
	left: 48px;
	right: 150px;
	top: 10px;
	bottom: 10px;
	transform: none;
	color: #7b8498;
	font-size: 17px;
	line-height: 1;
	text-align: left;
	pointer-events: none;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	transition: opacity .18s ease, transform .18s ease;
	z-index: 1;
	display: flex;
	align-items: center;
	gap: 4px;
}

.home_search_prompt strong {
	color: #0d4c57;
	font-weight: 800;
	display: inline-block;
	line-height: 1;
	transition: opacity .18s ease;
	flex: 0 0 auto;
}

.home_search_prompt_prefix {
	flex: 0 0 auto;
}

.home_search_prompt strong.is-changing {
	opacity: 0;
}

.home_search_box.has-value .home_search_prompt {
	opacity: 0;
	transform: none;
}

.home_search_input::placeholder {
	color: #7b8498;
}

.home_search_button {
	border: 0;
	border-radius: 40px;
	background: #ff7f00;
	color: #fff;
	cursor: pointer;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	padding: 10px 22px;
	transition: background .2s ease, transform .2s ease, box-shadow .2s ease;
	white-space: nowrap;
	box-shadow: 0 10px 22px rgba(255,127,0,0.18);
}

.home_search_button:hover {
	background: #e07000;
	transform: scale(1.02);
	box-shadow: 0 14px 26px rgba(255,127,0,0.22);
}

.home_search_button:active {
	transform: scale(0.98);
}

.home_search_dropdown {
	display: none;
	position: absolute;
	top: calc(100% + 10px);
	left: 0;
	right: 0;
	background: #fff;
	border: 1px solid #e8ebf1;
	border-radius: 18px;
	box-shadow: 0 24px 60px rgba(10,9,86,0.14);
	overflow: hidden;
	z-index: 20;
}

.home_search_dropdown.is-open {
	display: block;
}

.home_search_item,
.home_search_empty {
	display: block;
	padding: 14px 18px;
	text-align: left;
}

.home_search_item {
	text-decoration: none;
	border-bottom: 1px solid #eef1f5;
}

.home_search_item:last-child {
	border-bottom: 0;
}

.home_search_item:hover {
	background: #f7fafc;
}

.home_search_more {
	display: block;
	padding: 13px 18px;
	background: #f7fafc;
	color: #0d4c57;
	font-size: 14px;
	font-weight: 800;
	text-align: center;
	text-decoration: none;
}

.home_search_more:hover {
	background: #eef6f7;
	color: #0f5d6a;
}

.home_search_item_title {
	display: block;
	font-size: 15px;
	font-weight: 700;
	color: #202029;
}

.home_search_item_meta,
.home_search_empty,
.home_search_hint {
	display: block;
	font-size: 13px;
	line-height: 1.5;
	color: #6b7385;
}

.home_search_hint {
	margin: 12px 6px 0;
	text-align: left;
}

.home-goals {
	padding-top: 24px;
}

.home-goals .row.text-center {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.profesionales-section {
	padding: 22px 0 32px !important;
	background: linear-gradient(180deg,#fbfcfe 0%, #ffffff 100%);
}

.profesionales-section h2 {
	font-size: 24px;
	line-height: 1.3;
	margin-bottom: 10px;
}

.profesionales-intro {
	max-width: 680px;
	margin: 0 auto 16px;
}

.profesional-item {
	width: 110px;
	opacity: 0.8;
}

.profesional-item img {
	width: 72px;
	height: 72px;
}

.profesional-item p {
	font-size: 12px;
	line-height: 1.35;
}

@media (max-width: 767px) {
	.home {
		padding-left: 12px;
		padding-right: 12px;
	}

	.home_content_left {
		padding: 56px 18px 48px;
	}

	.home_search_box {
		flex-wrap: wrap;
		border-radius: 18px;
		padding: 14px;
	}

	.home_search_input {
		width: 100%;
	}

	.home_search_button {
		width: 100%;
	}

	.home_search_hint {
		text-align: center;
	}
}

.mobile-sticky-cta {
	position: fixed;
	bottom: 12px;
	left: 12px;
	right: 12px;
	z-index: 999;
	background: #1fa855;
	color: #fff;
	text-align: center;
	font-weight: 700;
	font-size: 15px;
	padding: 13px 16px;
	border-radius: 999px;
	box-shadow: 0 10px 28px rgba(31,168,85,.45);
	display: none;
}
.mobile-sticky-cta:hover {
	color: #fff;
	background: #169248;
}
.mobile-sticky-cta i {
	margin-right: 6px;
	font-size: 17px;
}

@media (max-width: 991px) {
	.home-goals h2 {
		font-size: 28px;
		line-height: 34px;
	}
	.home-goals {
		padding: 45px 0 20px;
	}
}
@media (max-width: 768px) {
	.mobile-sticky-cta {
		display: block;
	}
	.google-flex.box {
		padding-bottom: 78px;
	}
}

/* Portada 2026 */
.home {
	padding-bottom: 0;
}

.home_outer {
	background:
		linear-gradient(180deg, rgba(255,255,255,0.94), rgba(246,247,251,0.96)),
		url('/archivos/images/portada/portada-footer.webp') center/cover;
}

.home_inner {
	height: auto;
	min-height: 0;
	padding: 18px 0 8px;
}

.home_container {
	display: flex !important;
	min-height: 0;
	align-items: center;
	justify-content: space-between;
	gap: 34px;
}

.home_content {
	width: 50%;
}

.home_content_left {
	max-width: 760px;
	margin: 0;
	padding: 64px 18px 56px 36px;
	text-align: left;
}

.home_content_right {
	display: flex;
	justify-content: flex-end;
	width: 39%;
	padding: 26px 4px 0 0;
}

.home_hero_media {
	position: relative;
	width: 100%;
	max-width: 430px;
	padding: 0;
	border-radius: 0;
	background: transparent;
	box-shadow: none;
	overflow: visible;
}

.home_hero_media::before {
	content: "";
	position: absolute;
	top: 28px;
	right: -18px;
	bottom: -18px;
	left: 54px;
	z-index: 0;
	pointer-events: none;
	background: radial-gradient(circle at 62% 44%, rgba(13,76,87,.13) 0%, rgba(13,76,87,.07) 28%, rgba(13,76,87,0) 74%);
	filter: blur(34px);
	opacity: .95;
}

.home_hero_media::after {
	content: "";
	position: absolute;
	top: -12px;
	left: 32px;
	width: 112px;
	height: 112px;
	z-index: 0;
	border-radius: 50%;
	background: radial-gradient(circle, rgba(255,127,0,.18) 0%, rgba(255,127,0,.05) 38%, rgba(255,127,0,0) 74%);
	filter: blur(12px);
}

.home_hero_image {
	position: relative;
	z-index: 1;
	display: block;
	width: 100%;
	aspect-ratio: 1.12 / 1;
	object-fit: cover;
	object-position: 52% center;
	border-radius: 34% 66% 60% 40% / 33% 35% 65% 67%;
	box-shadow: 0 24px 50px rgba(10, 9, 86, 0.08);
	transform: rotate(2deg);
}

.home_trustpilot_media {
	position: absolute;
	left: -44px;
	bottom: 18px;
	z-index: 3;
	max-width: 250px;
	padding: 10px 14px;
	box-shadow: 0 16px 34px rgba(10, 9, 86, 0.12);
	animation: homeTrustFloat 6.8s ease-in-out infinite;
}

.home_title,
.home_description {
	text-align: left;
	margin-left: 0;
	margin-right: 0;
}

.home_bullets,
.home_trust {
	justify-content: flex-start;
}

.home_search_wrap {
	max-width: 760px;
	margin: 34px 0 0;
	position: relative;
}

.home_search_box {
	border-radius: 18px;
}

.home_search_loader {
	width: 18px;
	height: 18px;
	border: 2px solid #d8e5ea;
	border-top-color: #0d4c57;
	border-radius: 50%;
	display: none;
	flex: 0 0 auto;
	animation: home-search-spin .7s linear infinite;
}

.home_search_box.is-loading .home_search_loader {
	display: inline-block;
}

@keyframes home-search-spin {
	to {
		transform: rotate(360deg);
	}
}

@keyframes homeTrustFloat {
	0%, 100% {
		transform: translate3d(0, 0, 0);
	}
	50% {
		transform: translate3d(0, -4px, 0);
	}
}

@media (prefers-reduced-motion: reduce) {
	.home_trustpilot_media {
		animation: none !important;
	}
}

@media (max-width: 1199px) {
	.home_content_left {
		padding-left: 24px;
	}
	.home_container {
		gap: 24px;
	}
	.home_hero_media {
		max-width: 390px;
	}
}

@media (max-width: 991px) {
	.home_inner {
		padding: 0;
	}
	.home_container {
		display: block !important;
	}
	.home_content,
	.home_content_left {
		width: 100%;
	}
	.home_content_left {
		max-width: 920px;
		margin: 0 auto;
		padding: 76px 24px 66px;
		text-align: center;
	}
	.home_title,
	.home_description {
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}
	.home_bullets,
	.home_trust {
		justify-content: center;
	}
	.home_search_wrap {
		margin: 34px auto 0;
	}
}

.cv-banner-destacado {
	margin-top: 28px;
	margin-bottom: 36px;
}

.cv-box {
	display: flex;
	align-items: center;
	gap: 18px;
	border-radius: 8px;
	border: 1px solid rgba(13,76,87,0.14);
	background: linear-gradient(135deg, #ffffff 0%, #f5fbfa 100%);
	box-shadow: 0 16px 42px rgba(10,9,86,0.08);
	padding: 20px 24px;
}

.cv-icon {
	width: 58px;
	height: 58px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0d4c57;
	color: #fff;
	font-size: 26px;
	flex: 0 0 auto;
}

.cv-content {
	display: flex;
	align-items: center;
	gap: 18px;
	text-align: left;
	width: 100%;
}

.cv-content h3 {
	font-size: 20px;
	line-height: 1.25;
	margin: 0;
	color: #202029;
	font-weight: 800;
	min-width: 260px;
}

.cv-content p {
	font-size: 14px;
	line-height: 1.5;
	color: #5f687b;
	margin: 0;
	flex: 1 1 auto;
}

.cv-content .btn-inscribirme-cv {
	flex: 0 0 auto;
	margin: 0;
	border-radius: 8px;
	background: #ff7f00;
	border: 0;
	color: #fff;
	font-weight: 800;
	padding: 12px 18px;
}

.home-goals {
	padding: 46px 0 34px;
}

.home-goals .row.text-center {
	max-width: 860px;
	margin-left: auto;
	margin-right: auto;
}

.profesionales-section {
	padding: 54px 0 58px !important;
	background: #f7f9fb;
}

.profesionales-head {
	max-width: 760px;
	margin: 0 auto 24px;
}

.profesionales-head h2 {
	font-size: 30px;
	line-height: 1.25;
	margin: 8px 0 10px;
	color: #202029;
	font-weight: 800;
}

.profesionales-head p {
	margin: 0 auto;
	max-width: 660px;
	font-size: 15px;
	line-height: 1.65;
	color: #647084;
}

.carousel-profesionales {
	gap: 16px;
	padding: 14px 0 20px;
}

.profesional-item {
	width: 190px;
	padding: 18px 14px;
	border-radius: 8px;
	border: 1px solid #e5e9ef;
	background: #fff;
	box-shadow: 0 10px 28px rgba(10,9,86,0.06);
	opacity: 1;
}

.profesional-item img {
	width: 92px;
	height: 92px;
	border-radius: 8px;
	box-shadow: none;
	border: 0;
}

.profesional-item p {
	font-size: 13px;
	line-height: 1.35;
	color: #263044;
	font-weight: 800;
	-webkit-text-fill-color: currentColor;
	background: none;
}

.certificacion-copy h2 {
	font-size: 34px;
	line-height: 1.18;
	font-weight: 800;
	color: #202029;
	margin: 8px 0 18px;
}

.certificacion-copy .texto-secundario {
	color: #5f687b;
	font-size: 16px;
	line-height: 1.65;
}

.certificacion-benefits {
	display: grid;
	gap: 12px;
	margin-top: 22px;
}

.certificacion-benefits div {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 12px 14px;
	background: #fff;
	border: 1px solid #e6ebf0;
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(10,9,86,0.05);
}

.certificacion-benefits i {
	color: #0d4c57;
	font-size: 18px;
	margin-top: 2px;
}

.certificacion-benefits span {
	color: #2d3548;
	font-size: 14px;
	line-height: 1.45;
	font-weight: 700;
}

.certificacion-gallery {
	background: #fff;
	border: 1px solid #e6ebf0;
	border-radius: 8px;
	box-shadow: 0 18px 46px rgba(10,9,86,0.08);
	padding: 18px;
}

.free-class-card {
	display: grid;
	grid-template-columns: 118px minmax(0, 1fr) 210px;
	align-items: center;
	gap: 26px;
	border-radius: 8px;
	background: #fff;
	border: 1px solid #e5eaf0;
	box-shadow: 0 18px 48px rgba(10,9,86,0.08);
	padding: 26px;
	position: relative;
}

.free-class-date {
	border-radius: 8px;
	background: #0d4c57;
	color: #fff;
	text-align: center;
	padding: 16px 12px;
}

.free-class-date span,
.free-class-date small {
	display: block;
	font-size: 13px;
	font-weight: 800;
	text-transform: uppercase;
	opacity: .88;
}

.free-class-date strong {
	display: block;
	font-size: 42px;
	line-height: 1;
	margin: 6px 0;
}

.free-class-main h2 {
	font-size: 28px;
	line-height: 1.22;
	font-weight: 800;
	color: #202029;
	margin: 8px 0 10px;
}

.free-class-main p {
	font-size: 15px;
	line-height: 1.65;
	color: #5f687b;
	margin: 0 0 14px;
}

.free-class-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.free-class-meta span {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	font-size: 13px;
	font-weight: 700;
	color: #2d3548;
	background: #f4f7f9;
	border-radius: 999px;
	padding: 7px 10px;
}

.free-class-meta i {
	color: #0d4c57;
}

.free-class-action {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	gap: 10px;
	text-align: center;
}

.free-class-section .course-btn {
	border-radius: 8px;
	background: #ff7f00;
	font-weight: 800;
	border: 0;
	padding: 13px 16px;
	color: #fff;
	width: 100%;
}

.free-class-action small {
	color: #7a8495;
	font-size: 12px;
	line-height: 1.35;
}

@media (max-width: 991px) {
	.cv-box,
	.cv-content {
		align-items: flex-start;
	}

	.cv-content {
		flex-direction: column;
		gap: 10px;
	}

	.cv-content h3 {
		min-width: 0;
	}

	.free-class-card {
		grid-template-columns: 96px minmax(0, 1fr);
		align-items: flex-start;
	}

	.free-class-action {
		grid-column: 1 / -1;
		flex-direction: row;
		align-items: center;
		justify-content: flex-end;
		text-align: right;
	}
}

@media (max-width: 767px) {
	.home_content_left {
		padding: 56px 16px 46px;
	}

	.cv-box {
		flex-direction: column;
		align-items: flex-start;
	}

	.cv-content .btn-inscribirme-cv {
		width: 100%;
		text-align: center;
	}

	.profesionales-head h2 {
		font-size: 24px;
	}

	.free-class-card {
		display: block;
	}

	.free-class-date {
		width: 110px;
		margin-bottom: 18px;
	}

	.free-class-action {
		display: flex;
		flex-direction: column;
		text-align: center;
		margin-top: 18px;
	}
}

.mas-elegidos {
	background: #f7f9fb !important;
	color: inherit;
	padding-top: 20px !important;
	padding-bottom: 70px;
}

.mas-elegidos .row.text-center h2 {
	color: #2d2d47;
}

.mas-elegidos .mas-elegidos-lead {
	color: #6b7385;
}

.divaliados {
	padding: 0 0 40px !important;
	margin-top: 0 !important;
}

.free-class-section {
	padding: 54px 0 64px;
	background: #30323a !important;
	color: #fff;
}

.free-class-card {
	background: #ffffff;
}

.free-class-section .course-btn:hover,
.course-card .course-btn:hover {
	background: #df750c !important;
	color: #fff !important;
	transform: translateY(-2px);
	box-shadow: 0 14px 28px rgba(255,127,0,0.28);
}

.certificacion-section {
	background: #f7f9fb !important;
	border-top: 1px solid #edf1f4;
	margin-top: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

.certificacion-panel {
	margin-top: 0 !important;
	border-top: 0 !important;
}

.certificacion-panel.py-80 {
	padding-top: 54px !important;
}

.certificacion-gallery {
	background: transparent !important;
	border: 0 !important;
	box-shadow: none !important;
	padding: 0 !important;
}

a.button.button-portada.portada-cta-main,
a.button.button-lg.button-portada[href*="cursos-mas-vendidos"] {
	display: inline-flex !important;
	align-items: center !important;
	justify-content: center !important;
	gap: 9px !important;
	width: auto !important;
	min-width: 0 !important;
	max-width: 100% !important;
	height: 46px !important;
	min-height: 46px !important;
	padding: 0 22px !important;
	border-radius: 10px !important;
	font-size: 14px !important;
	line-height: 46px !important;
	font-weight: 800 !important;
	white-space: nowrap !important;
	margin: 10px auto 28px !important;
	box-shadow: 0 12px 26px rgba(255,127,0,0.22) !important;
}

a.button.button-portada.portada-cta-main i,
a.button.button-lg.button-portada[href*="cursos-mas-vendidos"] i {
	font-size: 14px !important;
	margin: 0 !important;
}

a.button.button-portada.portada-cta-main-dark {
	background: #0d4c57 !important;
	box-shadow: 0 12px 26px rgba(13,76,87,0.18) !important;
}

a.button.button-portada.portada-cta-main-dark:hover {
	background: #0f5d6a !important;
}

.categolist {
	background: #ffffff;
	padding-top: 54px !important;
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.categolist .container {
	padding-bottom: 0 !important;
	margin-bottom: 0 !important;
}

.categolist .col-lg-12 {
	float: none !important;
	width: 100% !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	margin: 18px 0 0 !important;
}

.categolist a.button.button-portada.portada-cta-main,
.categolist a.button.button-lg.button-portada[href*="cursos-mas-vendidos"] {
	margin: 0 auto 18px !important;
}

.categoriaslist {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 14px;
}

.categoriaslist > [class*="col-"] {
	width: auto !important;
	float: none !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.box-categoria {
	margin: 0 !important;
	border-radius: 14px !important;
	box-shadow: 0 10px 24px rgba(10,9,86,0.08) !important;
}

.box-categoria:hover {
	transform: translateY(-4px) !important;
	box-shadow: 0 18px 38px rgba(10,9,86,0.12) !important;
}

.box-categoria .inner {
	display: flex;
	align-items: center;
	gap: 13px;
	min-height: 92px;
	padding: 16px !important;
	text-align: left;
}

.box-categoria .icons {
	flex: 0 0 50px;
	margin: 0 !important;
}

.box-categoria .icons img {
	max-height: 50px !important;
	width: 50px;
	height: 50px;
	object-fit: cover;
	opacity: .82 !important;
}

.box-categoria .title {
	font-size: 15px !important;
	line-height: 1.2;
	margin: 0 0 5px !important;
}

.box-categoria p {
	display: none !important;
}

.box-categoria .cat-btn-link {
	font-size: 12px !important;
	line-height: 1.2;
	color: #0d4c57 !important;
}

.gallery-controls {
	gap: 10px;
	margin-top: 14px;
}

.gallery-controls button,
button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	border: 1px solid #cfdde5 !important;
	background: linear-gradient(180deg, #ffffff 0%, #f7fafb 100%) !important;
	background-image: none !important;
	color: #0d4c57 !important;
	border-radius: 8px !important;
	box-shadow: 0 12px 26px rgba(10,9,86,0.10) !important;
	display: inline-flex !important;
	align-items: center !important;
	justify-content: space-between !important;
	gap: 10px !important;
	font-weight: 800 !important;
	letter-spacing: .01em;
	transition: transform .18s ease, box-shadow .18s ease, background .18s ease, color .18s ease !important;
}

.gallery-controls button {
	min-width: 128px !important;
	height: 44px !important;
	padding: 0 10px 0 16px !important;
	font-size: 14px !important;
}

.gallery-controls-anterior::before,
.gallery-controls-siguiente::before {
	display: none !important;
	content: none !important;
}

.gallery-controls-anterior::after,
.gallery-controls-siguiente::after,
button.slick-prev.slick-arrow::before,
button.slick-next.slick-arrow::after {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	background: #0d4c57;
	color: #fff;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	line-height: 1;
	transition: background .18s ease, color .18s ease;
}

.gallery-controls-anterior::after,
button.slick-prev.slick-arrow::before {
	content: "\f104" !important;
	order: -1;
}

.gallery-controls-siguiente::after,
button.slick-next.slick-arrow::after {
	content: "\f105" !important;
}

.gallery-controls button:hover,
button.slick-prev.slick-arrow:hover,
button.slick-next.slick-arrow:hover {
	background: #0d4c57 !important;
	border-color: #0d4c57 !important;
	color: #fff !important;
	transform: translateY(-1px);
	box-shadow: 0 14px 30px rgba(13,76,87,0.18) !important;
}

.gallery-controls button:hover::after,
button.slick-prev.slick-arrow:hover::before,
button.slick-next.slick-arrow:hover::after {
	background: #fff;
	color: #0d4c57;
}

button.slick-prev.slick-arrow,
button.slick-next.slick-arrow {
	height: 44px !important;
	min-width: 112px !important;
	padding: 0 10px 0 16px !important;
	line-height: 1 !important;
}

.home_trustpilot {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 9px;
	width: auto;
	margin: 16px auto 0;
	padding: 9px 12px;
	border-radius: 10px;
	background: rgba(255,255,255,0.92);
	border: 1px solid rgba(13,76,87,0.12);
	box-shadow: 0 14px 32px rgba(10,9,86,0.10);
}

.home_trustpilot span {
	background: transparent;
	border: 0;
	box-shadow: none;
	padding: 0;
	margin: 0;
}

.home_trustpilot_label {
	color: #17212f !important;
	font-size: 14px !important;
	font-weight: 900 !important;
}

.home_trustpilot_stars {
	display: inline-flex !important;
	gap: 2px !important;
	padding: 3px 6px !important;
	border-radius: 5px;
	background: #00b67a !important;
	color: #fff !important;
}

.home_trustpilot_stars i {
	color: #fff !important;
	font-size: 12px;
}

.home_trustpilot_score {
	color: #596273 !important;
	font-size: 12px !important;
	font-weight: 700 !important;
}

.home-goals-lead {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

.revs_fecha {
	display: none !important;
}

#quote-carousel {
	padding-bottom: 76px;
}

#quote-carousel button.slick-prev.slick-arrow,
#quote-carousel button.slick-next.slick-arrow {
	position: absolute !important;
	top: auto !important;
	bottom: 0 !important;
	right: auto !important;
	left: 50% !important;
	width: auto !important;
	min-width: 118px !important;
}

#quote-carousel button.slick-prev.slick-arrow {
	transform: translateX(-126px) !important;
}

#quote-carousel button.slick-next.slick-arrow {
	transform: translateX(8px) !important;
}

#quote-carousel button.slick-prev.slick-arrow:hover {
	transform: translateX(-126px) translateY(-1px) !important;
}

#quote-carousel button.slick-next.slick-arrow:hover {
	transform: translateX(8px) translateY(-1px) !important;
}

@media (max-width: 991px) {
	.categoriaslist {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media (max-width: 767px) {
	.home_search_box {
		display: grid !important;
		grid-template-columns: 22px minmax(0, 1fr);
		gap: 10px;
		align-items: center;
	}

	.home_search_icon {
		grid-column: 1;
		grid-row: 1;
	}

	.home_search_input {
		grid-column: 2;
		grid-row: 1;
		width: auto !important;
		min-width: 0;
	}

	.home_search_prompt {
		left: 46px;
		right: 8px;
		top: 14px;
		bottom: auto;
		height: 36px;
		transform: none;
		font-size: 13px;
		letter-spacing: -0.01em;
	}

	.home_search_prompt strong {
		max-width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}

	.home_search_box.has-value .home_search_prompt {
		transform: none;
	}

	.home_search_loader {
		grid-column: 1 / 3;
		justify-self: center;
	}

	.home_search_button {
		grid-column: 1 / 3;
		width: 100% !important;
	}

	.home_trustpilot {
		flex-wrap: wrap;
		max-width: 320px;
	}

	.free-class-date {
		margin: 0 auto 18px;
	}

	.free-class-main .subcat {
		display: table;
		margin-left: auto;
		margin-right: auto;
	}

	#quote-carousel {
		padding-bottom: 68px;
	}

	#quote-carousel button.slick-prev.slick-arrow,
	#quote-carousel button.slick-next.slick-arrow {
		min-width: 112px !important;
	}

	#quote-carousel button.slick-prev.slick-arrow {
		left: 50% !important;
		transform: translateX(-132px) !important;
	}

	#quote-carousel button.slick-next.slick-arrow {
		left: 50% !important;
		transform: translateX(20px) !important;
	}

	#quote-carousel button.slick-prev.slick-arrow:hover {
		transform: translateX(-132px) translateY(-1px) !important;
	}

	#quote-carousel button.slick-next.slick-arrow:hover {
		transform: translateX(20px) translateY(-1px) !important;
	}
}

@media (max-width: 520px) {
	.categoriaslist {
		grid-template-columns: 1fr;
	}

	a.button.button-portada.portada-cta-main,
	a.button.button-lg.button-portada[href*="cursos-mas-vendidos"] {
		white-space: normal !important;
		height: auto !important;
		min-height: 46px !important;
		line-height: 1.25 !important;
		padding: 12px 18px !important;
	}
}
.home-areas {
  position: relative;
  padding: 54px 0 58px;
  overflow: hidden;
  border: 0;
  background: transparent;
}
.home-areas-head {
  display: block;
  margin-bottom: 24px;
  text-align: center;
}
.home-areas-head h2 {
  margin: 7px 0 5px;
  color: #123f4b;
  font-size: clamp(25px, 3vw, 34px);
  font-weight: 800;
  letter-spacing: -.5px;
  line-height: 1.15;
}
.home-areas-head p {
  margin: 0;
  color: #667a80;
  font-size: 15px;
}
.home-areas-all {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 4px;
  border-bottom: 1px solid #ef7d3a;
  color: #c9581e;
  font-size: 13px;
  font-weight: 700;
  white-space: nowrap;
  text-decoration: none !important;
  margin-top: 13px;
}
.home-areas-all:hover {
  color: #0d4c57;
  border-color: #0d4c57;
}
.home-areas-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}
.home-area-card {
  min-width: 0;
  display: flex;
  align-items: stretch;
  min-height: 102px;
  overflow: hidden;
  border: 1px solid #dce5e5;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 6px 18px rgba(22, 60, 68, .06);
  color: #123f4b;
  text-decoration: none !important;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.home-area-card:hover {
  border-color: #f0a174;
  box-shadow: 0 12px 26px rgba(22, 60, 68, .12);
  color: #123f4b;
  transform: translateY(-3px);
}
.home-area-image {
  position: relative;
  width: 104px;
  flex: 0 0 104px;
  overflow: hidden;
  background: #e8eeee;
}
.home-area-image::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(to top, rgba(5, 41, 49, .65), transparent 55%);
}
.home-area-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}
.home-area-card:hover .home-area-image img {
  transform: scale(1.06);
}
.home-area-image span {
  position: absolute;
  z-index: 1;
  right: 7px;
  bottom: 7px;
  left: 7px;
  color: #fff;
  font-size: 10px;
  font-weight: 700;
  line-height: 1.15;
  text-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}
.home-area-info {
  min-width: 0;
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  padding: 15px 13px 15px 15px;
}
.home-area-info h3 {
  display: -webkit-box;
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  overflow: hidden;
  color: #123f4b;
  font-size: 14px;
  font-weight: 750;
  line-height: 1.3;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.home-area-info i {
  flex: 0 0 auto;
  color: #eb6b2d;
  font-size: 12px;
  transition: transform .2s ease;
}
.home-area-card:hover .home-area-info i {
  transform: translateX(3px);
}
.home-duration {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  margin-top: 28px;
}
.home-duration-title {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #153f4a;
  font-size: 15px;
  font-weight: 750;
  line-height: 1.2;
  text-align: left;
}
.home-duration-title > i {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #fff0e6;
  color: #dc6426;
  font-size: 17px;
  line-height: 36px;
  text-align: center;
}
.home-duration-title span {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.home-duration-title small {
  color: #7b8b8f;
  font-size: 9px;
  font-weight: 750;
  letter-spacing: .8px;
}
.home-duration-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
}
.home-duration-options a {
  min-width: 72px;
  padding: 9px 14px;
  border: 1px solid #d9e3e5;
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(22, 60, 68, .04);
  color: #164550;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-decoration: none !important;
  transition: color .18s ease, border-color .18s ease, background .18s ease, transform .18s ease;
}
.home-duration-options a:hover {
  border-color: #e87336;
  background: #fff5ee;
  color: #c6531b;
  transform: translateY(-2px);
}
.home-duration-hint {
  display: none;
}
.home-vocational {
  display: flex;
  align-items: center;
  gap: 14px;
  max-width: 780px;
  margin: 26px auto 0;
  padding: 15px 17px;
  border: 1px solid #d9e6e7;
  border-radius: 16px;
  background: linear-gradient(110deg, #f3faf9 0%, #fff 64%);
  box-shadow: 0 8px 24px rgba(18, 63, 75, .06);
  text-align: left;
}
.home-vocational-icon {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  border-radius: 13px;
  background: #0d4c57;
  color: #fff;
  font-size: 21px;
  line-height: 44px;
  text-align: center;
  transform: rotate(-3deg);
}
.home-vocational-copy {
  min-width: 0;
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  gap: 2px;
}
.home-vocational-copy span {
  color: #73858a;
  font-size: 11px;
  font-weight: 650;
}
.home-vocational-copy strong {
  color: #123f4b;
  font-size: 15px;
  line-height: 1.3;
}
.home-vocational > a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  flex: 0 0 auto;
  padding: 10px 15px;
  border-radius: 999px;
  background: #fff0e6;
  color: #c9581e;
  font-size: 12px;
  font-weight: 750;
  text-decoration: none !important;
  transition: background .2s ease, color .2s ease, transform .2s ease;
}
.home-vocational > a:hover {
  background: #eb6b2d;
  color: #fff;
  transform: translateX(2px);
}
.home-recent-courses {
  margin-top: 30px;
  margin-bottom: 42px;
}
@media (max-width: 991px) {
  .home-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .home-duration {
    flex-direction: column;
    gap: 14px;
  }
}
@media (max-width: 576px) {
  .home-areas {
    padding: 38px 0 40px;
  }
  .home-areas-head {
    margin-bottom: 18px;
  }
  .home-areas-head h2 {
    font-size: 25px;
  }
  .home-areas-all {
    margin-top: 11px;
  }
  .home-areas-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 11px;
    margin: 0;
    padding: 0;
    overflow: visible;
  }
  .home-area-card {
    width: 100%;
    min-height: 96px;
  }
  .home-area-image {
    width: 98px;
    flex-basis: 98px;
  }
  .home-duration {
    align-items: stretch;
    margin-top: 22px;
  }
  .home-duration-title {
    justify-content: center;
    text-align: left;
  }
  .home-duration-options {
    flex-wrap: nowrap;
    justify-content: flex-start;
    padding: 2px 42px 8px 0;
    overflow-x: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .home-duration-options::-webkit-scrollbar {
    display: none;
  }
  .home-duration-options a {
    flex: 0 0 auto;
  }
  .home-vocational {
    align-items: flex-start;
    flex-wrap: wrap;
    margin-top: 24px;
    padding: 15px;
  }
  .home-vocational-copy {
    width: calc(100% - 58px);
    flex: 0 0 calc(100% - 58px);
  }
  .home-vocational > a {
    justify-content: center;
    width: 100%;
  }
  .home-duration-hint {
    position: absolute;
    bottom: 3px;
    z-index: 2;
    width: 48px;
    height: 43px;
    padding: 0;
    border: 0;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    opacity: 0;
    visibility: hidden;
    transition: opacity .18s ease, visibility .18s ease;
  }
  .home-duration-hint.is-left {
    left: 0;
    justify-content: flex-start;
    background: linear-gradient(to left, rgba(255, 255, 255, 0), #fff 62%);
  }
  .home-duration-hint.is-right {
    right: 2px;
    justify-content: flex-end;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #fff 62%);
  }
  .home-duration:not(.is-at-start) .home-duration-hint.is-left,
  .home-duration:not(.is-at-end) .home-duration-hint.is-right {
    opacity: 1;
    visibility: visible;
  }
  .home-duration-hint i {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: #e8682c;
    box-shadow: 0 4px 12px rgba(183, 76, 27, .22);
    color: #fff;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
  .home-duration-hint.is-right i {
    animation: home-duration-hint-right 1.35s ease-in-out infinite;
  }
  .home-duration-hint.is-left i {
    animation: home-duration-hint-left 1.35s ease-in-out infinite;
  }
  .home-recent-courses {
    margin-top: 22px;
    margin-bottom: 32px;
  }
}
@keyframes home-duration-hint-right {
  0%, 100% { transform: translateX(-3px); }
  50% { transform: translateX(2px); }
}
@keyframes home-duration-hint-left {
  0%, 100% { transform: translateX(3px); }
  50% { transform: translateX(-2px); }
}
@media (prefers-reduced-motion: reduce) {
  .home-duration-hint i {
    animation: none;
  }
}
