.bgmain{
	background-color: rgb(238, 64, 90);
}

.bgcta{
	background-color: #ebebeb;
}

.imgbackground{
	background-image: url("servicio-frigidaire-cdmx.png");
}

.ctaGrid{
	position: relative;
}

.ctaGrid img{
	max-width: 100%;
	height: auto;
}

.ctaGrid a{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color:#fff;
	text-decoration: none;
	background-color: rgb(238, 64, 90);
	padding: 10px 20px;
	border-radius: 50px;	
	width: 82%;
}

.subtitlestyles{
	font-weight: 800;
}

.titlestyles{
	font-weight: 800;
}

.tableTitle{
	font-size: 1.25rem;
}

.tableSubtitle{
	font-size: 1.1rem;
}

.headText{
	font-size: 1.25rem;
	text-decoration: none;
	color: black;
	display: block;

}

.ctaEquipos{
	font-size: 1.25rem;
}

.lead{
	font-weight: 400;
}
.paystyle{
	margin-top: 1rem;
}

.nav-item{
	font-weight: 500;
}

.text-justify {
	text-align: justify;
}


@keyframes fadeIn {
	to {
		opacity: 1;
	}
}

.fade-in {
	opacity: 0;
	animation: fadeIn .20s ease-in 1 forwards;
}

.is-paused {
	animation-play-state: paused;
}


.fix{
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin-right: 12px;
	margin-bottom: 12px;
}


.fixed-bottom {
	left: unset;
}

.ctaIcon{
	font-size: 3rem;
}

@keyframes tiltShaking {
	0% { transform: rotate(0deg); }
	25% { transform: rotate(5deg); }
	50% { transform: rotate(0eg); }
	75% { transform: rotate(-5deg); }
	100% { transform: rotate(0deg); }
}

.constant-tilt-shake {
	animation: tiltShaking 0.25s infinite;
}

.pt-cta{
	padding-top: 6rem;
}

.imgModal{
	background-image: url("servicio-frigidaire-modal.png");
	width: 100%;
	height: 100%;
	background-position: center;
	background-repeat: no-repeat;
}

.modal-content{
	background-color: transparent;
	height: 500px;
	border: unset;
}

.modal-header{
	border-bottom: unset;
}

.modal-footer{
	border-top: unset;
}

/*sm applies to x-small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) {
	.tableTitle{
		font-size: 1rem;
	}

	.tableSubtitle{
		font-size: 1rem;
	}

	.cardstyle{
		width: 70%;
	}

	.heightmobile{
		height: 500px;
		object-fit: cover;
	}
}

/* Applies to medium devices (landscape phones, less than 768px)*/
@media (min-width: 767.98px) and (max-width: 991.98px) { 
	.paystyle{
		margin-top: 2.6rem;
	}
	.cardstyle{
		width: 80%;
	}

	.heightmobile{
		height: 270px;
	}

	.ctafont{
		font-size: calc(1rem + .9vw);
	}
}

