header {
    background: url(../img/header.jpg);
    height: 120px;
}

header .container {
    display:flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

header .item {
    display:flex;
    justify-content:space-between;
    align-items:center;
}

header .links {
    height:90px;
    padding: 0 0 0 15px;
    margin:0 0 0 15px;
    border-left:3px solid #e38c25;
    display: flex;
    align-items: center;
}

header .links span {
    display:block;
    font-size:35px;
    color:#284d92;
    font-weight:900;
    font-style: italic;
    margin-bottom: 10px;
}

header .links a {
    display:inline-block;
    padding: 3px 5px;
    background:#284d92;
    font-size: 15px;
    color:#ffffff;
    font-weight:600;
    text-transform: lowercase;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .links a:hover {
    background:#e38c25;
}

header .item:last-child a {
    margin-left: 12px;
    display:inline-block;
    font-size: 15px;
    color: #1865b3;
    font-weight: 600;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

header .item:last-child a:hover {
    color:#e38c25;
}

.formulario {
    background:#1865b3;
}

.formulario .mauticform_wrapper {
    margin:0 auto;
}

.banner {
    padding: 25px 0;
    text-align:center;
    background: #1865b3;
}

.banner .display {
    display:flex;
    align-items:center;
    justify-content:space-between;
}

.banner .display div {
    width:50%;
}

.banner .txt {
    margin:15px 0 0 0;
}

.banner h1 {
    font-size: 26px;
    font-weight:900;
    color:#618cc4;
    font-style:italic;
    line-height: 1;
}

.banner h3,
.banner h2 {
    font-size: 74px;
    font-weight:900;
    color:#fff;
    font-style:italic;
    margin-bottom: 10px;
    text-shadow: -8px 6px 1px rgb(40 77 146);
    line-height: 1;
}

.banner h3 {
    font-size: 40px;
    text-shadow: -4px 3px 1px rgb(40 77 146);
    margin-bottom: 40px;
}

.banner h4 {
    font-size: 45px;
    font-weight:100;
    color:#fff;
    text-shadow: -3px 2px 0px rgb(28 62 125);
    line-height: 1.1;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    margin-top: 15px;
}

.banner h4 span {
    color:#feaf2c;
    font-weight:900;
}

.banner .prazo {
    width: 830px;
    font-size: 32px;
    font-weight: 100;
    color:#fff;
    text-shadow: -2px 2px 0px rgb(28 62 125);
    line-height: 1.3;
    letter-spacing: -1px;
    font-family: 'Montserrat', sans-serif;
    border: 4px solid #feaf2c;
    margin: 35px auto;
    margin-bottom: 50px;
    padding: 8px 10px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

/**/
.obrigado h3,
.obrigado h2 {
    font-size: 50px;
}

.obrigado h3 {
    font-size: 30px;
}

.obrigado h4 {
    font-size: 32px;
}

.formulario .mauticform_wrapper {
    max-width:830px;
    position:relative;
}

.formulario .mauticform_wrapper form {
    position:relative;
    z-index:2;
    padding: 30px 35px;
    background:#feaf2c;

    -webkit-border-radius: 25px;  
    -moz-border-radius: 25px;  
    border-radius: 25px;
}

.formulario .mauticform_wrapper::after {
    content:'';
    position:absolute;
    background: url("../img/pontos.png") no-repeat;
    height: 146px;
    width: 190px;
    bottom: -45px;
    right: -42px;
    z-index:1;
}

.formulario .mauticform-button-wrapper .mauticform-button {
    font-size:25px;
    font-family: 'Poppins', sans-serif;
    margin: 0 auto;
    display: block;
    background: #1865b3!important;
    border: 1px solid #1865b3!important;
    padding: 2px 25px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.formulario .mauticform-button-wrapper .mauticform-button:hover {
    background:#0b4682!important;
}

.formulario .mauticform-row:last-child {
    margin-bottom:0;
}

.formulario input {
    font-size:16px;
    color:#a09f9c;
    padding: 3px 10px;
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif;

    -webkit-border-radius: 10px;  
    -moz-border-radius: 10px;  
    border-radius: 10px;
}



.formulario .mauticform-checkboxgrp,
.formulario .mauticform-radiogrp {
    background:#fff;
    padding: 7px 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

.formulario .mauticform-checkboxgrp label,
.formulario .mauticform-radiogrp label {
    font-size: 16px;
    color: #a09f9c;
    font-weight: 400;
    cursor:pointer;
    margin-bottom: 10px;

    -webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

}

.formulario .mauticform-radiogrp-row input[type="radio"]:hover ~ label,
.formulario .mauticform-radiogrp-row input[type="radio"]:checked ~ label,
.formulario .mauticform-checkboxgrp input[type="checkbox"]:hover ~ label,
.formulario .mauticform-checkboxgrp input[type="checkbox"]:checked ~ label {
    color:#1865b3;
}

.formulario .mauticform-label:focus {
    border:none!important;
}

.mauticform-helpmessage {
    color:red;
}

.formulario .mauticform-label {
    font-size: 16px;
    color: #616160;
    font-weight:400;
    margin-bottom:0;
}

.formulario .mauticform-row {
    margin-bottom:15px;
}

footer {
    background:#1865b3;
}

footer .content {
    text-align: center;
    padding: 30px 0 15px 0;
    margin-bottom: 10px;
}

footer .content h6,
footer .content a {
    font-size:16px;
    color:#fff;
    line-height:1.4;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

footer .content a:hover {
    color:#feaf2c;
}

footer .content b {
    display:block;
}

footer .content img {
    margin-bottom:15px;
}

.last_content {
    background: url("../img/last_content.jpg");
    height: 55px;
}

.last_content .container {
    height:100%;
    display:flex;
    justify-content:space-between;
    align-items:center;
}

.last_content p {
    color: #fff;
    padding: 10px 0;
    font-size: 12px;
    font-weight: lighter;
    margin-bottom: 0;
}

.creator img {
    float: right;
    padding: 15px 0;
}

@media screen and (max-width: 1150px) {
    .banner h3,
    .banner h2 {
        font-size: 52px;
    }

    .banner h3 {
        font-size: 30px;
        text-shadow: -4px 3px 1px rgb(40 77 146);
        margin-bottom: 40px;
    }

    .banner h4 {
        font-size: 38px;
    }
}

@media screen and (max-width: 950px) {
    header {
        height:auto;
        padding: 20px 0;
    }

    header .container {
        flex-wrap:wrap;
    }
    
    header .item div,
    header .item {
        width:100%;
        flex-wrap: wrap;
        text-align:center;
        justify-content: center;
    }

    header .links {
        padding: 15px 0;
        height: auto;
        border: none;
    }

    header .links span {
        font-size: 30px;
    }

    /**/

    .banner h3,
    .banner h2 {
        font-size: 45px;
    }

    .banner h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }

    .banner h4 {
        font-size: 37px;
    }

    .banner .prazo {
        width: 100%;
        font-size: 28px;
        margin: 25px auto;
        margin-bottom: 40px;
    }
    
    .formulario .mauticform_wrapper::after {
        display:none;
    }

}

@media screen and (max-width: 900px) {
    .banner .img {
        display:none;
    }

    .banner .display div {
        width:100%;
    }
}

@media screen and (max-width: 680px) {
    .banner h3,
    .banner h2 {
        font-size: 35px!important;
    }

    .banner h3 {
        font-size: 24px!important;
        margin-bottom: 20px;
    }

    .banner h4 {
        font-size: 28px;
    }

    .banner .prazo {
        font-size: 20px;
    }

    .formulario .mauticform_wrapper form {
        padding: 15px 20px;
    }

    .mauticform-checkboxgrp-row {
        margin:5px 0;
    }

}

@media screen and (max-width: 600px) {
    header .links span {
        font-size: 25px;
    }

    .banner img {
        display:none;
    }

    .banner h3 {
        font-size: 22px;
        margin-bottom: 20px;
    }

    .banner h4 {
        font-size: 24px;
    }
    
    .banner h3 br, 
    .banner h2 br,
    .banner h4 br {
        display:none;
    }

    .banner .prazo {
        font-size: 18px;
    }

    .formulario .mauticform_wrapper form {
        padding: 15px 20px;
    }

    .last_content .container {
        flex-wrap:wrap;
        justify-content: center;
        text-align: center;
    }

    .last_content {
        height:auto;
        padding: 8px 0;
    }

    footer .content {
        text-align: center;
        padding: 20px 15px;
        margin-bottom: 10px;
    }

    footer .content h6, footer .content a {
        font-size:15px;
    }

    .last_content p {
        padding:0;
        margin-bottom: 10px;
        width: 100%;
    }
}

#loader {
    position:fixed;
    background: rgb(0 0 0 / 60%);
    height:100%;
    width:100%;
    top:0;
    z-index:10;
    display: none;
    justify-content:center;
    align-items:center;
    
}

#loader svg path,
#loader svg rect{
  fill: #fdb930;
}