@media (max-width: 991px){
    .container {
        max-width: 720px;
    }
    .top-menu li {
        margin-right: 0px;
    }
    
    .top-menu li:first-child {
        float: left;
        margin-top: 10px;
    }
    
    .top-menu button {
        margin-right: 0px;
    }
    
    #logo {
        position: relative;
        top: 0px;
        left: 0px;
        display: none;
    }
    
    ul.bot-menu {
        display: none;
    }

    .nav-header {
        margin-top: 5px;
    }

    .xs-menus .nav-brand {
        font-size: 18px;
        line-height: 48px;
    }

    .xs-menus .nav-brand {
        line-height: 0;
        max-width: 158px;
        max-height: 40px;
        display: block;
        padding: 0;
    }

    .xs-menus{
        height: 60px;
        border-top: 1px solid #707070;
    }

    .nav-toggle {
        display: block;
    }

    .nav-toggle:before {
        background-color: #FFFFFF;
        box-shadow: 0 0.5em 0 0 #FFFFFF, 0 1em 0 0 #FFFFFF;
    }

    .nav-menus-wrapper, .nav-overlay-panel {
        height: 110vh;
    }

    .xs-header .xs-menus .nav-menu>li>a, .xs-header.header-boxed .xs-menus .nav-menu>li>a, .xs-header.header-v3 .xs-menus .nav-menu>li>a, .nav-sticky.sticky-header .xs-menus .nav-menu>li>a {
        color: var(--txt-primary);
        padding: 15px;
    }

    .xs-menus .nav-menu>li>a .submenu-indicator-chevron, .nav-sticky.sticky-header .xs-menus .nav-menu>li>a .submenu-indicator-chevron {
        border-color: transparent #1e1e1e #1e1e1e transparent;
    }

    .xs-menus .nav-brand img {
        height: 50px;
    }

    .xs-menus .nav-menu>li>a.btn {
        width: 200px;
        margin: 0 auto;
        display: block;
        padding: .175rem 0px !important;
    }

    .banner-title {
        font-size: 50px;
    }

    .numeros-wrapper img {
        height: 60px;
    }

    .numeros-wrapper-txt{
        width: calc(100% - 80px);
    }

    .numeros-wrapper-txt h6 {
        font-size: 40px;
    }

    .numeros-wrapper-txt p {
        font-size: 18px;
    }

    footer .btn-descargar {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footer-main > .container > .row > div {
        text-align: center;
        margin-bottom: 30px;
    }

    .footer-widget .widget-title {
        margin-bottom: 10px;
    }

    .testimonial-content>p{
        text-align: center;
    }

    .mt10-mobile{
        margin-top: 10px !important;
    }

    .mt30-mobile{
        margin-top: 30px;
    }

    .mb30-mobile{
        margin-bottom: 30px;
    }

    .mb50-mobile{
        margin-bottom: 50px;
    }

    .mb100-mobile{
        margin-bottom: 100px;
    }

    .section-pago p.precio_costo {
        font-size: 25px;
    }
    
    .section-pago .radio label {
        font-size: 20px !important;
    }
}

@media (max-width: 768px){
    .xs-banner-content {
        margin-top: 50px;
    }

    .banner-title{
        font-size: 40px;
    }

    .xs-banner-content p{
        font-size: 18px;
    }

    .subtitle-40, .comunicate-section h3, .control-negocio h2, .xs-heading .heading-title {
        font-size: 30px !important;
    }

    .xs-menus{
        height: 60px;
        border: 0px;
    }

    .nav-sticky .xs-top-bar{
        display: none;
    }

    .line-bottom-pos:after{
        width: 100%;
    }

    .row > .col-md-12 > .row > .col-lg-6 > .row > .col-md-6:nth-child(2){
        margin-top: 30px;
    }

    .mt0-mobile{
        margin-top: 0px !important;
    }

    .form-contacto6 label.col-form-label{
        padding-right: 15px;
        padding-left: 15px;
    }

    .numeros-wrapper{
        margin-top: -30px;
    }

    .numeros-wrapper > div {
        width: 80%;
        text-align: right;
        margin: 0 auto;
    }

    .numeros-wrapper img {
        display: block;
        margin: 0 auto;
        margin-bottom: 10px;
    }

    .numeros-wrapper-txt {
        width: 100%;
        text-align: center;
    }

    .numeros-wrapper-txt h6 {
        font-size: 30px;
        margin-bottom: 0px;
    }
}