@import url('https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');
*{
    padding: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
    font-family: "Plus Jakarta Sans", serif;
}
.img-fluid {
margin-bottom: 15px !important;
margin-top: 15px !important;

}
.noticia-body img {
    margin-bottom: 25px;
}
.time-flex img {
    margin-bottom: 0px !important;
}
.celu{
display: block;
}
b .texto-p-not{
    margin: 15px 0px 15px 0px !important;
}
.imagen-cont-not {
    width: 100%;
    max-width: 140px;
    min-width: 140px;
    height: 76px;
}
.noticia-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.noticia-body iframe{
    display: block;
    width: 100%;
    margin-bottom: 15px;
    margin-top: 15px;
}

.noticia-body img {
    width: 100%;
}

.noticia-body h1 {
    font-size: 18px;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
    text-align: justify;
}

.noticia-body h1::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.4px;
    background-color: #B7B7B7;
    margin-top: 10px;
}

.noticia-body .texto-p-not {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0px 15px 0px;
    text-align: justify;
}

.noticia-padd-cont {
    padding: 1.4rem;
}

.noticia-padd-cont .cat-select {
    width: 100%;
    border-radius: 30px;
    height: 40px;
    border: 1px solid #D9D9D9;
    padding-left: 20px;
    padding-right: 35px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: url('noticias/noticias-img/flecha-select.png') no-repeat right 20px center;
    background-size: 12px;
    margin-bottom: 25px;
}

.time-date-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 25px;
    margin-top: 15px;
}

.time-flex {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
}

.time-date-flex a {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #3171DE;
    color: #ffffff;
    padding:  0.4rem 1.2rem 0.4rem 1.2rem;
    border-radius: 20px;
    font-size: 11px;
    font-weight: 200;
    }

.time-flex img {
    width: 18px;
}

.noticia-right-bar-fixed .gif {
    width: 100%;
}
.noticia-end{
    background-color: #F1F1F1;
    padding: 1rem;
    margin-top: 20px;
}
.noticia-end h2{
    font-size: 18px;
    font-weight: 700;
    font-style: italic;
    color: #363535;
    margin-bottom:25px;
}
.noticia-end .opt-p{
    font-size: 12px;
    margin-bottom: 25px;
    line-height: 20px;
}
.noticia-end a{
    display: flex;
    font-size: 12px;
    align-items: center;
    height: auto;
    gap: 10px;
    margin-bottom: 10px;
}
.noticia-end a img{
    width: 20px;
    margin-bottom: 0px !important;
}
.noticia-end .opt-p span{
    font-weight: 600;
    font-size: 13px;
}
.end-contacto {
display: flex;
font-size: 12px;
align-items: center;
gap: 5px;
font-style: italic;
}
.end-contacto a{
text-decoration: underline;
color: #338BFD;
font-weight: 700;
margin-bottom: 0px !important;
}
.remark-parrafo{
width: 100%;
background-color: #F1F1F1;
padding: 1rem;
margin-bottom: 20px;
}
.remark-parrafo p{
font-weight: 400;
line-height: 20px;
font-family: "Montserrat", serif;
font-size: 12px;
font-style: italic;
word-wrap: break-word;  /* Permite que las palabras largas se corten */
overflow-wrap: break-word; /* Alternativa para navegadores modernos */
white-space: normal; /* Asegura que el texto se ajuste al ancho */
max-width: 100%; /* Evita que el párrafo sea más ancho que su contenedor */
}
.remark-parrafo img{
width: 26px;
margin-bottom: 15px;
}
.flex-cat-fix{
display: flex;
flex-direction: column;
gap: 25px;
}
.titulo-cat-fix{
padding: 0rem 0rem 0.7rem 0rem;
border-bottom: 1px solid #B7B7B7;
margin-bottom: 20px;
}
.titulo-cat-fix h3{
font-size: 22px;
font-weight: 500;
color: #5B5B5B;
position: relative;
display: inline-block; /* Ajusta el ancho al texto */
}
#cel-off{
display: none !important;
}
.share-wrap{
display: none;
}
.wrap-noticias-main{
    padding: 0rem 1.5rem 0rem 1.5rem;
}
iframe{
    display: none;
}
.desktop-title-form input{
    display: none;
}
.desktop-title-form h3{
    display: none;
}
.noticias-cont{
    margin-bottom: 50px;
    max-width: 1261px;
    width: 100%;
}
.noticias-cont .cat-select {
    width: 100%;
    border-radius: 30px;
    height: 40px;
    border: 1px solid #D9D9D9;
    padding-left: 20px; /* Espacio interno para el texto */
    padding-right: 35px; /* Espacio interno para la flecha */
    appearance: none; /* Quita el estilo por defecto del navegador */
    -webkit-appearance: none; /* Compatibilidad con WebKit */
    -moz-appearance: none; /* Compatibilidad con Firefox */
    background: url('noticias/noticias-img/flecha-select.png') no-repeat right 20px center; /* Personaliza la flechita */
    background-size: 12px; /* Tamaño de la flecha */
    margin-top: 60px;
}
.noticias-cont h3{
    font-size: 24px;
    line-height: 43px;
    font-weight: 500;
    margin-top: 75px;
}
.noticias-cont  h3 span{
    color: #E60012;
}
    .flex-noticias {
    display: flex;
    gap: 1.9rem;
    margin-top: 50px;
    align-items: center;
    flex-wrap: wrap;
}
    .card-noticias{
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 25px;
    }
    .card-noticias .card-n-img-p {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 100%;
        max-width: 100%;
        border-top-right-radius: 18px;
    }

    .card-noticias .card-n-body{
        display: flex;
        flex-direction: column;
        gap: 0.7rem;
    }
    .card-noticias .card-n-body span{
        display: none;
    }
    .card-noticias .card-n-body h2{
    font-size: 12px;
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box; /* Necesario para habilitar -webkit-line-clamp */
    -webkit-line-clamp: 2; /* Limita el texto a 2 líneas */
    -webkit-box-orient: vertical; /* Configura la orientación vertical */

    }
.btn-eliminar{
display: none;
}
.link-noticias{
    color: #0000EE;
    text-decoration: underline;
    margin-bottom: 15px;
    margin-top: 15px;
}
    .card-noticias .card-n-body .fecha-wrap-card-n{
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 12px;
    }
    .card-noticias .card-n-body .fecha-wrap-card-n img{
        height: 14px;
    }
    .card-noticias .card-n-body .seemore{
        display: none;
    }
    .button-cargar-mas{
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 19px;
        height: 30px;
        width: 100%;
        max-width: 140px;
        background-color: #338BFD;
        color: #ffffff;
        border: none;
        margin-left: auto;
        margin-right: auto;
        gap: 5px;
        cursor: pointer;
        margin-top: 50px;
    }
    .button-cargar-mas img{
        height: 20px;
    }
    .banner-publi {
        width: 100%;
        overflow: hidden; /* Para ocultar cualquier exceso de imagen */
        background-color: #EDEDED;
    }
    .banner-publi img {
        width: 100%;
        height: 100%;
        object-fit: cover; /* Mantiene las proporciones y llena el contenedor */
        object-position: center; /* Centra la imagen en caso de recorte */
    }
        .video-slider {
        position: relative;
        width: 100%;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .slider-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    }

    .slider-track {
    display: flex;
    height: 100%;
    transition: transform 0.5s ease-in-out;
    touch-action: pan-y; /* Permitir deslizamiento vertical en móviles */
    }

    .video {
    width: 100%;
    object-fit: fill; /* Los videos se estiran para ocupar todo el espacio */
    }

    .progress-bar {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 5px;
    background: rgba(255, 255, 255, 0.3);
    }

    .progress {
    height: 100%;
    width: 0%;
    background: #ff0000;
    transition: width 0.1s linear;
    }

    .slider-dots {
    bottom: 20px;
    display: flex;
    gap: 8px;
    justify-content: center;
    margin-top: 20px;
    }

    .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(184, 184, 184, 0.5);
    cursor: pointer;
    }

    .dot.active {
    background-color: rgba(110, 110, 110, 0.5);
    }
@media (min-width: 1080px){
     .celu{
       display: none;
      }
    .imagen-cont-not {
        width: 100%;
        max-width: 400px;
        min-width: 400px;
        height: 265px;
    }

    #form-noticia{
        display: none !important;
    }
    .noticia-body img {
        margin-bottom: 40px;
    }
    .flex-noticias{
        justify-content: center;
        align-items: flex-start;
        margin-top: 75px;
    }
    .card-noticias{
        flex-direction: column;
        align-items: flex-start;
        gap: 15px;
        margin-bottom: 50px;
    }
    .not-nav{
        display: flex !important;
        flex-direction: row !important;
        align-items: center !important;
        gap: 25px !important;
        margin-bottom: 0px !important;
    }
    .not-nav .imagen-cont-not {
        width: 100%;
        max-width: 140px !important;
        min-width: 140px !important;
        height: 76px !important;
    }
    .not-nav .card-n-img-p {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 100%;
        max-width: 100%;
        border-top-right-radius: 18px !important;
    }
    .not-nav .card-n-body{
        display: flex !important;
        flex-direction: column !important;
        gap: 0.7rem !important;
    }
    .not-nav .card-n-body span{
        display: none !important;
    }
    .not-nav .card-n-body h2{
        font-size: 12px !important;
        max-width: 150px !important;
        line-height: 14px !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
        display: -webkit-box !important; /* Necesario para habilitar -webkit-line-clamp */
        -webkit-line-clamp: 2 !important; /* Limita el texto a 2 líneas */
        -webkit-box-orient: vertical !important; /* Configura la orientación vertical */
    }
    .not-nav .card-n-body .fecha-wrap-card-n{
        display: flex !important;
        align-items: center !important;
        gap: 10px !important;
        font-size: 12px !important;
    }
    .not-nav .card-n-body .fecha-wrap-card-n img{
        height: 14px !important;
    }
    .not-nav .card-n-body .seemore{
        display: none !important;
    }
    
    .card-noticias .card-n-img-p {
        width: 100%;
        height: 100%;
        object-fit: cover;
        max-height: 100%;
        max-width: 100%;
        border-top-right-radius: 48px;
    }

    .card-noticias .card-n-body span {
            display: inline-block;
            background-color: #E9E9E9;
            border-radius: 15px;
            font-size: 13px;
            font-weight: 600;
            color: #595959;
            padding: 0.3rem 0.9rem 0.3rem 0.9rem;
        }
    .card-noticias .card-n-body .fecha-wrap-card-n {
        display: none;

    }
    .card-noticias .card-n-body .seemore {
        display: block;
        color: #338BFD;
        margin-top: 15px;
    }
    .card-noticias .card-n-body .seemore:hover{
    text-decoration: underline;
    }
.card-noticias .card-n-body h2 {
    font-size: 20px;
    text-overflow: clip;
    display: -webkit-box;
    max-width: 400px;
    font-weight: 400;
    line-height: 26px;
    margin-top: 15px;

}
.wrap-noticias-main{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 50px;
}
.card-noticias .card-n-body{
    display: block;
}
.noticias-cont{
    margin-bottom: 75px;
}
.noticias-cont h3{
    display: none;
}
.noticias-cont .cat-select{
    display: none;
}
.video-slider{
    display: none;
}
.slider-dots{
    display: none;
}
iframe {
    width: 100%;
    min-height: 695px;
    border: none;
    display: block;
    border-radius: 25px;
}
.btn-opc-selec{
    display: flex;
    justify-content: center;
    width: 100%;
    max-width: 153px;
    height: 48px;
    align-items: center;
    border: 1px solid #338BFD;
    border-radius: 50px;
    font-weight: 600;
    color: #525252;
    background-color: #ffffff;
}
.btn-opc-selec:hover{
    background-color: #338BFD;
    cursor: pointer;
    color: #ffffff;
}
.btn-opc-selec-active{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #338BFD;
    padding: 0.85rem 3.3rem 0.85rem 3.3rem;
    border-radius: 50px;
    font-weight: 600;
    color: #ffffff;
    background-color: #338BFD;
}
.select-op-desk{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}
.desktop-title-form{
    display: block;
}
.desktop-title-form input{
    display: flex;
}

.desktop-title-form h3{
    display: block;
    font-size: 32px;
    margin-bottom: 30px;
}
.button-cargar-mas{
    max-width: 220px;
    height: 45px;
    border-radius: 30px;
    font-size: 20px;
    gap: 15px;
}
.button-cargar-mas img{
    height: 25px;
}
#cel-off{
    display: block !important;
    margin-bottom: 30px;
    margin-top: 30px;
}
.titulo-cat-fix h3::after {
content: ""; 
position: absolute;
left: 0;
bottom: -13px; /* Ajusta la posición de la barra */
width: 55px; /* Puedes ajustar el ancho de la barra */
height: 3px; /* Grosor de la barra */
background-color: #3171DE; /* Color de la barra */
}
#cel-off .flex-cat-fix{
    gap: 10px  !important;
}
#cel-off .flex-cat-fix .categorias-fix-link{
    display: flex;
    border: 1px solid #C2C2C2;
    border-radius: 20px;
    justify-content: space-between;
    padding: 0.5rem 1rem 0.5rem 1rem;
    align-items: center;
}
#cel-off .flex-cat-fix .categorias-fix-link img{

  height: 10px;
}
.end-contacto {
    display: flex;
    font-size: 18px;
    align-items: center;
    gap: 5px;
    font-style: italic;
    }
    .noticia-end{
        padding: 2rem;
    }
.noticia-end h2{
    font-size: 28px;
}
.noticia-end .opt-p{
    font-size: 18px;
    line-height: 28px;
}
.noticia-end a{
    font-size: 18px;
    margin-bottom: 20px;
}
.noticia-end a img{
    width: 28px;
    margin-bottom: 0px !important;
}
.noticia-end .opt-p span{
    font-size: 18px;
}
.time-date-flex{
    font-size: 18px !important;
}
.time-date-flex a {
padding:  0.6rem 1.2rem 0.6rem 1.2rem;
font-size: 18px;
}
.time-flex {
font-size: 18px;
gap: 15px;
}
.time-flex img {
width: 20px;
margin-bottom: 0px !important;
}
.noticia-padd-cont{
    padding: 0rem;
    flex: 1;
}
.desk-cent{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    width: 100%;
    margin-bottom: 100px;
}
.content-right {
flex: 1;
padding: 20px 0;
}

.noticia-body h1 {
font-size: 38px;
margin-bottom: 10px;
position: relative;
display: inline-block;
}
.noticia-body .texto-p-not {
font-size: 16px;
line-height: 30px;
padding: 0px;
}
.noticia-body iframe {
 border-radius: 0px !important;
}
.noticia-row-flex{
    display: flex;
    width: 100%;
    max-width: 1261px;
    gap: 5rem;
}
.bar-fixed-wrap{
    position: sticky;
    top: 165px;
}
.categorias-noticia-fix{
    padding: 1rem;
}
.remark-parrafo{
    display: flex;
    border-radius: 30px;
    gap: 20px;
    padding: 2rem;
    margin-bottom: 15px;
    margin-top: 15px;
}
.remark-parrafo p {
line-height: 30px;
font-size: 16px;
}
.remark-parrafo img {
width: 40px;
height: 20px;
margin-top: 8px;
}
.share-wrap{
display: flex;
align-items: center;
gap: 25px;
margin-top: 40px;
padding-left: 1.5rem;
}
.share-flex-row{
display: flex;
gap: 30px;
font-size: 28px;
}
.share-btn i {
color: #545971;
}

.share-wrap p{
color: #7F8187;
font-size: 22px;
line-height: 30px;
font-weight: bold;
}
}