/*
Theme Name: Hello MUM
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.3.0.1741131832
Updated: 2025-03-05 00:43:52

*/
input:focus-visible, select:focus-visible, textarea:focus-visible {
    outline: 0;
    border: 1px solid #518086;
    box-shadow: 0px 0px 5px #518086;
}
input, select, textarea {
    border-radius: 5px
}
.flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.container{
    max-width: 1140px;
    margin: auto;
    position: relative;
}
.menu-mobile{
    display: none;
}
#header {
    max-width: 100%;
    position: absolute;
    z-index: 9991;
    top: 0;
    left: 0;
	right: 0;
	transition: 700ms;
}
#header .container{
	width: 100%;
}
#header .flex{
    align-items: center;
    justify-content: space-between;
}
#header .colum-menu{
    width: 44%;
}
#header .colum-logo{
    width: 12%;
}
#header .colum-menu.menu-right{
    padding-left: 4%;
}
#header .colum-menu.menu-left{
    padding-right: 4%;
}
#header .site-navigation{
    display: block;
    width: 100%
}
#header .site-navigation ul.menu{
    width: 100%;
    justify-content: space-between;
}
#header .site-navigation ul.menu li a {
    display: block;
    padding: 8px 10px;
    color: #ffffff;
    text-transform: uppercase;
    font-size: 12.5px;
    font-size: 13px;
	font-weight: 500;
}
#header .site-navigation ul.menu li.current_page_item a{
    font-weight: 800;
}
#header .site-navigation-toggle-holder {
    padding: 0px 10px 0px 0px;
}
#header .site-navigation-toggle-holder .site-navigation-toggle{
    padding: 0px;
	width: 2.25rem;
    height: 2.25rem;
}
#header .site-navigation-toggle-holder .site-navigation-toggle-icon {
    display: block;
	width: 100%;
	margin-bottom: 8px;
}
#header .site-navigation-toggle-holder .site-navigation-toggle-icon:before {
    box-shadow: 0 1.4rem #ffffff;
}
#header .site-navigation-toggle-holder .site-navigation-toggle[aria-expanded=true] .site-navigation-toggle-icon:before{
    box-shadow: none
}
#header .site-navigation-dropdown {
    transition: max-height .3s, transform .3s;
    transform-origin: top;
    position: absolute;
    bottom: 0;
    left: auto;
    z-index: 10000;
    width: 85%;
    right: -111%;
    position: fixed;
    top: 0;
    bottom: 0;
    height: 100vh;
    background: #508086;
    margin: 0;
    transition: 500ms;
    box-shadow: -9px 0px 15px rgb(0 0 0 / 18%);
    padding: 60px 10px;
}
#header .site-navigation-dropdown ul.menu {
    position: relative;
    width: 100%;
    padding: 0;
    margin: 0;
    background: rgb(255 255 255 / 0%);
}
#header .site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: #518086;
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
    font-weight: 600;
}
#header .site-navigation-dropdown ul.menu li a {
    display: block;
    padding: 20px;
    background: #518086;
    color: #ffffff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .1019607843);
    font-weight: 600;
}
#header .site-navigation-toggle-holder.elementor-active+.site-navigation-dropdown {
    transform: none;
    right: 0;
}
#header .site-navigation-toggle-holder.show.elementor-active {
    position: fixed;
    z-index: 99999;
    right: 0;
    top: 30px;
}
#header .site-navigation-dropdown ul.menu li.current-menu-item a {
    color: #518086 !important;
    background: #ffffff !important;
    border-radius: 10px;
}
#header.scrolled{
	position: fixed;
    background: #669298f0;
    backdrop-filter: blur(4px);
	padding: 8px 0px;
    box-shadow: 0px 1px 7px rgb(0 0 0 / 35%);
}
#header .site-branding a{
	display: block;
    text-align: center;
	line-height: 0;
}
#header.scrolled .site-branding a img{
	max-height: 60px;
    width: auto;
}
@media only screen and (max-width: 767px) {
    .menu-mobile{
        display: block;
    }
    #header .colum-menu {
       display: none;
    }
    #header .colum-logo {
        width: 22%;
    }
}
.page-header{
    position: relative;
    width: 100%;
    background: var(--e-global-color-primary);
    overflow: hidden;
    height: 64vh;
    max-height: 430px;
	min-height: 400px;
}
.page-header .featured-image{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.page-header .featured-image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    max-height: 100%;
}
.page-header:before, #hero .img-slide:before {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 50%;
    background: -moz-linear-gradient(0deg, rgba(7,16,24,0) 0%, rgba(7,16,24,0.779171043417367) 100%);
    background: -webkit-linear-gradient(0deg, rgba(7,16,24,0) 0%, rgba(7,16,24,0.779171043417367) 100%);
    background: linear-gradient(0deg, rgba(7,16,24,0) 0%, rgba(7,16,24,0.779171043417367) 100%);
    z-index: 2;
}
.page-header:after, #hero .img-slide:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 50%;
    background: -moz-linear-gradient(0deg, rgba(9,13,11,0.93) 0%, rgba(9,13,11,0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9,13,11,0.93) 0%, rgba(9,13,11,0) 100%);
    background: linear-gradient(0deg, rgba(9,13,11,0.93) 0%, rgba(9,13,11,0) 100%);
}
.page-header .container{
    height: 100%;
}
.page-header .text-header-page {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    bottom: 60px;
    left: 0;
    width: 52%;
	text-align: center;
}
.page-header .text-header-page h1{
    font-weight: 800;
    font-size: 3.1rem;
}
.page-header .text-header-page p{
    font-weight: 600;
}
.rank-math-breadcrumb a {
    text-decoration: none;
    color: #ffffff;
    font-weight: 500;
}
.page-header .rank-math-breadcrumb p{
	font-weight: 500;
    font-size: 13px;
}
.rank-math-breadcrumb p .last{
	color: #d4e0e2;
    font-weight: 600;
}
/* Single */
#content {
    max-width: 100%;
    padding: 0px !important;
}
.single .page-header {
    max-height: 400px;
}
.single .page-header .text-header-page {
    position: absolute;
    z-index: 3;
    color: #ffffff;
    bottom: 30px;
    left: 0;
    right: 0;
    width: 100%;
    text-align: left;
    max-width: 860px;
    margin: auto;
}
.single .page-header .text-header-page h1 {
    font-weight: 700;
    font-size: 2.5rem;
	line-height: 1.12;
}
.single .page-content{
    max-width: 860px;
    margin: auto;
    padding-top: 70px;
    padding-bottom: 90px;
}
.single .page-content h2 {
    font-size: 2rem;
}
.single .featured-image:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background: rgb(20 44 47 / 30%);
}

/* ===== hero ==== */
#hero {
    padding: 0px !important;
}
.img-slide{
    height: 100vh;
    overflow: hidden;
    min-height: 600px;
    position: relative
}
.img-slide .img-bg {
    transform: scale(1.2);
    animation: zoom-in-zoom-out 22s ease-out infinite;
    width: 100%;
    height: 100%;
    position: relative;
}
.img-slide .img-bg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center bottom;
	object-position: 77% bottom;
}
.text-slide {
    position: absolute;
    bottom: 60px;
    text-align: center;
    width: 70%;
    left: 15%;
    opacity: 0;
    transition: 500ms;
}
.swiper-slide-visible.swiper-slide-active .text-slide{
    animation-name: fadeInUp;
    -webkit-animation-name: fadeInUp;
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-delay: 1s;
}
#hero .text-slide h1, #hero .text-slide h2{
    color: #ffffff !important;
    font-weight: 800 !important;
    font-size: 2.65rem;
    margin-bottom: 12px;
}
#hero .text-slide p{
    color: #d4e0e2;
    font-weight: 600;
}
#hero .swiper-slide{
    position: relative;
}
/*#hero .swiper-slide:after {
    content: "";
    position: absolute;
    left: 50%;
    width: 2px;
    background: rgb(255 255 255 / 68%);
    top: 160px;
    z-index: 9;
    height: 0px;
    transition: 1000ms;
}
#hero .swiper-slide-visible.swiper-slide-active:after{
    animation-name: heightLine;
    -webkit-animation-name: heightLine;
    animation-duration: 3s;
    animation-fill-mode: both;
    -webkit-animation-duration: 3s;
    -webkit-animation-fill-mode: both;
    animation-delay: 1s;
}*/
/* ===== secciones ===== */
.secciones {
    padding: 95px 0px;
}
.secciones h2 {
    font-size: 2.5rem;
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}
#articulos .elementor-widget-theme-post-featured-image{
    margin: 0 !important
}
#articulos .elementor-widget-theme-post-featured-image .elementor-widget-container {
    height: 240px;
    border-radius: 4px;
    overflow: hidden;
}
#articulos .elementor-widget-theme-post-featured-image a{
    display: block;
    height: 100%;
    width: 100%;
}
#articulos .elementor-widget-theme-post-featured-image img {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#articulos .articulo-bottom {
    background: #ffffff;
    border-radius: 20px;
    margin-top: -20px;
    padding: 15px 22px 6px;
}
#articulos .titulo-grid-articulo.elementor-widget {
    margin-bottom: 12px;
}
#articulos .articulo-bottom h3{
    font-size: 18px;
    line-height: 1.3;
    font-weight: 700;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#articulos .articulo-bottom p{
    font-size: 14px;
    line-height: 1.3;
    margin-bottom: 0px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
	text-align: justify;
}  
.elementor-swiper-button-prev, .elementor-swiper-button-next {
    position: absolute;
    top: 50%;
    border-radius: 100%;
    background: #ffffff;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    z-index: 9;
    color: #ab7667 !important;
    box-shadow: 0px 0px 9px rgb(24 17 17 / 18%);
    transition: 500ms;
}
.elementor-swiper-button.swiper-button-disabled {
    opacity: 0.2;
}
.elementor-swiper-button-next{
    right: -18px;
}
.elementor-swiper-button-prev{
    left: -18px;
}

.item-grid-cursos {
    background: #F7F5F2;
    border-radius: 10px;
    overflow: hidden;
}
.metas-cursos ul {
    list-style: none;
    padding-left: 16px;
}
.metas-cursos ul li{
    margin-bottom: 10px !important;
    font-size: 15px !important;
}
.metas-cursos ul li span:before {
    color: #ab7668;
    font-weight: 600;
    margin-right: 3px;
}
.metas-cursos ul li:nth-child(1) span:before {
    content: "Fecha:";
}
.metas-cursos ul li:nth-child(2) span:before {
    content: "Duración:";
}
#cursos-talleres .grid-content-cursos {
    margin-top: -16px;
    padding: 0px 20px 30px;
}
#cursos-talleres .grid-content-cursos .item-category span{
    display: block;
    background: #ab7667;
    border-radius: 50px;
    text-align: center;
    margin: auto;
    width: 60%;
    padding: 8px;
    line-height: 1.2;
    color: #ffffff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 600;
}
#cursos-talleres .elementor-widget-theme-post-featured-image.elementor-widget-image {
    margin: 0;
}
#cursos-talleres .elementor-widget-theme-post-featured-image .elementor-widget-container {
    height: 260px;
    border-radius: 4px;
    overflow: hidden;
}
#cursos-talleres .elementor-widget-theme-post-featured-image a{
    display: block;
    height: 100%;
    width: 100%;
}
#cursos-talleres .elementor-widget-theme-post-featured-image img {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#cursos-talleres .elementor-widget-theme-post-title h3{
    margin-top: 13px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

#eventos .item-grid-evento {
    background: #F7F5F2;
    padding: 30px 20px;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 1px 1px 4px rgb(0 0 0 / 16%);
}
#eventos .elementor-widget-theme-post-featured-image .elementor-widget-container {
    height: 180px;
    overflow: hidden;
}
#eventos .elementor-widget-theme-post-featured-image a{
    display: block;
    height: 100%;
    width: 100%;
}
#eventos .elementor-widget-theme-post-featured-image img {
    display: block;
    vertical-align: middle;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
#eventos .img-eventos-grid{
    position: relative;
    margin-bottom: 20px;
}
#eventos .img-eventos-grid .elementor-widget-html{
    position: absolute;
    top: 10px;
    right: 13px;
    z-index: 9;
    background: #ab7667;
    border-radius: 34px;
    display: inline-block;
    width: auto;
    padding: 7px 20px;
    line-height: 1;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 600;
    letter-spacing: 1px;
    font-size: 9px;
}
#eventos .grilla-eventos p {
    font-size: 13.5px;
    line-height: 1.3 !important;
    text-align: justify;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 110px;
}
#eventos .grilla-eventos h3.elementor-heading-title {
    min-height: 38px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
#eventos .grilla-eventos .swiper-slide {
    padding: 3px;
}
.elementor-lightbox .swiper .elementor-swiper-button-next {
    right: 25px;
    height: 60px;
    width: 60px;
}
.elementor-lightbox .swiper .elementor-swiper-button-prev {
    left: 25px;
    height: 60px;
    width: 60px;
}

.height100, .height100 .elementor-widget-container{
    height: 100%;
}
.height100 .elementor-widget-container{
    position: relative;
    display: inline-block;
}
.height100 img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
}
.height100 .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 38%;
    background: -moz-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
}
#caminos-mum .elementor-image-box-img{
    position: relative;
    line-height: 0;
}
#caminos-mum .elementor-image-box-img:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 38%;
    background: -moz-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
}
.lista-botones-tres .elementor-element.elementor-widget-button {
    width: 32%;
    margin-right: 2%;
}
.lista-botones-tres .elementor-element.elementor-widget-button a{
    width: 100%;
    display: block;
    line-height: 1.3;
    border-radius: 12px;
    transition: 500ms;
}
.lista-botones-tres .elementor-element.elementor-widget-button a:hover{
    background-color: #6a989e
}
.lista-botones-tres .elementor-element.elementor-widget-button:nth-child(3n){
    margin-right: 0;
}
.galeria-proyectos .swiper-slide-inner {
    padding-top: 90%;
    position: relative;
}
.galeria-proyectos .swiper-slide-inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
}
.galeria-proyectos .elementor-widget{
    margin-bottom: 10px !important;
}
.galeria-proyectos .swiper-slide-inner:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 38%;
    background: -moz-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
}
.galeria-proyectos .swiper-slide a:after {
    content: "+";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9;
    display: flex;
    bottom: 0;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    font-weight: 900;
    font-size: 28px;
    opacity: 0;
    transition: 500ms;
    top: 50%;
}
.galeria-proyectos figcaption.elementor-image-carousel-caption {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    padding: 0 15px;
    color: #ffffff;
    font-weight: 900;
    background: rgb(105 68 57 / 70%);
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
	opacity: 0;
	transition: 500ms;
}
.galeria-proyectos .swiper-slide a:hover:after{
    opacity: 1;
}
.galeria-proyectos .swiper-slide a:hover figcaption.elementor-image-carousel-caption{
	opacity: 1;
}
/* ==== educacion ======= */
.seccion-cursos .detalles-curso{
    background: #508086;
    border-radius: 12px;
    color: #ffffff;
    padding: 32px 30px;
    min-height: 95%;
}
.seccion-cursos .detalles-curso h4{
    font-size: 17px;
    font-weight: 700;
    margin-bottom: 28px;
}
.seccion-cursos .detalles-curso ul{
    padding-left: 18px;
    margin-bottom: 39px;
    list-style: square;
}
.seccion-cursos .detalles-curso ul li{
    font-size: 14px;
    margin-bottom: 11px;
    line-height: 1.25;
    border-bottom: 1px solid #659095;
    padding-bottom: 10px;
}
.seccion-cursos .detalles-curso p{
    font-size: 13px;
}
.seccion-cursos .curso-content-info h3{
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}
.seccion-cursos .curso-content-info h2{
    margin-top: 5px !important;
    font-size: 2.8rem;
}
.seccion-cursos  a.elementor-button.elementor-button-link {
    display: block;
    width: 100%;
    border-radius: 10px;
}
.seccion-cursos{
    padding: 70px 0px;
}
.carrusel-fotos-cursos {
    border-radius: 10px;
    overflow: hidden;
}
.carrusel-fotos-cursos .swiper-slide-inner {
    overflow: hidden;
    position: relative;
}
.carrusel-fotos-cursos .swiper-slide-inner:after{
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 38%;
    background: -moz-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
}
.carrusel-fotos-cursos .swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carrusel-fotos-cursos .elementor-swiper-button-prev, 
.carrusel-fotos-cursos .elementor-swiper-button-next,
.carrusel-fotos-encuentros .elementor-swiper-button-prevßß,
.carrusel-fotos-encuentros .elementor-swiper-button-next  {
    top: 56% !important;
    background: transparent;
    color: #ffffff !important;
    box-shadow: none !important;
}

.carrusel-fotos-encuentros .swiper-slide a {
    height: 350px;
    overflow: hidden;
    position: relative;
    display: block !important;
    padding-bottom: 35px;
}
.carrusel-fotos-encuentros .swiper-slide .swiper-slide-inner{
    height: 100%;
    position: relative;
    line-height: 0;
}
.carrusel-fotos-encuentros .swiper-slide-inner img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.carrusel-fotos-encuentros .swiper-slide-inner figcaption {
    font-size: 15px;
    color: #333;
    line-height: 1.4;
    font-style: italic;
    font-weight: 600;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 9;
    padding-top: 3px;
}
.detalles-encuentros h3 {
    margin-bottom: 0px !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: 700;
}
.detalles-encuentros h2 {
    margin-top: 8px !important;
    font-size: 2.9rem;
}
.btn-participa a{
    display: block !important;
    background: #669298;
    text-align: center;
    padding: 14px 10px !important;
    border-radius: 4px;
    color: #ffffff;
    text-transform: uppercase;
    font-weight: 700 !important;
    text-decoration: none;
    margin-top: 29px;
    font-size: 15px;
    transition: 500ms;
	line-height: 1.2;
}
.btn-participa a:hover {
    background: #518086;
}
#cursos-talleres .btn-participa a{
	margin-top: 0px;
}
.post .contenido-general p, 
.post .contenido-general li {
    text-align: justify;
    line-height: 1.45;
}
.post .contenido-general hr {
    border: 0;
    border-top: 2px solid #d9d9d9;
    background: transparent;
    margin-top: 44px;
    margin-bottom: 40px;
}
.post .contenido-general .gallery {
    display: flex;
    flex-wrap: wrap;
    margin-left: -8px;
    margin-right: -8px;
    margin-bottom: 5px;
}
.post .contenido-general img{
	border-radius: 2px;
}
.post .contenido-general .wp-caption-text {
    padding-top: 7px;
    font-weight: 800;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
}
.post .contenido-general .wp-caption-text .textR{
	display: block;
    text-align: right;
    text-transform: initial;
    font-weight: 600;
    margin-bottom: 4px;
}
.post .contenido-general .gallery .gallery-item {
    margin: 0;
    padding: 8px;
	text-align: center;
}
.post .contenido-general .gallery .gallery-icon {
    line-height: 1;
}
.post .contenido-general .gallery.gallery-columns-2 .gallery-item {
    width: 50%;
}
.post .contenido-general .gallery.gallery-columns-3 .gallery-item {
    width: 33.33333%;
}
.post .contenido-general .gallery.gallery-columns-4 .gallery-item {
    width: 25%;
}
.post .contenido-general .gallery.gallery-columns-5 .gallery-item {
    width: 20%;
}
.post .contenido-general .gallery.gallery-columns-6 .gallery-item {
    width: 16.66666%;
}
.post.post-28 .page-header .featured-image img {
    object-position: center 10%;
}
.elementor-element .swiper .elementor-swiper-button, .elementor-element .swiper~.elementor-swiper-button, .elementor-lightbox .swiper .elementor-swiper-button, .elementor-lightbox .swiper~.elementor-swiper-button {
    justify-content: center;
    align-items: center;
}
.galerias-encuentros .elementor-widget-image {
    height: 350px;
    overflow: hidden;
	margin-bottom: 0px !important;
}
.galerias-encuentros .elementor-widget-image .elementor-widget-container,
.galerias-encuentros .elementor-widget-image .elementor-widget-container a{
    display: block;
    height: 100%;
}
.galerias-encuentros .elementor-widget-image .elementor-widget-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.galerias-encuentros .elementor-widget-heading{
	 margin-bottom: 10px !important;
}
.galerias-encuentros .elementor-widget-heading .elementor-heading-title a {
    display: block;
    padding-top: 18px;
    font-weight: 700;
    font-size: 19px !important;
}
.galerias-encuentros .elementor-widget-heading p.elementor-heading-title {
    font-size: 14px;
}
.galerias-encuentros .elementor-column-gap-default>.elementor-column>.elementor-element-populated {
    padding: 0px;
}
@media (min-width: 641px) {
	#field_2_9.gfield{
		-ms-grid-column-span: 6;
    	grid-column: span 6;
	}
	#field_2_16.gfield, #field_2_15.gfield{
		-ms-grid-column-span: 3;
		grid-column: span 3;
	}
}
@media only screen and (min-width: 1921px) {
	html{
		max-width: 1920px;
		margin: auto;
		position: relative;
		background: #b4c0c1;
		box-shadow: 0px 0px 17px rgb(0 0 0 / 24%);
	}
	#header.scrolled {
		max-width: 1920px;
	}
	 #hero .elementor-image-box-img {
        height: auto !important;
    }
}

@media (min-width: 1024px) and (max-width: 1200px){
	.elementor-section.elementor-section-boxed>.elementor-container,
	.container,
	.single .page-content{
		max-width: 960px !important;
	}
	h1, h2, h3, h4, h5, h5, p, li, a.elementor-button {
    	zoom: 0.82;
	}
	#hero .elementor-image-box-img {
		height: auto !important;
		min-height: auto !important;
	}
	.page-header {
		max-height: 360px;
		min-height: 300px;
	}
	.secciones {
		padding: 75px 0px;
	}
	.page-header .text-header-page h1 {
		font-size: 2.9rem;
	}
	.page-header .text-header-page {
		left: 15px;
	}
	.page-header .text-header-page {
		bottom: 30px;
	}
	#cursos-talleres .elementor-widget-theme-post-featured-image .elementor-widget-container,
	#articulos .elementor-widget-theme-post-featured-image .elementor-widget-container{
		height: 200px;
	}
}
@media (min-width: 768px) and (max-width: 1023px){
	.elementor-section.elementor-section-boxed>.elementor-container,
	.container,
	.single .page-content{
		padding-left: 13px;
    	padding-right: 13px;
	}
	h1, h2, h3, h4, h5, h5, p, li, a.elementor-button {
    	zoom: 0.71;
	}
	#hero .elementor-image-box-img {
		height: auto !important;
		min-height: auto !important;
	}
	.page-header {
		max-height: 300px;
		min-height: 300px;
	}
	.secciones {
		padding: 60px 0px;
	}
	.page-header .text-header-page h1 {
		font-size: 2.8rem;
	}
	.page-header .text-header-page {
		left: 15px;
	}
	.page-header .text-header-page {
		bottom: 30px;
	}
	#cursos-talleres .elementor-widget-theme-post-featured-image .elementor-widget-container,
	#articulos .elementor-widget-theme-post-featured-image .elementor-widget-container{
		height: 200px;
	}
}
@media only screen and (min-width: 1600px) {
	.container, .elementor-section.elementor-section-boxed>.elementor-container {
		max-width: 1280px !important;
	}
	h1, h2, h3, h4, h5, h5, p, li, a.elementor-button {
		zoom: 1.12;
	}
	.page-header {
		max-height: 480px;
		min-height: 450px;
	}
	.single .page-content,
	.single .page-header .text-header-page{
		max-width: 910px;
	}
	.single .page-header {
		max-height: 472px;
	}
}

.carrusel-fotos-cursos .elementor-widget-container:after {
    content: "";
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    height: 38%;
    background: -moz-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: -webkit-linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
    background: linear-gradient(0deg, rgba(9, 13, 11, 0.7763699229691876) 0%, rgba(9, 13, 11, 0) 100%);
}
@media only screen and (min-width: 1024px) {
	.carrusel-fotos-cursos .elementor-widget-container {
		height: 500px;
	}
	.carrusel-fotos-cursos .elementor-widget-container img {
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
}
@media only screen and (min-width: 968px) {
	.carrusel-fotos-cursos .swiper-slide-inner {
		height: 520px;
	}
}
@media only screen and (min-width: 768px) {
    .secciones .swiper-pagination {
        display: none;
    }
    .height100 .elementor-widget-container{
        width: 92%;
    }
}
@keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1.05);
    }
    50% {
      transform: scale(1) ;
    }
    100% {
      transform: scale(1.05);
    }
}

@-webkit-keyframes zoom-in-zoom-out {
    0% {
      transform: scale(1.05);
    }
    50% {
      transform: scale(1) ;
    }
    100% {
      transform: scale(1.05);
    }
}

@keyframes fadeInUp {
    from {
        transform: translate3d(0,70px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}

@-webkit-keyframes fadeInUp {
    from {
        transform: translate3d(0,70px,0)
    }

    to {
        transform: translate3d(0,0,0);
        opacity: 1
    }
}
@keyframes heightLine {
    from {
        height: 0;
    }
    to {
        height: calc(80% - 200px);
    }
}
@-webkit-keyframes heightLine {
    from {
        height: 0;
    }
    to {
        height: calc(80% - 200px);
    }
}


@font-face {
    font-family: "Font Awesome 5 Brands";
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot);
    src: url(../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.eot?#iefix) format("embedded-opentype"),
        url(../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff2) format("woff2"),
        url(../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.woff) format("woff"),
        url(../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.ttf) format("truetype"),
        url(../../plugins/elementor/assets/lib/font-awesome/webfonts/fa-brands-400.svg#fontawesome) format("svg")
}
.fab {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
}
.fa-facebook-f:before {
    content: "\f39e";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-whatsapp:before {
    content: "\f232";
}
.fa-youtube:before {
    content: "\f167";
}
#colum-rrss ul {
    list-style: none;
    padding-top: 10px;
    padding-left: 15px;
}

#colum-rrss ul li a {
    color: #ffffff;
    display: inline-block;
    padding: 6px 12px;
    border-radius: 5px;
    transition: 500ms;
    line-height: 1.2;
    font-weight: 600;
}
#colum-rrss ul li a:hover{
    color: var(--e-global-color-primary);
}
#colum-rrss ul li {
    margin-bottom: 26px;
}
#colum-rrss ul li a:hover{
    background: rgb(255 255 255 / 89%);
}
#colum-rrss ul li a:before {
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    margin-right: 10px;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
    line-height: 1;
}
#colum-rrss ul li:nth-child(1) a:before{
    content: "\f39e";
}
#colum-rrss ul li:nth-child(2) a:before{
    content: "\f16d";
}
#colum-rrss ul li:nth-child(3) a:before{
    content: "\f232";
}

#footer{
    background: #518086;
    max-width: 100%;
}
#footer-content {
    padding-top: 80px;
    padding-bottom: 80px;
}
.colum-footer.colum-footer-1 {
    width: 32%;
    text-align: center;
    padding-right: 3%;
}
.colum-footer.colum-footer-1 p{
    color: #ffffff;
    line-height: 1.3;
    font-size: 15px;
}
.colum-footer.colum-footer-2 {
    width: 19%;
}
.colum-footer.colum-footer-3 {
    width: 49%;
	padding-left: 1%;
}
#footer h3.widget-title {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 17px;
    text-align: center;
    font-weight: 800;
    margin-bottom: 30px;
    margin-top: 30px;
}
#footer-bottom {
    background-color: #44767C;
    padding: 12px 15px;
}
#footer-bottom p{
    margin: 0;
    text-align: center;
    color: #ffffff;
    font-size: 12px;
}
#colum-canales-yt ul {
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}
#colum-canales-yt ul li{
    width: 33.333333%;
    padding: 9px;
}
#colum-canales-yt ul li a {
    color: var(--e-global-color-primary);
    display: block;
    width: 100%;
    margin: auto;
    background: #ffffff;
    border-radius: 8px;
    padding: 12px 12px 12px 42px;
    height: 100%;
    line-height: 1.12;
    font-weight: 500;
    position: relative;
    transition: 500ms;
	font-size: 15px;
}
#colum-canales-yt ul li a:hover{
    background: #e7ecec;
}
#colum-canales-yt ul li a:before {
    content: "\f167";
    font-family: "Font Awesome 5 Brands";
    font-weight: 400;
    position: absolute;
    left: 10px;
    font-size: 21px;
    top: 23%;
}

@media only screen and (max-width: 767px) {
	#header {
		padding: 0;
	}
	#header .site-branding a {
		max-width: 100px;
		text-align: left;
	}
	#header .container {
		padding: 15px 10px 0px 15px;
	}
	#header.scrolled .container{
		 padding: 0;
	}
	#header.scrolled {
		padding: 8px 10px 8px 15px;
	}
	.secciones {
		padding: 50px 0px;
	}
    #colum-rrss ul {
        text-align: center;
    }
    .secciones h2 {
        font-size: 1.8rem !important;
    }
    .page-header {
        height: 420px;
		max-height: inherit;
        min-height: inherit;
    }
    .page-header .text-header-page {
        width: 100%;
        text-align: center;
        padding: 0 15px;
        bottom: 30px;
    }
    .page-header .text-header-page h1 {
        font-weight: 700;
        font-size: 2.1rem;
    }
    .page-header .text-header-page p {
        font-size: 13px;
    }
    #footer-content {
        padding: 70px 15px;
    }
    #footer .colum-footer{
        width: 100% !important;
        padding-right: 0px;
		padding-left: 0px;
    }
}
@media only screen and (max-width: 560px){
    .elementor-section{
        padding-left: 7px !important;
        padding-right: 7px !important;
    }
    .elementor-section p{
        font-size: 14px;
    }
    .lista-botones-tres .elementor-element.elementor-widget-button {
        width: 100% !important;
        margin-right: 0;
    }
    #hero .swiper-slide:after {
        display: none;
    }
    .secciones h2 {
        font-size: 1.8rem !important;
        line-height: 1.3;
        text-align: center;
    }
    .secciones {
        padding: 45px 0px;
    }
    #colum-canales-yt ul li a {
        padding: 10px 10px 10px 44px;
    }
    #colum-canales-yt ul li a:before {
        left: 12px;
        font-size: 20px;
        top: 23%;
    }
    #cifras .elementor-widget-icon-box {
        margin-bottom: 40px;
    }
    #hero .img-slide {
        max-height: 700px;
    }
    #hero .text-slide {
        width: 92%;
        left: 4%;
    }
    #hero .text-slide h1,#hero .text-slide h2 {
        font-size: 1.8rem !important;
    }
    .single .page-header .text-header-page h1 {
        font-size: 1.8rem;
        line-height: 1.1;
    }
    .single .page-header .text-header-page {
        bottom: 30px;
    }
    .single .page-content {
        padding-left: 15px;
        padding-right: 15px;
    }
    #articulos h2{
        text-align: center;
    }
    #footer-content {
        padding: 60px 15px;
    }
	#colum-canales-yt ul li{
		font-size: 13px;
	}
	#colum-canales-yt ul li {
		width: 50%;
	}
	#colum-canales-yt ul li a {
		min-height: 50px;
	}
	.page-header {
        height: 380px;
		max-height: inherit;
        min-height: inherit;
    }
}