﻿
.flex-item {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 48px;
    /*margin-bottom: 30px;*/
    /*margin-top: 30px;*/
}


    .flex-item img {
        margin: auto;
        border-radius: 20px;
    }


.header-img {
    object-fit: contain;
    border-radius: 20px;
}

    .flex-item p {
        font-size: 20px;
    }


        .flex-item p .color-bullet {
            position: absolute;
            display: block;
            font-size: 20px;
            background-color: var(--bblue);
            color: white;
            height: 50px;
            width: 50px;
            padding: 20px;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 25px;
            font-family: "SF Pro Text"; font-weight: 700;
        }


.img-borde img {
    box-shadow: 0px 5px 13px #cbcbcb;
    /*height: unset !important;*/
    padding: 16px;
}


hr {
    border: 0;
    border-top: 1px solid lightgrey !important;
}

.compra-recoge-detalles {
    font-family: "SF Pro Text"; font-weight: 400;
    text-align: justify;
}

.compra-recoge-link {
    font-family: "SF Pro Text"; font-weight: 400;
    font-size: 20px;
    word-break: break-word;
}

.compra-recoge-link:hover {
    text-decoration-line: underline;
}

.compra-recoge-titulo-pasos {
    font-family: "SF Pro Text"; font-weight: 700;
    font-size: 24px;
    margin: 0;
}

@media (max-width:991px) {
    .flex-item {
        display: block;
    }

        .flex-item img {
            margin-top: 50px;
        }

    .cabecera img {
        margin-top: 0px;
    }

    .logow img {
        margin-top: 0px;
        margin-bottom: 30px;
    }

    .flex-item p .color-bullet {
        height: 30px;
        width: 30px;
        font-size: 18px;
    }
}

#comentariosClientes h5 {
    font-family: "SF Pro Text"; font-weight: 600;
    font-size: 40px;
    /*            background: -webkit-linear-gradient(left top, red, yellow);
                background: linear-gradient(to bottom right, red, yellow);
                -webkit-background-clip: text;
                -webkit-text-fill-color: transparent; */
    margin-bottom: 20px;
    color: black;
}

#comentariosClientes .row {
    /*        padding: 10px 10px;*/
    background: white;
    /*  border: solid 1px silver;
                    border-radius: 20px;*/
}

    #comentariosClientes .row .comentarios {
        text-align: center;
    }

.comentarios .nombreC {
    font-size: 14px;
    font-family: "SF Pro Text"; font-weight: 600;
    color: white;
    text-transform: capitalize;
}

#comentariosClientes hr {
    margin-top: 10px;
    margin-bottom: 10px;
    border: 0;
    border-top: 1px solid #ffffff;
}

#comentariosClientes .comentarios p {
    color: #787878;
    font-family: "SF Pro Text"; font-weight: 600;
    margin-bottom: 2px;
}

#comentariosClientes .comentarios .estatusC {
    color: #0e831d;
}

.comentarios .estrellas i {
    color: #dbad04;
    font-size: 18px;
}

.comentarios .comentariosC {
    font-style: italic;
    font-weight: 400;
    font-size: 12px;
}

div#comentariosClientes .owl-dots button {
    background-color: transparent;
    border: transparent;
}

.soloOpiniones {
    background: white;
    height: 35%;
    /* border-radius: 15px;
            padding: 20px 0px;*/
}

#comentariosClientes .comentarios .nombreC {
    color: black !important;
}

.comentarios .verificado {
    color: #6a6a6a !important;
    font-size: 20px;
}

.comentarios .enBase {
    color: black !important;
    font-size: 18px;
}

.comentarios .verificado i {
    color: #167ac6;
}

.soloOpiniones .comentarios .verificado {
    color: deepskyblue;
    font-size: 13px;
}

#comentariosClientes .row {
    display: flex;
    align-items: center;
}

div#soloFijo .estrellas {
    /*    background-color: white;*/
    padding: 10px;
    border-radius: 10px;
}

div#soloFijo .estrellas {
    /*    background-color: white;*/
    padding: 10px;
    border-radius: 10px;
}

    div#soloFijo .estrellas i {
        font-size: 22px;
        color: #dbad04;
    }

#soloFijo .comentariosC {
    color: #787878 !important;
}

#soloFijo .verificado {
    color: black !important;
}

    #soloFijo .verificado i {
        color: #167ac6;
    }

#soloFijo .estatusC {
    color: #0e831d !important;
}

.col-lg-9.soloOpiniones .owl-dots {
    display: none;
}

/* div#soloFijo {
                    border-right: 2px solid silver;
                }
        */
#opi .circuloAbrir {
    height: 35px;
    width: 35px;
    background-color: #ed6800;
    border-radius: 50px;
    position: absolute;
    right: -19px;
    z-index: 8;
    top: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.circuloCerrar {
    left: 20px;
    transform: rotate(180deg);
    z-index: 8;
    top: 20px !important;
}

div#imgStar img {
    margin: auto;
    margin-bottom: 10px;
    margin-top: 5px;
    width: 20%;
}

#opi .circuloAbrir i {
    color: white;
    font-size: 25px;
}


div#comentariosClientes {
    margin-bottom: 50px;
}

.opacidadX {
    opacity: 0;
}

.quitarPpacidadX {
    opacity: 1;
}

.fa-star:before {
    content: black !important;
}

@media (max-width:768px) {
    #owlOP {
        display: block !important;
    }

    #comentariosClientes .row {
        display: block !important;
    }

    .circuloCerrar {
        display: none !important;
    }

    .soloOpiniones {
        background: white;
        height: 15%;
    }

    div#abrirData {
        display: none !important;
    }

    .opacidadX {
        opacity: 1;
    }

    .soloOpiniones {
        background: white;
        height: 20%;
    }

    #comentariosClientes .row {
        display: block !important;
    }
}











/* :::::::::: LINE TIME STYLES: START :::::::::: */
.linetime > .row:last-child .linetime-item {
    border-left: none;
}

.linetime-item {
    display: flex;
    position: relative;
    align-items: center;
    border-left: 1px solid var(--gray3);
    flex-direction: row;
    justify-content: center;
    height: 360px;
    margin-inline: 64px;
}

.linetime-bullet {
    display: block;
    position: absolute;
    background-color: var(--bblue);
    border-radius: 50px;
    color: var(--wwhite);
    font-family: "SF Pro Text"; font-weight: 700;
    font-size: 16px;
    height: 50px;
    top: 0;
    left: -25px;
    align-content: center;
    text-align: center;
    width: 50px;
}

.linetime-description {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: center;
    padding-inline: 5rem;
}

.linetime-text {
    font-family: "SF Pro Text"; font-weight: 400;
    font-size: 16px;
    margin: 0;
    text-align: justify;
    word-break: break-word;
}

.linetime-picture {
    display: block;
    border: 1px solid var(--gray4);
    border-radius: 1rem;
    box-shadow: 0 0 10px var(--gray4);
    height: auto;
    max-width: 100%;
    max-height: 300px;
    width: 500px;
}

.linetime-img {
    padding: 16px;
    height: 300px;
    width: 500px;
    max-height: auto;
    object-fit: contain;
}

.star {
    height: 16px;
    width: 16px;
}

    .star > path {
        fill: #dbad04;
    }

.star-full > path#full {
    fill: #dbad04 !important;
    stroke: #dbad04 !important;
}

.star-half > path#half {
    fill: #dbad04 !important;
    stroke: #dbad04 !important;
}

.comments {
    display: flex;
    align-items: center;
    background-color: var(--gray4);
    border-radius: 1rem;
    flex-direction: column;
    justify-content: center;
    max-width: 100%;
    margin: 100px auto 50px auto;
    padding: 24px;
    width: 300px;
}

.comments-verified {
    display: flex;
    align-items: center;
    font-family: "SF Pro Text"; font-weight: 500;
    font-size: 20px;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin: 0;
    text-align: center;
}

.comments-status {
    color: var(--ggreen);
    font-size: 16px;
    font-family: "SF Pro Text"; font-weight: 700;
    margin: 0;
}

.comments-stars {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.5rem;
    justify-content: center;
    margin: 1rem 0;
}

.comments-base {
    color: var(--bblack);
    font-family: "SF Pro Text"; font-weight: 700;
    font-size: 16px;
    margin: 0;
}

.comments-comments {
    color: var(--gray2);
    font-family: "SF Pro Text"; font-weight: 400;
    font-size: 12px;
    margin: 0;
    text-align: center;
}

.comments-link {
    font-family: "SF Pro Text";
    font-weight: 400;
    margin-top: 1rem;
}

.comments-link:hover {
    text-decoration-line: underline !important;
}

@media screen and (max-width: 1280px) {
    .linetime-col {
        padding-inline: 45px;
    }
}

@media screen and (max-width: 970px) {
    .linetime-item {
        flex-direction: column;
        row-gap: 32px;
        height: auto;
    }

    .linetime-item {
        padding-top: 75px;
    }

    .linetime-description {
        justify-content: center;
        padding-inline: 0;
        max-width: 500px;
    }

    .linetime-text {
        text-align: center;
    }

    .linetime-img {
        max-width: 100%;
    }
}

@media screen and (max-width: 679px) {
    .linetime-item {
        padding-left: 50px;
    }

    .linetime-img {
        height: auto;
    }

    .linetime-text {
        text-align: left;
    }

    .compra-recoge-detalles {
        font-size: 18px !important;
        line-height: 24px;
    }

}

@media screen and (max-width: 479px) {
    .linetime-col {
        padding-left: 15px;
        padding-right: 15px;
    }

    .linetime-item {
        border-left: none;
        padding: 32px 0 0 0;
    }

    .linetime-bullet {
        position: static;
    }

    .linetime-text {
        text-align: center;
    }
}
/* :::::::::: LINE TIME STYLES: END :::::::::: */

/* :::::::::: CARD COMMENTS STYLES: START :::::::::: */
.comments-carousel {
    margin-bottom: 64px;
}

.comments-card {
    box-shadow: 2px 2px 8px var(--gray4);
    border: 1px solid var(--gray4);
    border-radius: 1rem;
    height: 200px;
    max-height: 250px;
    max-width: 180px;
    padding: 16px;
    width: 180px;
}

.comments-card-user {
    font-family: "SF Pro Text"; font-weight: 500;
    font-size: 14px;
    margin: 0;
    text-align: center;
}

.comments-card-verified {
    color: var(--gray2);
    font-family: "SF Pro Text"; font-weight: 400;
    font-size: 12px;
    gap: 0.25rem;
    margin: 0;
    margin-top: 1rem;
}

.comments-card-status {
    font-family: "SF Pro Text"; font-weight: 400;
    margin: 0;
    margin-top: 1rem;
    text-align: center;
}

.comments-card-stars {
    margin: 0;
    margin-top: 4px;
}

.comments-card-comment {
    display: block;
    font-family: "SF Pro Text"; font-weight: 400;
    font-size: 11px;
    line-height: 14px;
    margin: 0;
    margin-top: 1rem;
    text-align: center;
    word-break: break-word;
}

.swiper-wrapper > .comments-card:first-child {
    margin-left: 1px;
}

.commentsSwiper {
    padding: 8px 32px;
}

.comments-swiper-prev, .comments-swiper-next {
    background-color: var(--wwhite);
    height: 100%;
    margin-top: 0;
    top: 0;
}

.comments-swiper-prev {
    left: 0;
    padding-right: 1.2rem;
}

.comments-swiper-next {
    padding-left: 1.2rem;
    right: 0;
}

.blue-verified > path {
    fill: var(--bblue) !important;
}

.gray-circle > circle {
    fill: var(--gray2);
}
/* :::::::::: CARD COMMENTS STYLES: END :::::::::: */

.banner-cupon-wrap {
    background-color: var(--gray4);
    padding: 24px;
    margin-top: 24px;
}

.banner-cupon {
    display: flex;
    align-items: center;
    background-color: var(--wwhite);
    outline: 3px dashed var(--special-offer);
    outline-offset: -3px;
    border-radius: 10px;
    flex-direction: row;
    gap: 16px;
    max-width: 600px;
    margin-inline: auto;
    padding: 16px;
    width: 100%;
}

.banner-cupon-code {
    color: var(--special-offer);
    font-size: 24px;
    font-family: "SF Pro Text"; font-weight: 700;
}

.banner-cupon-text {
    font-size: 12px;
    text-align: end;
}
.banner-cupon-legal {
    display: inline-block;
    margin-top:10px;
    font-size: 10px;
}

@media only screen and (max-width:576px) {
    .banner-cupon {
        flex-direction: column;
        gap: unset;
    }

    .banner-cupon-text {
        text-align: center;
    }

    .banner-cupon-code {
        font-size: 18px;
    }
}