b
{
	position: relative;
	display: inline-block;
}

b i
{
	pointer-events: none;
}

b .quest
{
	background: #f1f1f1;
	color: #222;
	font-size: 0.9em;
	font-weight: 400;
	position: absolute;
	bottom: 10px;
	right: -28px;
	left: -115px;
	padding: 10px 10px;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	transition: all .4s;
	border-radius: 5px;
}


b .quest:before
{
	content: '';
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
	position: absolute;
	bottom: -5px;
	right: 40px;
}

b:hover .quest
{
	bottom: 35px;
	visibility: visible;
	opacity: 1;
}


.containerh
{
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
	padding: 0 0 50px;
    background: var(--branco-01);
}

.containerh .cardh
{
	position: relative;
	min-width: 380px;
	height: 700px;
	border-radius: 15px;
	margin: 30px;
}

.containerh .cardh .boxh span
{
	position: absolute;
	top: -10px;
	left: -10px;
	width: 150px;
	height: 150px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	z-index: 1;
}

.containerh .cardh .boxh span::before
{
	content: 'Melhor Oferta';
	position: absolute;
	width: 150%;
	height: 40px;
	background: #ffc000;
	transform: rotate(-45deg) translateY(-20px);
	display: flex;
	justify-content: center;
	align-items: center;
	text-transform: uppercase;
	font-weight: 600;
	color: #fff;
	letter-spacing: 0.1em;
	box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.containerh .cardh .boxh span::after
{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 10px;
	height: 10px;
	background: #d1a400;
	z-index: -1;
	box-shadow: 140px -140px #d1a400;
}

.containerh .cardh .boxh
{
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
	bottom: 20px;
	background: #DEE2E6;
	border-radius: 15px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.1);
	display: flex;
	justify-content: center;
	align-items: center;	
}

.containerh .cardh:nth-child(2) .boxh
{
	box-shadow: 0 10px 30px rgba(0,0,0,0.4);
}

.containerh .cardh .boxh .contenth
{
	text-align: center;
}

.containerh .cardh .boxh .contenth .iconh
{
	position: relative;
	width: 80px;
	height: 80px;
	background: #f00;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 50%;
	margin-bottom: 10px;	
}

.containerh .cardh .boxh .contenth .iconh i
{
	color: #fff;
	font-size: 2em;	
}

.containerh .cardh .boxh .contenth h3
{
	font-size: 1.8em;
	color: #000;
	font-weight: 300;	
}

.containerh .cardh .boxh .contenth h4
{
	color: #4c4c4c;
	font-size:3em;
	font-weight: 300;	
}

.containerh .cardh .boxh .contenth h1
{
	color: #000;
	font-size:0.75em;
	font-weight: 500;	
}

.containerh .cardh .boxh .contenth h4 label
{
	color: #111;
	font-size: 0.5em;
	font-weight: 300;	
}

.containerh .cardh .boxh .contenth h4 sup
{
   font-size: 0.75em;
   font-weight: 300;	
}

.containerh .cardh .boxh .contenth ul
{
	position: relative;
	text-align: center;
}

.containerh .cardh .boxh .contenth ul li
{
	list-style: none;
	color: #333;
	margin: 5px 10px;	
	display: flex;
	justify-content: left;
	align-items: center;
}

.containerh .cardh .boxh .contenth ul li i{
	padding: 0 5px;
	font-size: 1.4em;
}

.containerh .cardh .boxh .contenth ul li .checkh
{
	color: #0f0;	
}

.containerh .cardh .boxh .contenth ul li .checky
{
	color: #E1FF0B;	
}

.containerh .cardh .boxh .contenth ul li .closeh
{
	color: #f00;	
}

.containerh .cardh .boxh .contenth a
{
	position: relative;
	display: inline-block;
	padding: 10px 20px;
	background: #f00;
	margin-top: 15px;
	border-radius: 5px;
	text-decoration: none;
	color: #fff;
	font-weight: 400;
	cursor: pointer;	
}

.containerh .cardh:nth-child(1) .boxh .contenth a,
.containerh .cardh:nth-child(1) .boxh .contenth .iconh
{
	background: #18d4f7;	
}

.containerh .cardh:nth-child(2) .boxh .contenth a,
.containerh .cardh:nth-child(2) .boxh .contenth .iconh
{
	background: #00B4D8;	
}

.containerh .cardh:nth-child(3) .boxh .contenth a,
.containerh .cardh:nth-child(3) .boxh .contenth .iconh
{
	background: #023E8A;	
}

.titleValores
{
	width: 100%;
    text-align: center;
}

.titleValores h2
{
	font-size: 2em;
	font-weight: 500;
	color: var(--preto);
    margin: 20px 0;
}

.sec_rede
{
	position: relative;
	width: 100%;
	padding: 0 100px;
	display: flex;
	align-items: center;
}

.content_rede
{
	width: 100%;
	display: flex;
	align-items: center;
}

.content_rede .textRede
{
	max-width: 800px;
}

.content_rede .textRede h2
{
	font-size: 5em;
	font-weight: 300;
}

.content_rede .textRede p
{
	font-size: 1.2em;
	color: #333;
	line-height: 1.8em;
}

.content_rede .imgBox_rede img
{
	max-width: 600px;
}

.imgBox img
{
   max-width: 520px;
}

.insta
{
	padding: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	margin: 40px auto;
    background: var(--branco-01);
}

.post
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}


.post .post_item
{
	position: relative;
	width: 400px;
	height: 400px;
	margin: 5px;
	display: block;
}

.post .post_item img
{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media (max-width: 768px){
    .sec_rede
    {
        padding: 0 30px;
    }
    
    .sec_rede .textRede h2
    {
        font-size: 4em;
    }
    
    .content_rede
	{
		flex-direction: column-reverse;
	}
    
    .ImgBox
	{
		max-width: 100%;
		justify-content: center;
		padding: 50px 0;
	}
    
    .imgBox img
    {
       max-width: 300px;
    }
    
    .contatoTxt h2 {
        font-size: 3em;
    }

}
