@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Roboto:wght@300;400;500;700;900&display=swap');
@import url("tinymce.css");
@import url("padrao.css?1");


.t300 {
	font-weight: 300;
}

.t400 {
	font-weight: 400;
}

.t500 {
	font-weight: 500;
}

.t700 {
	font-weight: 700;
}

html {
	height: 100%;
	min-height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	color: #4b4b4b;
	font-weight: 400;
	line-height: normal;
	display: flex;
	flex-direction: column;
	min-height: 100%;
}

.container {
	/* max-width: 1000px; */
	margin: auto;
}

#head {
	background: url("../images/bg_head.jpeg") no-repeat top/cover;
	height: 200px;
}

#head_mob {
	background: url("../images/bg_header.svg") repeat-x top;
	height: 55px;
}

.btn-out {
	border: 1px solid;
	padding: 1px 12px;
	border-radius: 28px;
	display: inline-block;
}

.btn-out.vermelho:hover {
	border-color: #fff;
	color: #fff;
	background-color: #F71117;
}

#head_menu .btn-out.rede {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
}

#head_menu .btn-out:hover {
	background-color: #d8d8d8;
	color: #3c3b3b;
}

#busca {
	position: absolute;
	width: 205px;
	margin-right: 40px;
}

#busca input {
	width: 100%;
	border-radius: 20px;
	height: 43px;
	border: none;
	padding: 0 10px;
}

@media only screen and (max-width: 850px) {
	#busca {
		right: 5px;
		z-index: 999;
	}
}

#destaque .mask {
	background: url('../images/mask.png') center / cover;
	position: absolute;
	height: 100%;
	width: 100%;
}

#destaque .mask .txt {
	position: absolute;
	bottom: 15px;
	width: 100%;
	text-shadow: 2px 2px 4px rgba(0, 0, 0, 1);
}

@media only screen and (max-width: 850px) {

	/* #destaque .crop {
		padding-bottom: 100% !important;
	} */
	#destaque .crop {
		padding-bottom: 90% !important;
	}
}

.quadro,
.quadro .img {
	border-top-right-radius: 10px;
	border-top-left-radius: 10px;
}

/* .banner {
	border: 1px dashed #ddd; 
	padding: 1px;
}
 */
.banner .item {
	/* background-color: #4b4b4b; */
}
.bn_1000{
	padding-bottom: 9.8%;
}
@media only screen and (max-width: 1399px){
	.bn_1000{
		padding-bottom: 12%;
	}
}
@media only screen and (max-width: 767px){
	.bn_1000{
		padding-bottom: 9%;
	}
}

#radio {
	position: fixed;
	bottom: 0;
	border-radius: 5px;
	right: 0;
	z-index: 99;
}

@media only screen and (max-width: 460px) {
	#radio {
		width: 100%;
	}

	footer {
		padding-bottom: 64px;
	}
}

#play {
	background: url("../images/play.svg") no-repeat center;
	width: 40px;
	height: 40px;
}

footer {
	margin-top: auto;
}

footer hr {
	border-top: 2px solid #F71117;
	opacity: 1;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0
}

input[type=number] {
	-moz-appearance: textfield
}

#pages ul {
	display: inline-block;
}

#pages a {
	color: black;
	float: left;
	padding: 4px 10px;
	text-decoration: none;
	transition: background-color .3s;
	border: 1px solid #ddd;
	margin: 0 4px;
}

#pages a:hover {
	background-color: #F71117;
	color: white;
	transition: background-color .4s;
}

#pages a.active {
	background-color: #F71117;
	color: white;
	border: 1px solid #F71117;
}