/*========================================== CONTEUDO ==============================================*/
.opcoes-form {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 120px;
	display: flex;
	justify-content: center;
}

.opcoes-form li {
	width: 180px;
	height: 180px;
	background: #fff;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin-left: 12px;
	position: relative;
	-webkit-box-shadow: 3px 5px 8px -3px rgba(153,153,153,0.5);
	-moz-box-shadow: 3px 5px 8px -3px rgba(153,153,153,0.5);
	box-shadow: 3px 5px 8px -3px rgba(153,153,153,0.5);
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
    flex-basis: 180px;
    max-width: 180px;
    margin-bottom: 2%;
    margin: 5px;
}
.opcoes-form li.ativo, .opcoes-form li:hover {
	background: #E8F3FF;
	-webkit-box-shadow: 3px 5px 8px -3px rgba(100,100,100,0.5);
	-moz-box-shadow: 3px 5px 8px -3px rgba(100,100,100,0.5);
	box-shadow: 3px 5px 8px -3px rgba(100,100,100,0.5);
}
.opcoes-form li a {
	display: block;
	height: 180px;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	transition: all 100ms linear;
  	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
	filter: gray; /* IE6-9 */
	filter: grayscale(1); /* Firefox 39 (and above? Don�t know) */
	-webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
}
.opcoes-form li a:hover, .opcoes-form li.ativo a {
	background-size: 108% 107%;
  	filter: none;
  	-webkit-filter: none;

}
.opcoes-form li span {
	display: block;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 5px;
	color: #fff;
	font-size: 30px;
	line-height: 36px;
	font-family: "oswald-regular";
}
/* icone Atendimento */
.opcoes-form li a.btn-opcao-atendimento {
	background-image: url('../../../../../reboot/includes/assets/img/atendimento-btn.webp');
}
.opcoes-form li a.btn-opcao-comercial {
	background-image: url('../../../../../reboot/includes/assets/img/comercial-btn.webp');
}
.opcoes-form li a.btn-opcao-redacao {
	background-image: url('../../../../../reboot/includes/assets/img/redacao-btn.webp');
}
.opcoes-form li a.btn-opcao-ombusdsman {
	background-image: url('../../../../../reboot/includes/assets/img/ombudsman-btn.webp');
}
.opcoes-form li a.btn-opcao-acervo {
	background-image: url('../../../../../reboot/includes/assets/img/acervo-btn.webp');
}
.opcoes-form li a.btn-opcao-assinar {
	background-image: url('../../../../../reboot/includes/assets/img/assine-btn.webp');
}

/*======================================= FORMULARIOS ===========================================*/
.container-form {
	position: relative;
	background: #E8F3FF;
	display: none;
}
.persona-form {
	background-repeat: no-repeat;
	background-position: left bottom;
}
/* Imagem Form */
.persona-form-atendimento {
	background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/atendimento.fw.png');
	min-height: 1150px;
}
.persona-form-comercial {
	background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/comercial.fw.png');
	min-height: 1350px;
	background-position: right bottom;
}
.persona-form-redacao {
	background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/personas-form.png');
}
.persona-form-ombudsman {
	background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/ombudsman.fw.png');
}
.persona-form-acervo {
	background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/acervo.fw.png');
}

.texto-form {
	display: none;
}
.texto-form div {
	display: block;
	overflow: hidden;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	padding-top: 110px;
}
.texto-form div h3 {
	display: block;
	font-size: 30px;
	line-height: 36px;
	font-family: "oswald-regular";
	color: #0079BF;
	max-width: 420px;
	margin: 0 auto 25px;
}
.texto-form p {
	color: #333;
	max-width: 420px;
	text-align: justify;
	margin: 0 auto;
	font-size: 18px;
	line-height: 24px;
}

.texto-form .container-contato {
    padding: 0;
}

.container-contato div[class^=contato] {
    max-width: 420px;
    margin: 50px auto;
    padding: 0;
}

.container-tipo-atendimento {
	overflow: hidden;
	background: #00A3D9;
	height: 64px;
	position: absolute;
	margin-top: -50px;
	display: none;
	right: 0;
    left: 0;
    width: 630px;
    margin: 0 auto;
    top: 15px;
    z-index: 2;
}
.container-tipo-atendimento label {
	float: left;
	width: 33.333%;
	height: 64px;
	overflow: hidden;
	cursor: pointer;
	position: relative;
	background: #00A3D9;
	-webkit-transition: background-color 600ms linear;
    -moz-transition: background-color 600ms linear;
    -o-transition: background-color 600ms linear;
    -ms-transition: background-color 600ms linear;
    transition: background-color 600ms linear;
}
.container-tipo-atendimento-small label {
	width: 50%;
}
.container-tipo-atendimento label span {
	color: #fff;
	font-size: 22px;
	line-height: 30px;
	font-family: "oswald-regular";
	display: block;
	float: left;
	margin-top: 19px;
	padding-left: 52px;
}

.container-tipo-atendimento label input[type="radio"] {
	display: none;
}
.container-tipo-atendimento label::before {
	display: block;
	content: " ";
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 20px 18px 0;
}
.container-tipo-atendimento label.lbl-ativo, .container-tipo-atendimento label:hover {
	background-color: #33CCFF;
}
.container-tipo-atendimento label.lbl-ativo::after {
	display: block;
	content: " ";
	width: 10px;
	height: 10px;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	margin-top: 25px;
	margin-left: 23px;
	background-color: #fff;
	-webkit-animation: bgColor 900ms;
	-moz-animation:    bgColor 900ms;
	-o-animation:      bgColor 900ms;
	animation:         bgColor 900ms;
}
.form-padrao {
	width: 422px;
	margin: 0 auto;
	padding-top: 112px;
	margin-bottom: 130px;
}
.selectSmall, .selectBig, .txtBig, .txtSmall, .itemFormBig input, .itemFormMedium input, .itemFormSmall input, .itemFormBig textarea {
	border: 1px solid #ccc;
	height: 35px;
	display: block;
	font-size: 16px;
	line-height: 22px;
	color: #0079BF;
	font-family: "oswald-regular";
	margin-bottom: 20px;
	width: 100%;
}
.itemFormBig input, .itemFormMedium input, .itemFormSmall input, .itemFormBig textarea {
	font-family: "oswald-light";
	font-size: 20px;
	color: #444;
	padding-left: 5px;
}
.itemFormBig textarea {
	height: 98px;
	padding: 7px;
	margin-bottom: 40px;
	font-family: "PT Serif";
	font-size: 16px;
    line-height: 20px;
}
.itemFormMedium label, .itemFormBig label, .itemFormSmall label {
	display: block;
	font-size: 16px;
	line-height: 22px;
	font-family: "oswald-regular";
	color: #0079BF;
	margin-bottom: 5px;
}


.selectSmall, .selectBig {
	width: 202px;
	float: left;
    text-indent: 5px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/select-arrow.png');
    background-repeat: no-repeat;
    background-position: right center;
    background-position-x: 166px;
    cursor: pointer;
    padding-left: 5px;
}
.selectSmall option, .selectBig option {
    font-size: 19px;
}


.upload-arquivo {
	overflow: hidden;
	margin-bottom: 5px;
	display: none;
	clear: both;
}
.upload-arquivo .msg-obrigatoria, .upload-arquivo .txt-anexar {
	display: block;
	font-family: "oswald-regular";
	font-size: 13px;
	color: #0092D2;
}
.msg-obrigatoria {
	line-height: 21px;
	margin-bottom: 5px;
}
.upload-arquivo .txt-anexar {
	font-size: 15px;
	margin-bottom: 10px;
}
.upload-arquivo .container-mensagem-anonima {
	overflow: hidden;
	margin-bottom: 5px;
}
.upload-arquivo .container-mensagem-anonima label {
	float: left;
	width: 50%;
	position: relative;
	cursor: pointer;
}
.upload-arquivo .container-mensagem-anonima label input {
	display: none;
}
.upload-arquivo .container-mensagem-anonima label::before {
	display: block;
	content: " ";
	width: 17px;
	height: 17px;
	border: 1px solid #03A4D9;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	margin: 6px 0px 0;
}
.upload-arquivo .container-mensagem-anonima label.lbl-ativo::after {
	display: block;
	content: " ";
	width: 11px;
	height: 11px;
	background: #03A4D9;
	position: absolute;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	top: 9px;
	left: 3px;
	-webkit-animation: bgColor 900ms;
	-moz-animation:    bgColor 900ms;
	-o-animation:      bgColor 900ms;
	animation:         bgColor 900ms;
}


.upload-arquivo .container-mensagem-anonima label span {
	font-family: "oswald-regular";
	font-size: 15px;
	color: #525252;
	display: block;
	padding-left: 30px;
}
.opcoes-upload {
	overflow-y: hidden;
	margin-bottom: 15px;
}
.opcoes-upload li {
	display: block;
	float: left;
	width: 30%;
	font-size: 15px;
	font-family: "oswald-light";
	color: #ccc;
	padding-bottom: 7px;
	border-bottom: 3px solid #E8F3FF;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	cursor: pointer;
	height: 30px;
}

.opcoes-upload li:hover, .opcoes-upload li.upload-ativo {
	border-bottom: 3px solid #0092D2;
	color: #0092D2;
}
.opcoes-upload li span {
	display: block;
	float: left;
	line-height: 20px;
}
.opcoes-upload li::before {
	display: block;
	float: left;
	content: " ";
	background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/faleconosco-sprite.png');
	background-repeat: no-repeat;
	margin-right: 13px;
}
.opcoes-upload li.noticia::before {
	width: 16px;
	height: 22px;
	background-position: -8px -5px;
}
.opcoes-upload li.noticia:hover::before, .opcoes-upload li.noticia.upload-ativo::before {
	background-position: -39px -5px;
}
.opcoes-upload li.video::before {
	width: 24px;
	height: 18px;
	background-position: -4px -38px;
}
.opcoes-upload li.video:hover::before, .opcoes-upload li.video.upload-ativo::before {
	background-position: -35px -38px;
}
.opcoes-upload li.foto::before {
	width: 22px;
	height: 16px;
	background-position: -5px -70px;
}
.opcoes-upload li.foto:hover::before, .opcoes-upload li.foto.upload-ativo::before {
	background-position: -36px -70px;
}

select.select-ativo {
    background-image: url('https://www.opovo.com.br/images/imgs/portal/faleconosco/select-arrow-active.png');
}
.grupo_checkbox {
	overflow: hidden;
	margin-bottom: 15px;
	clear: both;
}
.item_checkbox label {
    font-size: 12px;
    line-height: 30px;
}
.bt-upload {
	position: relative;
	overflow: hidden;
	display: inline-block;
}
.btn-upload {
	display: block;
	width: 134px;
	height: 30px;
	border: 1px solid #888888;
	color: #03A4D9;
	background-color: #E8F3FF;
	font-size: 15px;
	line-height: 30px;
	font-family: "oswald-light";
	text-transform: uppercase;
	text-align: center;
	float: left;
	margin-right: 20px;
	cursor: pointer;
}
.url-video {
	display: none;
}
.bt-upload input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 134px;
	height: 30px;
}
#file-name {
	font-family: "oswald-regular";
	font-size: 15px;
	color: #525252;
}
.submit {
    width: 113px;
    height: 41px;
    text-align: center;
    background: #33CCFF;
    color: #fff;
    cursor: pointer;
    font-family: 'oswald-regular';
    font-size: 20px;
    float: none;
  	margin-top: 30px;
}
input.submit:hover {
	background: #0079BF;
	color: #fff;
}
.itemFormSmall {
	width: 100px;
	float: left;
}
.itemFormMedium {
	float: left;
	width: 202px;
}
.itemFormBig input, .selectBig {
	width: 100%;
	float: none;
}
.selectBig {
	background-position-x: 384px;
}


.itemFormBig {
	clear: both;
	overflow: hidden;
}
.formRight {
	float: right;
}

/* Ajustes */
.itemFormCustom, .itemFormCustom { width: 302px; }
.selectSmall#estado { width: 100px; background-position-x: 65px; }

/*======================================= LINKS ===========================================*/
.container-links {
	position: relative;
	background: #00BFFF;
	padding: 80px 0 100px;
}
.caixa-links {
	display: block;
	overflow: hidden;
}
.caixa-links h3 {
	text-align: center;
	color: #fff;
	margin-bottom: 24px;
	font-family: "oswald-regular";
	font-size: 25px;
}
.caixa-links p {
	width: 75%;
	margin: 0 auto;
	overflow: hidden;
	color: #fff;
	font-size: 18px;
    line-height: 24px;
    text-align: center;
    font-weight: 700;
}
.caixa-links::before {
	display: block;
	content: " ";
	width: 198px;
	height: 198px;
	background: #fff;
	margin: 0 auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-o-border-radius: 50%;
	overflow: hidden;
	margin-bottom: 34px;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	transition: all 200ms linear;
}
.caixa-links-chat::before {
	background: #fff url('../../../../../reboot/includes/assets/img/icon-atendimento.webp') no-repeat center;
	background-size: 40%;
}
.caixa-links-whatsapp::before {
	background: #fff url('../../../../../reboot/includes/assets/img/icon-whatsapp.webp') no-repeat center;
	background-size: 40%;
}
.caixa-links-atendimento::before {
	background: #fff url('../../../../../reboot/includes/assets/img/icon-atendimento.webp') no-repeat center;
	background-size: 45%;
}
.caixa-links:hover::before {
	background-size: 55%;
}

.clear {
	display: block;
	clear: both;
	width: 100%;
}

@media (max-width: 1024px) {
	.container-tipo-atendimento label {
		padding: 0 10px;
	}
}

@media (max-width: 789px) {
	.opcoes-form {
		flex-wrap: wrap;
	}
}

@media (max-width: 767px) {
	.caixa-links p {
		width: 272px;
	}
	.caixa-links {
		margin-bottom: 35px;
	}
	.container-tipo-atendimento {
		width: 100%;
	}
	.form-padrao {
		padding-top: 20px;
	}
	.persona-form-comercial, .persona-form-atendimento, .persona-form-redacao, .persona-form-ombudsman, .persona-form-acervo {
		background-image: none;
	}
	.persona-form .form-padrao:before {
		content: "";
		display: block;
		width: 100%;
		height: 200px;
		background-position: center top;
		background-repeat: no-repeat;
		background-size: contain;
		margin-bottom: 20px;
	}
	.persona-form-atendimento .form-padrao:before {
		background-image: url(https://www.opovo.com.br/images/imgs/portal/faleconosco/atendimento.fw.png);
	}
	.persona-form-comercial .form-padrao:before {
		background-image: url(https://www.opovo.com.br/images/imgs/portal/faleconosco/comercial.fw.png);
	}
	.persona-form-redacao .form-padrao:before {
		background-image: url(https://www.opovo.com.br/images/imgs/portal/faleconosco/personas-form.png);
	}
	.persona-form-ombudsman .form-padrao:before {
		background-image: url(https://www.opovo.com.br/images/imgs/portal/faleconosco/ombudsman.fw.png);
	}
	.persona-form-acervo .form-padrao:before {
		background-image: url(https://www.opovo.com.br/images/imgs/portal/faleconosco/acervo.fw.png);
	}
	.selectSmall, .selectBig, .itemFormBig input, .itemFormMedium input, .itemFormSmall input, .itemFormBig textarea {
		border-radius: 10px;
	}
}

@media (max-width: 585px) {
	.opcoes-form li {
		margin: 0;
		flex-basis: 50%;
	}
	.texto-form div h3 {
		text-align: center;
	}
	.texto-form div {
		padding-top: 80px;
	}
	.container-tipo-atendimento label {
		height: 100%;
	}
	.container-tipo-atendimento label::before {
		margin: 10px auto;
		text-align: center;
		left: 0;
		right: 0;
	}
	.upload-arquivo .container-mensagem-anonima label::before {
		margin: 0 auto;
		left: 0;
		right: 0;
	}
	.upload-arquivo .container-mensagem-anonima label span {
		margin-top: 25px;
		padding-left: 0;
		text-align: center;
		line-height: 20px;
	}
	.container-tipo-atendimento label.lbl-ativo::after {
		right: 0;
		left: 0;
		margin: 15px auto;
	}
	.container-tipo-atendimento label span {
		margin-top: 33px;
		font-size: 18px;
		width: 100%;
		text-align: center;
		padding-left: 0;
	}
	.upload-arquivo .container-mensagem-anonima label.lbl-ativo::after {
		right: 0;
		left: 0;
		top: 0;
		margin: 3px auto;
	}
}

@media (max-width: 460px) {
	.form-padrao {
		width: 100%;
	}
}

@media (max-width: 440px) {
	.itemFormSmall, .selectSmall, .selectBig, .itemFormMedium {
		width: 48%;
	}
	.selectSmall#estado, .persona-form-redacao .selectBig, .upload-arquivo .selectBig {
		width: 100%;
	}
	.selectSmall, .selectBig, .selectSmall#estado {
		background-position-x: 96%;
	}
	.upload-arquivo .selectBig {
		background-position-x: 98%;
	}
	.submit {
		float: right;
	}
}

@media (max-width: 425px) {
	.bt-upload, .btn-upload, .bt-upload input[type=file] {
		width: 100%;
	}
}

@media (max-width: 320px) {
	.persona-form .form-padrao:before {
		margin-bottom: 10px;
	}
}