@media (min-width:769px) and (max-width:991px) {
	body .carousel {
		margin-top: 66px;
	}
}
/* texto desktop */
body #carouselMain .carousel-caption{
	position: absolute;
	top: 50%;
	width: 100%;
	/* transform: translateY(-50%); *//* navidad - 20241220 */
}
@media (min-width:881px) and (max-width:1300px) {
	body #carouselMain .carousel-caption{
		top: 32%;
	}
}
@media (min-width:768px) and (max-width:881px) {
	body #carouselMain .carousel-caption{
		top: 20%;
	}
}
body #carouselMain .carousel-caption .headline{
	/*border-radius: 0 10px 10px 0;*/
	width: calc(50% - 15px);
	padding: 20px 20px 20px calc((99% - 980px) / 2);
	transition: all ease 0.5s;
	background-color: #E53012;
	color: white;
	text-align: left;
} 
body #carouselMain .carousel-caption .headline h5 {
	font-size: 1.8rem;
	text-transform: uppercase;
}
body #carouselMain .carousel-caption .headline h4{
	font-size: 32px;
	line-height: 32px;
	text-transform: uppercase;
}
body #carouselMain .carousel-caption .headline p{
	font-size: 16px;
	line-height: 20px;
	text-align: justify;
}
body #carouselMain .carousel-caption .cta{
	padding: 0 0 0 calc((90% - 980px) / 2);
	margin-top: -1px;
}
@media (min-width:881px) and (max-width:1000px) {
	body #carouselMain .carousel-caption .headline{
		width: calc(90% - 15px);
		padding: 20px 20px 20px calc((120% - 980px) / 2);
	}
}
@media (min-width:768px) and (max-width:880px) {
	body #carouselMain .carousel-caption .headline{
		width: calc(100% - 15px);
		padding: 20px 20px 20px calc((140% - 980px) / 2);
	}
}
body #carouselMain .carousel-caption .cta a{
	display: inline-block;
	padding: 12px 15px;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #E53012;
	cursor: pointer;
	transition: all ease 0.5s;
	border: solid 1px #E53012;
	border-radius: 0 0 10px 10px;
}
/* Texto responsive */
body #carouselMain .carousel-caption-responsive{
	position: absolute;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
@media (min-width:881px) and (max-width:1300px) {
	body #carouselMain .carousel-caption-responsive{
		top: 32%;
	}
}
@media (min-width:768px) and (max-width:881px) {
	body #carouselMain .carousel-caption-responsive{
		top: 20%;
	}
}
body #carouselMain .carousel-caption-responsive .headline{
	border-radius: 0 10px 10px 0;
	width: calc(50% - 15px);
	padding: 20px 20px 20px calc((99% - 980px) / 2);
	transition: all ease 0.5s;
	background-color: #E53012;
	color: white;
	text-align: left;
} 
body #carouselMain .carousel-caption-responsive .headline h5 {
	font-size: 1rem;
	text-transform: uppercase;
	padding-left: 10px;
}
body #carouselMain .carousel-caption-responsive .headline p{
	font-size: 13px;
	line-height: 20px;
	text-align: justify;
	padding-left: 10px;
}
body #carouselMain .carousel-caption-responsive .cta{
	padding: 0 0 0 10px;
	margin-top: -1px;
	width: calc(50% - 15px);
	text-align: left;
}
@media (min-width:881px) and (max-width:1000px) {
	body #carouselMain .carousel-caption-responsive .headline{
		width: calc(90% - 15px);
		padding: 20px 20px 20px calc((120% - 980px) / 2);
	}
	body #carouselMain .carousel-caption-responsive .cta{
		width: calc(90% - 15px);
	}
}
@media (min-width:768px) and (max-width:880px) {
	body #carouselMain .carousel-caption-responsive .headline{
		width: calc(100% - 15px);
		padding: 20px 20px 20px calc((140% - 980px) / 2);
	}
	body #carouselMain .carousel-caption-responsive .cta{
		width: calc(100% - 15px);
	}
}
body #carouselMain .carousel-caption-responsive .cta a{
	display: inline-block;
	padding: 12px 15px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-weight: 600;
	line-height: 16px;
	text-transform: uppercase;
	text-decoration: none;
	background-color: #E53012;
	cursor: pointer;
	transition: all ease 0.5s;
	border: solid 1px #E53012;
	border-radius: 0 0 10px 10px;
}
/* Indicadores */
body #carouselMain .carousel-indicators .active {
	background-color: #E53012;
}

body .carousel-indicators {
	max-width: 1140px;
    position: absolute;
    right: 0;
    bottom: 65px;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: right;
    padding-left: 0;
    margin-left: 16%;
    list-style: none;
}

body #carouselMain .carousel-indicators li {
    opacity: 1;
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    transition: opacity .6s ease;
    border-radius: 100%;
}