header{
    padding: 8px 16px;
}

.back-breadcrumbs{
    margin-top: 80px;
    padding: 8px 32px;
    color: #6A6868;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.back-breadcrumbs .select{
    color: #3E26E8;
}

article{
    display: flex;
    justify-content: flex-start;
    padding: 8px 32px;
}

article .left{
    width: 70%;
    padding: 0px 24px;
}

article .left > div{
    padding: 0px 16px;
}

article .left h1{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 38px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

article .left .descripcion{
    color: #6A6868;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

article .left > .backimg{
    margin-top: 30px;
    padding: 0px;
}

article .left > .backimg img{
    max-width: 100%;
}

article .left div > .contenido p strong{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-top: 20px;
}

article .left div > .contenido p{
    color: #6A6868;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-top: 10px;
}

article .left div > .contenido p img{
    max-width: 100%;
}

article .right{
    width: 30%;
    padding: 0px 40px;
}

article .right p{
    color: #316EE5;
    font-family: "Rubik";
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

article .right .backminicards{
    width: 100%;
    height: 138px;
    border-radius: 4px;
    border: 0.5px solid #A1A4A9;
    padding: 8px;
    margin-top: 15px;
}

article .right .backminicards a{
    text-decoration: none;
}

article .right .backminicards .img{
    width: 30%;
    height: 120px;
    border-radius: 8px 0px 0px 8px;
    background-attachment: fixed;
}

article .right .backminicards .infocard{
    width: 70%;
    padding-left: 10px;
}

article .right .backminicards .infocard p{
    color: #3E26E8;
    font-family: "Rubik";
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

article .right .backminicards .infocard div{
    overflow: hidden;
    color: #A1A4A9;
    font-family: "Rubik";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3; 
    -webkit-box-orient: vertical;
}

.publicidad{
    width: 300px;
    height: 250px;
    background-color: #FCBD44;
    margin-top: 15px;
}

.publicidad2{
    width: 300px;
    height: 100px;
    background-color: #FCBD44;
    margin-top: 15px;
}

.avatar{
    margin-top: 20px;
}

.avatar .backavatar{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid #316EE5;
    background: #FFF;
    padding: 1px;
}

.avatar .backavatar img{
    width: 36px;
    height: 36px;
    border-radius: 50%;
}

.avatar .name{
    color: #2CC684;
    leading-trim: both;
    text-edge: cap;
    font-family: "Rubik";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.avatar .fecha{
    color: #A1A4A9;
    leading-trim: both;
    text-edge: cap;
    font-family: "Rubik";
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

/* slider promociones */

.main {
    padding: 0px 80px;
}

.items2 {
    width: 100%;
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    transition: all 0.2s;
    transform: scale(0.98);
    will-change: transform;
    user-select: none;
    cursor: pointer;
    text-align: center;
}

/*Webkit*/
.items2::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent;
}
.items2::-webkit-scrollbar-thumb {
    background-color: transparent;
}
.items2:hover::-webkit-scrollbar-thumb {
    background-color: transparent;
}

.item {
    position: relative;
    display: inline-block;
    width: 280px;
    height: 380px;
    margin: 0px 0.5em;
    border-radius: 8px;
    padding: 8px;
}

.item:hover{
    border: 1px solid #DFE6ED;
}

.item > img{
    width: 100%;
    border-radius: 8px 8px 0px 0px;
}

.main .titlesugeridas{
    color: #111;
    font-family: "Rubik";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.item > .title{
    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-top: 5px !important;
}

.item .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;
}

.item .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;
}

.item .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;
}

.item > .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;
}

.item .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;
}

.item .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;
}

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

.item > .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;
}

.viajes-botones-navegacion{
    margin-top: 50px;
    padding: 0px 30px;
}

.botonazul{
    width: 328px;
    padding: 8px 52px;
    border-radius: 54px;
    color: #FFF;
    text-align: center;
    font-family: "Montserrat";
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    background: #316EE5;
    border: 0px;
    padding: 16px;
}

.botonazul:hover{
    background-color: #0E0453;
}

.botonazul svg{
    margin-left: 10px;
}

.home-link{
    text-decoration: none;
}

@media (max-width: 855px) {
    article {
        margin-top: 80px;
        flex-direction: column;
        padding: 8px 0px;
    }

    article .left{
        width: 100%;
        padding: 0px 0px;
    }

    /* article .left > .backimg{
        padding: 0px 0px;
    } */

    article .right{
        width: 100%;
    }

    .main {
        padding: 0px 10px !important;
    }

    .viajes-botones-navegacion{
        padding: 0px 16px;
    }

    article .right{
        padding: 0px 16px;
        margin-top: 30px;
    }

    article .right p{
        text-align: center;
    }

    .botonazul{
        width: 100%;
    }

    article .left p{
        font-size: 24px;
    }

    article .right p{
        font-size: 30px;
    }

    article .right .backminicards .infocard p{
        font-size: 16px;
        text-align: left;
    }

    article .right .backminicards .infocard div{
        font-size: 12px;
    }

    article .right .backminicards{
        height: 115px;
    }

    article .right .backminicards .img{
        width: 100px;
        height: 95px;
    }

    .main .titlesugeridas{
        font-size: 14px;
    }
}

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