*{
    font-family: 'Poppins', sans-serif;
}
html {
    scroll-behavior: smooth;
  }
.header{
    background-color:#F2DAD6;
    padding-top:40px;
    padding-bottom:20px;
}
.header nav{
    background-color:#F2DAD6; 
}
.header nav img{
    max-width:205px;
    width: 100%;
    height: auto;
}
.navbar-item{
    font-size:18px;
    font-weight: 600;
    color:#464242;
}
.navbar-item:hover,.navbar-item:active,.navbar-item:focus{
    background-color:#F2DAD6 !important;
    color: #464242 !important;
    text-decoration: underline;
    opacity: 0.75;
    
}
.sec-como-funciona{
    background-color:#F2DAD6;
}
.sec-como-funciona h1{
    padding-top: 180px;
}
.sec-como-funciona h1 img{
    max-width: 654px;
    width: 100%;
    height: auto;
}
.cta-hero,.btn-comece-agora{
    background-color:#555555;
    color:#ffffff;
    max-width:375px;
    width:100%;
    height:65px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border:1px solid #555555;
    border-radius: 33px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.cta-hero:hover{
    background-color:#ffffff;
    color:#555555;
}
.mouse-scroll{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.sec-disclaimer-secretariado{
    background-color:#F2DAD6;
}
.wrapper-disclaimer{
    background-color:#956359;
    color:#ffffff;
    border-radius: 10px;
    max-width: 1364px;
    width:100%;
    min-height:433px;
    display: flex;
    align-items: center;
    padding: 0 140px;
}
.wrapper-disclaimer h2,.sec-areas-de-atuacao h2{
    font-size: 46px;
    line-height: 56px;
    font-weight: 700;
    max-width: 484px;
}
.wrapper-disclaimer p{
    font-size: 22px;
    line-height: 36px;
}
.sec-areas-de-atuacao{
    padding-top: 140px;
    background-color:#F2DAD6;
}
.sec-areas-de-atuacao article{
    padding-bottom: 130px;
}
.sec-areas-de-atuacao small{
    display: block;
    width: 100%;
    text-align: center;
    font-size:16px;
    text-transform: uppercase;
    margin-bottom: 40px;
}
.sec-areas-de-atuacao h2{
    color:#966358;
    text-align: center;
    max-width: 80%;
    margin: 0 auto;
    margin-bottom: 90px;
}
.sec-contato{
    background-color:#F2DAD6;
}
.btn-comece-agora{
    top:-30px;
    position: absolute;
}
.wrapper-contato{
    background-color:#ffffff;
    max-width: 65%;
    margin: 0 auto;
    border-radius: 15px;
    min-height: 520px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
}
.info-contato{
    max-width: 767px;
    width:100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
}
.wrapper-contato h3{
    font-size: 40px;
    line-height: 50px;
    color:#966358;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom:30px;
}
.wrapper-form{
    background-color:#966358;
    display: flex;
    flex-direction: column;
    padding: 75px;
    border-radius: 10px;
    min-height: 509px;
}
.wrapper-form h4{
    font-size:30px;
    font-weight: 700;
    color:#ffffff;
    padding-bottom: 20px;
}
.wrapper-form form{
    display: flex;
    flex-direction: column;
    align-items: center ;
}
.wrapper-form form input,.wrapper-form #userMensagem{
    width: 100%;
    height: 42px;
    border: none;
    background: transparent;
    color: #ffffff ;
    border-bottom: 1px solid;
    margin-bottom: 25px;
    display: flex;
   font-size: 16px;
}
.wrapper-form form button{
    background:transparent;
    max-width: 350px;
    width: 100%;
    min-height: 72px;
    line-height:72px;
    display: flex;
    align-items: center;
    justify-content: center;
    border:1px solid #ffffff;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
    text-transform: uppercase;
    font-size:18px;
    position: relative;
    transform: scale(0.85);
    transition: all 0.5s ease-in-out;
    opacity: 0.9;
    margin-top:45px;
}
.wrapper-form form button:hover{
    transform: scale(1);
    opacity: 1;
    cursor: pointer;
}
.wrapper-form form button span{
    display: flex;
    position: absolute;
    right: 20px;

}
.logo-footer{
    display: block;
    margin: 45px auto;
}
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #ffffff;
    font-weight: 700;
    opacity: 1; /* Firefox */
  }
  
  :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ffffff;
    font-weight: 700;
  }
  
  ::-ms-input-placeholder { /* Microsoft Edge */
    color: #ffffff;
    font-weight: 700;
  }
.footer{
    background-color:#F2DAD6;
}
.copyright{
    background-color:#DBBDB8;
    display: flex;
    width: 100%;
    min-height: 108px;
    align-items:flex-start;
    justify-content: space-between;
    padding:0 50px;
    padding-top: 27px;
}
.copyright div{
    color: #ffffff;
    font-size: 14px ;
}
.btn-mail{
    margin-top: 25px;
    background-color: #956359;
    color: #ffffff;
    max-width: 250px;
    width: 100%;
    height: 50px;
    font-size: 16px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 1px solid #956359;
    border-radius: 33px;
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
}
.btn-mail img{
    max-width: 20px;
    margin-left: 10px;
}
.btn-mail:hover{
 color:#ffffff;
 opacity: 0.7;
}
@media(max-width:992px){
    .header .columns,.wrapper-disclaimer .columns,.sec-areas-de-atuacao .columns,.wrapper-contato .columns{
        flex-direction: column;
        align-items: center;
    }
    .wrapper-disclaimer{
        padding: 30px;
    }
    .wrapper-disclaimer h2{
        max-width: 80%;
    }
    .info-contato {
        max-width: 536px;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .wrapper-form {
        margin-bottom:45px;
    }
    .wrapper-contato h3{
        text-align: center;
        font-size: 28px;
        line-height: 38px;
    }
    .copyright{
        flex-direction: column;
        align-items: center;
        padding-bottom: 20px;
        text-align: center;
        line-height: 24px;
    }
    .header nav{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .navbar-menu{
        width: 100%; background-color:#F2DAD6;
    }
    .navbar-menu .navbar-end{
        width: 100%;
         background-color:#F2DAD6;
         display: flex;
         align-items: center;
         margin: 0 auto;
         justify-content: center;
    }
    .navbar-item{
        font-size: 13px;
    }
}
@media(max-width:620px){
    .wrapper-contato{
        max-width: 95%;
    }
    .columns{
        padding-left: 15px;
        padding-right: 15px;
    }
    .sec-como-funciona h1{
        padding-top: 10px;
    }
    .sec-como-funciona h1 svg {
        max-width: 100vw;
        width:92%;
        display: block;
        margin: 0 auto;
    }
    .sec-como-funciona h1 img {
        width: 85%;
        display: block;
        margin: 0 auto;
    }
    .wrapper-disclaimer{
        width:94%;
        margin: 0 auto;
    }
    .wrapper-disclaimer h2{
        text-align: center;
        font-size: 27px;
        line-height: 36px;
        max-width: 100%;
        width: 100%;
    }
    .wrapper-disclaimer p {
        font-size: 16px;
        line-height: 28px;
    }
    .wrapper-disclaimer h2, .sec-areas-de-atuacao h2 {
        font-size: 24px;
        line-height: 32px;
    }
    .sec-areas-de-atuacao svg{
        max-width: 92%;
        margin: 0 auto;
        display: block;
    }
    .wrapper-form{
        padding: 25px;
    }
    .sec-areas-de-atuacao article{
        padding-bottom: 40px;
    }
    .cta-hero, .btn-comece-agora{
        max-width: 305px;
        margin: 0 auto;
    }
}

 /*======================================================*/
            /*=============== START COMPONENTE WhatsApp  ===========*/
            /*======================================================*/
            .fale-whatsapp {
                position: fixed;
                bottom: 20px;
                right: 20px;
                z-index: 99;
            }

            .pulse {
                width: 64px;
                height: 64px;
                border-radius: 50%;
                display: block;
                cursor: pointer;
                box-shadow: 0 0 0 rgba(204,169,44, 0.4);
                animation: pulse 2s infinite;
            }

            .pulse:hover {
                animation: none;
            }

            @-webkit-keyframes pulse {
                0% {
                    -webkit-box-shadow: 0 0 0 0 rgba(29, 173, 27, 0.4);
                }

                70% {
                    -webkit-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
                }

                100% {
                    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
                }
            }

            @keyframes pulse {
                0% {
                    -moz-box-shadow: 0 0 0 0 rgba(29, 173, 27, 0.4);
                    box-shadow: 0 0 0 0 rgba(29, 173, 27, 0.4);
                }

                70% {
                    -moz-box-shadow: 0 0 0 10px rgba(204,169,44, 0);
                    box-shadow: 0 0 0 10px rgba(204,169,44, 0);
                }

                100% {
                    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
                    box-shadow: 0 0 0 0 rgba(204,169,44, 0);
                }
            }

            /*======================================================*/
            /*=============== END COMPONENTE WhatsApp  ===========*/
            /*======================================================*/