/* Importar la fuente Poppins desde Google Fonts */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
}

.btn-custom {
    background-color: #EDEAE8;
    color: #000000;
    border-radius: 25px;
    min-width: 320px !important;
    padding-top: 15px;
    padding-bottom: 15px;
}

.btn-custom:hover {
    background-color: #d0cdc9;
    color: #000000;
}

.bg-muted{
    background-color: #ECEBE7!important;
}

#header {
    background-color: #575934;
}

#section01 {
    background-image: url('assets/section01.webp');
    background-size: cover;
    min-height: 800px;
}

#banner01 {
    background-image: url('assets/banner01.webp');
    background-size: cover;
    min-height: 300px;
    background-position: right;
}

#banner02 {
    background-image: url('assets/banner02.webp');
    background-size: cover;
    min-height: 300px;
}

#section03 {
    background-image: url('assets/section02.webp');
    background-size: cover;
    min-height: 900px;
}

#section05 {
    background-image: url('assets/section05.webp');
    background-size: cover;
    min-height: 650px;
}

#banner03 {
    background-image: url('assets/banner03.webp');
    background-size: cover;
    min-height: 300px;
}

#section06 {
    background-image: url('assets/section06.webp');
    background-size: cover;
    min-height: 650px;
}

#banner04 {
    background-image: url('assets/banner04.webp');
    background-size: cover;
    min-height: 300px;
}

#banner05 {
    min-height: 300px;
    background-image: url('assets/banner04.webp');
    background-size: cover;
}

.bg-dark{
    background-color: #39322C!important;
}
.crato img{
    max-width: 250px;
}

footer {
    min-height: 300px;
    background-color: #39322C;
}
footer img {
    width: 250px;
}



.table-custom th {
    background-color: #575934;
    color: #FFF;
}

.table-custom td {
    background-color: #F3F2EE;
}

.table-custom2 th {
    background-color: #575934;
    color: #FFF;
}

#section07 {
    background-color: #ECEBE7;
}

.table-custom3 th {
    background-color: #A56651;
    color: #FFF;
}

.table-custom3 td {
    background-color: #ECEBE7;
    border: 1px solid rgb(177, 177, 177);
}

ul {
    padding-left: 15px;
}

a {
    text-decoration: none;
}

h1 {
    font-size: 72px;
    font-weight: 400;
}

h2 {
    font-size: 48px;
    font-weight: 300;
}

h3 {
    font-size: 24px;
    font-weight: 300;
}

h4 {
    font-size: 24px;
    font-weight: 300;
}

table, p {
    font-size: 16px!important;
}

.text-bold {
    font-weight: 600;
}

.text-lighter {
    font-weight: 300 !important;

}

.text-green {
    color: #575934;
}

.text-brown {
    color: #A56651;
}

.point {
    max-width: 40px;
}


/* custom arrows */
.arrow {
    max-width: 50px;
    position: relative;
    float: left;
    margin-right: 20px;
}



.custom-arrow-left {
    left: 10px;
}

.custom-arrow-right {
    right: 10px;
}



/* modal images */
.owl-carousel .owl-item img.render {
    height: 150px;
    width: auto !important;
    padding-left: 0px;
    padding-right: 5px;
}

.clickable-image {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.clickable-image:hover {
    transform: scale(1.05);
}

.modal-dialog {
    max-width: 90%;
    margin: 1.75rem auto;
}

.modal-content {
    background-color: transparent;
    border: none;
}

.modal-body {
    padding: 0;
}

.modal-body img {
    width: 100%;
    height: auto;
}

.sale{
    background-image: url('assets/sale.png');
    background-position: left top;
    background-repeat: no-repeat;
    background-size: 30%;
}
.border-white {
    border: 1px solid #FFF!important;
}


@media only screen and (max-width: 600px) {
    html,body{
        overflow-x: hidden;
    }

    header {
        display: none;
    }

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 24px;
    }

    h3 {
        font-size: 18px;
    }

    h4 {
        font-size: 18px;
    }

    table, p {
        font-size: 14px!important;
    }

    footer img {
        width: 100%;
    }

    .arrow {
        max-width: 15px;
        margin-right: 0!important;
    }

    #arrow_left, #arrow_right {
        display: block;
        position: absolute;
        top: 10px;
        transform: translateY(-50%);
        margin: 5px;
        /* width: 50px; 
        height: 50px;  */
        z-index: 9999;
    }

    #arrow_left {
        left: 0;
    }

    #arrow_right {
        right: 0;
    }

    .crato img{
        max-width: 100%;
    }
} 

