
*{
	box-sizing: border-box;
	padding: 0;
	margin: 0;
	outline: none;
    font-family: "Montserrat", sans-serif;
    }
    header a,
    footer a{
        color: inherit;
        text-decoration: none !important;
    }
    header p{
        margin: 0;
    }
    ul[role="list"]{
        margin: 0;
    }
    strong{
        font-size: 16px;
    }
    body,html{
        color: var(--marrom) !important;
        min-height: 100vh !important;
    }
    body{
        text-align: center;
        overflow: auto !important;
    }

    /* ul{
        padding-left: 20px !important;
    }

    ul li{
        font-family: var(--font-default);
        font-size: 16px;
        margin: 10px 0;
        color: var(--cinza);
    } */
    .container-full{
        background-color: white;
        height: max-content;
        max-width: 100%;
        padding-top: 185px;
    }

    .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(--cinza);
        font-size: 16px;
    }

    .header-privacy .container-header .header-items span:hover i{
        color: var(--cinza);
        transition: all 0.3s ease-in-out;
    }

    .header-privacy .container-header .header-items h1{
        font-size: 36px;
        font-family: var(--font-bold);
        color: var(--cinza);
        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(--cinza);
    }

    .header-privacy .container-header .privacidade span:hover i{
        color: var(--cinza);
        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(--azul);
        z-index: 4;
    }

    .backHome i{
        font-size: 44px;
        color: var(--cinza);
    }

    .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: 15px;
    }
    .privacy-terms-area .content-wrapper a{
        text-decoration: none;
        color: var(--verde-default);
        font-family: var(--font-default);
    }
    /*POLÍTICA E PRIVACIDADE*/
    .privacy-terms-area .content-wrapper .political-privacity h1{
        font-size: 16px;
        font-family: var(--font-bold);
        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(--azul);
    }

    .privacy-terms-area .content-wrapper .political-privacity .text-wrapper p{
        margin: 20px 0;
        font-family: var(--font-default);
        color: var(--cinza);
        font-size: 16px;
    }

    .privacy-terms-area .content-wrapper .political-privacity .text-wrapper{
        margin-bottom: 75px;
        margin-top: 75px;
    }
    /*END POLÍTICA E PRIVACIDADE*/

    /*TERMOS DE USO*/
    .privacy-terms-area .content-wrapper .termos-uso h1{
        font-size: 16px;
        font-family: var(--font-bold);
        color: var(--verde-default);
        margin-bottom: 35px;
    }
    .privacy-terms-area .content-wrapper .termos-uso h2
    {
        padding: 5px;
        width: fit-content;
        font-size: 16px;
        font-weight: bold;
        background-color: var(--azul);
        color: #fff;
    }

    .privacy-terms-area .content-wrapper .termos-uso .text-wrapper p{
        margin: 20px 0;
        font-family: var(--font-default);
        font-size: 16px;
        color: var(--cinza);
    }

    .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(--azul);
    }

    .privacy-terms-area .content-wrapper .cookies h1{
        font-size: 16px;
        font-family: var(--font-bold);
        color: var(--verde-default);
        margin-bottom: 35px;
    }

    .privacy-terms-area .content-wrapper .cookies .text-wrapper p{
        margin: 20px 0;
        color: var(--cinza);
        font-family: var(--font-default);
        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(--cinza);
    }

    .privacy-terms-area .content-wrapper .compromisso h1{
        font-size: 16px;
        font-family: var(--font-bold);
        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(--cinza);
    }

    .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(--cinza);
    }

    .privacy-terms-area .content-wrapper .cancelar-inscricao h1{
        font-size: 16px;
        font-family: var(--font-bold);
        color: var(--verde-default);
        margin-bottom: 35px;
    }

    .privacy-terms-area .content-wrapper .cancelar-inscricao p
    {
        margin: 20px 0;
        font-size: 16px;
        color: var(--cinza);
    }
    .privacy-terms-area .content-wrapper .cancelar-inscricao .text-wrapper p{
        margin: 20px 0;
        font-family: var(--font-default);
        font-size: 16px;
        color: var(--cinza);
    }

    .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(--cinza);
    }

    .privacy-terms-area .content-wrapper .section h1{
        color: var(--azul);
        font-weight: bold;
        font-size: 20px;
        width: fit-content;
        z-index: 3;
        position: relative;
    }

    .privacy-terms-area aside .aside-content{
        display: flex;
        justify-content: center;
    }

    .privacy-terms-area aside .aside-content ul
    {
        list-style: none;
    }

    .privacy-terms-area aside .aside-content ul li{
        padding: 15px 0;
        transition: all .5 ease-in-out;
    }

    .privacy-terms-area aside .aside-content ul li a{
        transition: all .5 ease-in-out;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        color: #000;
        position: relative;
    }

    .privacy-terms-area aside .aside-content ul li a:hover{
        width: fit-content;
        background-color: var(--azul) !important;
        padding: 5px;
        color: #fff !important;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: var(--font-raleway) !important;
        font-weight: bolder;
        position: relative;
    }

    .ativo a{
        transition: all .5 ease-in-out;
        width: fit-content;
        background-color: var(--azul) !important;
        padding: 5px;
        color: #fff !important;
        font-size: 16px;
        text-decoration: none;
        text-transform: uppercase;
        font-family: var(--font-raleway) !important;
        font-weight: bolder;
        position: relative;

    }

    .ativo a:after{

    }

    .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(--azul);
        font-size: 16px;
        font-weight: bold;
        line-height: 1.5;
    }

    .row-privacy .whats input{
        padding: 0 10px;
        color: var(--areia);
        font-weight: 400;
        background-color: #fff;
        outline: 2px solid var(--azul);
        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(--areia);
        font-weight: 400;
        background-color: transparent;
        outline: 2px solid var(--azul);
        border: none;
        width: 100%;
        height: 32px;
    }

    .row-privacy .btn-area{
        width: 100%;
        max-width: 132px;
        height: 40px;
        margin-top: 55px;
    }

    .row-privacy .btn-area button{
        display: flex;
        padding: 4px 27px;
        background-color: var(--azul);
        color: #fff;
        border: none;
        font-size: 16.67px;
    }


    .backToTop
    {
        background-color: var(--azul);
        width: 38px;
        height: 133px;
        cursor: pointer;
        position: fixed;
        right: 0;
        bottom: 250px;
        z-index: 9;
    }

    .backToTop p
    {
        rotate: -90deg;
        transform: translateX(-60px);
        color: white;
        font-weight: bold;
        font-size: 25px;
    }

    @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: 0 30px;
        }
        .backToTop
        {
            display: none;
        }
        .row-privacy .btn-area button{
            margin-top: 0;
        }
    }

    @media(max-width: 764px)
    {
        .row-privacy{
            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;
        }
    }
