@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: #FFFFFF;
    display: flex;
    height: 100vh;
    justify-content: center;
    align-items: center;
}

.container{
    width: 800px;
    height: 402px;
    background-image: url(../images/bg-repeat.jpg);
    background-size: contain;
    display: flex;
    align-items: center;
    justify-content: center;
}


.duvida{
    height: 111px;
    width: 300px;
    margin: 145px 60px 145px 50px;
    color: #FFFFFF;  
    
}

.duvida h2{
    font-size: 20px;
    font-weight: 900;
    text-align: left;
    padding-bottom: 11px;
    /* height: 46px;
    width: 287px;
    margin-bottom: 11px; */
}

.duvida p.paragrafo-duvida{
    font-size: 15px;
    font-weight: 400;
}

.container .formulario{
    padding: 20px;
    text-align: center;
    justify-content: center;
    background-color: #FFFFFF;
    height: 378px;
    width: 340px;
    
}


.nome-completo, .email, .telefone{
    margin-bottom: 15px;
    width: 298px;
    height: 35px;
    border: 1px, solid;
    border-radius: 5px;
    padding-left: 11px;
    font-size: 15px;
    
}

input::placeholder,
#mensagem::placeholder{
    color: #A8A8A8;
    font-size: 15px;
    font-weight: 700;
}

.formulario #mensagem{
    width: 298px;
    height: 100px;
    border: 1px, solid;
    border-radius: 5px;
    font-size: 16px;
    padding: 10px;
    font-family: "Roboto", serif;
    font-weight: 400;
    resize: none;
    
}
    

.campos-obrigatorios{
    display: flex;
    margin: 10px 15px 10px 3px;
    font-size: 15px;
    font-weight: 400;
    text-align: left;
    
}

.formulario .enviar-formulario{
    width: 298px;
    height: 41px;
    border-radius: 5px;
    background-color: #3ccc87;
    font-size: 15px;
    color: #FFFFFF;
    font-weight: 700;
}



.campo-obrigatório{
    width: 100px;
    height: 14px;
}

.texto-vermelho{
    color: #F52E2E;
    font-size: 8px;
    font-weight: 400;
    text-align: left;
    display: none;
}