.elementor-kit-13{--e-global-color-primary:#D52B1E;--e-global-color-secondary:#767676;--e-global-color-text:#767676;--e-global-color-accent:#D52B1E;--e-global-color-b6e2d7e:#4D616F;--e-global-typography-primary-font-family:"SourceSansPro";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"SourceSansPro";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"SourceSansPro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"SourceSansPro";--e-global-typography-accent-font-weight:500;}.elementor-kit-13 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//*ESTILOS DEL MENÚ*/
.menu-container{
    text-align: right;
    display: flex;
    justify-content: flex-end;
}
.phone-container, .email-container{
    font-size:1em;
    font-family:"source_sans_proregular", sans-serif;
    line-height:normal;
    font-weight:500;
    display: flex;
    align-items: center;
    
    color:#999999;
}
.email-container{
    margin-left:45px;
}
.phone-container img, .email-container img{
    width: 24px;
    margin-right: 8px;
}
.phone-container a, .email-container a{
    color:#999999;
    text-decoration:none;
}

/*ESTILOS DE SECCION VIDEO*/
.pv-video-title{
    font-weight: bold;
    padding-left: 20px;
    font-size: 18px;
    margin-bottom:10px;
}
.pv-video-info-container {
    padding-left: 20px;
    border-left: 1px solid #8d9daa;
}
.pv-video-description{
    font-size:16px;
    margin-bottom:5px;
}
.pv-video-date{
    font-size:14px;
}
.pv-video-row{
    margin-bottom: 35px;
    color:#767676;
    font-weight:300;
    cursor:pointer;
}
.pv-video-row:last-child{
    margin-bottom:unset;
}

.consumed{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
    filter: grayscale(.9);
    filter: opacity(45%);
}

.pv-video-row-2{
    display: flex;
    width: 10%;
    margin-bottom: 0px;
    margin-top: 13px;
}
/*ESTILOS DEL FOOTER*/
#footer-links-container{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.footer-links-list{
    display:block;
    list-style: none;
    padding: 0;
    margin: 0;
    line-height:normal;
}
.footer-links-list li{
    display: inline;
    padding: 0 10px;
}
.footer-links-list a{
    color: #999999;
    text-decoration: underline;
    font-size:0.875em;
    font-family:"source_sans_proregular", sans-serif;
        line-height: 1.42857143;
    font-weight:500;
}

/* MEDIA QUERY */
@media screen and (max-width:768px){
/*MEDIA QUERY MENU*/
.menu-container{
    flex-direction:column;
    align-items:center;
    justify-content: center;
}
    .email-container, .phone-container {
        display: flex !important;
        margin-left: 0 !important;
        align-items: center;
        justify-content: center;
    }
    .pv-video-row-2{
        width:20%;
    }
}/* End custom CSS */