.bg-img-fir{
	background-image: url('../../assets/imgs/servicio-imbera-congelador.png');
	background-position: center;
}

.bg-img-sec{
	background-image: url('../../assets/imgs/servicio-congeladores.png');
	background-position: center;
}

.bg-img-thi{
	background-image: url('../../assets/imgs/refrigerador.png');
	background-position: center;
}

.title{
	margin-top: 3.5rem;
	font-size: 3.5em;
}

.icon-square {
	width: 3rem;
	height: 3rem;
	border-radius: 2rem;
}

.ptb{
	padding-top: 7rem;
	padding-bottom: 7rem;
}

.link-text{
	font-size: 1.25rem;
	font-weight: 100;
}

.modal-footer {
	display: block;
}

.modal-header{
	display: block;
	border-bottom: none;
}

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

.modal-content{
	border-radius: 50%;
}

.lead-modal{
	font-size: 1.25rem;
	font-weight: 300;
}

/*Animate Swing*/

.swing {
	animation: swing ease-in-out 1s infinite alternate;
	transform-origin: center -150px;
}

.carousel-control-next, .carousel-control-prev {
	width: 8%;
}

@keyframes swing {
	0% { transform: rotate(3deg); }
	100% { transform: rotate(-3deg); }
}

/*End Animate Swing*/

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

.carousel-caption {
	right: 2%;
	left: 2%;
	text-align: unset;
	top: 20rem;
	bottom: unset;
}

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

.nopadd {
	padding-left: unset;
	padding-right: unset;
}

.text-bg-light {
	color: #FFF!important;
	background-color: #98b4c8!important;
}

.bg-greey{
	background-color: #272d33;
}

.bg-bluegrey{
	background-color: #98b4c8;
}

.bg-bluegrey:hover {
	background-color: #4a8db9 !important;
}

.bg-bluem{
	background-color: #222951;
}

.border-btn{
	border-radius: 50px;
}

.spinner-border{
	width: 1.5rem;
	height: 1.5rem;
}

.subtitle-size{
	font-size: 1.3rem;
}


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

	.title{
		margin-top: unset;
	}

	.mt-mobile{
		margin-top: 7rem;
	}

	.d-sm-none {
		display: none!important;
	}

	.lead-modal{
		font-size: 1rem;
	}

	.desc-img{
		width: 100px;
		height: 90px;
	}

	.hide-mobile{
		display: none;
	}

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

	.carousel-caption {
		top: 10rem;
	}

	.title-slide{
		font-size: 3.2rem;
	}

	.mb-mobile{
		margin-bottom: 7rem;
	}
	.mobile-map{
		height: 450px;
	}
	.py-2 {
		padding-top: 2rem!important;
		padding-bottom: 2rem!important;
	}

}

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

	.title{
		font-size: 2rem;
		margin-top: 0rem;
	}

	.link-text{
		font-size: 1rem;
	}
	.mt-mobile{
		margin-top: 7rem;
	}

	.subtitle-size{
		font-size: 1rem;
	}

	.lead-modal{
		font-size: 1.2rem;
	}

	.title-slide{
		font-size: 3.2rem;
	}

	
	.mobile-map{
		height: 450px;
	}
	.py-2 {
		padding-top: 2rem!important;
		padding-bottom: 2rem!important;
	}

	.carousel-caption {
		top: 8rem;
	}
	
	.slide-prod{
		width: 250px;
		height: 250px;
	}
}

@media (min-width: 1200px) and (max-width: 1399px){
	
}
