﻿#notaPrensa {
    height: 450px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #F2F2F2;
}

.np-card {
    display: flex;
    flex-direction: row;
    box-shadow: 0 0 8px 0px rgba(0, 0, 0, .1);
    flex-wrap: nowrap;
    justify-content: center;
    min-height: 250px;
    height: 290px;
    padding: 0;
    border-radius: 12px;
    overflow: hidden;
}

.np-img {
    background-image: url("/Personas/Paginas/nosotros/Landing_Marileidy_Paulino/imagenes/ROLLUP-MARILEIDY.webp");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.np-card .body {
    position: relative;
    background-color: #FFF;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-bottom: 40px !important;
    padding: 25px 20px;
}

.np-card .body .description {
    padding-top: 38px !important;
}

.body .title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.body .title h4 {
    margin-left: 0;
}

.body p {
    padding-bottom: 30px;
    margin-top: 16px;
}

.body .title .share-media {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: end;
}

.body .title .share-media .link-share img {
    width: 20px;
    cursor: pointer;
}

.body .title .share-media .link-share {
    width: 20px;
    cursor: pointer;
}

/*Muestra respectivamente los enlaces sociales, al obtner el foco*/
.body .title .share-media:focus-within .social-links {
    display: flex;
}

.body .title .share-media:not(:focus-within) .social-links {
    display: none;
}

/*Final*/
.body .title .share-media .social-links {
    position: absolute;
    top: 15%;
    right: 4%;
    display: none;
    flex-direction: row;
    transition: 0.2s ease-in-out;
}

.body .title .share-media .social-links i {
    font-size: 22px;
    padding: 5px;
}

.body .leer-link {
    padding: 10px;
    display: flex;
    justify-content: flex-end;
}

.body .description .titulo-nota-prensa {
    font-size: 22px !important;
    line-height: 1.4 !important;
    margin-bottom: 20px !important;
}

.shape-container {
    height: auto;
    position: absolute;
    right: 0;
    overflow-x: hidden;
}

@media screen and (width <=992px) {
    .circles-shape {
        display: none;
    }

    #notaPrensa {
        height: auto;
        padding: 50px;
    }

    
}

@media(max-width:991px){
    .np-img{
        background-size: cover !important;
    }
   
}

.d-none {
    display: none;
}

@media(min-width:768px) {
    #notaPrensa>#contenedor {
        display: flex;
        justify-content: center;
    }

    .np-card .body .description {
        padding: 35px 0;
    }

    .titulo-seccion{
        display: none !important;
    }

   .body .title{
        display: flex !important;
    }

    .body .share-movil{
        display: none !important;
    }
}

@media(max-width:767px) {
     .titulo-seccion{
        display: block !important;
    }

   .body .share-movil{
        display: block !important;
    }
    .np-card {
        flex-direction: column;
        min-height: 550px;
    }

     .np-img {
        height: 250px;
    }

    .titulo-seccion{
        color: #00709E !important;
        font-size: 26px !important;
        margin-bottom: 30px;
    }



     .body .description .titulo-nota-prensa {
        width: 84%;
        display: block;
    }
}