.titulo-carrusel{
    font-size: 20px;
    font-weight: 400;
    color: #000;
}
.texto-principal-carrusel{
    font-size: 56px;
    font-weight: 800;
    color: rgb(183 44 39);
    line-height: 97%;
	letter-spacing: normal;
}
.texto-secundario-carrusel{
    font-size: 24px;
    font-weight: 600;
    color: #000;
    line-height: 97%;
	letter-spacing: normal;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-image: none;
    height: 2rem;
    border: solid #4FBBB6; 
    border-width: 0 5px 5px 0;
    display: inline-block;
    padding: 5px;
}

.carousel-control-prev-icon {
    transform: rotate(135deg); 
}

.carousel-control-next-icon {
    transform: rotate(-45deg); 
}
.carousel-control-prev,
.carousel-control-next {
    opacity: 1;
}
.img-carrusel{
    width: 100%;
    height: 590px;
}
.btn-conocer{
    font-size: 24px;
    font-weight: 800;
    line-height: 97%;
	letter-spacing: normal;
    text-transform: capitalize !important;
}
.btn-conocer:hover{
    color: #fff;
}

@media(max-width: 576px) {
.img-carrusel{
    width: 100%;
    height: 335px;
}
}

