.cards{
    background-color: #e2dfdf;
    border:#c1c1c1 solid 1px ;
}

.card-view{
    
    background-color: white;
}

.card-view >div h6{
    align-items: center;
   line-height: 50px;
}
#carrucel{
    margin-bottom:10%;
}

.cards button{
    margin: 15px;
    align-content: center;
}
.cards:hover{
    cursor: pointer;
    background-color: #a7edfa;
    color: #c1c1c1;
    border: none;
    transition: 2s;
}

.cards a:hover{
    color: white;
    cursor: pointer;
}

.paginacion{
    display: flex;
    margin: auto;
    justify-content: center;
    margin-bottom: 20px;
    
}
.paginacion ul{
    text-decoration: none;
    width: 50px;
    height: 50px;
    border: #81c6ff 0.5px solid;
    text-align: center;
    margin: 0px 0px 5px 5px; 
    line-height: 50px;
}
.paginacion ul :hover{
    background-color: #81c6ff;
    color: white;
    transition: 2s;
}
.more_new-cards{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 25px;
    margin: 10px 0;
}
.more_new-cards div>img{
    width: 100%;
    height: 350px;
}

.titulo{
    text-decoration: underline;
    text-shadow :10px 10px 10px 10px black;
}
.sub-titulos{
    color: white;
    font-weight: bolder;
}

@media (max-width:920px and 990px) and (max-width:1019px){
    .titulo{
        color: black;
        text-decoration: none;
        margin-top: 10px;
    }
    .contenido{
        display: flex;
       justify-content: center;
    }
    .more_new-cards{
        display: block;
        position: relative;
        margin-bottom: 10px;
        justify-content: center;
    }
    .more_new-cards div>img{
        width: 100%;
        height: 150px;
    }
    .card-view{
        background-color: black;
        margin-bottom: 10%;
    }
    .card-view:hover{
        background-color: #998efd;
    }
    .card-view >div h6{
        color: white;
        margin-top: 0px;
        line-height:75px
    }
   .col-3{
       flex: 0px !important;
       max-width:none !important;
   }
}

/**Detalles**/
.video{
    text-align: center;
    background-color: #ffffff;
    padding: 20px;
    background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23111111' fill-opacity='0.08' fill-rule='evenodd'/%3E%3C/svg%3E");
    border-radius: 50px;
    margin-top: 10%;
}