/* Buscador */

.resultado{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    z-index: 900;
}

.resultado .whites{
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: 290px;
    margin-top: 0px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(5.5px);
    padding: 8px 88px;
    transition: 0.5s;
}

.resultado .whites .otrobuscador{
    width: 468px;
    height: 42px;
    border-radius: 70px;
    border: 1px solid #316EE5;
    padding: 5px;
    background: rgba(255, 255, 255, 0.80);
    backdrop-filter: blur(4px);
}

.resultado .whites .otrobuscador input{
    width: 100%;
    height: 30px;
    border: 0px;
    color: #000;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 70px 0px 0px 70px;
    padding: 0px 10px;
    outline: none;
    background-color: transparent;
}

.resultado .whites .otrobuscador button{
    width: 120px; 
    height: 30px;
    color: #FFF;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 70px;
    background: #0E0453;
    border: 0px;
}

.filtro{
    height: 40px;
    color: #FFF;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 70px;
    background: #0E0453;
    border: 0px;
    padding: 0px 20px;
}

.filtro2{
    height: 40px;
    color: #FFF;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    border-radius: 70px;
    background: #0E0453;
    border: 0px;
    padding: 0px 20px;
}

.back-filtro{
    top: 55px;
    right: 90px;
    width: 305px;
    height: 140px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 8px 8px;
    list-style: none;
}

.back-filtro li{
    width: 100%;
    height: 60px;
    color: #000;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    border-bottom: 0.5px solid #A1A4A9;
    background: #FFF;
    padding: 0px 8px;
}

.back-filtro li:hover{
    background-color: #CEFFEA;
}

.filtros-footer{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 60px;
    background: rgba(255, 255, 255, 0.60);
    backdrop-filter: blur(5.5px);
}

.filtros-footer button{
    background-color: #316EE5;
}

.back-filtro-mobile{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    padding: 16px;
    z-index: 1000;
}

.back-filtro2{
    width: 100%;
    height: 220px;
    border-radius: 8px;
    background: #FFF;
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.25);
    padding: 16px 16px;
    color: #316EE5;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    list-style: none;
}

.back-filtro2 li{
    width: 100%;
    height: 60px;
    color: #000;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    background: #FFF;
}

.back-filtro2 li:hover{
    background-color: #CEFFEA;
}

.opacity{
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.back-cards{
    margin-top: 100px;
    padding: 8px 88px;
}

.publicidad1-desktop{
    width: 970px;
    height: 90px;
    background: #FCBD44;
}

.publicidad1-mobile{
    width: 300px;
    height: 100px;
    background: #FCBD44;
}

.back-crads{
    display: inline-block;
    width: calc(33% - 20px);
    height: 375px;
    padding: 8px;
    margin: 10px 10px;
    border-radius: 8px;
}

.back-crads:hover{
    border: 1px solid #DFE6ED;
}

.cards .img{
    width: 100%;
    height: 150px;
    border-radius: 8px 8px 0px 0px;
    background-attachment: fixed;
}

.cards .info p{
    height: 40px;
    overflow: hidden;
    color: #0E0453;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin: 0px;
    margin-top: 5px !important;
}

.cards .info .dias{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0E0453;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.cards .info .garantizada{
    color: #459A33;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
    border-radius: 16px;
    background: rgba(227, 242, 224, 0.30);
    padding: 4px 14px;
}

.cards .info .marca{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #A1A4A9;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 5px;
}

.cards .info > .desde{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0E0453;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
    margin-top: 15px;
}

.cards .info .precio{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #0E0453;
    font-family: "Rubik";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-align: left;
    margin-top: 15px;
}

.cards .info .impuestos{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px 8px;
    border-radius: 4px;
    background: #F1F5FE;
}

.cards .info .tc{
    color: #6A6868;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 700;
    line-height: 20px;
}

.cards .info > .loquiero{
    position: absolute;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 40px;
    color: #0E0453;
    text-align: center;
    font-family: "Montserrat";
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 40px;
    text-transform: capitalize;
    border-radius: 0px 0px 8px 8px;
    background: #CEFFEA;
}

.producto-destacado{
    width: 100%;
    height: 20px;
    color: #ED002E;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding: 4px;
    background: #FCBD44;
    border-radius: 8px 8px 0px 0px;
}

@media (max-width: 855px) {
    .resultado .whites{
        padding: 8px 16px;
    }

    .resultado .whites .otrobuscador{
        width: 100% !important;
    }

    .back-cards{
        padding: 8px 16px;
    }

    .back-crads{
        width: 100%;
        height: 193px;
        margin: 0px;
        margin-top: 20px;
        border: 1px solid #DFE6ED;
    }

    .cards{
        display: flex;
        justify-content: flex-start;
    }

    .cards-mobile{
        flex-direction: column;
    }

    .cards .img{
        width: 45%;
        height: 175px;
        border-radius: 8px 0px 0px 8px;
    }

    .cards .info {
        width: 55%;
        padding: 0px 8px;
    }

    .cards .info .precio{
        font-size: 18px;
    }

    .producto-destacado{
        border-radius: 8px 0px 0px 0px;
    }
}

body{
    opacity: 0;
    transition: 1s;
}