* {
    padding: 0px;
    margin: 0px;
}

.logo {
    margin-left: 10%;
}

.head {
    padding-right: 0px;
    padding-left: 0px;
}

.navbar-collapse{
    justify-content: end;
}

.welcome-area{
    height: 105vh !important;
    margin-top: 0px !important;
    background-position: bottom;
}

.left-text{
    background: #ffffff87;
    border-radius: 10px;
}

.left-text>h1 {
    font-weight: 600 !important;
    font-size: 54px !important;
    margin-bottom: 0px !important;
    width: 90%;
    margin-left: 10%;
}

.welcome-area .header-text .left-text {
    padding: 0px!important;
}

.banner {
    background-image: url('../images/banner-contadoras-dinero.png');
    opacity: 0.7;
}

.centar {
    justify-content: center;
    text-align: center;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.img-advertencia>a>img{
    width: 85vw;
}

.section-heading>.video-soporte{
    width: 100%;
    display: flex;
    justify-content: center;
}

.centar p {
    font-size: 30px;
}

.m-footer {
    background: #000;
    margin: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    color: #fff;
    justify-content: center;
    text-align: center;
}

.boton-p {
    border: 1px solid #93d500;
    border-radius: 5px;
    padding: 5px 50px 5px 50px;
    font-size: larger;
}

.boton-p:hover {
    background-color: #93d500 !important;
    color: #fff;
}

.resaltar {
    font-weight: bold;
}

@media (max-width: 991px){
    .header-area{
        padding: 0px !important;
    }
    .nav-item,.dropdown-item{
        text-align: end;
    }
    .bg-light{
        background-color: #f8f9fa !important;
    }
    .welcome-area .header-text h1 {
        font-size: 40px !important;
        line-height: 80px !important;
        letter-spacing: 1.4px !important;
        margin-bottom: 30px !important;
        color: #212529 !important;
    }
    .welcome-area{
        height: 75vh !important;
        margin-top: 70px !important;
    }
    .welcome-area .header-text .left-text {
        align-self: center;
        padding: 60px 0 0 0;
    }
}
@media (max-width: 765px) {
    .welcome-area {
        margin-bottom: 50px !important;
    }
}