:root{
    --green1: #2980b9;
}

html, body{
    min-height: 100%;
    background-color: #201E3A;
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img{
    max-width: 100%;
    height: auto;
}

.box-general{
    margin: 50px auto;
    border-radius: 32px;
    background-color: #fff;
    width: 799px;
    max-width: 90%;
    box-shadow: 0 0 17px -17px;
}

.header-logo{
    border-radius: 5px 5px 0 0;
    overflow: hidden;
    text-align: center;
    padding-top: 100px;
    padding-bottom: 20px;
}

main{
    padding: 40px;
}

.share-box h2{
    color: #333;
    margin-bottom: 16px;
}

main h1{
    color: #971418;
    margin-bottom: 20px;
}

main p{
    line-height: 30px;
    color: #333;
    margin-bottom: 0px;
}

.button{
    background: #2980b9;
    text-decoration: none;
    color: #fff;
    padding: 13px;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    border-radius: 5px;
    border: none;
    transition: all 300ms;
}

.button:hover{
    background-color: #155783;
}

.success-icon{
    width: 45px;
    position: relative;
    top: 11px;
    margin-left: 8px;
}
.success-icon path{
    fill: #4CAF50;
}

#email{
    text-transform: lowercase;
}

form input[type="text"],
form input[type="email"],
form input[type="password"]{
    width: 100%;
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 10px;
    padding-left: 20px;
    margin-bottom: 25px;
}

label.label{
    font-weight: bold;
    font-size: 18px;
    color: #2980b9;
    margin-bottom: 5px;
    display: block;
}

.aceitar_receber_emails,
.aceitar_termos{
    color: #666;
    display: inline-flex;
    align-items: center;
    margin-bottom: 30px; 
    padding-left: 5px;   
    gap: 6px;
    flex-wrap: wrap;
}

.aceitar_termos a{
    color: #2980b9;
}

form input[type="text"]:focus,
form input[type="email"]:focus,
form input[type="password"]:focus{
    border-color: #2980b9;
    outline-color: #2980b9;
}

.errors-forms{
    background: #F44336;
    color: #fff;
    padding: 15px 40px;
    border-radius: 10px;
    margin-bottom: 30px;
}
.errors-forms ul{}
.errors-forms ul li{}

.base-title-layout{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.base-meta__container{
    width: 805px;
    margin: 0 auto;
    max-width: 100%;
    padding: 0 15px;
}

.base-meta__bar{
    width: 100%;
    border-radius: 50px;
    height: 20px;
    position: relative;
    background: #D9D9D9;
    overflow: hidden;
}
.base-meta__bar span{
    display: block;
    height: 100%;
    width: 50%;
    border-radius: 50px;
    background-color: #2980b9;
}

.base-meta__text{
    text-align: right;
    color: #fff;
    padding-top: 5px;
}

.base-meta__text span{
    font-size: 18px;
    font-weight: bold;
}

.open-modal-share{
    cursor: pointer;
    border: none;
    background: none;
    color: inherit;
    font-weight: inherit;
    font-family: inherit;
}
.share-box-copy{
    color: #fff;
    font-size: 9px;
    background: #444;
    padding: 4px 13px;
    border: none;
    border-radius: 40px;
    margin-left: 9px;
    margin-top: -4px;
    position: relative;
    top: -2px;
    cursor: pointer;
}

.share-box-inner{
    background-color: #fff;
    display: table;
    padding: 40px;
    border-radius: 10px;
    margin: 80px auto;
}

.share-box{
    position: fixed;
    top: 105%;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    transition: all 300ms;
}

.share-box.show{
    top: 0;
}

.close-modal-share{
    float: right;
    color: #333;
    background: none;
    border: none;
    font-size: 29px;
    font-weight: bold;
    position: relative;
    top: -35px;
    right: -20px;
    cursor: pointer;
}

.bar-change-locale{
    display: flex;
    justify-content: center;
    margin: 20px auto 10px;
    gap: 15px;
}

.bar-change-locale li{
    display: flex;
}

.bar-change-locale li a{
    font-size: 16px;
    color: #fff;
}

.bar-change-locale li a.active{
    background-color: #fff;
    color: #201E3A;
    border-radius: 50px;
    padding: 5px 9px 11px;
    line-height: 7px;
}


.title-content{
    text-align: center;
    width: 100%;
}

.title-content h1{
    font-size: 20px;
    text-align: center;
    font-family: "Della Respira", serif;
    font-weight: 400;
    color: #fff;
    border: 1px solid #fff;
    border-radius: 50px;
    font-style: normal;
    display: inline-block;
    padding: 10px 20px;
    margin: 17px 0 0;
}

.title-two-content{
    text-align: center;
    width: 805px;
    max-width: 100%;
    margin: 35px auto;
}

.title-two-content h1{
    color: #fff;
}

.text-special{
    color: #2980b9;
}


.modal-form-assinatura{
    position: fixed;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5000;
    overflow: auto;
    background-color: rgba(0,0,0,0.87);
    transition: all 300ms;
}
.modal-form-assinatura.show{
    top: 0;
}

.form-container{
    width: 500px;
    background: #fff;
    border-radius: 30px;
    padding: 50px;
    margin: 70px auto;
    position: relative;
    max-width: 90%;
}

.form-container-close{
    background: none;
    border: none;
    position: absolute;
    right: 30px;
    top: 26px;
    cursor: pointer;
}

.form-container > h2{
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    margin-bottom: 40px;
}

.form-container .button{
    margin: 0 auto;
    background: linear-gradient(180deg, #DDB14C 0%, #A87E21 100%);
    display: table;
    padding: 17px 30px;
    cursor: pointer;
}

.form-container-input-container-checkbox{
    display: flex;
    align-items: baseline;
}
.form-container-input-container-checkbox label{
    margin-bottom: 0;
    padding-left: 10px;
    font-size: 14px;
}

.form-container-input-container-checkbox + 
.form-container-input-container-checkbox{
    margin-top: 30px;
}

.box-general__copy{
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding: 10px 0 50px;
}

.button-container-assinar .button{
    margin: 30px auto 0;
    background: linear-gradient(180deg, #DDB14C 0%, #A87E21 100%);
    display: table;
    padding: 17px 30px;
    cursor: pointer;
}


.confirm-page-button .button{
    background: linear-gradient(180deg, #DDB14C 0%, #A87E21 100%);
    display: table;
    padding: 17px 30px;
    cursor: pointer;
}

.box-general main p{
    hyphens: auto;
    text-align: left !important;
}


@media screen and (max-width: 767px){
    main{
        padding: 20px;
    }

    .form-container{
        padding: 50px 15px 15px;
    }

    .title-two-content h1{
        font-size: 26px;
        padding: 0 15px;
    }

    .klaro .cookie-notice:not(.cookie-modal-notice){
        z-index: 9990!important;
    }

    .header-logo{
        padding-top: 25px;
    }
}