*{
    text-decoration: none;
    margin: 0;
    padding: 0;
}

.container-detalles{
    width: 100%;
    height: auto;
    position: relative;
}

.img-fondo-banner{
    width: 100%;
    height: 490px;
    margin-top: 20px;
    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%;
}

.container-blog{
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
    margin-top: 5%;
}

.container-blog .container-card-principal-items{
    width: 60%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px;
    padding: 0px;
}

.container-card-principal-items .card-principal{
    width: 100%;
    height: 80%;
}

.card-principal .imagen-principal{
    width: 100%;
    height: auto;
}

.imagen-principal img{
    width: 90%;
}

.imagen-principal .text-card{
    width: 100%;
    height: 15rem;
}

.text-card span{
    font-size: 20px;
    font-family: 'Roboto';
    color:#3778BD;
    margin-top: 10px;
}

.text-card p{
    font-size: 13px;
    font-family: 'Roboto';
    color:#777777;
    margin-bottom: 10px;
    border-bottom: solid 1px rgb(216, 216, 216);
}

.text-card h3{
    font-size: 25px;
    font-family: 'Roboto';
    color:#004A87;
    margin-bottom: 10px;
}

.text-card .boton-leer{
    text-decoration: none;
    width: 100%;
    height: 50px;
}

/*boton css*/
.text-card .boton-leer a {
    width: 200px;
    height: 100%;
    background-color: transparent;
    border: solid 1px #004A87;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #004A87;
    font-size: 16px;
}

.text-card .boton-leer a:hover{
    border: solid 1px #007bff;
    color: #007bff;
    transition-duration: 0.20s;
    transition-delay: 0.20s;
}
   
.text-card .parrafo-principal{
    font-size: 15px;
    font-family: 'Roboto';
    color:#757575;
    margin-bottom: 10px;
    border-bottom: none;
}
/*caurrusel-items-cards*/

.caurrusel-items-cards{
    width: 100%;
    height: auto;
}

.caurrusel-items-cards .items-container{
    width: 100%;
    height: auto;
}

.items-container a{
    text-decoration: none;
}

.items-container .cards-content{
    width: 100%;
    height: 189px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 10px;
    margin-bottom: 5%;
}

.cards-content .img-card{
    width: 350px;
    height: 188px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.img-card img{
   width: 350px;
   height: 188px;
}

.cards-content .body-card{
    width: 58%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.body-card .head {
    width: 100%;
}

.body-card .head span{
   font-size: 14px;
   font-family: 'Roboto';
    color: #3778BD;
}

.body-card .head p{
    font-size: 10px;
    font-family: 'Roboto';
    color: #818181;
    border-bottom: solid 1px #818181;
}

.body-card .body h3{
    font-size: 16px;
    font-family: 'Roboto';
    color: #004A87;
}

.body-card .body p{
    font-size: 10px;
    width: 90%;
    font-family: 'Roboto';
    color: #818181;
}

.body-card .footer-blog {
    width: 100%;
    height: 50px;
}  

#leer-mas{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 130px;
    height: 100%;
    background-color: transparent;
    border: solid 1px #004A87;
    color: #004A87;
    font-size: 15px;
    font-family: 'Roboto';
}

#leer-mas:hover{
    transition-delay: 0.20s;
    transition-duration: 0.20s;
    border: solid 1px #007bff;
    color: #007bff;
    cursor: pointer;
}

.search-categoria{
    width: 30%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.search-categoria .item-search-1{
    background-color: white;
    width: 80%;
    height: 140px;
}

.item-search-1 h1{
    margin-top: 15px;
    margin-left: 10px;
    margin-bottom: 20px;
    font-size: 20px;
    width: 30px;
    border-bottom: solid 3px #004A87;
}

.item-search-1 .input-search{
    width: 100%;
    height: 50px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    position: relative;
}

.item-search-1 .input-search form{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
}

.item-search-1 .input-search input{
    width: 250px;
    height: 50px;
    font-size: 16px;
    padding-left: 5px;
    font-family: 'Roboto';
    color: #004A87;
    border: solid 1px #0064b6;
}

.item-search-1 .input-search input:focus{
    outline:none;
    border: 1px solid #018dff;
    box-shadow: 1px 1px 1px whitesmoke;
}

#contenedor-result-filter{
    display: none;
    left: 19px;
    top: 50px;
    z-index: 3;
    overflow-y: scroll;
    overflow-x: visible;
    position: absolute;
    width: 290px;
    height: auto;
    background-color: #e9e9e9;
    padding: 0px;
}

#contenedor-result-filter a{
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    list-style: none;
    width: 100%;
    height: 50px;
    text-align: left;
    padding-left: 0px;
    padding-left: 0px;
    margin-top: 3px;
    color: #004A87;
    font-size: 15px;
    font-family: 'Roboto';
}

#contenedor-result-filter a:hover{
    transition-delay: 0.10s;
    transition-duration: 0.10s;
    border-bottom: solid 1px #004A87;
    height: auto;
    color: #028dff;
    transition-delay: 10ms;
    transition-duration: 100ms;
}

.item-search-1 .input-search button{
    width: 60px;
    height: 50px;
    border: solid 1px #0064b6;
    background-color: #004A87;
    display: flex;
    justify-content: center;
    align-items: center;
}

.list-group-item a:hover{
    background-color: #004A87;
}


.item-search-1 .input-search button img{
    width: 50%;
}

.item-search-1 .input-search button:hover{
   background-color: #0064b6;
}

.search-categoria .item-search-2{
    width: 80%;
    height: auto;
    background-color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.item-search-2 .container-acordion{
    width: 100%;
    height: auto;    
}

.container-acordion .item-1,
.container-acordion .item-2,
.container-acordion .item-3,
.container-acordion .item-4,
.container-acordion .item-5{
    width: 100%;
    height: 20%;
    border-bottom: solid 1px whitesmoke;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    list-style: none;
    color: black;
}

.container-acordion .item-1:hover,
.container-acordion .item-2:hover,
.container-acordion .item-3:hover,
.container-acordion .item-4:hover,
.container-acordion .item-5:hover{
   background-color: whitesmoke;
   cursor: pointer;
   transition-delay: 100ms;
}


.container-acordion .item-1 .img-p,
.container-acordion .item-2 .img-p,
.container-acordion .item-3 .img-p,
.container-acordion .item-4 .img-p,
.container-acordion .item-5 .img-p{
  display: flex;
  justify-content:flex-start;
  align-items: center;
  width: 60%;
  margin-left: 30px;
  gap: 10px;
}

.container-acordion .item-1 .img-p img,
.container-acordion .item-2 .img-p img,
.container-acordion .item-3 .img-p img,
.container-acordion .item-4 .img-p img,
.container-acordion .item-5 .img-p img{
   width: 15px;
   height: 15px;
}

.container-acordion .item-1 .img-p p,
.container-acordion .item-2 .img-p p,
.container-acordion .item-3 .img-p p,
.container-acordion .item-4 .img-p p,
.container-acordion .item-5 .img-p p{
    margin-top: 15px;
    font-size: 13px;
    font-family: 'Roboto';
    color: rgb(0, 0, 0);
    text-align: center;
}

.container-acordion .item-1 .span-cantidad,
.container-acordion .item-2 .span-cantidad,
.container-acordion .item-3 .span-cantidad,
.container-acordion .item-4 .span-cantidad,
.container-acordion .item-5 .span-cantidad{
   border:solid 1px #004A87;
   width: 15px;
   height: 15px;
   margin-right: 30px;
   display: flex;
   justify-content: center;
   align-items: center;
   font-size: 12px;
  color: #004A87;
}

.container-acordion .content-item-1{
    width: 100%;
    height: auto;
    display: none;
    transition-delay: 1s;
    transition-duration: 10ms;
}

.content-item-1 ul{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
    width: 90%;
    overflow: auto;
}

#link-categoria-nombre{
    color: #004A87;
    text-decoration: none;
}

.content-item-1 ul a li{
    display: block;
    width: 100%;
    height: auto;
    color: #004A87;
}

.content-item-1 ul a li:hover{
    color: rgb(0, 119, 255);
    background-color: transparent;
}


.item-search-2 .title-categoria{
    width: 100%;
}

.item-search-2 .title-categoria h1{
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    width: 40px;
    border-bottom: solid 3px #004A87;
    font-family: 'Roboto';
}

.post-recientes-container{
    width: 70%;
    height: auto;
    margin-bottom: 10px;
    background:rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.post-recientes-container .title-post-reciente{
    width: 100%;
}


.search-categoria .item-search-3{
    width: 80%;
    height:auto;
    background-color: white;
}

.item-search-3 .title-categoria{
    width: 100%;
}

.item-search-3 .title-categoria h1{
    font-size: 20px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    font-family: 'Roboto';
}

.contenedor-item-3{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom:10px;
}

#post-recientes{
    text-decoration: none;
}

.contenedor-item-3 .card-item-3{
    width: 100%;
    height: 100%;
    margin-top: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.card-item-3 .imagen{
    width: 40%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.card-item-3 .imagen img{
    width: 90px;
    height: 90px;
    border-radius: 5px;
}

.card-item-3 .text{
    width: 55%;
    height: 90%;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
}

.card-item-3 .text h3{
  font-family: 'Roboto';
  color: #004A87;
  font-size: 13px;
}

.card-item-3 .text span{
    font-family: 'Roboto';
    color: #5c5c5c;
    font-size: 12px;
}

#item-card{
    background-color: #0064b6;
    width: 100%;
    text-decoration: none;
}

#item-card .toast-header{
    text-decoration: none;
}

#item-card .toast-body{
    text-decoration: none;
    color: black;
}

#item-card .toast-body:hover{
    cursor: pointer;
    color: #0064b6;
    text-decoration: none;
}

.text-descripcion{
    width: 90%;
    height: 130%;
    background-color: #0064b6;
}

nav{
    width: 50%;
    height: 50px;
    margin-bottom: 100px;
}

nav li{
    height: 50px;
}

nav li a{
    width: 40px;
    height: 40px;
    border: solid 1px #004A87;
}

nav li .page-link{
    border: solid 1px #004A87;
}

nav li .img-left-right:hover{
    background-color: #E9E9E9;
}

nav li .img-left-right img{
    width: 20px;
}


@media screen and (max-width:2000px){
        
    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
    }

    .img-fondo-banner{
        width: 100%;
        height: 490px;
        margin-top: 20px;
        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% 65%, 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%;
    }

    .container-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 5%;
    }

    .container-blog .container-card-principal-items{
        width: 60%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }

    .container-card-principal-items .card-principal{
        width: 100%;
        height: 80%;
    }

    .card-principal .imagen-principal{
        width: 100%;
        height: auto;
    }

    .imagen-principal img{
        width: 90%;
    }

    .imagen-principal .text-card{
        width: 100%;
        height: 15rem;
    }

    .text-card span{
        font-size: 25px;
        font-family: 'Roboto';
        color:#3778BD;
        margin-top: 10px;
    }

    .text-card p{
        font-size: 15px;
        font-family: 'Roboto';
        color:#6b6b6b;
        margin-bottom: 10px;
        border-bottom: solid 1px rgb(216, 216, 216);
    }

   

    .text-card h3{
        font-size: 30px;
        font-family: 'Roboto';
        color:#004A87;
        margin-bottom: 10px;
    }

    .text-card .boton-leer{
        text-decoration: none;
        width: 100%;
        height: 50px;
    }

    /*boton css*/
    .text-card .boton-leer a {
        width: 200px;
        height: 100%;
        background-color: transparent;
        border: solid 1px #004A87;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #004A87;
        font-size: 18px;
    }

    .text-card .boton-leer a:hover{
        border: solid 1px #007bff;
        color: #007bff;
        transition-duration: 0.20s;
        transition-delay: 0.20s;
    }
    
    .text-card .parrafo-principal{
        font-size: 18px;
        font-family: 'Roboto';
        color:#757575;
        margin-bottom: 10px;
        border-bottom: none;
    }
    /*caurrusel-items-cards*/

    .caurrusel-items-cards{
        width: 100%;
        height: auto;
        margin-top: 5%;
    }

    .caurrusel-items-cards .items-container{
        width: 100%;
        height: auto;
    }

    .items-container a{
        text-decoration: none;
    }

    .items-container .cards-content{
        width: 100%;
        height: 289px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        margin-top: 10px;
        margin-bottom: 5%;
    }

    .cards-content .img-card{
        width: 50%;
        height: 100%;
        margin-right: 5px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .img-card img{
        width: 100%;
        height: 100%;
    }

    .cards-content .body-card{
        width: 58%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }

    .body-card .head {
        width: 100%;
    }

    .body-card .head span{
        font-size: 25px;
        font-family: 'Roboto';
        color: #3778BD;
    }

    .body-card .head p{
        font-size: 15px;
        font-family: 'Roboto';
        color: #818181;
        border-bottom: solid 1px #818181;
    }

    .body{
        height: 80%;
    }

    .body-card .body h3{
        font-size: 30px;
        font-family: 'Roboto';
        color: #004A87;
    }

    .body-card .body p{
        font-size: 18px;
        width: 90%;
        font-family: 'Roboto';
        color: #818181;
    }

    .body-card .footer-blog {
        width: 100%;
        height: 50px;
    }  

    #leer-mas{
        display: flex;
        justify-content: center;
        align-items: center;
        width: 130px;
        height: 100%;
        background-color: transparent;
        border: solid 1px #004A87;
        color: #004A87;
        font-size: 15px;
        font-family: 'Roboto';
    }

    #leer-mas:hover{
        transition-delay: 0.20s;
        transition-duration: 0.20s;
        border: solid 1px #007bff;
        color: #007bff;
        cursor: pointer;
    }

    .search-categoria{
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .search-categoria .item-search-1{
        background-color: white;
        width: 80%;
        height: 200px;
    }

    .item-search-1 h1{
        margin-top: 15px;
        margin-left: 10px;
        margin-bottom: 20px;
        font-size: 30px;
        width: 30px;
        border-bottom: solid 3px #004A87;
    }

    .item-search-1 .input-search{
        width: 100%;
        height: 60px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }

    .item-search-1 .input-search form{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
    }

    .item-search-1 .input-search input{
        width: 250px;
        height: 50px;
        font-size: 16px;
        padding-left: 5px;
        font-family: 'Roboto';
        color: #004A87;
        border: solid 1px #0064b6;
    }

    .item-search-1 .input-search input:focus{
        outline:none;
        border: 1px solid #018dff;
        box-shadow: 1px 1px 1px whitesmoke;
    }

    #contenedor-result-filter{
        display: none;
        left: 19px;
        top: 50px;
        z-index: 3;
        overflow-y: scroll;
        overflow-x: visible;
        position: absolute;
        width: 290px;
        height: auto;
        background-color: #e9e9e9;
        padding: 0px;
    }

    #contenedor-result-filter a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        list-style: none;
        width: 100%;
        height: 50px;
        text-align: left;
        padding-left: 0px;
        padding-left: 0px;
        margin-top: 3px;
        color: #004A87;
        font-size: 15px;
        font-family: 'Roboto';
    }

    #contenedor-result-filter a:hover{
        transition-delay: 0.10s;
        transition-duration: 0.10s;
        border-bottom: solid 1px #004A87;
        height: auto;
        color: #028dff;
        transition-delay: 10ms;
        transition-duration: 100ms;
    }

    .item-search-1 .input-search button{
        width: 60px;
        height: 50px;
        border: solid 1px #0064b6;
        background-color: #004A87;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .list-group-item a:hover{
        background-color: #004A87;
    }


    .item-search-1 .input-search button img{
        width: 50%;
    }

    .item-search-1 .input-search button:hover{
        background-color: #0064b6;
    }

    .search-categoria .item-search-2{
        width: 80%;
        height: auto;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .item-search-2 .container-acordion{
        width: 100%;
        height: auto;    
    }

    .container-acordion .item-1,
    .container-acordion .item-2,
    .container-acordion .item-3,
    .container-acordion .item-4,
    .container-acordion .item-5{
        width: 100%;
        height: 20%;
        border-bottom: solid 1px whitesmoke;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        list-style: none;
        color: black;
    }

    .container-acordion .item-1:hover,
    .container-acordion .item-2:hover,
    .container-acordion .item-3:hover,
    .container-acordion .item-4:hover,
    .container-acordion .item-5:hover{
        background-color: whitesmoke;
        cursor: pointer;
        transition-delay: 100ms;
    }


    .container-acordion .item-1 .img-p,
    .container-acordion .item-2 .img-p,
    .container-acordion .item-3 .img-p,
    .container-acordion .item-4 .img-p,
    .container-acordion .item-5 .img-p{
        display: flex;
        justify-content:flex-start;
        align-items: center;
        width: 60%;
        margin-left: 30px;
        gap: 10px;
    }

    .container-acordion .item-1 .img-p img,
    .container-acordion .item-2 .img-p img,
    .container-acordion .item-3 .img-p img,
    .container-acordion .item-4 .img-p img,
    .container-acordion .item-5 .img-p img{
        width: 20px;
        height: 20px;
    }

    .container-acordion .item-1 .img-p p,
    .container-acordion .item-2 .img-p p,
    .container-acordion .item-3 .img-p p,
    .container-acordion .item-4 .img-p p,
    .container-acordion .item-5 .img-p p{
        margin-top: 15px;
        font-size: 20px;
        font-family: 'Roboto';
        color: #0064b6;
        text-align: center;
    }

    .container-acordion .item-1 .span-cantidad,
    .container-acordion .item-2 .span-cantidad,
    .container-acordion .item-3 .span-cantidad,
    .container-acordion .item-4 .span-cantidad,
    .container-acordion .item-5 .span-cantidad{
        border: solid 1px #004A87;
        width: 15px;
        height: 15px;
        margin-right: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        color: #004A87;
    }

    .container-acordion .content-item-1{
        width: 100%;
        height: auto;
        display: none;
        transition-delay: 1s;
        transition-duration: 10ms;
    }

    .content-item-1 ul{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: 90%;
        overflow: auto;
    }

    #link-categoria-nombre{
        color: #004A87;
        text-decoration: none;
    }

    .content-item-1 ul a li{
        display: block;
        width: 100%;
        height: auto;
        color: #004A87;
    }

    .content-item-1 ul a li:hover{
        color: rgb(0, 119, 255);
        background-color: transparent;
    }


    .item-search-2 .title-categoria{
        width: 100%;
    }

    .item-search-2 .title-categoria h1{
        font-size: 30px;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 40px;
        border-bottom: solid 3px #004A87;
        font-family: 'Roboto';
    }

    .post-recientes-container{
        width: 70%;
        height: auto;
        margin-bottom: 10px;
        background:rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }

    .post-recientes-container .title-post-reciente{
        width: 100%;
    }

    .search-categoria .item-search-3{
        width: 80%;
        height:auto;
        background-color: white;
    }

    .item-search-3 .title-categoria{
        width: 100%;
    }

    .item-search-3 .title-categoria h1{
        font-size: 30px;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        font-family: 'Roboto';
    }

    .contenedor-item-3{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom:10px;
    }

    #post-recientes{
        text-decoration: none;
    }

    .contenedor-item-3 .card-item-3{
        width: 100%;
        height: 100%;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .card-item-3 .imagen{
        width: 40%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }

    .card-item-3 .imagen img{
        width: 100px;
        height: 100px;
        border-radius: 5px;
    }

    .card-item-3 .text{
        width: 55%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }

    .card-item-3 .text h3{
    font-family: 'Roboto';
    color: #004A87;
    font-size: 18px;
    }

    .card-item-3 .text span{
        font-family: 'Roboto';
        color: #5c5c5c;
        font-size: 16px;
    }

    #item-card{
        background-color: #0064b6;
        width: 100%;
        text-decoration: none;
    }

    #item-card .toast-header{
        text-decoration: none;
    }

    #item-card .toast-body{
        text-decoration: none;
        color: black;
    }

    #item-card .toast-body:hover{
        cursor: pointer;
        color: #0064b6;
        text-decoration: none;
    }

    .text-descripcion{
        width: 90%;
        height: 130%;
        background-color: #0064b6;
    }

    nav{
        width: 50%;
        height: 50px;
        margin-bottom: 100px;
    }

    nav li{
        height: 50px;
    }

    nav li a{
        width: 40px;
        height: 40px;
        border: solid 1px #004A87;
    }

    nav li .page-link{
        border: solid 1px #004A87;
    }

    nav li .img-left-right:hover{
        background-color: #E9E9E9;
    }

    nav li .img-left-right img{
        width: 20px;
    }
}

@media screen and (max-width:1800px){
    
    .container-detalles{
        width: 100%;
        height: auto;
        position: relative;
    }
    
    .img-fondo-banner{
        width: 100%;
        height: 490px;
        margin-top: 20px;
        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%;
    }
    
    .container-blog{
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
        margin-top: 5%;
    }
    
    .container-blog .container-card-principal-items{
        width: 60%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        margin: 0px;
        padding: 0px;
    }
    
    .container-card-principal-items .card-principal{
        width: 100%;
        height: 80%;
    }
    
    .card-principal .imagen-principal{
        width: 100%;
        height: auto;
    }
    
    .imagen-principal img{
        width: 90%;
    }
    
    .imagen-principal .text-card{
        width: 100%;
        height: 15rem;
    }
    
    .text-card span{
        font-size: 20px;
        font-family: 'Roboto';
        color:#3778BD;
        margin-top: 10px;
    }
    
    .text-card p{
        font-size: 13px;
        font-family: 'Roboto';
        color:#777777;
        margin-bottom: 10px;
        border-bottom: solid 1px rgb(216, 216, 216);
    }
    
    .text-card h3{
        font-size: 25px;
        font-family: 'Roboto';
        color:#004A87;
        margin-bottom: 10px;
    }
    
    .text-card .boton-leer{
        text-decoration: none;
        width: 100%;
        height: 50px;
    }
    
    /*boton css*/
    .text-card .boton-leer a {
        width: 200px;
        height: 100%;
        background-color: transparent;
        border: solid 1px #004A87;
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        color: #004A87;
        font-size: 16px;
    }
    
    .text-card .boton-leer a:hover{
        border: solid 1px #007bff;
        color: #007bff;
        transition-duration: 0.20s;
        transition-delay: 0.20s;
    }
       
    .text-card .parrafo-principal{
        font-size: 15px;
        font-family: 'Roboto';
        color:#757575;
        margin-bottom: 10px;
        border-bottom: none;
    }
    /*caurrusel-items-cards*/
    
    .caurrusel-items-cards{
        width: 100%;
        height: auto;
    }
    
    .caurrusel-items-cards .items-container{
        width: 100%;
        height: auto;
    }
    
    .items-container a{
        text-decoration: none;
    }
    
    .items-container .cards-content{
        width: 100%;
        height: 240px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        margin-top: 10px;
        margin-bottom: 5%;
    }
    
    .cards-content .img-card{
        width: 450px;
        height: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 10px;
    }
    
    .img-card img{
       width: 100%;
       height: 100%;
    }
    
    .cards-content .body-card{
        width: 58%;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        justify-content: space-between;
    }
    
    .body-card .head {
        width: 100%;
    }
    
    .body-card .head span{
       font-size: 17px;
       font-family: 'Roboto';
        color: #3778BD;
    }
    
    .body-card .head p{
        font-size: 15px;
        font-family: 'Roboto';
        color: #818181;
        border-bottom: solid 1px #818181;
    }
    
    .body-card .body h3{
        font-size: 25px;
        font-weight: bold;
        font-family: 'Roboto';
        color: #004A87;
    }
    
    .body-card .body p{
        font-size: 15px;
        width: 90%;
        font-family: 'Roboto';
        color: #818181;
    }
    
    .body-card .footer-blog {
        width: 100%;
        height: 50px;
    }  
    
    .search-categoria{
        width: 30%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    
    .search-categoria .item-search-1{
        background-color: white;
        width: 80%;
        height: 140px;
    }
    
    .item-search-1 h1{
        margin-top: 15px;
        margin-left: 10px;
        margin-bottom: 20px;
        font-size: 20px;
        width: 30px;
        border-bottom: solid 3px #004A87;
    }
    
    .item-search-1 .input-search{
        width: 100%;
        height: 50px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        position: relative;
    }
    
    .item-search-1 .input-search form{
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100px;
    }
    
    .item-search-1 .input-search input{
        width: 250px;
        height: 50px;
        font-size: 16px;
        padding-left: 5px;
        font-family: 'Roboto';
        color: #004A87;
        border: solid 1px #0064b6;
    }
    
    .item-search-1 .input-search input:focus{
        outline:none;
        border: 1px solid #018dff;
        box-shadow: 1px 1px 1px whitesmoke;
    }
    
    #contenedor-result-filter{
        display: none;
        left: 19px;
        top: 50px;
        z-index: 3;
        overflow-y: scroll;
        overflow-x: visible;
        position: absolute;
        width: 290px;
        height: auto;
        background-color: #e9e9e9;
        padding: 0px;
    }
    
    #contenedor-result-filter a{
        display: flex;
        justify-content: center;
        align-items: center;
        text-decoration: none;
        list-style: none;
        width: 100%;
        height: 50px;
        text-align: left;
        padding-left: 0px;
        padding-left: 0px;
        margin-top: 3px;
        color: #004A87;
        font-size: 15px;
        font-family: 'Roboto';
    }
    
    #contenedor-result-filter a:hover{
        transition-delay: 0.10s;
        transition-duration: 0.10s;
        border-bottom: solid 1px #004A87;
        height: auto;
        color: #028dff;
        transition-delay: 10ms;
        transition-duration: 100ms;
    }
    
    .item-search-1 .input-search button{
        width: 60px;
        height: 50px;
        border: solid 1px #0064b6;
        background-color: #004A87;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .list-group-item a:hover{
        background-color: #004A87;
    }
    
    
    .item-search-1 .input-search button img{
        width: 50%;
    }
    
    .item-search-1 .input-search button:hover{
       background-color: #0064b6;
    }
    
    .search-categoria .item-search-2{
        width: 80%;
        height: auto;
        background-color: white;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    
    .item-search-2 .container-acordion{
        width: 100%;
        height: auto;    
    }
    
    .container-acordion .item-1,
    .container-acordion .item-2,
    .container-acordion .item-3,
    .container-acordion .item-4,
    .container-acordion .item-5{
        width: 100%;
        height: 20%;
        border-bottom: solid 1px whitesmoke;
        display: flex;
        justify-content: space-between;
        align-items: center;
        text-decoration: none;
        list-style: none;
        color: black;
    }
    
    .container-acordion .item-1:hover,
    .container-acordion .item-2:hover,
    .container-acordion .item-3:hover,
    .container-acordion .item-4:hover,
    .container-acordion .item-5:hover{
       background-color: whitesmoke;
       cursor: pointer;
       transition-delay: 100ms;
    }
    
    
    .container-acordion .item-1 .img-p,
    .container-acordion .item-2 .img-p,
    .container-acordion .item-3 .img-p,
    .container-acordion .item-4 .img-p,
    .container-acordion .item-5 .img-p{
      display: flex;
      justify-content:flex-start;
      align-items: center;
      width: 60%;
      margin-left: 30px;
      gap: 10px;
    }
    
    .container-acordion .item-1 .img-p img,
    .container-acordion .item-2 .img-p img,
    .container-acordion .item-3 .img-p img,
    .container-acordion .item-4 .img-p img,
    .container-acordion .item-5 .img-p img{
       width: 15px;
       height: 15px;
    }
    
    .container-acordion .item-1 .img-p p,
    .container-acordion .item-2 .img-p p,
    .container-acordion .item-3 .img-p p,
    .container-acordion .item-4 .img-p p,
    .container-acordion .item-5 .img-p p{
        margin-top: 15px;
        font-size: 13px;
        font-family: 'Roboto';
        color: rgb(0, 0, 0);
        text-align: center;
    }
    
    .container-acordion .item-1 .span-cantidad,
    .container-acordion .item-2 .span-cantidad,
    .container-acordion .item-3 .span-cantidad,
    .container-acordion .item-4 .span-cantidad,
    .container-acordion .item-5 .span-cantidad{
       border:solid 1px #004A87;
       width: 15px;
       height: 15px;
       margin-right: 30px;
       display: flex;
       justify-content: center;
       align-items: center;
       font-size: 12px;
      color: #004A87;
    }
    
    .container-acordion .content-item-1{
        width: 100%;
        height: auto;
        display: none;
        transition-delay: 1s;
        transition-duration: 10ms;
    }
    
    .content-item-1 ul{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        flex-direction: column;
        gap: 10px;
        width: 90%;
        overflow: auto;
    }
    
    #link-categoria-nombre{
        color: #004A87;
        text-decoration: none;
    }
    
    .content-item-1 ul a li{
        display: block;
        width: 100%;
        height: auto;
        color: #004A87;
    }
    
    .content-item-1 ul a li:hover{
        color: rgb(0, 119, 255);
        background-color: transparent;
    }
    
    
    .item-search-2 .title-categoria{
        width: 100%;
    }
    
    .item-search-2 .title-categoria h1{
        font-size: 20px;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        width: 40px;
        border-bottom: solid 3px #004A87;
        font-family: 'Roboto';
    }
    
    .post-recientes-container{
        width: 70%;
        height: auto;
        margin-bottom: 10px;
        background:rgb(255, 255, 255);
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
    }
    
    .post-recientes-container .title-post-reciente{
        width: 100%;
    }
    
    
    .search-categoria .item-search-3{
        width: 80%;
        height:auto;
        background-color: white;
    }
    
    .item-search-3 .title-categoria{
        width: 100%;
    }
    
    .item-search-3 .title-categoria h1{
        font-size: 20px;
        margin-top: 10px;
        margin-left: 10px;
        margin-bottom: 10px;
        font-family: 'Roboto';
    }
    
    .contenedor-item-3{
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom:10px;
    }
    
    #post-recientes{
        text-decoration: none;
    }
    
    .contenedor-item-3 .card-item-3{
        width: 100%;
        height: 100%;
        margin-top: 10px;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    
    .card-item-3 .imagen{
        width: 40%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-right: 5px;
    }
    
    .card-item-3 .imagen img{
        width: 90px;
        height: 90px;
        border-radius: 5px;
    }
    
    .card-item-3 .text{
        width: 55%;
        height: 90%;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
    }
    
    .card-item-3 .text h3{
      font-family: 'Roboto';
      color: #004A87;
      font-size: 13px;
    }
    
    .card-item-3 .text span{
        font-family: 'Roboto';
        color: #5c5c5c;
        font-size: 12px;
    }
    
    #item-card{
        background-color: #0064b6;
        width: 100%;
        text-decoration: none;
    }
    
    #item-card .toast-header{
        text-decoration: none;
    }
    
    #item-card .toast-body{
        text-decoration: none;
        color: black;
    }
    
    #item-card .toast-body:hover{
        cursor: pointer;
        color: #0064b6;
        text-decoration: none;
    }
    
    .text-descripcion{
        width: 90%;
        height: 130%;
        background-color: #0064b6;
    }
    
    nav{
        width: 50%;
        height: 50px;
        margin-bottom: 100px;
    }
    
    nav li{
        height: 50px;
    }
    
    nav li a{
        width: 40px;
        height: 40px;
        border: solid 1px #004A87;
    }
    
    nav li .page-link{
        border: solid 1px #004A87;
    }
    
    nav li .img-left-right:hover{
        background-color: #E9E9E9;
    }
    
    nav li .img-left-right img{
        width: 20px;
    }
    
}

@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);
    }
}

@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 83%, 50% 100%, 100% 85%, 100% 0);
    }

    .container-blog{
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0px;
        margin-top: 10px;
    }

    .container-card-principal-items{
        width: 85%;
        margin: 0px;
        padding: 0px;
    }    

    .items-container a{
        width:auto;
        height: auto;
    }

    .items-container .cards-content{
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .items-container .cards-content .img-card{
        width: auto;
        height: auto;
    }

    .items-container .cards-content .body-card{
        width: 60%;
    }

    .search-categoria .item-search-1,
    .search-categoria .item-search-2,
    .search-categoria .item-search-3{
        width: 95%;
    }
}


@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);
    }

    .container-blog{
        width: 100vw;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    #movil-contenido{
        margin: 0px;
        padding: 0px;
        width: 75%;
        height: auto;
    }

    .items-container .cards-content{
        width: 100%;
    }

    .search-categoria{
        width: 50%;
        display: flex;
        flex-direction: row;
        margin: 40px;
    }
    
    .search-categoria .item-search-2,
    .search-categoria .item-search-3{
        display: none;
    }

}

@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{
        margin-top: 80px;
        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);
    }
}

@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-blog{
        width: 100vw;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    #movil-contenido{
        margin: 0px;
        padding: 0px;
        width: 90%;
        height: auto;
    }

    .items-container .cards-content{
        width: 100%;
    }

    .search-categoria{
        width: 60%;
        display: flex;
        flex-direction: row;
        margin: 40px;
    }
    
    .search-categoria .item-search-2,
    .search-categoria .item-search-3{
        display: none;
    }
}

@media screen and (max-width:635px){
    .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);
    }
     
    .container-blog{
        width: 100vw;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    #movil-contenido{
        margin: 0px;
        padding: 0px;
        width: 95%;
        height: auto;
    }

    .items-container .cards-content{
        width: 100%;
    }

    .search-categoria{
        width: 60%;
        display: flex;
        flex-direction: row;
        margin: 40px;
    }
    
    .search-categoria .item-search-2,
    .search-categoria .item-search-3{
        display: none;
    }
    
}

@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:581px){
    .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);
    }
      
    .container-blog{
        width: 100vw;
        display: flex;
        flex-wrap: wrap-reverse;
    }

    #movil-contenido{
        width: 90%;
        height: auto;
    }


    .imagen-principal{
        margin-bottom: 35%;
        height: auto;
    }

    .items-container .cards-content{
        margin-top: 70px;
        width: 100%;
        height: auto;
    }

    .items-container .cards-content .body-card{
        width: 100%;
    }

    .search-categoria{
        width: 100%;
        display: flex;
        flex-direction: row;
        margin: 40px;
        background-color: transparent;
        box-shadow: none;
    }

    .search-categoria .item-search-1{
        background-color: transparent;
        box-shadow: none;
    }
    
    .search-categoria .item-search-2,
    .search-categoria .item-search-3{
        display: none;
    }
    
}

@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);
    }

    .container-blog{
        width: 100vw;
        display: flex;
        flex-wrap: wrap-reverse;
    }
}

@media screen and (max-width:450px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        background-position: bottom;
        -webkit-clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 100% 0);
        clip-path: polygon(0 0, 0 89%, 50% 100%, 100% 90%, 100% 0);
    }

    .caurrusel-items-cards .items-container .cards-content .img-card{
        width: 100%;
    }

    .caurrusel-items-cards .items-container .cards-content .img-card img{
        width: 100%;
    }
        
    nav{
        width: 100%;
        height: 50px;
        margin-bottom: 100px;
    }

    nav ul li{
        width: 10%;
    }
}

@media screen and (max-width:350px){
    .img-fondo-banner{
        width: 100%;
        height: 200px;
        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);
    }
}


