:root {
    --color-main: #732f35;
    --color-main-dark: #4b1f22;
    --color-main-light: #bd797e;
    --color-alt: #5d2e11;
    --color-alt-dark: #311707;
    --color-alt-light: #6b3819;
}

body {
    font-size: 16px;
    font-family: "Montserrat", sans-serif;
    color: #2a332d;
}

.font-alt {
    font-family: "Merriweather", serif;
}

a {
    color: var(--color-main-dark);
}

a:hover {
    color: #008441;
}

a.text-alt {
    color: var(--color-alt);
}

a.text-alt:hover {
    color: var(--color-alt-dark);
}

/* loading */
.css-load:before {
    border: 2px solid var(--color-main);
}

.css-load:after {
    border: 2px solid var(--color-alt);
}

/* background */
.bg-main {
    background-color: var(--color-main);
}

.bg-main-dark {
    background-color: var(--color-main-dark);
}

.bg-main-light {
    background-color: var(--color-main-light);
}

.bg-alt {
    background-color: var(--color-alt);
}

.bg-alt-dark {
    background-color: var(--color-alt-dark);
}

.bg-alt-light {
    background-color: var(--color-alt-light);
}

.bg-subtle-main {
    background-color: #e9f9ff !important
}

/* text */
.text-main {
    color: var(--color-main) !important;
}

.text-main-dark {
    color: var(--color-main-dark) !important;
}

.text-main-light {
    color: var(--color-main-light) !important;
}

.text-alt {
    color: var(--color-alt) !important;
}

.text-alt-dark {
    color: var(--color-alt-dark) !important;
}

.text-alt-light {
    color: var(--color-alt-light) !important;
}

/* buttons */
.btn-main {
    background-color: #fdb913 !important;
    color: var(--color-alt) !important;
}

.btn-main:hover {
    background-color: #eaa400 !important;
    color: var(--color-alt-dark) !important;
}

.btn-outline-main {
    border-color: var(--color-main) !important;
    color: var(--color-main) !important;
}

.btn-outline-main.active,
.btn-outline-main:hover {
    background-color: var(--color-main) !important;
    color: var(--white) !important;
}

.btn-alt {
    background-color: var(--color-alt) !important;
    color: var(--white) !important;
}

.btn-alt:hover {
    background-color: var(--color-alt-dark) !important;
}

.btn-outline-alt {
    border-color: var(--color-alt-dark) !important;
    color: var(--color-alt-dark) !important;
}

.btn-outline-alt.active,
.btn-outline-alt:hover {
    background-color: var(--color-alt-dark) !important;
    color: var(--white) !important;
}

/* border */
.border-main {
    border-color: var(--color-main) !important;
}

.border-main-dark {
    border-color: var(--color-main-dark) !important;
}

.border-main-light {
    border-color: var(--color-main-light) !important;
}

.border-alt {
    border-color: var(--color-alt) !important;
}

.border-alt-dark {
    border-color: var(--color-alt-dark) !important;
}

.border-alt-light {
    border-color: var(--color-alt-light) !important;
}

/* slick carousel inside arrow */
.slick-inside-arrow .slick-prev:before,
.slick-inside-arrow .slick-next:before {
    color: var(--color-main);
    font-size: 25px;
}

/* progressive load */
.progressive-load {
    position: relative;
    overflow: hidden;
}

.progressive-load img {
    transition: 300ms opacity ease;
}

.progressive-load img.draft {
    filter: blur(3px);
    opacity: 1;
}

.progressive-load.loaded img.draft {
    opacity: 0;
}

.progressive-load img.final {
    position: absolute;
    opacity: 0;
    top: 0;
    left: 0;
}

.progressive-load.loaded img.final {
    opacity: 1;
}

#modo-manutencao {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
}

/* banner popup */
.banner-popup.color .modal-body {
    padding: 0 0.5rem;
}

.banner-popup.color .modal-footer,
.banner-popup.transparent .modal-footer {
    justify-content: start;
}

.banner-popup.color .modal-footer .btn-light {
    margin-left: 0.5rem !important;
}

.banner-popup.color .modal-footer .btn-light,
.banner-popup.transparent .modal-footer .btn-light {
    margin: 10px 0;
    padding: 5px 10px;
    font-size: 12px;
    color: var(--danger);
}

.banner-popup.transparent .modal-content {
    background-color: transparent;
    border: 0;
}

.banner-popup.color .modal-header,
.banner-popup.color .modal-footer,
.banner-popup.transparent .modal-header,
.banner-popup.transparent .modal-footer {
    border: 0;
    padding: 0;
}

.banner-popup.transparent .modal-footer {
    justify-content: start;
}

.banner-popup.transparent .modal-body {
    padding: 0;
}

.banner-popup.transparent .close {
    color: #000;
    background-color: #fff;
    border-radius: 50%;
    padding: 0;
    text-shadow: none;
    width: 30px;
    height: 30px;
    line-height: 26px;
}

/** swiper */
:root {
    --swiper-theme-color: var(--color-main) !important;
}

.swiper-theme:not(.inside-bullet) {
    padding-bottom: 40px;
}

.swiper-theme~.swiper-pagination .swiper-pagination-bullet,
.swiper-theme .swiper-pagination .swiper-pagination-bullet {
    width: 14px;
    height: 3px;
    border-radius: 5px;
    transform: scale(1);
}

.swiper-theme~.swiper-pagination .swiper-pagination-bullet-active,
.swiper-theme .swiper-pagination .swiper-pagination-bullet-active {
    background: #050505;
    width: 32px;
    height: 3px;
    border-radius: 5px;
}

.swiper-theme~.swiper-button-prev,
.swiper-theme~.swiper-button-next,
.swiper-theme .swiper-button-prev,
.swiper-theme .swiper-button-next {
    color: #fff;
    background-color: var(--color-main);
    --swiper-navigation-size: 15px;
    width: 25px !important;
    height: 25px;
    font-weight: 900;
}

.swiper-theme:not(.inside-arrow)~.swiper-button-prev,
.swiper-theme:not(.inside-arrow) .swiper-button-prev {
    left: -3%;
}

.swiper-theme:not(.inside-arrow)~.swiper-button-next,
.swiper-theme:not(.inside-arrow) .swiper-button-next {
    right: -3%;
}

.swiper-theme:not(.inside-bullet)~.swiper-button-next,
.swiper-theme:not(.inside-bullet)~.swiper-button-prev,
.swiper-theme:not(.inside-bullet) .swiper-button-next,
.swiper-theme:not(.inside-bullet) .swiper-button-prev {
    top: calc(50% - 40px) !important;
}

.swiper video {
    pointer-events: none;
}