/**
 * Helpers
 */
.color-white {
	color: #FFFFFF;
}
.color-primary {
	color: #1e3f89;
}
.color-secondary {
	color: #f1f3f9;
}
.bg-primary {
	background-color: #1e3f89 !important;
}
.bg-second {
	background-color: #f1f3f9 !important;
}
.layer-overlay.overlay-gray::before {
	background-color: rgba(104, 116, 156, 0.9)
}
.mh-180 {
	min-height: 180px;
}

/* Slider  */
.slider-contenedor {
	position: absolute;
}

.slider-mascara {
	height: 100%;
	width: 100%;
	background: rgba(0, 0, 0, .4);
	position: absolute;
	top: 0;
	left: 0;
}

.slider-subtitulo {
	text-align: center;
    line-height: 25px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 22px;
    border-color: rgb(115, 131, 146);
    color: rgb(255, 255, 255);
    text-decoration: underline;
}

.slider-titulo {
	text-align: center;
	line-height: 80px;
    letter-spacing: 1px;
    font-weight: 900;
    font-size: 80px;
    border-color: rgb(115, 131, 146);
    border-style: none;
    color: rgb(255, 255, 255);
}

.slider-button {
	background-color: #68749c;
	line-height: 25px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 22px;
    border-color: rgb(104, 116, 156);
    border-style: solid;
    border-width: 2px;
    margin: 0px;
    border-radius: 0px;
    padding: 17px 48px;
}

.carousel-control-prev,
.carousel-control-next {
	background: none;
	border: none;
	width: 10%;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
	background-color: rgba(0, 0, 0, 1.0);
	border-radius: 100px;
	height: 3rem;
	width: 3rem;
	padding: 10px;
}

.carousel-indicators {
	bottom: 10px;
}

.carousel-indicators button {
	height: 8px;
	width: 25px;
}

@media (max-width: 991px) {
	.slider-titulo {
		line-height: 60px;
	    font-size: 60px;
	}

}

@media (max-width: 768px) {
	.slider-titulo {
		line-height: 40px;
	    font-size: 40px;
	}

	.slider-subtitulo {
	    line-height: 22px;
	    font-size: 20px;
	}

	.slider-button {
	    font-weight: 400;
	    font-size: 18px;
	    padding: 12px 30px;
	}

}


@media (max-width: 576px) {
	.slider-titulo {
		line-height: 25px;
	    font-size: 25px;
	}

	.slider-subtitulo {
	    line-height: 16px;
	    font-size: 14px;
	}

	.slider-button {
	    font-weight: 400;
	    font-size: 16px;
	    padding: 5px 10px;
	}

}