/* Add here all your css styles (customizations) */
.why-we-item--light .why-we-item-inner{
	padding: 70px 85px 70px 30px;
}

.gallery-list-images .gallery-single-image{
	display: none;
}

.qualidade-content .h2{
	font-size: 13px;
	color: #0F679F;
}

.g-heading-v7 .h2 .block-name{
	font-size: 13px;
}

.qualidade-laboratorio-images{
	text-align: center;
}

.qualidade-laboratorio-images img{
	width: 100%;
}

.why-we-item--dark .g-display-table.qualidade-laboratorio-images{
	padding: 20px 0px 10px 0px;
}

#qualidade .why-we-item--light .why-we-item-inner{
	padding: 0px 85px 70px 30px;
}

#revendedor .h2:not(.title){
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#revendedor.g-heading-v7 .h2:not(.title) .block-name{
	margin-bottom: 0px;
}

#revendedor.g-heading-v7 .h2:not(.title):after{
	height: 2px;
}

.blue-text{
	color: #0F679F;
}

.parallax-quote p{
	font-size: 38px;
}

.parallax-quote{
	background: url(../img/aldebaran/parallax/parallax_01.jpg) 50% 0 repeat fixed;
	background-size: cover;
}

.parallax-video{
	background: url(../img/aldebaran/estrutura/estrutura_45.jpg) 50% 0 repeat fixed;
	background-size: cover;
}

.gallery-single-image img,
.gallery-single-image-processo{
	width: 263px;
	height: 175px;
}

@media (max-width: 767px) {
	.gallery-single-image img,
	.gallery-single-image-processo img{
		width: 100%;
		height: 100%;
	}
}


.btn__whatsapp {
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-color: #159A32;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	width: 60px;
	height: 60px;
	border-radius: 30px;
	z-index: 1000;
}
.btn__whatsapp i {
	font-size: 35px;
	font-weight: 200;
}
.btn__whatsapp:hover,
.btn__whatsapp:visited,
.btn__whatsapp:active {
	text-decoration: none;
}
.btn__whatsapp:hover i,
.btn__whatsapp:visited i,
.btn__whatsapp:active i {
	color: #ffffff;
}


#conheca-a-aldebaran {
	padding: 60px 0 40px;
}

#conheca-a-aldebaran .h2 {	
	z-index: 100;
	color: white;
}

.parallax-video {
	z-index: 1;
	position: relative;
	padding: 0;
	display: flex;
}

@media (max-width: 767px) {
	.parallax-video iframe {
		height: 350px;
	}
}


#popup {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 9999999;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(0, 0, 0, .75);
}

#popup > a {
	display: flex;
	justify-content: center;
	align-items: center;
}

@media (max-width: 767px) {
	#popup img {
		width: 90%;
	}
}

.popup__content {
	text-align: center;
}

@media (max-width: 767px) {
	.popup__close{
		width: 90%;
		margin: 0 auto;
	}
}

.popup__close {
	position: relative;
}

.popup__close span {
	position: absolute;
	top: -25px;
	right: -25px;
	background-color: #000000;
	color: #ffffff;
	width: 50px;
	height: 50px;
	border-radius: 25px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 2rem;
	cursor: pointer;
}

@media (max-width: 767px) {
	.popup__close span {
		width: 40px;
		height: 40px;
		border-radius: 20px;
		top: -20px;
		right: -20px;
		font-size: 1.7rem;
	}
}

.hide {
	display: none;
}