*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
    font-family: 'Montserrat' !important;
}
body{
    font-family: 'Montserrat' !important;
    color: var(--azul) !important;
    text-align: center;
    overflow: auto !important;
    background-color: #eaeaea !important; 

}
.socials li a{
    color: #fff !important;
}
.whats-float{
    color: #fff !important;
}
header a{
    color: var(--azul) !important;
}
header a:hover{
    color: var(--azul) !important;
}
header ul.socials{
    margin-bottom: 0;
}
strong{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
}
a{
    color: inherit !important;
    text-decoration: none !important;
}
p strong,
ol li,
ul li,
ul li strong{
}
ul li::marker,
ol li::marker{
    color: var(--laranja);
}
.container-full{
    height: max-content;
    max-width: 100%;
    padding-top: 0px;
}

.container-static{
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
}

.header-privacy .container-header{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-privacy .container-header .header-items,
.header-privacy .container-header .privacidade{
    width: 100%;
    min-height: 500px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header-privacy .container-header .privacidade{
    background-image: url("./engenho-de-imagens-termos.webp");
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
.header-privacy .container-header .privacidade img{
    display: none;
}

.header-privacy .container-header .header-items{
    background-color: var(--MarromClaro);
    position: relative;
    display: flex;
    justify-content: flex-start;
}
.header-privacy .container-header .header-items span{
    width: 55px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.header-privacy .container-header .header-items span i{
    color: var(--CorFonte);
    font-size: 16px;
}

.header-privacy .container-header .header-items span:hover i{
    color: var(--CorFonte);
    transition: all 0.3s ease-in-out;
}

.header-privacy .container-header .header-items h1{
    font-size: 36px;
    color: var(--CorFonte);
    margin: 30px;
}

.header-privacy .container-header .privacidade span{
    width: 55px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #91d077;
}

.header-privacy .container-header .privacidade span i{
    color: var(--CorFonte);
}

.header-privacy .container-header .privacidade span:hover i{
    color: var(--CorFonte);
    transition: all 0.3s ease-in-out;
}

.backHome{
    position: fixed;
    right: 0px;
    top: 0px;
    width: 55px;
    height: 55px;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: var(--douradoNavbar);
    z-index: 4;
}

.backHome i{
    font-size: 44px;
    color: var(--CorFonte);
}

.privacy-terms-area aside{
    max-width: 338px;
    width: 100%;
}
.privacy-terms-area{
    display: flex;
    justify-content: space-between;
    margin-top: 277px;
}

.privacy-terms-area .content-wrapper{
    max-width: 826px;
    width: 100%;
    padding: 30px 40px;
}
.privacy-terms-area .content-wrapper a{
    text-decoration: none;
    color: var(--verde-default);
}
/*POLÍTICA E PRIVACIDADE*/
.privacy-terms-area .content-wrapper .political-privacity h1{
    font-size: 16px;
    color: var(--verde-default);
    margin-bottom: 35px;
}

.privacy-terms-area .content-wrapper .political-privacity h2{
    font-size: 16px;
    font-family: var(--font-default);
    color: var(--douradoNavbar);
}

.privacy-terms-area .content-wrapper .political-privacity .text-wrapper p{
    margin: 20px 0;
    color: var(--CorFonte);
    font-size: 16px;
}
.privacy-terms-area .content-wrapper .political-privacity .text-wrapper strong{
    font-weight: 500;

}

.privacy-terms-area .content-wrapper .political-privacity .text-wrapper{
    margin-bottom: 75px;
}
/*END POLÍTICA E PRIVACIDADE*/

/*TERMOS DE USO*/
.privacy-terms-area .content-wrapper .termos-uso h1{
    font-size: 16px;
    color: var(--verde-default);
    margin-bottom: 35px;
}
.privacy-terms-area .content-wrapper .termos-uso h2
{
    padding: 5px;
    width: fit-content;
    font-size: 18px;
    font-weight: bold;
    font-family: var(--font-default);
}

.privacy-terms-area .content-wrapper .termos-uso .text-wrapper p{
    margin: 20px 0;
    font-size: 16px;
    color: var(--CorFonte);
}
.privacy-terms-area .content-wrapper .termos-uso .text-wrapper p strong{
    font-weight: 500;
}

.privacy-terms-area .content-wrapper .termos-uso .text-wrapper{
    margin-bottom: 75px;
}
/*END TERMOS DE USO*/

/*COOKIES*/
.privacy-terms-area .content-wrapper .cookies h2{
    font-size: 16px;
    font-family: var(--font-default);
    color: var(--laranja);
}

.privacy-terms-area .content-wrapper .cookies h1{
    font-size: 16px;
    color: var(--verde-default);
    margin-bottom: 35px;
}

.privacy-terms-area .content-wrapper .cookies .text-wrapper p{
    margin: 20px 0;
    color: var(--CorFonte);
    font-family: 'Gotham Book';
    font-size: 16px;
}

.privacy-terms-area .content-wrapper .cookies .text-wrapper{
    margin-bottom: 75px;
}
/*END COOKIES*/


/*COMPROMISSO*/
.privacy-terms-area .content-wrapper .compromisso h2{
    font-size: 16px;
    font-family: var(--font-default);
    color: var(--CorFonte);
}

.privacy-terms-area .content-wrapper .compromisso h1{
    font-size: 16px;
    color: var(--verde-default);
    margin-bottom: 35px;
}

.privacy-terms-area .content-wrapper .compromisso .text-wrapper p{
    margin: 20px 0;
    font-family: var(--font-default);
    font-size: 16px;
    color: var(--CorFonte);
}

.privacy-terms-area .content-wrapper .compromisso .text-wrapper{
    margin-bottom: 75px;
}

.privacy-terms-area .content-wrapper .compromisso .text-wrapper ol{
    padding-left: 20px;
}

.privacy-terms-area .content-wrapper .compromisso .text-wrapper ol li{
    font-size: 16px;
    font-family: var(--font-default);
    margin: 10px 0;
}
/*END COMPROMISSO*/

.privacy-terms-area .content-wrapper .cancelar-inscricao h2{
    font-size: 16px;
    font-family: var(--font-default);
    color: var(--CorFonte);
}

.privacy-terms-area .content-wrapper .cancelar-inscricao h1{
    font-size: 16px;
    color: var(--verde-default);
    margin-bottom: 35px;
}

.privacy-terms-area .content-wrapper .cancelar-inscricao p
{
    margin: 20px 0;
    font-size: 16px;
    color: var(--CorFonte);
}
.privacy-terms-area .content-wrapper .cancelar-inscricao .text-wrapper p{
    margin: 20px 0;
    font-family: var(--font-default);
    font-size: 16px;
    color: var(--CorFonte);
}

.privacy-terms-area .content-wrapper .cancelar-inscricao .text-wrapper{
    margin-bottom: 75px;
}

.privacy-terms-area .content-wrapper .section{
    position: relative;
}


.privacy-terms-area .content-wrapper .section::after{
    content: "";
    position: absolute;
    width: 100%;
    top: 26px;
    z-index: 2;
    right: 0;
    height: 1px;
    background-color: var(--CorFonte);
}

.privacy-terms-area .content-wrapper .section h1{
    color: var(--azul);
    text-transform: uppercase;
    font-style: italic;
    font-weight: bold;
    font-size: 25px;
    width: fit-content;
    z-index: 3;
    position: relative;
}

.privacy-terms-area aside {
    position: relative;

}
.privacy-terms-area aside .aside-content{
    display: flex;
    justify-content: center;
    padding: 30px 0;
}

.privacy-terms-area aside .aside-content ul
{
    list-style: none;
}

.privacy-terms-area aside .aside-content ul li{
    padding: 15px 0;
    transition: all .3s ease-in-out;
}

.privacy-terms-area aside .aside-content ul li a{
    transition: all .5 ease-in-out !important;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    color: var(--azul) !important; 
    position: relative;
    padding: 8px 12px;
}

.privacy-terms-area aside .aside-content ul li.ativo a,
.privacy-terms-area aside .aside-content ul li a:hover{
    background: var(--azul);
    color: #fff !important;
}
.ativo a{
    width: fit-content;
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #000;
    color: #fff !important;
    position: relative;

}

.ativo a:after{
    content: "";
    position: absolute;
    left: 20%;
    bottom: -2px;
    width: 100%;
    height: 2px;
}

.fixo{
    position: sticky;
    top: 145px;
    left: 42px;
}

form{
    margin: 57px 0;
}
.row-privacy{
    display: flex;
    max-width: 637px;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.row-privacy .nome
{
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    color: var(--azulOtec);
}

.row-privacy .whats
{
    display: flex;
    flex-direction: column;
    max-width: 300px;
    width: 100%;
    color: var(--azulOtec);
}

.row-privacy label{
    color: var(--dourado);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}

.row-privacy .whats input{
    padding: 0 10px;
    color: var(--azul);
    font-weight: 400;
    background-color: #fff;
    outline: 1px solid var(--azul);
    border-radius: 0px;
    border: none;
    width: 100%;
    height: 32px;
}
.row-privacy .nome input::placeholder{
    color: var(--azulOtec);
    font-size: 16px;
    font-family: var(--azulOtec);
}

.row-privacy .whats input::placeholder{
    color: var(--azulOtec);
    font-size: 16px;
    font-family: var(--azulOtec);
}

.row-privacy .nome input{
    padding: 0 10px;
    color: var(--azul);
    font-weight: 400;
    background-color: #fff;
    outline: 1px solid var(--azul);
    border-radius: 0px;
    border: none;
    width: 100%;
    height: 32px;
}

.row-privacy .btn-area{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--azul);
    width: 100%;
    max-width: 100px;
    height: 29px;
    margin-top: 20px;
}

.row-privacy .btn-area button{
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    padding: 4px 20px;
    height: 30px;
    background-color: var(--laranja);
    color: #fff;
    border: none;
    font-size: 16.67px;
}


.backToTop
{

    background-color: var(--azul);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 38px;
    height: 133px;
    cursor: pointer;
    position: fixed;
    right: 0;
    bottom: 250px;
    z-index: 9;
}

.backToTop p
{
    text-align: center;
    rotate: -90deg;
    color: white;
    font-weight: bold;
    font-size: 25px;
}

.byEngenho,
footer{
    position: relative;
    z-index: 4 !important;
}

@media(max-width: 992px)
{
    .container-full{
        padding-top: 40px;
    }
    .header-privacy .container-header{
        flex-direction: column;
    }
    .header-privacy .container-header .privacidade{
        min-height: auto;
    }

    .header-privacy .container-header .privacidade img{
        display: block;
        max-width: 100%;
    }
    .header-privacy .container-header .header-items span,
    .header-privacy .container-header .privacidade span{
        display: none;
    }

    .header-privacy .container-header .header-items
    {
        justify-content: center;
        min-height: 339px;
    }

    .privacy-terms-area aside{
        display: none;
    }

    .privacy-terms-area .content-wrapper{
        max-width: none;
        padding: 30px;
    }
    .backToTop
    {
        display: none;
    }
    .row-privacy .btn-area button{
        margin-top: 0;
    }
}

@media(max-width: 764px)
{
    .row-privacy{
        align-items: start;
        flex-direction: column;
        max-width: none;
        justify-content: center;
    }

    .row-privacy .whats
    {
        margin-top: 36px;
    }

    .row-privacy .nome,
    .row-privacy .whats,
    .row-privacy .email{
        max-width: none;
    }
}
