body{
	background:#f5f5f5;
	font-family:Verdana;
}

hr{
	background: #000000;
    margin-right: -20px;
    margin-left: -20px;
}
a{
	color:#333333 !important;
	text-decoration: none !important;
}

a:hover{
	color:#333333 !important;
	text-decoration: none !important;
}

a:active{
	color:#333333 !important;
	text-decoration: none !important;
}


.logoContainer1 {
    justify-content: center;
    display: flex;
    margin-left: auto;
    margin-right: auto;
    background: #FFF;
    width: 270px;
    height: 110px;
    position: relative;
    margin-bottom: 40px;
    align-items: center;
    border-radius: 6px;
	margin-top:-130px;
}

.logo1 {
    background-color: #fff;
    object-fit: contain;
    border-radius: 4px;
    vertical-align: middle;
    align-items: center;
    text-align: center;
    display: grid;
	min-width: 172px;
    max-width: 172px;
    height: auto;
}

.logoContainer2{
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
    margin-bottom: 20px;
    padding-top: 15px;
    padding-bottom: 15px;
}

.logo2{
	min-width: 172px;
    max-width: 172px;
    height: auto;	
}

.modal{
	height: 100vh;
    align-content: center;
    padding-right: 17px;
}

.modal-title{
	text-align: center;
}

.inputTexto {
    border: none;
    border-bottom: solid 1px #7c7c7c;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    margin-top: 30px;
    width: 100%;
    resize: none;
    overflow: hidden;
	height: 30px; 
    font-size: 16px;
    line-height: 1.5
}

.inputSelecao {
    border: none;
    border-bottom: solid 1px #7c7c7c;
    border-radius: 0px;
    background-color: transparent;
    box-shadow: none;
    box-sizing: border-box;
    outline: none;
    margin-top: 30px;
    width: 100%;
    resize: none;
    overflow: hidden;
	height: 30px; 
    font-size: 16px;
    line-height: 1.5
}

.fundoFormEnvio{
	width: 100%;
    margin: 0 auto;
	margin-bottom: 80px;
}

.fundoForm{
	background:#FFFFFF;
	width: 100%;
    margin: 0 auto;
	border-radius: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;
	min-height: 165px;
	border: 1px solid #FFFFFF;
}

.fundoFormPolitica{
	background:#FFFFFF;
	width: 100%;
    margin: 0 auto;
	border-radius: 8px;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 12px;
	min-height: 90px;
	border: 1px solid #FFFFFF;
	padding-top: 20px;
}

.fundoFormPerguntas{
	padding-top: 20px;
}

.imgPhotoForm img{
	width:100%;
	height:auto;
}

.conteudoForm{
	width: 80%;
    margin: 0 auto;
    max-width: 1000px;
}

.bordaTituloForm{
	background:	var(--barraColorida);
    margin: 0 auto;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	height: 10px;
	margin-left: -20px;
	margin-right: -20px;
}

.formDescricao{
	margin-top: 20px;
}

.itemObrigatorio{
	color:  rgb(214 0 86 / 100%);
	padding-bottom: 10px;
}

.itemObrigatorioAviso{
	color: rgb(214 0 86 / 100%);
	display:none;
	font-size: 13px;
	margin-top: 5px;
}

.campoResposta{
	margin-top: 25px;
	margin-bottom: 14px;
}


.rodapeForm{
	text-align: center;
    padding: 10px;
    background:#f5f5f5;
	font-size:11px;
}

.divSubmit{
	margin-top: 25px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.divLimpaForm{
	padding: 7px;
}


.limpaForm{
	cursor:pointer;
	color:	var(--barraColorida);
	text-decoration: none;
}
.limpaForm:hover{
	text-decoration: none;
	color:	var(--barraColorida);
}
.limpaForm:focus{
	text-decoration: none;
	color:	var(--barraColorida);
}

.botaoEnviar{
    line-height: 36px;
    border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(255 165 0 / 9%);
    border: solid 1px rgba(242, 161, 69, 0.32);
    background-color: var(--botao);
	color:var(--corBotao);
    font-stretch: normal;
    font-style: normal;
	padding-left: 20px;
    padding-right: 20px;
}

.botaoEnviar:hover{
    box-shadow: 3px 4px 6px 1px rgb(138 138 138 / 25%);
    background-color: var(--botaoColorido);
	color:var(--corBotaoColorido);
}

.botaoEnviarNovo{
    line-height: 36px;
    border-radius: 4px;
    border-radius: 4px;
    box-shadow: 0 4px 8px 0 rgb(255 165 0 / 9%);
    border: solid 1px rgba(242, 161, 69, 0.32);
    background-color: var(--botao);
	color:var(--corBotao);
    font-stretch: normal;
    font-style: normal;
	padding-left: 20px;
    padding-right: 20px;
}

.botaoEnviarNovo:hover{
    box-shadow: 3px 4px 6px 1px rgb(138 138 138 / 25%);
    background-color: var(--botaoColorido);
	color:var(--corBotaoColorido);
}

.fundoFormNovo{
    background: #FFFFFF;
    width: 100%;
    margin: 0 auto;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 12px;
	padding-bottom: 20px;
    border: 1px solid #FFFFFF;
}

.imgPhotoForm{
	margin-bottom: 50px;
}



.barra {
    height:2px;
    background: var(--barraColorida);
    width: 100%;
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease, opacity 0.3s ease;
	opacity: 0;
	margin-top: -1px;
}

.digitando + .barra {
    transform: scaleX(1);
    opacity: 1;
}

.removendo + .barra {
    transform: scaleX(1);
    opacity: 0;
}

.barra.vermelha {
    background:  rgb(214 0 86 / 100%);
}

.barra.azul {
    background: var(--barraColorida);
}

.respostaCadastro{
	margin-bottom: 20px;
    margin-top: 20px;
}

.respostasBtn{
	display: flex;
    justify-content: space-between;
}

.conteudoWhatsApp {
     display: flex;
    align-items: center;
    text-align: center;
    background: #15be37;
    padding: 3px;
    padding-left: 15px;
    font-size: 14px;
    border-radius: 40px;
    max-width: 100%;
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
}


.conteudoWhatsApp .whatsAppContainer {
    display: flex;
    align-items: center; 
    justify-content: space-between; 
    width: 100%; 
}

.conteudoWhatsApp img {
    max-width: 100%; 
    height: auto; 
    margin-right: 10px;
	width: 12%;
}

.conteudoWhatsApp span {
    text-align: initial;
    overflow-wrap: anywhere;
    flex-grow: 1; 
}

.objectWhatsapp {
    color: #FFF;
    width: 100%;
}

.objectWhatsapp {
    color: #FFF;
    width: 100%;
}

.containerBotoesAcao{
    display: flex;
    gap: 10px;              
}
.divBotaoAcao{
    flex: 1;
    background: #f5f5f5;
    height: 130px;
    border-radius: 15px;

    position: relative; /* referência para a borda */

    display: flex;
    align-items: center;
    justify-content: center;
	max-width:33%;
}

/* barra superior simulando borda */
.divBotaoAcao .bordaTituloForm{
    position: absolute;
    top: 0;
    left: 0;

    width: 100%;
    height: 10px;

    background: var(--barraColorida);

    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
	margin-left:0px;
	margin-right:0px;
}


.divBotaoAcao a{
    width: 100%;
    height: 100%;

    text-decoration: none;
    color: #000;

    display: flex;
    align-items: center;
    justify-content: center;
}


.divBotaoAcao a > div{
    display: flex;
    flex-direction: column;  
    align-items: center;    
    justify-content: center; 
    gap: 6px;               
}

.divBotaoAcao img{
    width: 40px;             
    height: auto;
}


@media screen and (max-width: 570px) {
	.conteudoForm{
		width:100%;
	}
	.fundoForm{
		width:100%;
	}
	.fundoFormEnvio{
		width:100%;
	}
	.container {
		padding-right: 0px; 
		padding-left: 0px;
	}
	
	.respostasBtn{
		display: block;
		justify-content: space-between;
		text-align: center;
	}
	
	.botaoEnviarNovo{
		margin-bottom:10px;
	}
}

@media screen and (min-width: 600px) and (max-width: 980px) {
	.conteudoForm{
		width:100%;
	}
	.fundoForm{
		width:90%;
	}
	.fundoFormEnvio{
		width:90%;
	}
	.container {
		padding-right: 0px; 
		padding-left: 0px;
	}
}


