
           .tb-baner {
            position: absolute;
            top: 165px;
            bottom: 0;
            left: 0;
            z-index: 5;
            margin-left: 90px;
            color: #828c91 !important;
        }

        .tb-baner p {
            color: #828c91 !important;
            font-weight: normal;
            font-family: 'Segoe UIL', Arial !important;
            font-size: 40px;
        }

        .tb-baner p strong {
            color: #f0b900 !important;
            font-weight: normal;
            font-size: 45px;
        }

        .tb-baner img {
            width: auto !important;
        }

        .tb-baner td {
            border: none !important;
        }

        .tb-baner td div {
            margin-left: 20px;
        }

        .banner img {
            width: inherit;
        }

        .banner .container {
            margin-top: -100px;
            z-index: 200;
        }

        .menu-fixed {
            position: fixed !important;
            z-index: 1000 !important;
            top: 0 !important;
            width: 100%;
            margin-top: 0 !important;
        }

        .btBootstrap {
            width: 1140px;
        }

        #bannerNav {
            height: 100px;
            border-bottom: 3px solid #f0b900;
            background: rgba(240, 185, 0, 1) !important;
        }

        #bannerNav div {
            box-shadow: 0px 30px 30px -30px rgba(0, 0, 0, 0.75);
        }

        .sectionNavigate ul {
            list-style: none;
            min-height: 100%;
            display: flex;
            padding: 0;
            justify-content: center;
        }

        .sectionNavigate ul li {
            width: 152px;
            height: 100px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

        .sectionNavigate ul li:not(:last-child)::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 0;
            background: #fff !important;
            height: 40px;
            width: 1px;
            display: block;
            margin-top: -20px;
        }

        /* nav hover */
        .sectionNavigate ul li a {
            display: flex;
            flex-flow: column;
            align-items: center;
            text-align: center;
            height: 78px;
            text-decoration: none;
            color: #a57b23;
        }

        .sectionNavigate ul li a:hover {
            color: #fff !important;
        }

        .sectionNavigate ul li a .icon {
            width: 46px;
            height: 38px;
            overflow: hidden;
            margin: 0 auto;
        }

        .sectionNavigate ul li a:hover .icon .icono-navhover {
            margin: -38px 0 0 0;
        }

        .sectionNavigate ul li.fancy-icono a .icon {
            width: 52px;
            height: 34px;
            overflow: hidden;
            margin: 0 auto;
        }

        .sectionNavigate ul li.fancy-icono a:hover .icon .icono-navhover {
            margin: -34px 0 0 0;
        }

        .sectionNavigate ul li a .ico-nav,
        .sectionNavigate ul li a p {
            width: 70%;
            height: 40px;
            margin: 0;
            line-height: 16px;
            font-size: 14px;
        }

        .sectionNavigate ul li a .ico-nav {
            background: url(img/iconos/nav/m1.png);
            width: 52px;
        }

        /* .sectionNavigate ul li a p {
            width: 100px;
            font-size: 14px;
            line-height: 16px;
             color: rgb(115, 75, 35);
        } */

        /* nav hover */

        .title-2 {
            display: flex;
            align-items: flex-start;
        }

        .title-2 img {
            margin-top: 7px;
        }

        .title-2 h2 {
            color: #a57b23;
            font-size: 35px;
            font-weight: 500;
            margin-left: 10px;
        }

        .container .row .col-md-12 .title-2 h2 {
            /* font-size: 40px; */
            color: #f0b900;
        }

        .col-md-9 h4 {
            color: #1ea0dc;
            font-size: 18px;
            font-weight: 700;
        }

        .widthStyle a p {
            width: 100% !important;
        }

        /* lista con flechita */
        .arrowStyle p a {
            color: #000;
        }

        .arrowStyle p span {
            margin-left: 0px;
            margin-right: 12px;
            color: #bed21e !important;
        }

        .container h3 {
            color: #1ea0dc;
            font-weight: normal;
        }

        .container p {
            font-size: 14px;
        }

        @media (min-width: 1200px) {
            #bannerNav {
                max-width: auto;
            }

            .tb-baner p {
                font-size: 30px;
            }

            .tb-baner p strong {
                font-size: 35px;
            }

            .tb-baner img {
                width: 150px;
            }

            .sectionNavigate ul li {
                width: 160px !important;
            }
        }

        @media (max-width: 1199px) {
            #bannerNav {
                max-width: 100%;
            }

            .tb-baner {
                top: 73px;
            }

            .tb-baner p {
                font-size: 30px;
            }

            .tb-baner p strong {
                font-size: 35px;
            }

            .tb-baner img {
                width: 150px;
            }

            .sectionNavigate ul li {
                width: 138px !important;
            }

            .sectionNavigate ul li a p {
                font-size: 12px;
            }
        }

        @media (max-width: 991px) {
            #bannerNav {
                max-width: 100%;
            }

            .banner .container {
                margin-top: 0px;
            }

            .tb-baner img {
                width: 125px !important;
            }

            .sectionNavigate ul li {
                width: 120px !important;
            }

            .sectionNavigate ul li a p {
                font-size: 11px;
            }
        }

        @media (max-width: 857px) {
            .sectionNavigate ul li a p {
                font-size: 11px;
            }

            .sectionNavigate ul li {
                width: 105px !important;
            }

            .widthStyle a p {
                width: 99% !important;
            }
        }

        @media (max-width: 767px) {

            /* nav hover */
            .sectionNavigate ul li {
                width: 100% !important;
                height: auto !important;
                justify-content: flex-start !important;
                padding: 8px 0;
                border-bottom: 1px solid #ccc;
            }

            .sectionNavigate ul li a:hover {
                color: #fff !important;
            }

            .sectionNavigate ul li a p {
                width: 100%;
                height: 40px;
                margin: 0;
                line-height: 16px;
                font-size: 13px;
                padding-top: 0px;
                padding-right: 240px;
                padding-left: 20px;
            }

            .sectionNavigate ul li a .icon {
                width: 52px;
                height: 37px;
                overflow: hidden;
                margin: 0 auto;
            }

            .sectionNavigate ul li a:hover .icon .icono-navhover {
                margin: -37px 0 0 0;
            }

            .sectionNavigate ul li.fancy-icono a .icon {
                width: 52px;
                height: 27px;
                overflow: hidden;
                margin: 0 auto;
            }

            .sectionNavigate ul li.fancy-icono a:hover .icon .icono-navhover {
                margin: -27px 0 0 0;
            }

            .widthStyle a p {
                width: 100% !important;
            }

            /* nav hover */

            .tb-baner p {
                font-size: 25px;
            }

            .tb-baner p strong {
                font-size: 35px;
            }

            .tb-baner img {
                width: 80px;
                margin-top: 5px;
            }

            .tb-baner td div {
                margin-left: 20px;
                margin-top: 0px;
            }

            .title-2 {
                font-size: 28px;
            }

            .col-md-3 {
                display: flex;
                justify-content: center;
            }
        }

        @media (max-width: 600px) {

            /* nav hover */
            .sectionNavigate ul li {
                width: 100% !important;
                height: auto !important;
                justify-content: flex-start !important;
                padding: 8px 0;
                border-bottom: 1px solid #ccc;
            }

            .sectionNavigate ul li a p {
                font-size: 13px;
                padding-top: 0px;
                padding-right: 0px;
                padding-left: 20px;
            }

            .sectionNavigate ul li a .icon {
                width: 52px;
                height: 37px;
                overflow: hidden;
                margin: 0;
            }

            .sectionNavigate ul li a:hover .icon .icono-navhover {
                margin: -37px 0 0 0;
            }

            .widthStyle a p {
                width: 100% !important;
            }

            /* nav hover */
        }

        @media (max-width: 320px) {
            .tb-baner p {
                font-size: 20px;
            }

            .tb-baner p strong {
                font-size: 25px;
            }

            .tb-baner img {
                width: 70px;
                margin-top: 5px;
            }
        }