@charset "UTF-8";
/* CSS Document */

.text-slide {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.sub-text-slide {
  font-size: 20px;
  font-weight: 400;
  font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
}

.text-tel {
  color: white !important;
}

.orange {
	background-color: #FF6D00;
	text-decoration-color: white;
}

.celeste {
	background-color: #27BAFF;
	text-decoration-color: white;
}


/*chat whatsapp*/

.chat-container {
	margin: 0;
	padding: 0;
	width: 100%;
	max-width: 94px;
	height: auto;
	position: fixed;
	bottom: 0;
	right: 15px;
	z-index: 999;
}

.chat-button {
	width: 100%;
	margin: 0;
	cursor: pointer;
	user-select: none;
	padding: 4px 0;
	text-align: center;
	color: #fff;
	
}

.chat-content {
	margin: 0;
	padding: 0;
	background-color: #fff;
	display: none;
}

@media (min-width: 900px) {
	.carousel-item img.d-block {
		width: 100% !important;
	}
	.carousel-caption {
		top: 100px !important;
	}
}

@media (max-width: 900px) {
	.franja-film {
		padding-left: 0 !important;
		padding-right: 0 !important;
		padding-top: 100px !important;
		padding-bottom: 100px !important;
	}

	.carousel-item img.d-block {
		height: 100% !important;
	}

	.carousel-caption {
		top: 50px !important;
	}
}
