.total-texto{
	width: 100%;
}
.cabecalho-paginas-internas{
	width: 100%;
	height: 221px;
	background-image:url(/imagens/fundo-branco3.svg), url(/imagens/padrao-losango.svg);
	background-color: #ffc80f;
	background-size:  1920px, 32px;
	background-repeat:  no-repeat, repeat;		
	background-position: center bottom, center 0px;
	height: 220px;
}
.display-titulo-interno{
	height: 221px;
	display: table-cell;
	vertical-align: middle;
}
h1 .primeiro-titulo-interno{
	font-family: 'Montserrat', sans-serif;
	color: #c70000;
	font-size: 28px;
	font-weight: 400;
	padding-left: 10px;
}
.contorno-segundo-titulo-interno {
    margin-top: -21px;
}
.segundo-titulo-interno {
    color: #c70000;
    padding-left: 7px;
    font-family: 'Kaushan Script', cursive;
    font-size: 48px;
    letter-spacing: -2px;
}
/* FORMULARIO FALE CONOSCO */
.formulario-lgpd-interno {
    width: 50%;
    margin: 0 auto;
}

@media (max-width: 768px){
    .formulario-lgpd-interno {
        width: 100%;
        margin: 0 auto;
    }
}

.formulario-lgpd-interno p {
    font-size: 14px;
    display: table;
    color: #515151;
    font-weight: 400;
    line-height: 21px;
}

.formulario-lgpd-interno input[type="text"],
.formulario-lgpd-interno select,
input[type="email"],
input[type="tel"] {
    width: 100%;
    height: 36px;
    border: 1px solid #DCDCDC;
    padding-left: 10px;
    outline: none;
    font-size: 14px;
    color: #989898;
    border-radius: 5px;
    margin-bottom: 18px;
    margin-top: 1px;
}
.txt-lgpd p,
.txt-lgpd{
    font-size: 10px !important;
    margin-top:10px !important;
}
.txt-lgpd a{
    display: inline;
    text-decoration: underline;
    color: #961617;
}

/* ANTIBOT */
.anti-bot{
	position:absolute !important;
	left:-500000000px !important;
	top:-5000000000px !important;	
}
.input {
    color: #000 !important;
}

.input:hover,
.input:focus {
    border: 1px solid #c70000 !important;
}

.formulario-lgpd-interno textarea {
    width: 100%;
    max-width: 100%;
    height: 146px;
    border: 1px solid #DCDCDC;
    padding-left: 10px;
    padding-top: 10px;
    outline: none;
    font-size: 14px;
    border-radius: 5px;
    color: #989898;
    margin-top: 1px;
}

.botao-faleconosco {
    height: 50px;
    float: left;
    margin-top: 32px;
}

.mensagem {
    height: 50px;
    line-height: 16px;
    display: table-cell;
    font-weight: bold;
    vertical-align: middle;
}

.display-mensagem {
    float: left;
    margin-top: 32px;
    height: 50px;
    padding-left: 15px;
    width: calc(100% - 115px);
}

.texto-formulario-faleconosco {
    color: #515151;
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 32px;
}
.texto-lgpd,
.texto-lgpd p,
.texto-lgpd li{
    font-size: 14px;
    color: #525252;
    text-align: left;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Montserrat', sans-serif;
}
.texto-lgpd a{
    display: inline;
    text-decoration: underline;
    color: #961617;
}
.texto-lgpd ul{
    margin-left: 18px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.texto-lgpd ul li{
    padding-left: 5px;
    list-style: disc !important;
}