/* BEGIN: CTA - Una columna */
.boxnews__item--triple .cta__foto {
    flex: 0 1 60%;
    max-width: 60%;
    margin-left: 2rem;
}

.cta__foto img {
    pointer-events: none;
    width: 100%;
    z-index: -1;
}
/* END: CTA - Una columna */

/* BEGIN: CTA - Dos columnas */
.boxnews__list.boxnews--info-acelera.cta__container {
    background: none;
}

.boxnews__list.boxnews--info-acelera.cta__container {
    margin: 0 -0.8rem;
}

.boxnews__list.boxnews--info-acelera.cta__container .cta__foto img {
    height: 198px;
}
/* END: CTA - Dos columnas */

/* BEGIN: CTA - Dos columnas - carousel */
.template_CTA_Dos_Columnas_Carousel.container-with-swiper {
    overflow: visible !important;
}
.sliderTemplate_CTA_Dos_Columnas_Carousel .boxnews__list {
    flex-flow: initial;
}
.sliderTemplate_CTA_Dos_Columnas_Carousel .boxnews__list.boxnews--info-acelera.cta__container {
    margin: 0;
}
.template_CTA_Dos_Columnas_Carousel.boxnews .swiper-container .swiper-slide-next+.swiper-slide {
    opacity: .3;
}
/* END: CTA - Dos columnas - carousel */

/* BEGIN: Especialidades */
.grid-especialidades h3.page__aside__title.page__aside__title--specialties {
    color: #46001d;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 23px;
    line-height: 1.4375rem;
    margin-bottom: 0;
    padding-bottom: 1.5rem;
    text-transform: uppercase;
}
.page__block--aside.grid-especialidades .page__block__content .read__more p {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 27px;
    line-height: 1.6875rem;
}
/* END: Especialidades */

/* BEGIN: Quote */
.cite__quote.templates p, 
.cite__quote.templates cite {
    font-size: 23px;
    font-size: 1.438rem;
}
/* END: Quote */

/* BEGIN: Caja con titulo, icono, texto y boton */
.summernote-template.boxnews--dosiers .boxnews__item {
    flex: 0 1 100% !important;
    max-width: 100% !important;
}
.summernote-template.boxnews--dosiers .boxnews__item .boxnews__content__info div.show {
    min-height: 270px;
}
@media (max-width: 991px){
    .boxnews--dosiers .boxnews__item .boxnews__content__info div.show {
        min-height: inherit !important;
    }
}
.summernote-template.boxnews--dosiers .boxnews__item .btn__solid--icon {
    min-width: 100%;
}
/* END: Caja con titulo, icono, texto y boton */

/* BEGIN: Opciones de estilos en el editor de texto summernote */
h2.summernote-styles-h2 {
    color: #46001d;
    font-family: Cuatrecasas;
    font-size: 43px;
    font-weight: 400;
    text-transform: none;
    line-height: 1.2;
}
h3.summernote-styles-h3-1 {
    color: #46001d;
    font-family: Cuatrecasas;
    font-size: 33px;
    font-weight: 700;
    border-top: 1px solid #ff6369;
    padding-top: 10px;
    padding-bottom: 20px;
}
h3.summernote-styles-h3-2 {
    color: #ff6369;
    font-family: Cuatrecasas;
    font-size: 33px;
    font-weight: 400;
}
h4.summernote-styles-h4 {
    color: #46001d;
    font-family: Cuatrecasas;
    font-size: 27px;
    font-weight: 700;
}
p.summernote-styles-normal {
    color: #46001d;
    font-family: Cuatrecasas;
    font-size: 23px;
    font-weight: 400;
}
blockquote.summernote-styles-blockquote {
    color: #ff6369;
    font-family: Cuatrecasas;
    font-size: 43px;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2;
}
blockquote.summernote-styles-blockquote p:not(.summernote-styles-normal) {
    color: #ff6369;
    font-family: Cuatrecasas;
    font-size: 43px !important;
    font-weight: 400;
    font-style: italic;
    line-height: 1.2 !important;
}
/* END: Opciones de estilos en el editor de texto summernote */