
            @font-face {
                font-family: 'Gotham';
                src: url("/fonts/gotham/Gotham-Black.otf") format('opentype');
                font-weight: 800;
            }
            /*!sc*/
            @font-face {
                font-family: 'Gotham';
                src: url("/fonts/gotham/Gotham-Bold.otf") format('opentype');
                font-weight: 700;
            }
            /*!sc*/
            @font-face {
                font-family: 'Gotham';
                src: url("/fonts/gotham/Gotham-Medium.otf") format('opentype');
                font-weight: 600;
            }
            /*!sc*/
            @font-face {
                font-family: 'Gotham';
                src: url("/fonts/gotham/Gotham-Book.otf") format('opentype');
                font-weight: 500;
            }
            /*!sc*/
            @font-face {
                font-family: 'Gotham';
                src: url("/fonts/gotham/Gotham-Book.otf") format('opentype');
                font-weight: 400;
            }
            /*!sc*/
            @font-face {
                font-family: 'Gotham';
                src: url("/fonts/gotham/Gotham-XLight.otf") format('opentype');
                font-weight: 300;
            }
            /*!sc*/
            @font-face {
                font-family: 'Gotham';
                src: url("/fonts/gotham/Gotham-Thin.otf") format('opentype');
                font-weight: 200;
            }
            /*!sc*/
            body,
            html {
                padding: 0;
                margin: 0;
                overflow-x: hidden;
                -webkit-scroll-behavior: smooth;
                -moz-scroll-behavior: smooth;
                -ms-scroll-behavior: smooth;
                scroll-behavior: smooth;
                font-family: "Gotham",sans-serif;
                font-weight: lighter;
                box-sizing: border-box;
                background-color:"#252629" !important;
            }
            /*!sc*/
            * {
                font-family: "Gotham",sans-serif;
                -webkit-scroll-behavior: smooth;
                -moz-scroll-behavior: smooth;
                -ms-scroll-behavior: smooth;
                scroll-behavior: smooth;
                box-sizing: border-box;
            }
            /*!sc*/
            *:focus-visible {
                outline: none;
            }
            /*!sc*/
            a {
                display: initial;
                -webkit-text-decoration: none;
                text-decoration: none;
            }
            /*!sc*/
            .icon {
                line-height: 1;
            }
            /*!sc*/
            .only-desk {
                display: none !important;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .only-desk {
                    display: initial !important;
                }
                .only-desk.flex {
                    display: -webkit-box !important;
                    display: -webkit-flex !important;
                    display: -ms-flexbox !important;
                    display: flex !important;
                }
            }
            /*!sc*/
            .only-mobile {
                display: initial !important;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .only-mobile {
                    display: none !important;
                }
            }
            /*!sc*/
            /* .dropdown-overlay {
                z-index: 1100 !important;
            } */
            /*!sc*/
            /* .dropdown-overlay.menu-navbar {
                min-width: 100vw !important;
            } */
            /*!sc*/
            /* @media screen and (min-width:992px) {
                .dropdown-overlay.menu-navbar {
                    min-width: 180px !important;
                }
            } */
            /*!sc*/
            /* .react-responsive-modal-root {
                z-index: 1100;
            } */
            /*!sc*/
            .app-overlay-modal {
                opacity: 1;
                -webkit-transition: background 0.35s cubic-bezier(0.4,0,0.2,1) 0s;
                transition: background 0.35s cubic-bezier(0.4,0,0.2,1) 0s;
                -webkit-backdrop-filter:saturate(180%) blur(20px);
                backdrop-filter:saturate(180%) blur(20px);
                background: rgba(0,0,0,0.1);
            }
            /*!sc*/
            .react-responsive-modal-closeButton {
                width: 45px;
                height: 45px;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                border-radius: 50%;
                background: #ffffff;
                box-shadow: 1px 1px 8px rgba(0,0,0,0.2);
            }
            /*!sc*/
            .react-responsive-modal-container {
                max-width: 100%;
                padding: 20px;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .react-responsive-modal-container {
                    padding: 32px;
                }
            }
            /*!sc*/
            .react-responsive-modal-container div.app-modal {
                max-width: 100%;
                width: 100%;
                background: #ffffff;
                border-radius: 8px;
                margin: 0;
            }
            /*!sc*/
            .react-responsive-modal-container div.app-modal .react-responsive-modal-closeButton {
                color: #666666;
            }
            /*!sc*/
            .react-responsive-modal-container div.app-modal .react-responsive-modal-closeButton svg {
                fill: currentColor;
            }
            /*!sc*/
            #nprogress {
                pointer-events: none;
            }
            /*!sc*/
            #nprogress .bar {
                background: green;
                position: fixed;
                z-index: 1031;
                top: 0;
                left: 0;
                width: 100%;
                height: 2px;
            }
            /*!sc*/
      #nprogress .peg {
    display: block;
    position: absolute;
    right: 0px;
    width: 100px;
    height: 100%;
    box-shadow: 0 0 10px green, 0 0 5px green;
    opacity: 1;
    -webkit-transform: rotate(3deg) translate(0px, -4px);
    -ms-transform: rotate(3deg) translate(0px, -4px);
    transform: rotate(3deg) translate(0px, -4px);
}

            /*!sc*/
            #nprogress .spinner {
                display: block;
                position: fixed;
                z-index: 1031;
                top: 15px;
                right: 15px;
            }
            /*!sc*/
        #nprogress .spinner-icon {
    width: 18px;
    height: 18px;
    box-sizing: border-box;
    border: solid 2px transparent;
    border-top-color: green;
    border-left-color: green;
    border-radius: 50%;
    -webkit-animation: nprogress-spinner 400ms linear infinite;
    animation: nprogress-spinner 400ms linear infinite;
}

            /*!sc*/
            .nprogress-custom-parent {
                overflow: hidden;
                position: relative;
            }
            /*!sc*/
            .nprogress-custom-parent #nprogress .bar,
            .nprogress-custom-parent #nprogress .spinner {
                position: absolute;
            }
            /*!sc*/
            @-webkit-keyframes nprogress-spinner {
                0% {
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                }
                100% {
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
            }
            /*!sc*/
            @keyframes nprogress-spinner {
                0% {
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                }
                100% {
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
            }
            /*!sc*/
            data-styled.g1[id="sc-global-fnINIo1"] {
                content: "sc-global-fnINIo1,";
            }
            /*!sc*/
            .fvSMnS {
                text-align: center;
                color: #ffffff;
            }
            /*!sc*/
            .bXNwIy {
                text-align: left;
                color: #ffffff;
            }
            /*!sc*/
            data-styled.g2[id="sc-f26737d9-0"] {
                content: "fvSMnS,bXNwIy,";
            }
            /*!sc*/
            .lnFJtJ {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-flex-direction: row;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                height: 100%;
                max-width: 100%;
                -webkit-flex-wrap: wrap;
                -ms-flex-wrap: wrap;
                flex-wrap: wrap;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .lnFJtJ {
                    -webkit-flex-direction: row;
                    -ms-flex-direction: row;
                    flex-direction: row;
                }
            }
            /*!sc*/
            data-styled.g3[id="sc-4cbe117e-0"] {
                content: "lnFJtJ,";
            }
            /*!sc*/
            .eVYhrX {
                padding: 0;
            }
            /*!sc*/
            data-styled.g4[id="sc-4cbe117e-1"] {
                content: "eVYhrX,";
            }
            /*!sc*/
            .bAgHNC {
                outline: none;
                height: 2.5rem;
                font-size: 0.875rem;
                line-height: 2.5rem;
                padding: 0 1.5rem;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                text-transform: uppercase;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                text-align: center;
                white-space: nowrap;
                -webkit-transition: background 0.25s ease 0s,color 0.25s ease 0s, border-color 0.25s ease 0s,box-shadow 0.25s ease 0s, -webkit-transform 0.25s ease 0s,opacity 0.25s ease 0s;
                -webkit-transition: background 0.25s ease 0s,color 0.25s ease 0s, border-color 0.25s ease 0s,box-shadow 0.25s ease 0s, transform 0.25s ease 0s,opacity 0.25s ease 0s;
                transition: background 0.25s ease 0s,color 0.25s ease 0s, border-color 0.25s ease 0s,box-shadow 0.25s ease 0s, transform 0.25s ease 0s,opacity 0.25s ease 0s;
                position: relative;
                overflow: hidden;
                cursor: pointer;
                pointer-events: auto;
                border-radius: 4px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                margin: initial;
                color: #ffffff;
                font-weight: 700;
                background: transparent;
                border: 2px solid transparent;
                padding: 0 6px;
                min-width: -webkit-fit-content;
                min-width: -moz-fit-content;
                min-width: fit-content;
                border-radius: 45px;
            }
            /*!sc*/
            .bsyhIx {
                outline: none;
                height: 2.5rem;
                font-size: 0.875rem;
                line-height: 2.5rem;
                padding: 0 1.5rem;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                text-transform: uppercase;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -webkit-justify-content: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                text-align: center;
                white-space: nowrap;
                -webkit-transition: background 0.25s ease 0s,color 0.25s ease 0s, border-color 0.25s ease 0s,box-shadow 0.25s ease 0s, -webkit-transform 0.25s ease 0s,opacity 0.25s ease 0s;
                -webkit-transition: background 0.25s ease 0s,color 0.25s ease 0s, border-color 0.25s ease 0s,box-shadow 0.25s ease 0s, transform 0.25s ease 0s,opacity 0.25s ease 0s;
                transition: background 0.25s ease 0s,color 0.25s ease 0s, border-color 0.25s ease 0s,box-shadow 0.25s ease 0s, transform 0.25s ease 0s,opacity 0.25s ease 0s;
                position: relative;
                overflow: hidden;
                cursor: pointer;
                pointer-events: auto;
                border-radius: 4px;
                -webkit-appearance: none;
                -moz-appearance: none;
                appearance: none;
                margin: initial;
                color: #ffffff;
                font-weight: 700;
                background: transparent;
                border: 2px solid transparent;
                min-width: initial;
                width: 45px;
                height: 45px;
                line-height: 0;
                border-radius: 45px;
                padding: 0;
                border-radius: 45px;
            }
            /*!sc*/
            .bsyhIx .icon {
                font-size: 22px;
            }
            /*!sc*/
            .bsyhIx .icon-28 {
                font-size: 28px;
            }
            /*!sc*/
            data-styled.g5[id="sc-99ddf0d5-0"] {
                content: "bAgHNC,bsyhIx,";
            }
            /*!sc*/
            .fmCTWr {
                color: #ffffff;
            }
            /*!sc*/
            .fmCTWr a {
                color: #ffe001;
            }

             .fmCTWr a:hover {
                color: #ffe001;
            }
            /*!sc*/
            data-styled.g7[id="sc-d079e794-0"] {
                content: "fmCTWr,";
            }
            /*!sc*/
            .dlhBhM .icon {
                width: 18px;
                height: 18px;
            }
            /*!sc*/
            data-styled.g8[id="sc-d079e794-1"] {
                content: "dlhBhM,";
            }
            /*!sc*/
            .SONsT {
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                margin-top: 8px;
            }
            /*!sc*/
            .SONsT.align-items-center {
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
            /*!sc*/
            .SONsT .icon {
                font-size: 18px !important;
                margin-right: 10px;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .SONsT {
                    margin-top: 12px;
                }
            }
            /*!sc*/
            data-styled.g9[id="sc-d079e794-2"] {
                content: "SONsT,";
            }
            /*!sc*/
            .iFKnlg {
                background: #252629;
            }
            /*!sc*/
            .hgOZox {
                background: transparent;
            }
            /*!sc*/
            data-styled.g10[id="sc-68993b45-0"] {
                content: "iFKnlg,hgOZox,";
            }
            /*!sc*/
            .huxvqj {
                display: block;
                width: 100%;
                margin: 0 auto;
                padding: 30px 20px;
            }
            /*!sc*/
            @media (min-width:576px) {
                .huxvqj {
                    max-width: 540px;
                }
            }
            /*!sc*/
            @media (min-width:768px) {
                .huxvqj {
                    max-width: 750px;
                }
            }
            /*!sc*/
            @media (min-width:992px) {
                .huxvqj {
                    max-width: 960px;
                }
            }
            /*!sc*/
            @media (min-width:1200px) {
                .huxvqj {
                    max-width: 1140px;
                }
            }
            /*!sc*/
            @media (min-width:1600px) {
                .huxvqj {
                    max-width: 1540px;
                }
            }
            /*!sc*/
            .dpiJys {
                display: block;
                width: 100%;
                margin: 0 auto;
                padding: 0 20px;
            }
            /*!sc*/
            @media (min-width:576px) {
                .dpiJys {
                    max-width: 540px;
                }
            }
            /*!sc*/
            @media (min-width:768px) {
                .dpiJys {
                    max-width: 750px;
                }
            }
            /*!sc*/
            @media (min-width:992px) {
                .dpiJys {
                    max-width: 960px;
                }
            }
            /*!sc*/
            @media (min-width:1200px) {
                .dpiJys {
                    max-width: 1140px;
                }
            }
            /*!sc*/
            @media (min-width:1600px) {
                .dpiJys {
                    max-width: 1540px;
                }
            }
            /*!sc*/
            data-styled.g11[id="sc-68993b45-1"] {
                content: "huxvqj,dpiJys,";
            }
            /*!sc*/
            .iwzRIl {
                background: #252629;
            }
            /*!sc*/
            .iwzRIl .space-network .space-item:first-child {
                margin-left: -50px !important;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .iwzRIl .space-network .space-item:first-child {
                    margin-left: 0 !important;
                }
            }
            /*!sc*/
            data-styled.g12[id="sc-57b8c7ef-0"] {
                content: "iwzRIl,";
            }
            /*!sc*/
            .eKdfNg {
                padding-top: 30px;
                padding-bottom: 20px;
            }
            /*!sc*/
            .eKdfNg .xs-mr-2 {
                margin-right: 24px;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .eKdfNg {
                    padding-top: 60px;
                    padding-bottom: 60px;
                }
                .eKdfNg .xs-mr-2 {
                    margin-right: 0;
                }
            }
            /*!sc*/
            data-styled.g13[id="sc-57b8c7ef-1"] {
                content: "eKdfNg,";
            }
            /*!sc*/
            .faRvLK {
                width: 100%;
                overflow: hidden;
            }
            /*!sc*/
            data-styled.g14[id="sc-7fa1bc11-0"] {
                content: "faRvLK,";
            }
            /*!sc*/
            .exFLvK.slick-slider {
                position: relative;
                background: #252629;
            }
            /*!sc*/
            .exFLvK .slick-dots {
                bottom: 33px;
            }
            /*!sc*/
            .exFLvK .slick-dots li {
                width: 15px;
                height: 15px;
            }
            /*!sc*/
            .exFLvK .slick-dots li button {
                width: 13px;
                height: 13px;
                border-radius: 15px;
                color: transparent;
                border: 2px solid #252629;
                background: #828282;
            }
            /*!sc*/
            .exFLvK .slick-dots li button:before {
                display: none;
            }
            /*!sc*/
            .exFLvK .slick-dots li.slick-active button {
                background: #ffffff;
            }
            /*!sc*/
            data-styled.g16[id="sc-764a7e46-0"] {
                content: "exFLvK,";
            }
            /*!sc*/
            .euxQhB {
                position: relative;
            }
            /*!sc*/
            .euxQhB .img-banner {
                width: 100%;
                min-height: 350px;
                object-fit: cover;
            }
            /*!sc*/
            .euxQhB .img-not-home {
                min-height: 350px;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .euxQhB .img-banner {
                    min-height: 100vh;
                }
                .euxQhB .img-not-home {
                    min-height: 550px;
                }
            }
            /*!sc*/
            data-styled.g18[id="sc-c86863ab-0"] {
                content: "euxQhB,";
            }
            /*!sc*/
            .ggKlvb {
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                position: absolute;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: end;
                -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                justify-content: flex-end;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-flex-direction: column;
                -ms-flex-direction: column;
                flex-direction: column;
                padding: 50px 20px;
                background: linear-gradient(0deg,rgba(37,38,41,0.9) 50%,rgba(37,38,41,0.5) 100%);
                z-index: auto;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .ggKlvb {
                    -webkit-box-pack: center;
                    -webkit-justify-content: center;
                    -ms-flex-pack: center;
                    justify-content: center;
                 
                }
               
                #logo-movil{
                    display: none;
                }
            }
            /*!sc*/
            data-styled.g19[id="sc-c86863ab-1"] {
                content: "ggKlvb,";
            }
            /*!sc*/
            .cDuaPT {
                margin: 20px auto;
                text-align: center;
                font-size: 30px;
                color: #74C8D2;
            }
            /*!sc*/
            .cDuaPT svg {
                -webkit-animation: cilQsd 1s linear infinite;
                animation: cilQsd 1s linear infinite;
            }
            /*!sc*/
            data-styled.g53[id="sc-f18c723b-0"] {
                content: "cDuaPT,";
            }
            /*!sc*/
            .fuPXpS {
                margin-top: 16px;
                display: -webkit-box;
                display: -webkit-flex;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-pack: justify;
                -webkit-justify-content: space-between;
                -ms-flex-pack: justify;
                justify-content: space-between;
                -webkit-align-items: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }
            /*!sc*/
            data-styled.g72[id="sc-b0bcae9e-1"] {
                content: "fuPXpS,";
            }
            /*!sc*/
            .iuixmH {
                text-transform: none !important;
                font-size: 14px;
                font-weight: 500;
            }
            /*!sc*/
            .iuixmH .icon {
                margin-left: 10px;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .iuixmH {
                    font-size: 16px;
                }
            }
            /*!sc*/
            data-styled.g73[id="sc-b0bcae9e-2"] {
                content: "iuixmH,";
            }
            /*!sc*/
            .jxqaet {
                width: 186px;
                height: 81px;
                margin-bottom: 20px;
            }
            /*!sc*/
            @media screen and (min-width:992px) {
                .jxqaet {
                    width: 290px;
                    height: 200px;
                    margin-bottom: 0;
                }
                 .logo-intro{
                    width:300px ;
                }
            }
            /*!sc*/
            data-styled.g75[id="sc-51ff027e-1"] {
                content: "jxqaet,";
            }
            /*!sc*/
            @-webkit-keyframes cilQsd {
                0% {
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                }
                100% {
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
            }
            /*!sc*/
            @keyframes cilQsd {
                0% {
                    -webkit-transform: rotate(0deg);
                    -ms-transform: rotate(0deg);
                    transform: rotate(0deg);
                }
                100% {
                    -webkit-transform: rotate(360deg);
                    -ms-transform: rotate(360deg);
                    transform: rotate(360deg);
                }
            }
            /*!sc*/
            data-styled.g76[id="sc-keyframes-cilQsd"] {
                content: "cilQsd,";
            }
            /*!sc*/
            @media screen and (max-width:972px) {
               #logo-movil2{
                display:none
            } 
            ul li a {color:#fff!important;}
            .logo-intro{
                width:150px ;
            }
            }




/* NAVBAR */



            
              


             

              .center {
  margin: auto;
  width: 50%;

  padding: 10px;
}


body {
    margin: 0;
    font-family: var(--bs-font-sans-serif);
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #252629 !important;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: transparent;
}
          
              
              
          
              