body{
    width: 100%;
    height: 100vh;
}

*{
    margin: 0px;
    padding: 0px;
}

.container-detalles{
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    position: relative;
}

.img-fondo-banner{
    width: 100%;
    height: 490px;
    margin-top: 30px;
    background-image: url('../../../assets/img/Portada_Blog.webp');
    background-position: right;
    background-size: cover;
    background-attachment: fixed;
    -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
    clip-path: polygon(0 0, 0 70%, 50% 100%, 100% 75%, 100% 0);
    z-index: 2;
    display: flex;
    justify-content: center;
    align-items: center;
}

.borde-img{
   position: absolute;
   width: 100%;
   overflow: hidden;
   bottom: -10px;
}

.borde-img img{
    width: 107%;
}


/*INICIA LA SECCION DE DETALLES*/

.container-detalles-noticias{
    width: 100%;
    height: auto;
}

.descripcion-noticia-vertical{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.descripcion-noticia-vertical .descripcion{
    width: 60%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.descripcion .container-vertical{
    width: 80%;
    height: 100%;
    display: flex;
    flex-direction: column;
   
}

.descripcion .container-vertical a{
   text-decoration: none;
   font-family: 'Roboto';
   color: rgb(0, 140, 255);
   margin-bottom: 30px;
   font-size: 15 px;
}

.descripcion .container-vertical h1{
    text-decoration: none;
    font-family: 'Roboto';
    color: #004A87;
    margin-bottom: 30px;
    font-size: 60px;
}

.descripcion .container-vertical .categoria-descripcion{
    display: flex;
    flex-direction: column;
    margin: 0;
    top: 0;
    left:0;
}

.descripcion .container-vertical .categoria-descripcion span{
    font-size: 25px;
    color: rgb(0, 140, 255);
    font-family: 'Roboto';
}


.descripcion .container-vertical .categoria-descripcion p{
    font-size: 15px;
    color: rgb(107, 107, 107);
    font-family: 'Roboto';
}


.descripcion-noticia-vertical .img{
    margin-top: 25%;
    width: 40%;
    height: 100%;
    display: flex;
    justify-content:flex-end;
    align-items: center;
    overflow: hidden;
}

.img img{
    width: 500px;
    height: 1000px;
}

.texto-noticia-principal{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.texto-noticia-principal .align-flex-end{
    width: 90%;
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.align-flex-end span{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #004A87;
    
}

.align-flex-end p{
    color: rgb(109, 109, 109);
    font-family: 'Roboto';
    font-size: 15px;
    text-align: left;
    width: 610px;
    text-align: justify;    
}

.descripcion-noticia-orizontal{
    margin-top: 10%;
    margin-bottom: 5%;
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
}

.descripcion-noticia-orizontal .img{
    width: 50%;
    height: 100%;
}

.descripcion-noticia-orizontal img{
    width: 650px;
    height: 350px;
}

.descripcion-noticia-orizontal .descripcion{
    width: 40%;
    height: 100%;
}

.descripcion-noticia-orizontal .descripcion span{
    font-size: 20px;
    font-family: 'Roboto';
    font-weight: bold;
    color: #004A87;
}


.descripcion-noticia-orizontal .descripcion p{
    color: rgb(109, 109, 109);
    font-family: 'Roboto';
    font-size: 15px;
    text-align: left;
    width: 610px;
    margin-top: 10px;
}

@media screen and (max-width:2000px) {
    
    .container-detalles{
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        position: relative;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        margin-top: 30px;
        background-image: url('../../../assets/img/Portada_Blog.webp');
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 65%, 50% 100%, 100% 70%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .borde-img{
       position: absolute;
       width: 100%;
       overflow: hidden;
       bottom: -10px;
    }
    
    .borde-img img{
        width: 107%;
    }
    
    /*INICIA LA SECCION DE DETALLES*/
    
    .container-detalles-noticias{
        width: 100%;
        height: auto;
    }
    
    .descripcion-noticia-vertical{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }
    
    .descripcion-noticia-vertical .descripcion{
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .descripcion .container-vertical{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
    }
    
    .descripcion .container-vertical a{
       text-decoration: none;
       font-family: 'Roboto';
       color: rgb(0, 140, 255);
       margin-bottom: 30px;
       font-size: 20px;
    }
    
    .descripcion .container-vertical h1{
        text-decoration: none;
        font-family: 'Roboto';
        color: #004A87;
        margin-bottom: 30px;
        font-size: 60px;
        font-weight: bold;
    }
    
    .descripcion .container-vertical .categoria-descripcion{
        display: flex;
        flex-direction: column;
        margin: 0;
        top: 0;
        left:0;
    }
    
    .descripcion .container-vertical .categoria-descripcion span{
        font-size: 30px;
        color: rgb(0, 140, 255);
        font-family: 'Roboto';
    }
    
    .descripcion .container-vertical .categoria-descripcion p{
        font-size: 17px;
        color: rgb(107, 107, 107);
        font-family: 'Roboto';
    }
    
    .descripcion-noticia-vertical .img{
        margin-top: 25%;
        width: 40%;
        height: 100%;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        overflow: hidden;
    }
    
    .img img{
        width: 500px;
        height: 1000px;
    }
    
    .texto-noticia-principal{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    
    .texto-noticia-principal .align-flex-end{
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
    }
    
    .align-flex-end span{
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #004A87;
    }
    
    .align-flex-end p{
        color: rgb(109, 109, 109);
        font-family: 'Roboto';
        font-size: 20px;
        text-align: left;
        width: 610px;
        text-align: justify;    
    }
    
    .descripcion-noticia-orizontal{
        margin-top: 10%;
        margin-bottom: 5%;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }
    
    .descripcion-noticia-orizontal .img{
        width: 50%;
        height: 100%;
    }
    
    .descripcion-noticia-orizontal img{
        width: 650px;
        height: 350px;
    }
    
    .descripcion-noticia-orizontal .descripcion{
        width: 40%;
        height: 100%;
    }
    
    .descripcion-noticia-orizontal .descripcion span{
        font-size: 30px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #004A87;
    }
    
    
    .descripcion-noticia-orizontal .descripcion p{
        color: rgb(109, 109, 109);
        font-family: 'Roboto';
        font-size: 20px;
        text-align: left;
        width: 610px;
        margin-top: 10px;
    }
    
}

@media screen and (max-width:1800px) {
    body{
        width: 100%;
        height: 100vh;
    }
    
    *{
        margin: 0px;
        padding: 0px;
    }
    
    .container-detalles{
        width: 100%;
        height: auto;
        background-color: rgb(255, 255, 255);
        position: relative;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        margin-top: 30px;
        background-image: url('../../../assets/img/Portada_Blog.webp');
        background-position: right;
        background-size: cover;
        background-attachment: fixed;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 70%, 50% 100%, 100% 75%, 100% 0);
        z-index: 2;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .borde-img{
       position: absolute;
       width: 100%;
       overflow: hidden;
       bottom: -10px;
    }
    
    .borde-img img{
        width: 107%;
    }
    
    
    /*INICIA LA SECCION DE DETALLES*/
    
    .container-detalles-noticias{
        width: 100%;
        height: auto;
    }
    
    .descripcion-noticia-vertical{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }
    
    .descripcion-noticia-vertical .descripcion{
        width: 60%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
    }
    
    .descripcion .container-vertical{
        width: 80%;
        height: 100%;
        display: flex;
        flex-direction: column;
       
    }
    
    .descripcion .container-vertical a{
       text-decoration: none;
       font-family: 'Roboto';
       color: rgb(0, 140, 255);
       margin-bottom: 30px;
       font-size: 15 px;
    }
    
    .descripcion .container-vertical h1{
        text-decoration: none;
        font-family: 'Roboto';
        color: #004A87;
        margin-bottom: 30px;
        font-size: 60px;
    }
    
    .descripcion .container-vertical .categoria-descripcion{
        display: flex;
        flex-direction: column;
        margin: 0;
        top: 0;
        left:0;
    }
    
    .descripcion .container-vertical .categoria-descripcion span{
        font-size: 25px;
        color: rgb(0, 140, 255);
        font-family: 'Roboto';
    }
    
    
    .descripcion .container-vertical .categoria-descripcion p{
        font-size: 15px;
        color: rgb(107, 107, 107);
        font-family: 'Roboto';
    }
    
    
    .descripcion-noticia-vertical .img{
        margin-top: 25%;
        width: 40%;
        height: 100%;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        overflow: hidden;
    }
    
    .img img{
        width: 500px;
        height: 1000px;
    }
    
    .texto-noticia-principal{
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-end;
    }
    
    .texto-noticia-principal .align-flex-end{
        width: 90%;
        display: flex;
        flex-direction: column;
        gap: 30px;
        margin-top: 50px;
    }
    
    .align-flex-end span{
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #004A87;
        
    }
    
    .align-flex-end p{
        color: rgb(109, 109, 109);
        font-family: 'Roboto';
        font-size: 15px;
        text-align: left;
        width: 610px;
        text-align: justify;    
    }
    
    .descripcion-noticia-orizontal{
        margin-top: 10%;
        margin-bottom: 5%;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
    }
    
    .descripcion-noticia-orizontal .img{
        width: 50%;
        height: 100%;
    }
    
    .descripcion-noticia-orizontal img{
        width: 650px;
        height: 350px;
    }
    
    .descripcion-noticia-orizontal .descripcion{
        width: 40%;
        height: 100%;
    }
    
    .descripcion-noticia-orizontal .descripcion span{
        font-size: 20px;
        font-family: 'Roboto';
        font-weight: bold;
        color: #004A87;
    }
    
    
    .descripcion-noticia-orizontal .descripcion p{
        color: rgb(109, 109, 109);
        font-family: 'Roboto';
        font-size: 15px;
        text-align: left;
        width: 610px;
        margin-top: 10px;
    }
    
}

@media screen and (max-width:1200px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 79%, 50% 100%, 100% 80%, 100% 0);
    }

    .container-detalles-noticias{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .descripcion-noticia-vertical .descripcion{
        margin: 0px;
        padding: 0px;
        width: 70%;
        height: auto;
        display: flex;
        flex-direction: column;
        z-index: 3;
    }

    .descripcion .container-vertical{
        width: 90%;
    }

    .container-vertical .texto-noticia-principal{
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .texto-noticia-principal .align-flex-end{
        width: 100%;
    }

    .align-flex-end p{
        width: 100%;
    }

    .descripcion-noticia-vertical .img{
        margin-top: 25%;
        width: 50%;
        height: 100%;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        overflow: hidden;
    }

    .descripcion-noticia-orizontal .imagen-orizontal-cuadrada{
        width: 50%;
    }

    .descripcion-noticia-orizontal .imagen-orizontal-cuadrada img{
        width: 100%;
    }

    .descripcion-noticia-orizontal .descripcion{
        width: 50%;
        height: auto;
        padding-left: 20px;
    }

    .descripcion-noticia-orizontal .descripcion p{
        width: 90%;
        height: auto;
    }

}

@media screen and (max-width:1025px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 85%, 100% 0);
    }
}

@media screen and (max-width:935px){
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 85%, 100% 0);
    }
}

@media screen and (max-width:889px){
    .img-fondo-banner{
        width: 100%;
        height: 390px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 84%, 100% 0);
    }
}

@media screen and (max-width:769px){
    .img-fondo-banner{
        width: 100%;
        height: 390px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 84%, 50% 100%, 100% 85%, 100% 0);
    }

    .container-detalles-noticias{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .descripcion-noticia-vertical .descripcion{
        margin: 0px;
        padding: 0px;
        width: 70%;
        height: auto;
        display: flex;
        flex-direction: column;
        z-index: 3;
    }

    .descripcion .container-vertical{
        width: 90%;
    }

    .descripcion .container-vertical h1{
        font-size: 35px;
    }

    .container-vertical .texto-noticia-principal{
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .texto-noticia-principal .align-flex-end{
        width: 100%;
    }

    .align-flex-end p{
        width: 100%;
    }

    .descripcion-noticia-vertical .img{
        margin-top: 25%;
        width: 50%;
        height: 100%;
        display: flex;
        justify-content:flex-end;
        align-items: center;
        overflow: hidden;
    }

    .descripcion-noticia-orizontal{
        display: flex;
        flex-direction: column;
    }

    .descripcion-noticia-orizontal .imagen-orizontal-cuadrada{
        width: 80%;
    }

    .descripcion-noticia-orizontal .imagen-orizontal-cuadrada img{
        width: 100%;
    }

    .descripcion-noticia-orizontal .descripcion{
        width: 100%;
        height: auto;
        padding-top: 5%;
        padding-left: 10%;
    }

    .descripcion-noticia-orizontal .descripcion p{
        width: 90%;
        height: auto;
        text-align:justify;
    }
}

@media screen and (max-width:661px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 80%, 50% 100%, 100% 84%, 100% 0);
    }

    
    .container-detalles-noticias{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .descripcion-noticia-vertical .descripcion{
        margin: 0px;
        padding: 0px;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        z-index: 3;
    }

    .descripcion .container-vertical{
        width: 90%;
    }

    .descripcion .container-vertical h1{
        font-size: 35px;
    }

    .container-vertical .texto-noticia-principal{
        padding: 0px;
        margin: 0px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
        width: 100%;
    }

    .texto-noticia-principal .align-flex-end{
        width: 100%;
    }

    .align-flex-end p{
        width: 100%;
    }

    .descripcion-noticia-vertical .img{
      display: none;
    }

    .descripcion-noticia-orizontal{
        display: flex;
        flex-direction: column;
    }

    .descripcion-noticia-orizontal .imagen-orizontal-cuadrada{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .descripcion-noticia-orizontal .imagen-orizontal-cuadrada img{
        width: 90%;
    }

    .descripcion-noticia-orizontal .descripcion{
        width: 100%;
        height: auto;
        padding-top: 5%;
        padding-left: 5%;
    }

    .descripcion-noticia-orizontal .descripcion p{
        width: 90%;
        height: auto;
        text-align:justify;
    }
}

@media screen and (max-width:621px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        background-size: cover;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 83%, 50% 100%, 100% 86%, 100% 0);
    }
}

@media screen and (max-width:550px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 85%, 50% 100%, 100% 87%, 100% 0);
    }
}


@media screen and (max-width:550px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: center;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 88%, 50% 100%, 100% 90%, 100% 0);
    }
}

@media screen and (max-width:450px){
    .img-fondo-banner{
        width: 100%;
        height: 300px;
        background-position: bottom;
        background-repeat: no-repeat;
        background-size: contain;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 93%, 100% 0);
    }
}

@media screen and (max-width:350px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: bottom;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 90%, 50% 100%, 100% 90%, 100% 0);
    }
}


