.bg-black{
	background-color: black;
}
.nopadd{
	padding-left: unset;
	padding-right: unset;
}

.navbar {
	padding-top: 0.9rem;
	padding-bottom: .9rem;
}

.title-slide{
	font-size: 8.25rem;
	text-shadow: 2px 2px 5px #000000;
	
}

.text-slide{
	font-size: 1.5em;
	text-shadow: 2px 2px 5px #000000;
}

.cta-call{
	font-size: 5rem;
}

.cta-three{
	font-size: 1.5rem;
}
.estufa-img{
	width: 87%;
}

.mt-img{
	margin-top: 100px;
}

.estufa-title{
	font-size: 3rem;
}

.estufa-text{
	font-size: 1.2rem;
}

.tecnicos-img{
	width: 48%;
}

.pagos-img{
	width: 48%
}

.text-right{
	text-align: right;
}

.modal-title{
	font-size: 3rem; 
	margin-left: auto;
}

.modal-header {
	border-bottom: unset;
}

.modal-footer {
	border-top: unset;
}

.dot {
	height: 120px;
	width: 120px;
	border-radius: 50%;
	display: inline-block;
	padding-top: 18px;
	box-shadow: 2px 2px 5px #000000;
}

.text-cta{
	font-size: 1.2rem;
}

/* Small devices (landscape phones, less than 768px) */
@media (max-width: 767.98px) { 

	.cta-call{
		font-size: 1.9rem;
	}

	.hide-mobile{
		display: none;
	}

	.show-mobile{
		display: block !important;
	}

	.cta-three{
		font-size: 1.3rem;
	}

	.carousel-item {
		height: 350px;
	}

	.title-slide {
		font-size: 2.2rem !important;
	}
	.text-slide {
		font-size: 1em;
	}



}

/* Medium devices (tablets, less than 992px) */
@media (min-width: 768px) and (max-width: 991.98px){ 

	.cta-call{
		font-size: 2.9rem;
	}

	.title-slide {
		font-size: 4rem !important;
	}

	.text-slide {
		font-size: 1em;
	}

	.estufa-title {
		font-size: 1.3rem;
	}

	.estufa-text{
		font-size: 0.8rem;
	}

	.estufa-img{
		margin-top: 100px;
	}

	.tecnicos-img{
		margin-top: 90px;
	}
	.pagos-img{
		margin-top: 115px;
	}



}

