@font-face {
    font-family: "Montserrat Regular";
    src: url('../font/Montserrat-Regular.woff2') format('woff2');
        font-weight: normal;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family: "Montserrat Light";
    src: url('../font/Montserrat-Light.woff2') format('woff2');
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family: "Montserrat SemiBold";
    src: url('../font/Montserrat-SemiBold.woff2') format('woff');
        font-weight: 600;
        font-style: normal;
        font-display: swap;
}

@font-face {
    font-family: "Montserrat Bold";
    src: url('../font/Montserrat-Bold.woff2') format('woff2');
        font-weight: bold;
        font-style: normal; 
        font-display: swap;
}

* {
    box-sizing: border-box;
    font-family: 'Montserrat Light', sans-serif;
}

.mauto {
    margin: 0 auto;
}

body {
    margin: 0;
}

header {
    background-image: url(../images/background.png);
    background-position: right center;
    background-size: cover;
    width: 100%;
    height: auto;
}

header .container-fluid {
    padding-left: 200px;
    padding-right: 300px;
    padding-top: 20px;
    width: 100%;
    height: 80vh;
}

header .content {
    display: flex;
    height: 100%;
    justify-content: center;
    margin: 0 auto;
}

header img {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}

header .qmape {
    display: flex;
}
header .qmape_img_mob {
    display: none;
}
header .diego_mob {
    display: none;
}
header .form_header {
    display: none;
}
header .teste {
    position: absolute;
    bottom: 100;
    right: -300;
    margin-bottom: -2px;
}
header h1 {
    color: #cc9619;
    font-size: 2.5rem !important;
    font-family: "Montserrat Bold";
    overflow: hidden;
    font-weight: bold;
    margin: 0;
    margin-top: 60px !important;
    text-align: center;
    border: 1px solid #FFFFFF;
    padding: 5px;
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
}

header h4 {
    font-size: 2.4rem;
    color: #ad7e38;
    font-family: "Montserrat Bold";
    margin-top: 0px;
    text-align: center;
}

header h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.2;
    overflow: hidden;
    font-family: "Montserrat Regular";
    margin-top: 0px;
    text-align: center;
    margin-top: 50px;
}
header h2 span{
    font-weight: 300;
    color: #FFFFFF;
    line-height: 1.2;
    overflow: hidden;
    font-family: "Montserrat Bold"
}
header h3 {
    font-size: 2.2rem;
    color: #FFFFFF;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-family: "Montserrat Bold";
    text-align: center;
}

.condicoes {
    height: auto;
    background-image: url(../images/bg_form.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
}

.condicoes .form, .form_2 .form, .form_header{
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px;
}
.condicoes form input, .form_2 .form input, .form_header form input {
    width: 400;
    text-align: center;
    min-height: 50px;
    border: none; 
    margin-bottom: 0.5em;
    border-radius: 3px;
}

.condicoes form ._submit, .form_2 .form ._submit, .form_header form ._submit {
    width: 100%;
    font-size: 1.8rem;
    color: #000000;
    min-height: 50px;
    border: none;
    margin-top: 0;
    border-radius: 3px;
    font-family: "Montserrat Bold";
    font-weight: bold;
    background-color: #24bf3c;
}

.condicoes form .submitButton.valid, .form_2 .form .submitButton.valid, .form_header form .submitButton.valid {
    background-color: #ae1d22;
}

.condicoes form .submitButton:disabled, .form_2 .form .submitButton:disabled, .form_header form .submitButton:disabled {
    opacity: 0.6; 
    cursor: not-allowed; 
}

.about {
    background-color: #ad7e38;
    background-position: center;
    background-size: cover;
    width: 100%;
    height: auto;
}

.about .container-fluid { 
    padding-left: 200px;
    padding-right: 200px;
}
.about h2 {
    font-size: 2.5rem;
    font-weight: 300;
    color: #000000;
    line-height: 1.2;
    overflow: hidden;
    font-family: "Montserrat Bold";
    margin-top: 0px;
    text-align: center;
    margin-top: 40px;
}
.about h3 {
    font-size: 2.2rem;
    color: #000000;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-family: "Montserrat Regular";
    text-align: center;
}


.about .icons {
    margin-bottom: 3em;
}

.about img {
    max-width: 250px;
    width: 100%;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.equipe .icons .icon_2 img {
    width: 60% !important;
    margin: 0;
    margin-bottom: 20px;
    margin-top: 20px;
}

.equipe h4 {
    font-family: "Montserrat Bold";
    font-size: 2.8rem;
    color: #ae7f38;
    margin-bottom: 0.5em;
    text-align: center;
}

.equipe { 
    background-color: #000000;
    padding: 40px;
}

.equipe .lamp {
    width: 100%;
    max-width: 130px;
    margin: 0 auto;
    display: flex;
    margin-top: 40px;
    align-items: center;
    justify-content: center;
}

.time {
    background-image: url(../images/bg_time.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 40px;
}

.time img {
    margin-top: 20px;
    margin-bottom: 20px;
}

.time h4 {
    font-family: "Montserrat Bold";
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 0.5em;
    text-align: center;
    border: 1px solid #FFFFFF;
    padding: 10px;
    border-radius: 20px;
    width: 50%;
    margin: 0 auto;
}

.form_2 {
    background-image: url(../images/bg_tes.png);
    background-size: cover;
    background-position: center;
    width: 100%;
    height: auto;
    padding: 40px;
}

.form_2 h4 {
    font-family: "Montserrat Bold";
    font-size: 2rem;
    color: #000000;
    margin-bottom: 0.5em;
    text-align: center;
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 30px;
    width: 50%;
    margin: 0 auto;
}

.atencao {
    background-color: #000000;
    padding: 20px;
}

.atencao h2 {
    font-family: "Montserrat Bold";
    font-size: 2.5rem;
    color: #ae7f38;
    margin-bottom: 0.5em;
    text-align: center;
    border: 1px solid #000000;
    padding: 10px;
    border-radius: 30px;
}

.atencao img {
    margin-top: 40px;
}

.button_atencao {
    background-color: #ae7f38;
    color: #FFFFFF;
    font-family: "Montserrat Bold";
    font-size: 1.2rem;
    padding: 15px 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    margin: 40px auto 0;
    display: block;
    text-decoration: none;
    text-align: center;
    max-width: 300px;
}

.button_atencao:hover {
    background-color: #8f6529;
    color: #FFFFFF;
}

/* Mobile */
@media screen and (max-width: 978px) {
    header {
        background-image: url(../images/bg_mobile.png);
        background-size: cover;
        background-position: center;
        width: 100%;
        height: 1050px;
        position: relative;
    }
    header .qmape_img {
        display: none;
    }
    header img {
        padding-top: 30px;
        width: 50%;
    }
    header h1 {
        font-size: 1.6rem !important;
        margin-top: 10px !important;
    }
    header h1 br {
        display: none;
    }
    header h2 br {
        display: none;
    }
    header h3 br {
        display: none;
    }
    header h4 br {
        display: none;
    }
    header .qmape_img_mob {
        display: flex;
        width: 60%;
        align-items: center;
        justify-content: center;
        margin: 0 auto;
    }
    header .diego_mob {
        display: flex;
        position: absolute;
        bottom: 0px;
        left: 0px;
        width: 100%;
        z-index: 1;
        pointer-events: none;
    }
    header .form_header {
        display: block;
        max-width: 90%;
        margin: 20px auto;
        padding: 20px;
        position: relative;
        z-index: 10;
    }
    header .form_header input,
    header .form_header button {
        position: relative;
        z-index: 10;
    }
    header .title_img {
        position: relative;
        z-index: 5;
    }
    header .content {
        min-height: auto;
        flex-wrap: wrap;
        height: 100%;
    }
    header .container-fluid {
        padding-left: 0px;
        padding-right: 0px;
        padding-top: 0px;
        height: auto;
    }
    header .col-md-12 {
        padding: 0px;
        height: 100%;
    }
    header .col-md-8 {
        background-color: #0b1a3d;
        width: 90% !important;
        padding: 20px 10px 30px 10px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 20px;
        border-radius: 8px;
    }
    header .teste {
        position: relative;
        right: 0;
        padding: 0px;
        height: 100%;
    }
    .about br {
        display: none;
    }
    header h1 {
        width: 80%;
    }
    header h2 {
        text-align: center;
        font-size: 1.5em;
        position: relative;
        z-index: 5;
        margin-top: 15px;
    }
    header h2 span{
        font-size: 0.8em !important;
    }
    header h2 br {
        display: none;
    }
    header h3 {
        text-align: center;
        font-size: 1.8rem;
        position: relative;
        z-index: 5;
    }
    header h4 {
        font-size: 1.8rem;
        text-align: center;
    }
    header .live {
        display: block !important;
        margin: 0 auto;
        width: 100%;
    }
    header .form {
        width: 90%;
        margin: 0 auto;
    }
    header .form input {
        width: 100%;
        text-align: center;
        min-height: 40px;
        border: none; 
        margin-bottom: 0.5em;
        border-radius: 3px;
    }
    header form .submitButton {
        min-height: 40px;
    }
    .condicoes {
        display: none;
    }
    .condicoes h1 {
        font-size: 1.5em;
    }
    .about {
        background-image: url(../images/bg_mobile_f.webp);
        background-size: cover;
        background-position: center;
        width: 100%;
    }
    .about .container-fluid {
        padding-left: 15px;
        padding-right: 15px;
    }
    .about img {
        margin: 0 auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding-bottom: 20px;
    }
    .about h1 {
        margin-top: 0;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .textArea h1 br{ 
        display: none;
    }
    .equipe h1 {
        font-size: 1.5em;
    }
    .time h4 {
        width: 100%;
    }
    .time br {
        display: none;
    }
    .form_2 h4 {
        width: 100%;
    }
    .atencao .atencao_img {
        width: 100% !important ;
    }
}
  
/* Small Query */
@media only screen and (min-width: 980px) and (max-width: 1024px)  {
    header .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
    header h1 {
        font-size: 2rem;
    }
    header h2 {
        font-size: 2.4rem;
    }
    header h3 {
        font-size: 1.8rem;
    }
    header h4 {
        font-size: 1.8rem;
    }
    .about .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* Medium Query */
@media only screen and (min-width: 1025px) and (max-width: 1700px)  {
    header .container-fluid {
        padding-left: 20px;
        padding-right: 20px;
    }
    header .teste {
        position: absolute;
        bottom: 50;
        right: 0;
        margin-bottom: -2px;
    }
    header h1 {
        font-size: 2rem !important;
        margin-top: 10px !important;
    }
    header h2 {
        font-size: 2.8rem;
    }
    header h2 span{
        font-size: 3rem !important;
    }
    header h3 {
        font-size: 2rem;
    }
    header h4 {
        font-size: 1.8rem;
    }
    .about .container-fluid {
        padding-left: 50px;
        padding-right: 50px;
    }
}

/* High Query */
@media only screen and (min-width: 1710px) and (max-width: 4000px)  {
}

@media only screen and (min-width: 2050px) and (max-width: 4000px)  {
    header .container-fluid {
        padding-left: 200px;
        padding-right: 600px;
    }
    header h1 {
        font-size: 10rem;
    }
    header h2 {
        font-size: 5rem;
    }
}