.blog-main-section {
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color: white;
    display: flex;
    align-items: flex-end;
    padding: 60px 0px;
    position: relative;
}

.blog-main-section-overlay {
    height: 100%;
    width: 100%;
    background: url("../img/blog-bg-overlay.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    left: 0;
    bottom: 0;
}

.blog-section-overlay {
    height: 100%;
    width: 100%;
    background: #1F609C;
    mix-blend-mode: normal;
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
}

.blog-main-titulo {
    background: #fffdfdca;
    border-radius: 20px;
    padding: 1.4rem;
}

.blog-main-titulo p {
    text-transform: uppercase;
    font-size: 17px;
    font-weight: 500;
    margin-bottom: .5rem;
}

.blog-main-titulo h1 {
    font-size: 30px;
    margin-bottom: 1.6rem;
    color: black;
    font-weight: 900;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blog-main-titulo a {
    display: flex;
    margin: 0 auto;
    width: fit-content;
}

/* NAVEGADOR */
.carousel-nav-container {
    overflow: hidden;
}

.carousel-nav-container .carousel__slide {
    width: auto;
    padding: 1rem 1rem 1rem 0;
}

.scroll-item {
    position: relative;
    text-align: center;
    margin: 0px;
    display: inline-block;
    transition: .3s;
    border-radius: 10px;
}

.scroll-item a:hover {
    text-decoration: none;
}

.carousel-nav-item {
    border-radius: 10px;
    color: white;
    display: inline-flex;
    align-items: center;
    padding: .8rem 1rem;
    text-transform: uppercase;
    text-align: center;
    line-height: 1.1;
    white-space: nowrap;
}

.carousel-nav-item img {
    height: 25px;
    margin-right: 5px;
}

.carousel-nav-item.item-aqua {
    background: #26ADA2;
}

.carousel-nav-item.item-aqua:hover {
    background: linear-gradient(180deg, #26ADA2 0%, #006C62 100%);
}

.carousel-nav-item.item-green {
    background: #74AE51;
}

.carousel-nav-item.item-green:hover {
    background: linear-gradient(180deg, #74AE51 0%, #2C7600 100%);
}

.carousel-nav-item.item-yellow {
    background: #DF8626;
}

.carousel-nav-item.item-yellow:hover {
    background: linear-gradient(180deg, #DF8626 0%, #9B5000 100%);
}

.carousel-nav-item.item-orange {
    background: #DA6748;
}

.carousel-nav-item.item-orange:hover {
    background: linear-gradient(180deg, #DA6748 0%, #A92400 100%);
}

.carousel-nav-item.item-pink {
    background: #D44B95;
}

.carousel-nav-item.item-pink:hover {
    background: linear-gradient(180deg, #D44B95 0%, #92004F 100%);
}

/* Articulos */
.blog-articulos {
    padding: 40px 0px;
}

.blog-section-title {
    text-transform: uppercase;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
    transition: .3s;
}

.blog-section-title:hover {
    color: #1F609C !important;
}

.articulo-container {
    background: #F1F1F1;
    box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.2);
    border-radius: 20px;
    padding: 1.8rem;
}

.articulo-container img {
    min-height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
}

.articulo-container .articulo-seccion {
    margin-bottom: .6rem;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 500;
    color: #1F609C;
}

.articulo-container h6 {
    font-weight: 800;
    font-size: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.articulo-container p {
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.blue-btn {
    background: #4C81B3;
    border: 2px solid #4C81B3;
    color: white;
    font-weight: 700;
    font-size: 15px;
    padding: 6px 20px;
}

.blue-btn:hover,
.blue-btn:active {
    background: white;
    color: #4C81B3;
}

.articulos-more {
    border-bottom: 2px solid #EBE8E8;
    padding: 20px 0px;
    text-align: right;
}

.articulos-more a {
    color: #1F609C;
    font-weight: 700;
}

/* Articulos mobile */
.notasmobile-carousel .carousel__slide {
    width: 85%;
    padding-left: 0;
    padding-right: 1.4rem;
}

/*//////////// BANNER ////////////////*/
.blog-newsletter-banner {
    background: url("../img/newsletter-blog-bg.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    min-height: 500px;
    display: flex;
    align-items: center;
    color: #fff;
    padding: 40px 0px;
}

.blog-newsletter-banner h5 {
    text-shadow: 0px 1.88476px 1.88476px rgba(0, 0, 0, 0.35);
    line-height: 1.4;
}

.blog-newsletter-banner .h1 {
    margin-top: 20px;
    display: block;
}

/*//////////// PAGINA DE SECCIONES ////////////////*/
.blog-articulos-seccion {
    position: relative;
    height: 600px;
    transition: .4s;
}

.articulos-button {
    height: 215px;
    text-align: center;
    background: rgb(255, 255, 255);
    background: linear-gradient(0deg, rgba(255, 255, 255, 1) 49%, rgba(255, 255, 255, 0.1) 100%);
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding-bottom: 30px;
    transition: .4s;
}

.articulos-button a {
    cursor: pointer;
}

.articulos-auto-height {
    height: auto !important;
}

.hide-articulos-button {
    opacity: 0;
}

/*//////////// PAGINA DE NOTAS INDIVIDUALES ////////////////*/
.blog-nota-main-section {
    min-height: 80vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    display: flex;
    align-items: flex-end;
    position: relative;
}

.fotografo-container {
    position: absolute;
    top: 50px;
    right: 50px;
    cursor: pointer;
    width: 55px;
    height: 55px;
    display: flex;
    align-items: center;
}

.fotografo-container img {
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 5;
}

.fotografo-nombre {
    height: 55px;
    background-color: white;
    width: auto;
    padding: 0 1rem;
    border-radius: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 70px;
    position: absolute;
    right: 0;
    z-index: 1;
    transform: translateX(200px);
    opacity: 0;

}

.fotografo-container:hover .fotografo-nombre {
    transform: translateX(0);
    opacity: 1;
}

.fotografo-nombre a {
    color: #8E8E8E;
    text-decoration: none;
    text-transform: uppercase;
}

.fotografo-nombre a:hover {
    color: #1F609C;
}

.blog-nota-seccion {
    background: white;
    padding: 1.2rem;
    text-transform: uppercase;
    font-size: 17px;
}

.blog-nota-fecha {
    color: #8E8E8E;
    margin-bottom: .4rem;
}

.blog-nota-autor {
    display: flex;
    align-items: center;
    padding-bottom: 1rem;
    border-bottom: 2px solid #EBE8E8;
    margin-bottom: 2rem;
}

.blog-nota-autor img {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 10px;
}

.blog-nota-autor p {
    font-size: 18px;
    color: #8E8E8E;
    margin-bottom: 0;
}

.blog-nota-autor p span {
    text-decoration: underline;
    color: #606060;
}

.contenido-nota .contenido-nota-titulo {
    font-size: 28px;
    color: #000;
    font-weight: 800;
    margin-bottom: 1.4rem;
    line-height: 1.2;
}

.contenido-nota .contenido-nota-subtitulo {
    font-size: 20px;
    color: #000;
    font-weight: 800;
}

.contenido-nota .contenido-nota-parrafos {
    font-size: 16px;
    color: #585858;
    font-weight: 500;
    margin-bottom: 1.6rem;
}

.contenido-nota .contenido-nota-parrafos a {
    color: #1F609C;
    text-decoration: underline;
}

.contenido-nota .contenido-nota-texto-destacado {
    font-size: 20px;
    color: #1F609C;
    text-align: center;
    text-decoration: underline;
    padding: 1rem;
}

.contenido-nota .contenido-nota-fotografias {
    margin-bottom: 1.6rem;
}

.contenido-nota .contenido-nota-fotografias img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.contenido-nota .contenido-nota-fotografias p {
    background: #EBE8E8;
    padding: .8rem;
    text-align: center;
    margin-bottom: 0;
}

.contenido-nota .contenido-nota-videos {
    position: relative;
    margin-bottom: 1.6rem;
}

.contenido-nota .contenido-nota-videos-cover {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.contenido-nota .contenido-nota-videos-icon {
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s;
}

.contenido-nota .contenido-nota-videos-icon:hover {
    transform: scale(1.1);
}

.contenido-nota-galeria .row {
    margin-right: -5px;
    margin-left: -5px;
}

.contenido-nota-galeria .col-4,
.contenido-nota-galeria .col-md-3 {
    padding-right: 5px;
    padding-left: 5px;
}

.contenido-nota-galeria img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    margin-bottom: 10px;
}

.contenido-nota-compartir {
    border-top: 2px solid #EBE8E8;
    border-bottom: 2px solid #EBE8E8;
    margin: 1.6rem 0rem;
    padding: 1rem;
    display: flex;
    justify-content: end;
}

.contenido-nota-compartir button {
    background: #EBE8E8;
    width: 41px;
    height: 41px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    color: #585858;
    margin-left: 8px;
}

.contenido-nota-compartir button:focus {
    box-shadow: none;
}

.contenido-nota-compartir button:first-child:focus {
    color: #74AE51;
}

.contenido-nota .contenido-nota-enviar {
    display: flex;
    justify-content: space-between;
}

.contenido-nota .contenido-nota-enviar input {
    margin-right: 20px;
    border: 1px solid #4C81B2;
}

.contenido-nota .contenido-nota-enviar input::placeholder {
    /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #4C81B2;
    opacity: 1;
    /* Firefox */
}

.contenido-nota .contenido-nota-enviar input:-ms-input-placeholder {
    /* Internet Explorer 10-11 */
    color: #4C81B2;
}

.contenido-nota .contenido-nota-enviar input::-ms-input-placeholder {
    /* Microsoft Edge */
    color: #4C81B2;
}

.contenido-nota .contenido-nota-comentarios {
    margin-top: 2rem;
}

.contenido-nota .contenido-nota-comentarios-info p {
    font-size: 14px;
    margin-bottom: .4rem;
}

.contenido-nota .contenido-nota-comentarios-texto {
    color: #000;
    font-weight: 400;
}

.contenido-nota .contenido-nota-comentarios-reaccion {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contenido-nota .contenido-nota-comentarios-reaccion button {
    background: #EBE8E8;
    width: 30px;
    height: 30px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #000;
    margin-right: 8px;
}

.contenido-nota .contenido-nota-comentarios-reaccion button:focus {
    box-shadow: none;
}

.contenido-nota .contenido-nota-comentarios-reaccion button:first-child:focus {
    color: #74AE51;
}

.contenido-nota .contenido-nota-comentarios-reaccion button:last-child:focus {
    color: #e00000;
}


/* Columna derecha */
.seguinos-social {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #EBE8E8;
}

.seguinos-social a {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    border-radius: 50%;
    margin: 0 6px;
    color: white;
}

.seguinos-social a:hover {
    text-decoration: none;
}

.seguinos-social-fb {
    background: #3B5998;
}

.seguinos-social-ig {
    background: rgb(203, 44, 134);
    background: linear-gradient(50deg, rgba(203, 44, 134, 1) 0%, rgba(148, 50, 165, 1) 100%);
}

.seguinos-social-tw {
    background: #00ACEE;
}

.seguinos-social-yt {
    background: #C4302B;
}

.mas-notas {
    background: #1F609C;
    padding: 2rem;
    color: white;
}

.mas-notas-card {
    border-radius: 10px;
    overflow: hidden;
    margin: 1.6rem 0rem;
}

.mas-notas-card img {
    width: 100%;
    height: 130px;
    object-fit: cover;
}

.mas-notas-card-info {
    background-color: white;
    padding: .8rem;
}

.mas-notas-card-text {
    height: 90px;
    overflow-y: scroll;
    padding-right: 5px;
}

.mas-notas-card-text::-webkit-scrollbar {
    width: 5px;
}

.mas-notas-card-text::-webkit-scrollbar-track {
    background: #EBE8E8;
}

.mas-notas-card-text::-webkit-scrollbar-thumb {
    background: #BBBBBB;
    border-radius: 3px;
}

.mas-notas-card-text h6 {
    font-size: 16px;
    font-weight: 700;
    color: #000;
}

.mas-notas-card-info button {
    margin-top: 1rem
}

article .border-left {
    border-left: 2px solid #EBE8E8 !important;
}

/* Modal para compartir */
.compartir-modal {
    text-align: center;
}

.compartir-modal-link {
    border: 1px solid #1F609C;
    border-radius: 8px;
    padding: .6rem 1rem;
    margin: 1.4rem 0;
}

.compartir-modal-link p {
    margin: 0;
}

.compartir-modal a {
    color: #1F609C;
    text-decoration: underline;
}

.compartir-modal-rrss {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 3rem;
}

.compartir-modal-rrss .ss-box.ss-circle .ss-btn {
    position: relative;
    margin: 4px 12px;
    min-width: 46px;
    height: 46px;
    font-size: 28px;
    line-height: 1.2;
}

.compartir-modal-rrss .ss-box.ss-circle .ss-btn::before {
    font-size: 12px;
    position: absolute;
    font-weight: 600;
    color: #585858;
    bottom: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

.compartir-modal-rrss .ss-box.ss-circle .ss-btn.ss-btn-facebook::before {
    content: "Facebook";
}

.compartir-modal-rrss .ss-box.ss-circle .ss-btn.ss-btn-twitter::before {
    content: "Twitter";
}

.compartir-modal-rrss .ss-box.ss-circle .ss-btn.ss-btn-linkedin::before {
    content: "Linkedin";
}

@media (max-width: 768px) {

    .blog-nota-main-section,
    .blog-main-section {
        min-height: 50vh;
    }

    .carousel-nav-item {
        display: flex;
        flex-wrap: wrap !important;
        justify-content: center;
        width: 80px;
        height: 80px;
        font-size: 12px;
        white-space: normal;
        padding: .8rem;
    }

    .carousel-nav-item img {
        margin-bottom: .5rem;
        margin-right: 0;
        height: 20px;
    }

    .articulo-container .articulo-seccion {
        margin-top: 1rem;
    }

    .articulo-container h6 {
        margin-bottom: 1rem;
    }

    .contenido-nota-compartir {
        justify-content: space-between;
        align-items: flex-end;
    }

    .seguinos-social {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0;
    }

    .mas-notas {
        padding: 1.8rem 0rem 1.8rem .8rem;
    }

    .mas-notas-card {
        margin: 0rem;
    }

}

@media (max-width: 525px) {

    .blog-nota-main-section,
    .blog-main-section {
        min-height: 35vh;
    }

    .fotografo-container {
        top: 20px;
        right: 20px;
    }

    .articulo-container img {
        min-height: 130px;
        height: 130px;
    }

    .articulo-container a.btn {
    display: block;
    margin: 0 auto;
    width: fit-content;
    }

    .contenido-nota-galeria img {
        height: 130px;
    }

    .contenido-nota-compartir {
        padding: 1rem 0;
    }

    .contenido-nota-compartir p {
        font-size: 12px;
    }

    .seguinos-social a,
    .contenido-nota-compartir button {
        width: 32px;
        height: 32px;
        font-size: 18px;
    }

    .contenido-nota .contenido-nota-enviar input {
        margin-right: 0px;
    }

    .contenido-nota .contenido-nota-enviar {
        flex-wrap: wrap;
        justify-content: center;
    }

    .mas-notas-card-info {
        padding: 1rem .4rem;
    }

    #masnotas-carousel .carousel__slide {
        width: 60%;
        padding-left: .4rem;
        padding-right: 1.4rem;
    }

    .mas-notas-card-info button {
        font-size: 14px;
    }

    .blog-newsletter-banner .h2 {
        font-size: 21px;
        line-height: 1.5;
    }

    .blog-newsletter-banner .h1 {
        font-size: 30px;
        line-height: 1.4;
    }

}
