body, html {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: "Montserrat", sans-serif;
    color: #fff3cc;
    background-color: #26110c;
}
img {
    max-width: 100%;
    height: auto;
}
@media screen and (max-width: 600px) {
    .background {
        background: url(img/fondo-sm.jpg);
        background-position: top center;
    }
}
@media print, screen and (min-width: 600px) {
    .background {
        background: url(img/fondo.jpg);
        background-position: top center;
    }
}

@media screen and (min-width: 90em) {
    .container {
        width: 1400px;
        margin: auto;
    }
}

.main-section  {
    padding-top: 60px;
    text-align: center;
}
@media print, screen and (min-width: 40em) {
    .main-section  {
        width: 600px;
    }
}
.logo img {
    width: 230px;
    margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
    .logo img {
        width: 190px !important;
    }
}
.logo-texto-sm {
    width: 330px;
    margin: 50px 0;
}
.logo-texto {
    width: 560px;
    margin: 80px 0;
}
@media print, screen and (min-width: 600px) {
    .logo-texto-sm {
        display: none;
    }
}
@media screen and (max-width: 599px) {
    .logo-texto {
        display: none;
    }
}


.btn {
    transition: 0.3s;
    background-color: #e5b88a;
    color: #521c12;
    text-decoration: none;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 30px;
    font-size: 25px;
}

.btn:hover, .btn:focus, .btn:active {
    transition: 0.3s;
    background-color: #FF9900;
    color: #FFF;
}

.amazon img {
    width: 180px;
    margin-top: 40px;
    transition: 0.3s;
    transform: scale(1);
}

.amazon img:hover, .amazon img:focus, .amazon img:active {
    transition: 0.3s;
    transform: scale(1.2);
}

.copal-section {
    text-align: center;
    padding: 15px;
}
@media print, screen and (min-width: 600px) {
    .copal-section {
        margin-top: 360px;
    }
}
@media screen and (max-width: 599px) {
    .copal-section {
        margin-top: 930px;
    }
}


.carousel .slick-track {
    padding-top: 70px;
    padding-bottom: 80px;
}
.slick-slide img {
    display: block;
    margin: auto;
}
.slick-dots {
    bottom: 0 !important;
}
.slick-dots li button::before {
    color: #e6d58e !important;
    font-size: 15px !important;
}
.circle-img {
    width: 300px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #521c12;
    box-shadow: 0 0 10px rgba(255, 228, 185, 0.3);
}

@media screen and (min-width: 90em) {
    .copal-text {
        max-width: 1080px;
    }
}
.copal-text {
    margin: 0 auto 40px;
}

.copal-text h1 {
    font-size: 30px;
    color: #e6d58e;
    margin-bottom: 20px;
}

@media screen and (max-width: 599px) {
    .copal-text h1 span {
        display: block;
    }
}

.copal-text p {
    line-height: 1.7;
    font-size: 15px;
    color: #f4e5c1;
}

.benefits {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 25px;
    margin-top: 40px;
    margin-bottom: 20px;
}

.benefit-item img {
    margin-bottom: 10px;
    transform: scale(0.8);
}

.footer {
    padding: 15px 0;
    justify-content: center;
    display: flex;
}
.footer p {
    color: #d9a861;
    margin: 0;
    font-size: 14px;
}
.footer p a {
    color: #d9a861;
    text-decoration: none;
}
@media screen and (max-width: 599px) {
    .footer p {
        font-size: 10px !important;
    }
}
img.mex {
    width: 40px;
    margin: auto;
    display: none;
    position: relative;
    bottom: -7px;
}
@media screen and (max-width: 599px) {
    img.mex {
        display: block !important;
    }
}
.footer p a:hover, .footer p a:focus, .footer p a:active {
    transition: 0.3s;
    color: #fff3cc;
}
