.content-formulario{
    width: 100%;
}
.content-formulario-wrapper{
    width: 100%;
    max-width: 1260px;
    margin-top: 130px;
    margin-bottom: 105px;
    display: flex;
    justify-content: space-between;
    padding: 0 15px;
}

/*///////// LEFT SIDE //////////////*/
.left-side{
    width: 100%;
    max-width: 800px;
}
.left-side .form .text{
    margin-bottom: 30px;
}

.left-side .form .text p span,
.left-side .form .checkbox .check p span{
    color: var(--red);
    font-weight: bold;
}
.left-side .form .wrap2,
.left-side .form .wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.left-side .form .wrap .nome,
.left-side .form .wrap .email,
.left-side .form .wrap2 .telefone,
.left-side .form .wrap2 .assunto
{
    width: 100%;
    max-width: 375px;
}
.left-side .form .comentary{
    width: 100%;
}
.left-side .form .wrap .nome input,
.left-side .form .wrap .email input,
.left-side .form .wrap2 .telefone input,
.left-side .form .wrap2 .assunto input{
    width: 100%;
    max-width: 330px;
    height: 60px;
    padding: 0px 20px;
    font-size: 16px;
    border:3px solid #e6e6e6;
    margin-bottom: 30px;
}
.left-side .form .wrap .nome input::placeholder,
.left-side .form .wrap .email input::placeholder,
.left-side .form .wrap2 .telefone input::placeholder,
.left-side .form .wrap2 .assunto input::placeholder,
.left-side .form .comentary textarea::placeholder{
    color: black;
}

.left-side .form .wrap .nome input:focus,
.left-side .form .wrap .email input:focus,
.left-side .form .wrap2 .telefone input:focus,
.left-side .form .wrap2 .assunto input:focus,
.left-side .form .comentary textarea:focus{
    outline: none;
    border: 3px solid var(--red);
}
.left-side .form .comentary textarea{
    width: 100%;
    max-width: 755px;
    height: 95px;
    padding: 20px;
    font-size: 16px;
    border:3px solid #e6e6e6;
    margin-bottom: 30px;
    resize: none;
}
.left-side .form .checkbox{
    display: flex;
    justify-content: space-between;
}
.left-side .form .checkbox .check{
    display: flex;        
}
.left-side .form .checkbox .check .checkWrapper{
   display: flex;  
}
.left-side .form .checkbox .check .checkWrapper label{
    margin-left: 20px;
    /*cursor: pointer;*/
}
.left-side .form .checkbox .check .checkWrapper .box{
    width: 10px;
    height: 10px;
    border: 4px solid var(--red);
    display: flex;
    align-items: center;
    justify-content: center;
}

input[type="checkbox"]#checkbox {
    appearance:none;
    -webkit-appearence:none;
    height: 7px;
    width: 7px;
    background-color: white;
    border-radius: 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    outline: none;
}
input[type="checkbox"]#checkbox:after {
    font-weight: 900;
    content: '';
    font-size: 10px;
    color: white;
    display: none;
}

input[type="checkbox"]#checkbox:checked {
 background-color: var(--red);
}
input[type="checkbox"]#checkbox:checked:after {
 display: block;
}

.left-side .form .checkbox .check label span{
     color: var(--red); 
}
.left-side .form .checkbox .btn button{
    width: 130px;
    height: 35px;
    border: 3px solid var(--red);
    font-size: 16px;
    font-weight: bold;
    color: var(--red);
    background: white;
    cursor: pointer;
}
.left-side .form .checkbox .btn button:hover{
    background-color: var(--red);
    color: white;
    transition: 0.5s;
}
.checkmark a{
    color: var(--red);
    text-decoration: underline;
}
/*.checkmark a:hover{*/
    
/*}*/
/*///////// FIM LEFT SIDE //////////////*/

/*///////// RIGHT SIDE //////////////*/
.right-side{
    width: 100%;
    max-width: 300px;
    display: flex;
    justify-content: center;
}
.right-side .column{
    width: 100%;
}
.right-side .column .contatos .endereco a,
.right-side .column .contatos .email a,
.right-side .column .contatos .whatsapp a{
    color: black;
}
.right-side .column .contatos,
.right-side .column .contatos .endereco,
.right-side .column .contatos .email,
.right-side .column .contatos .whatsapp{
    margin-bottom: 30px;
}
.right-side .column .contatos h2{
    font-size: 16px;
    color: var(--red);
}
.box-whats{
    border: 3px solid var(--red);
    width: 100%;
    display: flex;
    height: 170px;
    justify-content: center;
    margin-top: 95px;
}
.box-whats .box-column{
    width: 100%;
    max-width: 215px;
    display: flex;
    align-items: center;
    justify-content: center;

}
.box-whats .box-column .box-column-wrapper .box-text p{
    font-size: 20px;
    color: var(--red);
    text-align: center;
    margin-bottom: 10px;
}
.box-whats .box-column .box-column-wrapper .box-btn button{
    width: 215px;
    height: 55px;
    background-color: var(--red);
    color: white;
    border: none;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
}
/*///////// FIM RIGHT SIDE //////////////*/

/*///////// MAPS //////////////*/
.iframeMaps{
    width: 100%;
}
/*////////// MOBILE ////////////////*/
@media (max-width:990px){
    .content-formulario-wrapper{
        flex-direction: column;
        margin-top: 50px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 45px;
        padding: 0 18px 0 15px;
    }
    .left-side{
        margin-bottom: 80px;
    }
    .left-side .form .wrap2, 
    .left-side .form .wrap{
        display: block;
    }
    .left-side .form .text{
        text-align: center;
    }
    .left-side .form .comentary textarea{
        padding: 0px;
        max-width: 800px;
    }
    .left-side .form .wrap .nome,
    .left-side .form .wrap .email,
    .left-side .form .wrap2 .telefone, 
    .left-side .form .wrap2 .assunto{
        max-width: 800px;
        width: 100%;
    }
    .left-side .form .wrap .nome input,
    .left-side .form .wrap .email input,
    .left-side .form .wrap2 .telefone input, 
    .left-side .form .wrap2 .assunto input{
        height: 50px;
        width: 100%;
        max-width: 800px;
        padding: 0px;
    }
    .left-side .form .wrap .nome input::placeholder,
    .left-side .form .wrap .email input::placeholder,
    .left-side .form .wrap2 .telefone input::placeholder,
    .left-side .form .wrap2 .assunto input::placeholder,
    .left-side .form .comentary textarea::placeholder{
        padding: 0 10px;
}
    .left-side .form .checkbox{
        display: block;
    }
    .left-side .form .checkbox .btn{
        display: flex;
        justify-content: center;
        margin-top: 20px;
    }
    .box-whats{
        margin-top: 55px;
    } 
    .maps .iframeMaps{
        height: 305px;
    }
}
/*////////// FIM MOBILE ////////////////*/

