.carousel-control-next, .carousel-control-prev {
    opacity: 0;
}


.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 0;
}

.valores li {
    padding: 0;
    margin: 0;
    list-style: circle;
        font-size: 15px;
    line-height: 25px;
    color: #888;
}
p {
    text-align: justify;
    }


#promotion {
    padding: 30px 0px;
}

.welcome-area {
    width: 100%;
    height: 100vh;
    min-height: 793px;
    background-image: url(../images/bg_right.png);
    background-repeat: no-repeat;
    background-position: right top;
}

footer{
        margin-top: -120px;
}
.right-image-decor {
    z-index: -99999;
}

    @media (max-width: 700px) {
        .footer-content .right-content h2 {
            margin-top: 100px;
            margin-bottom: 30px;
            font-size: 42px;
            text-transform: capitalize;
            font-weight: 700;
            letter-spacing: 1px;
        }

        .welcome-area {
            width: 100%;
            height: 160vh;
            min-height: 793px;
            background-image: url(../images/bg_right.png);
            background-repeat: no-repeat;
            background-position: right top;
        }
    }

@media (max-width: 991px) {
    .header-area .logo {
        margin-left: -25px;
    }
}