:root {
    font-size: 62.5%;
    --height-menu: 9rem;
    --font-geral: "Montserrat", sans-serif;
    /* ============== */
    --cor-website-1: #ffffff;
    --cor-website-2: #71b739;
    --cor-website-3: #0e103c;
    --cor-website-4: #e84e0f;
    /* ============== */
    --border-radius-geral: 0;
}

@media (min-width: 1200px) AND (max-width:1439px) {
    :root {
        font-size: 60%;
    }
}

@media (min-width: 992px) AND (max-width:1199px) {
    :root {
        font-size: 55%;
    }
}

@media (max-width: 768px) {
    :root {
        font-size: 55%;
    }
}

@media (max-width: 420px) {
    :root {
        font-size: 50%;
    }
}

@media (max-width: 300px) {
    :root {
        font-size: 30%;
    }
}

html {
    scroll-behavior: smooth;
    /* scroll-padding: var(--scroll-padding); */
}

html,
body {
    font-family: var(--font-geral);
    font-size: 1.6rem;
    color: #fff;
    font-weight: 500;
    line-height: normal;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
}

body {
    background-color: var(--cor-website-1);
}

body .full-bg {
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
    position: fixed;
    z-index: 10;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #1B1919;
    line-height: 1.4;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
h1,
h2,
h3,
h4,
h5,
h6,
.title,
table th,
fieldset legend,
table th,
ul.inline-list li a {
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

h1 {
    font-size: 2.8rem;
}

h2 {
    font-size: 2.4rem;
}

h3 {
    font-size: 2.2rem;
}

h4 {
    font-size: 1.8rem;
}

h5 {
    font-size: 1.6rem;
}

h6 {
    font-size: 1.2rem;
}

.font-fix-14 {
    font-size: 1.4rem !important;
}

img {
    max-width: 100%;
    display: block;
}

.form-input-clone,
textarea,
select,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="tel"],
input[type="password"],
input[type="number"],
input[type="date"] {
    border: 1px solid rgba(129, 129, 129, 0.25);
    font-size: 1.4rem;
    /* line-height: 1.8rem; */
    line-height: normal;
    padding: 0 1rem;
    transition: border-color .5s;
    box-shadow: none !important;
    border-radius: 0;
}

textarea:focus,
select:focus,
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="date"]:focus {
    outline: none;
    border-color: rgba(0, 0, 0, 0.6);
    transition: border-color .4s;
    box-shadow: none;
}

/* Background and Color Classes */
.text-color-1 {
    color: var(--cor-website-1) !important;
}

.text-color-2 {
    color: var(--cor-website-2) !important;
}

.text-color-3 {
    color: var(--cor-website-3) !important;
}

.text-color-4 {
    color: var(--cor-website-4) !important;
}

.bg-color-1 {
    background-color: var(--cor-website-1) !important;
}

.bg-color-2 {
    background-color: var(--cor-website-2) !important;
}

.bg-color-3 {
    background-color: var(--cor-website-3) !important;
}

.bg-color-4 {
    background-color: var(--cor-website-4) !important;
}

/* Background and Color Classes */


/* Font Weights from 100 to 900 */
.font-weight-100 {
    font-weight: 100;
}

.font-weight-200 {
    font-weight: 200;
}

.font-weight-300 {
    font-weight: 300;
}

.font-weight-400 {
    font-weight: 400;
}

.font-weight-500 {
    font-weight: 500;
}

.font-weight-600 {
    font-weight: 600;
}

.font-weight-700 {
    font-weight: 700;
}

.font-weight-800 {
    font-weight: 800;
}

.font-weight-900 {
    font-weight: 900;
}


/* Sizes geral website */
.size-1 {
    font-size: 2.5rem;
}

.size-2 {
    font-size: 4rem;
}

.size-3 {
    font-size: 2.8rem;
}

.size-4 {
    font-size: 3.6rem;
}

.size-5 {
    font-size: 4.9rem;
}

.size-6 {
    font-size: 6.6rem;
}

/* Sizes geral website */

section.section-geral-1 {
    background-image: url(../images/fundo_1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 0;
    padding-bottom: 0;
    background-color: #937156;
}

section.section-geral-2 {
    background-image: url(../images/fundo_2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 8rem;
    padding-bottom: 8rem;
    background-color: var(--cor-website-3);
}

section.section-geral-3 {
    background-image: url(../images/fundo_3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--cor-website-2);
}

section.section-geral-4 {
    position: relative;
    background-image: url(../images/fundo_4.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 0;
}

section.section-geral-4:before {
    content: '';
    position: absolute;
    background-image: url(../images/icon-2.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 270px;
    height: 270px;
    top: 5rem;
    right: 14rem;
}

section.section-geral-5 {
    background-image: url(../images/fundo_3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 5rem;
    background-color: var(--cor-website-2);
}

section.section-geral-6 {
    position: relative;
    background-image: url(../images/fundo_6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding-top: 5rem;
    padding-bottom: 0;
    background-color: #ccaaa0;
}
section.section-geral-6:before {
    content: '';
    position: absolute;
    background-image: url(../images/icon-3.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width: 270px;
    height: 270px;
    top: 5rem;
    left: 33%;
}

.box-programa {
    font-size: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid var(--cor-website-3);
    height: 100%;
}

.box-programa .titulo {
    background-color: var(--cor-website-3);
    color: var(--cor-website-1);
    font-weight: 900;
    text-transform: uppercase;
    font-size: 2.2rem;
    margin-bottom: 1rem;
}

.box-programa .titulo,
.box-programa .elemento {
    padding: 0.8rem 1.2rem;
}

.bloco-preco {
    background: var(--cor-website-1);
    border: 3px solid var(--cor-website-3);
    border-radius: 1.5rem;
    padding: 1rem;
}

.bloco-preco .box-preco {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    font-size: 2.2rem;
    font-weight: 700;
}

.bloco-preco .box-preco .info {
    font-size: 1.8rem;
    font-weight: 500;
}

@media (max-width: 992px) {
    section.section-geral-4 {
        background-image: url(../images/fundo_2.png);
        background-color: var(--cor-website-3);
        padding-top: 5rem;
        color: var(--cor-website-2) !important;
    }

    section.section-geral-4:before {
        display: none;
    }

    section.section-geral-6 {
        padding-top: 5rem;
    }

    section.section-geral-6:before {
        display: none;
    }

    .bloco-preco {
        margin-bottom: 2rem;
    }
}

@media (max-width: 550px) {
    .size-1 {
        font-size: 2rem;
    }

    .size-2 {
        font-size: 3.5rem;
    }

    .size-3 {
        font-size: 2.3rem;
    }

    .size-4 {
        font-size: 3.1rem;
    }

    .size-5 {
        font-size: 4.4rem;
    }

    .size-6 {
        font-size: 6.1rem;
    }
}

p {
    margin-top: 0;
    margin-bottom: 2rem;
}

body.no-overflow.modal-open {
    overflow: hidden !important;
}

iframe {
    max-width: 100%;
}

.w-auto {
    width: auto !important;
}

.fs-18 {
    font-size: 1.8rem;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1285px;
    }
}

@media (min-width: 1600px) {
    .container {
        max-width: 1570px;
    }
}

@media (max-width: 768px) {
    .container {
        padding-left: 0;
        padding-right: 0
    }

    .row {
        margin-left: -5px !important;
        margin-right: -5px !important;
    }

    .col,
    .col-1,
    .col-10,
    .col-11,
    .col-12,
    .col-2,
    .col-3,
    .col-4,
    .col-5,
    .col-6,
    .col-7,
    .col-8,
    .col-9,
    .col-auto,
    .col-lg,
    .col-lg-1,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-auto,
    .col-md,
    .col-md-1,
    .col-md-10,
    .col-md-11,
    .col-md-12,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-auto,
    .col-sm,
    .col-sm-1,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-auto,
    .col-xl,
    .col-xl-1,
    .col-xl-10,
    .col-xl-11,
    .col-xl-12,
    .col-xl-2,
    .col-xl-3,
    .col-xl-4,
    .col-xl-5,
    .col-xl-6,
    .col-xl-7,
    .col-xl-8,
    .col-xl-9,
    .col-xl-auto {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }

    .container-fluid,
    .container-fluid.cabecalho .container {
        padding-left: 0;
        padding-right: 0
    }

    .container {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar-header {
        margin-left: 0px !important;
        margin-right: 0px !important
    }
}

@media (min-width: 1441px) {
    .container {
        max-width: 1430px;
    }
}

@media (min-width: 1350px) AND (max-width:1440px) {
    .container {
        max-width: 1250px;
    }
}

@media (min-width: 769px) AND (max-width:991px) {
    .container {
        max-width: 100%;
    }
}

@media (min-width: 576px) and (max-width:768px) {
    .container {
        max-width: 100%;
    }
}

/* - */
.full-w-iframe iframe {
    width: 100% !important;
}

.mapa-iframe {
    background-color: #ffffff;
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 25%;
}

@media (max-width: 768px) {
    .mapa-iframe {
        padding-top: 85%;
    }
}

.mapa-iframe iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

/* - */
.btn {
    cursor: pointer;
    text-decoration: none !important;
    border-radius: var(--border-radius-geral);
}

@media (max-width: 768px) {
    .btn {
        white-space: normal;
    }
}

/* ----------- ANIMACAO ----------- */
.left-animation {
    opacity: 0;
    transition: 1s;
    transform: translate(-200%)
}

.left-animation[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

.left-animation-after {
    opacity: 0;
    transition-duration: 1s;
    transition-delay: 1s;
    transform: translate(-200%)
}

.left-animation-after[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

.fade,
.mapa-iframe iframe,
.video-iframe iframe {
    opacity: 0;
    transition: 1.5s
}

.tooltip.fade {
    transition: none
}

.fade[data-scroll="in"],
.mapa-iframe[data-scroll="in"] iframe,
.video-iframe[data-scroll="in"] iframe {
    opacity: 1
}

.top-c {
    opacity: 0;
    transform: translate(200%);
    transition: 1s
}

.top-c[data-scroll="in"] {
    opacity: 1;
    transform: translate(0)
}

/* ----------- ANIMACAO ----------- */

/* NOVOS BLOCOS/ESTILOS */
.bg-cover {
    /* transform-origin: center;
    -webkit-transform-origin: center;
    background-size: cover; */
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
}

.bg-contain {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
}

.bg-auto {
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: auto !important;
}

@media (max-width: 1350px) {
    .bg-auto {
        background-size: contain !important;
    }
}

