h1 {
	color: #1b1b1b;
	font-size: 27px;
	font-weight: bold;
	font-family: Tahoma, sans-serif;
}

h1 span {
	color: #de0404;
}

h2 {
	color: #f4e8d0;
	font-size: 1.7rem;
	font-family: Tahoma, sans-serif;
}

h2 span {
	color: #7c9c91;
}


h3 {
	color: #213744;
	font-size: 1rem;
	font-family: Tahoma, sans-serif;
	margin-bottom: 2px;
}

h4 {
	font-size: 22px;
	font-weight: 400;
	margin-bottom: 2px;
}


h5 {
	color: #799d91;
	font-size: 18px;
	font-weight: 400;
	margin-bottom: 2px;
}


h6 {
	color: #f4e8d0;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 2px;
}


h7 {
	color: #799d91;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 2px;
}


h8 {
	color: #f4e8d0;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 2px;
}


h9 {
	color: #f4e8d0;
	font-size: 12px;
	font-weight: 400;
	margin-bottom: 2px;
}


.btn {
	font-size: 15px;
	padding: 5px 7px;
}

@media (min-width: 1201px) and (max-width:1344px) {
	h2 {
		font-size: 1.4rem;
	}

	h5 {
		font-size: 1.1rem;
	}

}



@media (max-width: 1200px) {
	h1 {
		font-size: 25px;
	}

	h2 {
		font-size: 18px;
	}

	h3 {
		font-size: 1rem;
	}

	h6 {
		font-size: 15px;
	}



}

@media (max-width: 990px) {

	h1 {
		font-size: 24px;
	}

	h2 {
		font-size: 16.5px;
	}

	h3 {
		font-size: 1.1rem;
	}

	h4 {

		font-size: 20px;
	}

	h5 {

		font-size: 1rem
	}

	h6 {
		font-size: 14px;
	}

	.btn {
		font-size: 14px;
		padding: 4px 7px;
		margin-top: 10px;
	}
}

.title-2 {
	font-size: 1.5rem;
}

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

.title-4 {
	font-size: 0.8rem;
}

.titulo-2 {
	color: #233742;
	font-size: 25px;
	font-weight: 500;
}

.titulo-2 img {
	max-width: 120px;
}

.image-banner-1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../imagenes/bg-2025-dic-1.jpg);
}


.image-banner-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../imagenes/bg-2025-dic-2.jpg);
}

.image-banner-3 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../imagenes/bg-2025-dic-3.jpg);
}

.image-banner-4 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../imagenes/bg-2025-dic-4.jpg);
}

.image-banner-5 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-image: url(../imagenes/bg-2025-dic-5.jpg);
}


.video-banner {
	position: fixed;
	min-height: 100%;
	min-width: 100%;
}

.video-youtube {
	max-width: 100%;
	margin: 0px auto;
}

@media (max-width: 1220px) {
	.titulo-2 {
		font-size: 23px;
	}

	.titulo-2 img {
		max-width: 90px;
	}

}

@media (max-width: 990px) {
	.titulo-2 {
		font-size: 20px;
	}

	.titulo-2 img {
		max-width: 90px;
	}

}

/* 0 - 767px  banner pequeño*/
/* 768px - banner grande */
/*este es el tamaño minimo del banner grande*/
@media (max-width: 768px) {
	.title-2 {
		font-size: 1.8rem;
	}

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

	.title-4 {
		font-size: 1rem;
	}

	.video-youtube {
		max-width: 90%;
	}

	.btn {
		font-size: 14px;
		padding: 5px 7px;

	}

	h1 {
		font-size: 19px;
	}

	h2 {
		font-size: 15px;
	}

	h3 {
		font-size: 1.2rem;
	}

	h4 {

		font-size: 18px;
	}

	h5 {

		font-size: 1.1rem;
	}

	h6 {

		font-size: 12px;
	}

	.btn {
		font-size: 13px;
		padding: 4px 5px;

	}
}





@media (max-width: 992px) {

	.image-banner-1,
	.image-banner-2 {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: left bottom;
		background-image: url(./imagenes/banner-back2.jpg);
	}

	.title-2 {
		font-size: 1.9rem;
	}

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

	.title-4 {
		font-size: 1.1rem;
	}
}

.carousel-control-prev-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23af2767' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23af2767' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");
}

.carousel-indicators li {
	background-color: #af2767;
}


.btn-azul {
	background-color: #243746;
	border-color: 2px solid #243746;
	border-radius: 8px;
	color: #f4e8d0;
}

.btn-azul:hover {
	background-color: #243746;
	border-color: #f4e8d0;
}

.btn-azul2 {
	background-color: #f4e8d0;
	color: #243745;
	border: 2px solid #243745;
}

.btn-azul2:hover {
	background-color: #f4e8d0;
	border-color: #243745;
	color: #243745;
}

.btn-verde {
	background-color: #4f9d90;
	border: 2px solid #4f9d90;
	border-radius: 8px;
	color: #ffffff;
}

.btn-verde:hover {
	background-color: #93c5b4;
	border-color: #93c5b4;

}

.text-espaciado {
	letter-spacing: 0.25em;
}

@media (max-width: 1200px) {
	.text-espaciado {
		letter-spacing: 0.2em;
	}
}

.cara-1 .row.semicircles {
	position: relative;
	bottom: -8px;
}

.cara-1 .semi-circle {
	width: 180px;
	height: 180px;
	background-color: #efe1a0;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: start;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	color: #213241;
	margin: 20px auto;
	line-height: 1.1;
	padding: 1.2rem;
}

.cara-1 .head-title {
	color: #efe1a0;
	font-size: 25px;
	margin-top: 10rem;

	span {
		font-size: 22px;
	}
}

.cara-1 .sabores {
	color: #efe1a0;
	font-size: 12px;
}


.cara-1 .sub-title {
	color: #efe1a0;
	font-size: 35px;
	font-family: "Corinthia", cursive;
}


.cara-2 .sub-title {
	color: #fff;
	font-size: 22px;
	font-family: "Shadows Into Light Two", cursive;
}

.cara-3 .head-title {
	color: #213241;
	font-weight: 700;
	font-size: 27px;
}

.cara-3 .sub-title {
	color: #213241;
	font-size: 35px;
	font-family: "Great Vibes", cursive;
}

.cara-4 .sabores-rosca {
	display: flex;
	height: 100%;
	border-radius: 8px;
	background-color: #4f9d90;
	border: 2px solid #efe3a2;
	text-align: center;
	justify-content: center;
	align-items: center;
	font-weight: 700;
	color: #fff;
}

.cara-4 .head-title {
	color: #fff;
	-webkit-text-stroke-width: 3px;
	-webkit-text-stroke-color: #213241;
	font-weight: 700;
	font-size: 45px;

}

.cara-4 p {
font-size: 25px;
		color: #fff;
		font-weight: 400;
}

.cara-5 .head-title {
	color: #213241;
	-webkit-text-stroke-width: 2px;
	-webkit-text-stroke-color: #efe3a2;
	font-weight: 700;
	font-size: 35px;
}

.cara-5 .sub-title {
	color: #213241;
	font-size: 22px;
}


.btn-cotizacion {
	margin-top: 8rem;
	margin-left: 3.5rem;
	margin-right: 3.5rem;
}



@media(max-width:991px) {

	.image-banner-1,
	.image-banner-2 {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-image: url(../imagenes/bg-2025-dic-1a.jpg);
	}

	.image-banner-3 {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-image: url(../imagenes/bg-2025-dic-3a.jpg);
	}

	.image-banner-5 {
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center center;
		background-image: url(../imagenes/bg-2025-dic-5a.jpg);
	}

	.cara-1 .row.semicircles {
		display: none;
	}

	.cara-1 .head-title {
		margin-top: 0;
		font-size: 18px;

		span {
			font-size: 15px;
		}
	}

	.cara-1 .sub-title {
		font-size: 32px;
	}

	.cara-3 .head-title {
		font-size: 22px;
	}

	.cara-3 .sub-title {
		font-size: 30px;
	}

	.cara-4 .head-title {
		font-size: 35px;

	}

	.cara-4 .sabores-rosca {
		font-size: 14px;
	}

	.cara-5 .head-title {
		font-size: 28px;
	}

	.cara-5 .sub-title {
		color: #213241;
		font-size: 18px;
		margin-left: 10rem;
		margin-right: 10rem;
	}

}

@media(max-width:767px) {
	.cara-2 .sub-title {
		font-size: 17px;
	}

	.cara-5 .head-title {
		font-size: 20px;
	}


	.cara-5 .sub-title {

		font-size: 15px;
		margin-left: 7rem;
		margin-right: 7rem;
	}
}

.carousel-control-prev,
.carousel-control-next {

	width: 10%;

}