/* css custom */

/* owl dots custom */
.owl-theme .owl-dots, 
.owl-theme .owl-nav {
    text-align: center;
}
.owl-theme .owl-dots .owl-dot.active span, 
.owl-theme .owl-dots .owl-dot:hover span {
    background: var(--terracota);
}
.owl-theme .owl-dots .owl-dot span {
    background: #EEE6DA;
    height: 5px;
    margin: 5px 2px;
}
.owl-theme .owl-dots .owl-dot.active span {
    width: 20px;
    height: 5px;
    margin: 5px 5px;
}
.card-grey {
    background-color: #F5F5F5;
    border-radius: 25px;
    padding: 10px 0px 10px 20px;
}
.card-color {
    flex-direction: column;
    min-height: 300px;
    padding: 40px 30px 20px 30px;
}
.card-grey-2 {
    background-color: #F5F5F5;
    border-radius: 25px;
}
.modelos-carousel b {
    font-weight: 700;
}
.modelos-carousel img {
    border-radius: 25px 25px 0 0;
}
.modelos {
    background-image: url("../img/kiwi.webp"), url("../img/acai.webp"), url("../img/banana.webp"), url("../img/morango.webp");
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: left top, left bottom, right top, right bottom;
}
/* buttons */
.btn-custom {
    color: #fff;
    border-radius: 32px;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    -ms-border-radius: 32px;
    -o-border-radius: 32px;
    font-weight: 400 !important;
    letter-spacing: 1px;
    padding: 12px 20px 14px 20px;
    font-size: 12px;
    display: inline-block;
}
    .btn-custom.btn-default {
        color: #fff;
        background: var(--terracota);
        opacity: 9;
    }
        .btn-custom.btn-default:hover {
            color: #fff;
            background: var(--terracota);
            opacity: 9;
        }

.tile {
    background-image: url("../img/bg-header.webp");
    background-repeat: repeat-x;
    background-position: top center;
    height: 42px;
}
.pics-carousel img {
    border-radius: 25px;
}
.subfooter {
    background-color: #D1CAB4; 
}
    .subfooter p {
        font-size: .6rem !important;
    }
footer {
    font-size: .6rem;
}




/* media queries */
/* X-Small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .modelos {
        background-image: url("../img/kiwi.webp"), url("../img/banana.webp");
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: left top, right 0%;
    }
}
/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) {
}
/* Medium devices (tablets, less than 992px) */
@media (max-width: 991.98px) {
}
/* Large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {
}
/* X-Large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
