.after-rev-slider {
    position: absolute;
    top: 40%;
    color: white;
    z-index: 90;
}

.slider-top-text {
    background: rgba(0, 0, 0, 0.3);
    padding: 1.5rem !important;
}

.header-logo {
    background-color: #fff500;
}

.header-container {
    padding-left: 0px;
}

#header .header-nav-main nav>ul li {
    padding-left: 20px;
}

.btn-solicitar {
    position: absolute;
    z-index: 999999999;
    bottom: 10%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: min-content;
    position: fixed;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 20px 5px rgba(0, 0, 0, 0.5);
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}

.btn-solicitar a {
    color: #007ddb !important;
    font-weight: bold !important;
    font-size: 14px !important;
}

.modal-volqueta {
    width: -moz-max-content;
    width: max-content;
}

.modal-volqueta .modal-body {
    padding: 0px;
}

.modal-volqueta .close {
    position: absolute;
    right: 10px;
    font-size: 38px;
}

footer .section {
    z-index: 1000000000 !important;
}

.mt-30 {
    margin-top: 30px !important;
}

.link-doc {
    text-decoration: underline;
}

.float-whatsapp {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
}

.my-float-whatsapp {
    margin-top: 14px;
    margin-left: 3px
}