body {
    margin: 0;
    padding: 0;
}

.container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
h1 {
    font-size: 2rem;
    line-height: 1.2;
}
p {
    font-size: 1.25rem;
    line-height: 1.2;
}
.addon-l-mobile, .addon-r-mobile {
    position:absolute;
    width:12rem;
    height:auto;
    object-fit: cover;
    bottom: 12%;
}
.addon-r-mobile {
    right:-15%;
}
.addon-l-mobile {
    left:-15%;
}
.product-image .addon-l {
    position:absolute;
    left:0; top:2%;
    transform: translateX(-55%);
    width:30vw;
    height:auto;
    object-fit: cover;
}
.product-image .addon-r {
    position:absolute;
    right:0; top:2%;
    transform: translateX(55%);
    width:30vw;
    height:auto;
}
.product-image .product {
    width: 100%;
    height: auto;
    transform: scale(1);
}

h1 {
    font-size: 2.25rem;
    line-height: 1.25;
}
p {
    font-size: 1.375rem;
    line-height: 1.5;
}

.box-container .apple {
    position: absolute;
    transform:scale(1);
    transform:translate(150deg);
    mix-blend-mode: multiply;
}
@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
    .product-image .addon-l, .product-image .addon-r {
        display: block;
    }
    .addon-l-mobile, .addon-r-mobile {
        display: none;
    }
    .text-container {
        max-width: 22rem;
        padding: 2rem 2rem 4rem;
    }
}
@media (max-width: 576px) {
    .product-image .addon-l, .product-image .addon-r {
        display: none;
    }
    .addon-l-mobile, .addon-r-mobile {
        display: block;
    }
    .text-container {
        padding: 2rem 2rem 4rem;
    }
    
}
/* SWITCH TO DESKTOP STYLES */
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
    h1 {
        font-size: 2.75rem;
        line-height: 1.25;
    }
    p {
        font-size: 1.375rem;
        line-height: 1.5;
    }
    .titulo-bodegon p.superior {
        font-size: 3.5rem;
    }
    .titulo-bodegon p.inferior {
        font-size: 6rem;
        line-height: 0.8;
        max-width: none;
    }
    .box-container {
        margin: 4rem 2rem;
    }
    .text-container {
        max-width: 32rem;
        padding: 4rem 2rem 4rem;
    }
    .box-container .apple {
        position: absolute;
        right:-10%;
        top:0;
        transform:scale(1.25);
        transform:translate(150deg);
    }

}
@media (max-width:768px) {
    .product-image img {
        transform: scale(1);
    }
    .box-container {
        margin: 2rem 2rem;
    }

    .box-container .apple {
        right:-50%;
        top:0;
        transform:scale(1.15);
        transform:translate(150deg);
    }
}

@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
    .text-container {
        max-width: 46rem;
    }
    .box-container .apple {
        position: absolute;
        right:0;
        top:0;
        transform:scale(1.5);
        transform:translate(150deg);
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1140px;
    }
    .text-container {
        max-width: 58rem;
    }
}

a.btn {
    font-family: 'Dosis', sans-serif;
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    color: #e21b1a;
    background-color: white;
    border-color: white;
    padding: .5rem 1.5rem;
    font-size: 1.25rem;
    line-height: 1.5;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    transition: all .3s ease-in-out;
    cursor: pointer;
    align-self: flex-start;
    margin-left:0;

}
a.btn:hover{
    border-radius:8px;
    -webkit-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 20px 0px rgba(0,0,0,0.25);
}



/* font-family: 'Dosis', sans-serif;
font-family: 'Mrs Saint Delafield', cursive; 
font-family: 'Alex Brush', cursive;*/

.landing {
    background-color: #fff6ee;
}

.banner {
    background-image: url('img/background-pattern.png');
    /*maintain background aspect*/
    background-size: cover;
    /*center background*/
    background-position: center;
    padding-bottom: 80px;
}

.main-header {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    padding-top:4rem;
}

.main-header img {
    width: auto;
    height: 4rem;
}

.bodegon {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: auto;
    max-width: 42rem;
    padding: 1rem;
    padding-top:0rem;
}

.titulo-bodegon {
    text-align: center;
    padding-top: 1rem;
    padding:1rem;
}

.titulo-bodegon .superior {
    font-family: 'Dosis', sans-serif;
    font-size: 2.75rem;
    font-weight: 600;
    color: #003c1d;
    margin: auto;
    line-height: 1.12;
    max-width: 300px;
    user-select: none;
}

.titulo-bodegon .inferior {
    font-family: 'Alex Brush', cursive;
    font-size: 4rem;
    color: #003c1d;
    margin: auto;
    line-height: 0.75;
    user-select: none;
    max-width: 380px;
    margin-top:12px;
}

.text-container {
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    color:#fff;
    /* background-color: #003c1d; */
}
.box-container {
    background-color: #E12125;
    border-radius: 10px;
    -webkit-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 4px 4px 0px rgba(0,0,0,0.25);
    overflow: hidden;
}
.aceites-footer {
    padding: 8px 0px 0px 0px;
    background-color: #f8f1e5;
}

.text-container p.styled-text {
    font-family: 'Dosis', sans-serif;
    color: white;
    align-self: flex-start;
}

.text-container p.footer-small-text {
    font-size: 1rem;
    line-height: 1.5;
    color:#453C3C;
    text-align: center;
    max-width: 42rem;
    margin: auto;
}
.box-container .apple {
    position:absolute;
    height: 100%;
    transform: translate(150deg);
}

.footer-small-text a {
    color: inherit;
}

.aceites-button {
    margin: 2rem;
}