.root-section{
    box-shadow: none !important;
}
@media (max-width: 640px){
    .container{
        width: 90% !important;
    }
    #root-section-1 .container {
        width: 100% !important;
    }
}

#container-oferta{
    padding: 40px 0;
}
#container-oferta #offer-title{
    margin-bottom: 40px;
    font-family: 'montserrat', sans-serif;
    font-weight: 700;
    font-size: 2.5em;
}
#container-oferta #offer-main-img{
    margin-bottom: 40px;
}
#container-oferta #offer-main-img img{
    box-shadow: var(--shadow-black-2);
}

#container-oferta > *{
    margin-bottom: 20px;
    text-shadow: 0 0 20px white;
}
@media (min-width: 600px){
    #container-oferta > *{
        font-size: 1.1em;
    }
}
#container-oferta > *:last-child{
    margin-bottom: 0;
}
#container-oferta #details *:is(h1, h2, h3, h4, h5, h6){
    font-weight: 700;
    font-size: 1.5em;
    font-family: montserrat, sans-serif;
}
#container-oferta ul, #container-oferta ol{
    list-style-position: inside;
}
#container-oferta li{
    margin-bottom: 10px;
}

#a-container-btm{
    padding-bottom: 60px;
}
#a-container-btm a{
    display: block;
    padding: 10px 20px;
    width: 100%;
    background-color: var(--color-3);
    color: var(--color-text-3);
    margin-bottom: 20px;
    text-align: center;
    box-shadow: var(--shadow-black-2);
    transition: 0.3s all;
}
#a-container-btm a:hover{
    box-shadow: var(--shadow-black);
}
@media (min-width: 640px){
    #a-container-btm a{
        display: inline-block;
        width: unset;
        margin-right: 20px;
    }
    #a-container-btm a:last-child{
        margin-right: 0;
    }
}