@font-face {
          font-family: 'Noah';
          src: url('../font/Noah-Heavy.eot');
          src: url('../font/Noah-Heavy.eot?#iefix') format('embedded-opentype'), 
                  url('../font/Noah-Heavy.woff') format('woff'), 
                  url('../font/Noah-Heavy.ttf') format('truetype'),
                  url('../font/Noah-Heavy.svg#Noah-Heavy') format('svg');
          font-style: normal;
          font-stretch: normal;
          unicode-range: U+0020-00FE;
      }
      @font-face {
          font-family: 'Ageo B';
          src: url('../font/Ageo-Bold.eot');
          src: url('../font/Ageo-Bold.eot?#iefix') format('embedded-opentype'), 
                  url('../font/Ageo-Bold.woff') format('woff'), 
                  url('../font/Ageo-Bold.ttf') format('truetype'),
                  url('../font/Ageo-Bold.svg#Ageo-Bold') format('svg');
          font-style: normal;
          font-stretch: normal;
          unicode-range: U+0020-00FE;
      }
      @font-face {
          font-family: 'Ageo EB';
          src: url('../font/Ageo-ExtraBold.eot');
          src: url('../font/Ageo-ExtraBold.eot?#iefix') format('embedded-opentype'), 
                  url('../font/Ageo-ExtraBold.woff') format('woff'), 
                  url('../font/Ageo-ExtraBold.ttf') format('truetype'),
                  url('../font/Ageo-ExtraBold.svg#Ageo-ExtraBold') format('svg');
          font-style: normal;
          font-stretch: normal;
          unicode-range: U+0020-00FE;
      }
      @font-face {
          font-family: 'Ageo H';
          src: url('../font/Ageo-Heavy.eot');
          src: url('../font/Ageo-Heavy.eot?#iefix') format('embedded-opentype'), 
                  url('../font/Ageo-Heavy.woff') format('woff'), 
                  url('../font/Ageo-Heavy.ttf') format('truetype'),
                  url('../font/Ageo-Heavy.svg#Ageo-Heavy') format('svg');
          font-style: normal;
          font-stretch: normal;
          unicode-range: U+0020-00FE;
      }
      @font-face {
          font-family: 'Ageo M';
          src: url('../font/Ageo-Medium.eot');
          src: url('../font/Ageo-Medium.eot?#iefix') format('embedded-opentype'), 
                  url('../font/Ageo-Medium.woff') format('woff'), 
                  url('../font/Ageo-Medium.ttf') format('truetype'),
                  url('../font/Ageo-Medium.svg#Ageo-Medium') format('svg');
          font-style: normal;
          font-stretch: normal;
          unicode-range: U+0020-00FE;
      }

      body{
        margin: 0;
        padding: 0;
      }
      .fancybox-infobar{
        display: none;
      }

      /****** Style Menu *******/
      .menu_nav{
          height: 85px;
          display: flex;
          align-items: center;
      }
      #main_nav{    
        list-style: none;
        margin: 0;
        width: 100%;
        padding: 0;
        display: flex;
        align-items: center;
        justify-content: flex-end;
      }
      #main_nav .row{
        margin-left: 0;
        width: 100%;
      }

      .smoothScroll{
        font-family: Ageo M;
        font-size: 19px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.25;
        letter-spacing: 0.8px;
        text-align: left;
        color: #ffffff;
      }
      .smoothScroll:hover{
          color: #f7c700;
          text-decoration: none;
      }
      .isStuck .smoothScroll{
        color: #158d30;
      }
      .isStuck .smoothScroll:hover{
        color: #f7c700;
      }
      .btn_cont{
        color: #0e4923 !important;
        text-shadow: none;
        background-image: linear-gradient(74deg, #f19137, #f29c38 10%, #f7c33c 28%, #fadc3f 45%, #fce540);
        padding: 10px 22px;
        border-radius: 5px 0 5px 5px;
        box-shadow: 0 3px 6px 0 #0e4923;
      }
      .btn_cont:hover{
        color: #0e4923;
      }
      #topnav{
        position: fixed;
        width: 100%;
        z-index: 9999;
        top: 0;
        transition: all .4s;
      }
      .isStuck .btn_cont{
        color: #0e4923 !important;
      }
      .isStuck{
          background: #fff;
          box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
      }
      .current{
         color: #f7c700;
      }
      .isStuck .current{
        color: #f7c700;
      }
      #main_nav li{
        width: max-content;
        margin-left: 22px;
      }

      .ico_redes{
        color: #fff;
        font-size: 24px;
        margin-left: 9px;
      }
      .isStuck .ico_redes{
        color: #158d30;
      }
      /******* Fin Style Menu ********/

      /******* Style Home ********/
      .div_video{
        position: absolute;
        top: 0;
        overflow: hidden;
        width: 100%;
      }
      .bellow_video{
        width: 100%;
      }
      .swiper_home{
        background-image: linear-gradient(63deg, rgba(21,141,48,.8), rgba(42,150,59,.8) 46%, rgba(81,169,81,.8) 66%, rgba(106,180,95,.8), rgba(115,185,100,.8));
      }
      @media (min-aspect-ratio: 16/9) {
          .bellow_video {
              width:100%;
              height: auto;
          }
      }
      @media (max-aspect-ratio: 16/9) {
          .bellow_video { 
              width:auto;
              height: 100%;
          }
      }
      .item_1, .item_2, .item_3{
        display: flex;
        align-items: center;
        justify-content: center;
      }
      h1{
        font-family: Noah;
        font-size: 75px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #ffffff;
        text-shadow: -3px 3px 0 rgba(14, 73, 35, 0.5);
        margin-top: -260px;
      }
      .ico_donw{
        position: absolute;
        bottom: 110px;
        z-index: 9;
        width: 100%;
        text-align: center;
      }
      .down_btn {
        position: relative;
        color: #fff;
        font-size: 39px;
        -webkit-animation: bounce 1.5s infinite;
        animation: bounce 1.5s infinite;
      }
      @keyframes bounce {
        from {
          top: 0;
          animation-timing-function: ease-out;
          animation-timing-function: ease-out;
        }
        50% {
          top: 10px;
          animation-timing-function: ease-out;
          animation-timing-function: ease-out;
        }
        to {
          top: 0;
        }
      }
      .line_fot{
        width: 100%;
      }
      .line_tarzo{
        margin-top: -90px;
        position: relative;
        z-index: 99;
      }
      .img_lote{
        display: block;
        margin: 0 auto 32px auto;
        width: auto;
      }
      /******* Fin Style Home ********/

      /*******  Style Proyecto ********/
      #proyecto{
        padding: 60px 0 0 0;
        background: #f0f3ef;
      }
      h2{
        font-family: Noah;
        font-size: 65px;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: left;
        color: #158d30;
      }
      .txt_proyect{
        font-family: Ageo M;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #545454;
      }
      .sp_proy{
        font-family: Ageo B;
        font-size: 16px;
        font-weight: bold;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #ffffff;
      }
      .img_pro{
        width: 100%;
      }
      .line_mrgpro{
        margin-top: -120px;
      }
      .line_prosvg{
        width: 100%;
      }
      .bullet_pro{
        background: #158d30;
        padding: 40px 0;
        margin-top: -7px;
      }
      h4{
        font-family: Ageo B;
        font-size: 21px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.24;
        letter-spacing: 0.42px;
        text-align: left;
        color: #ffffff;
      }
      .chk_pro{
        color: #f7c700;
        font-size: 20px;
        margin-right: 10px;
      }
      .mgr_tp{
        margin-top: 15px;
      }
      .div_bull{
        display: flex;
        margin-bottom: 15px;
      }
      /******* Fin Style Proyecto ********/

      /******* Style Galería ********/
      #galeria{
        background: #f0f3ef;
        padding: 80px 0;
      }
      .btn_tab{
        cursor: pointer;
        border-radius: 5px 0 5px 5px;
        font-family: Ageo EB;
        font-size: 21px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.24;
        letter-spacing: 1.05px;
        text-align: center;
        color: #158d30;
        width: 124px;
        padding: 6px 0;
        margin-right: 12px;
      }
      .tabAct{
        color: #0e4923;
        background-image: linear-gradient(72deg, #f19137, #f29c38 10%, #f7c33c 28%, #fadc3f 45%, #fce540);
        box-shadow: 0 3px 6px 0 #0e4923;
      }
      .fl_cen{
        display: flex;
        align-items: center;
      }
      .mrg_tgal{
        margin-top: 20px;
      }
      .img_galtb{
        width: 100%;
      }
      .pad_r{
        padding-right: 10px;
      }
      .pad_l{
        padding-left: 10px;
      }
      .pad_rl{
        padding-left: 12px;
        padding-right: 12px;
      }
      .fancybox-button--thumbs{
        display: none;
      }
      .arrow_gal_r, .arrow_gal_l{
        background-image: none;
      }
      .arrow_ava_r, .arrow_ava_l{
        height: 46px;
        width: 33px;
        top: 40px;
        background-image: none;
        display: flex;
        align-items: center;
      }
      .pag_avance{
        text-align: right;
        bottom: -51px;
        padding-right: 53px;
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: normal;
        color: #8b8b8b;
      }
      .pag_galeria .swiper-pagination-bullet-active{
        background: #ffffff;
      }
      .pag_galeria .swiper-pagination-bullet{
        opacity: .5;
        width: 9px;
        height: 9px;
      }
      .pag_galeria .swiper-pagination-bullet-active{
        opacity: 1;
      }
      .arrow_rl{
        font-size: 40px;
        color: #ffffff;
      }
      .arrow_rlav{
        font-size: 40px;
        color: #ffffff;
      }
      .ifr_you{
        width: 100%;
        height: 641px;
      }
      /******* Fin Style Galería ********/

      /******* Style Plano ********/
      #planos{
        background: #f0f3ef;
        padding: 50px 0;
      }
      #lotes{
        background: #fff;
        padding: 20px 0;
      }
      .txt_plano{
        font-family: Ageo M;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: 0.26px;
        text-align: left;
        color: #545454;
      }
      .tit2_lotes{
        font-family: Ageo H;
        font-size: 20px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.52px;
        text-align: center;
        color: #158d30;
        margin-top: 0;
      }
      .btn_cot{
        color: #0e4923 !important;
        background-image: linear-gradient(72deg, #f19137, #f29c38 10%, #f7c33c 28%, #fadc3f 45%, #fce540);
        border-radius: 5px 0 5px 5px;
        box-shadow: 0 3px 6px 0 #0e4923;
        padding: 7px 20px;
        display: flex;
        width: max-content;
        margin: 50px 0 104px 0;
        cursor: pointer;
      }
      .btn_lotes{
        border-radius: 10px 0 10px 10px;
        padding: 10px 15px 10px 50px;
        margin: 0 0 104px 0;
      }
      .btn_cot:hover{
        color: #0e4923;
      }
      .img_lotico{
        padding-left: 44px;
      }
      .div_buses{  
        position: absolute;
        left: 20px;
        top: -10px;
      }
      .txt_buses{
        font-family: 'Noah';
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.2;
        letter-spacing: 0.36px;
        text-align: center;
        color: #158d30;
      }
      .img_pl{
        width: 100%;
      }
      .img_punt{
        opacity: 0.8;
        position: absolute;
        bottom: 0;
        right: 30px;
        width: 60px;
      }
      .mrg_estlote{  
        margin-top: 20px;
        padding-left: 80px;
      }
      /******* Fin Style Plano ********/

      /******* Style Mapa ********/
      #ubicacion{
        padding: 0 0 45px 0;
        background: #f0f3ef;
      }
      #map{
        height: 600px;
        width: 100%;
      }
      .div_ubi{
        position: absolute;
        z-index: 999;
        left: 0;
        right: 0;
        margin-top: 58px;
      }
      .btn_map{
        font-family: Roboto;
        font-size: 16px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: normal;
        text-align: center;
        color: #8b8b8b;
        background: #ffffff;
        padding: 10px 0;
        width: 136px;
        border-radius: 10px 0 10px 0;
        margin-right: 10px;
      }
      .h2_ubic{
        width: max-content;
        margin: 0 0 0 auto;
        background: rgba(255,255,255);
        padding: 2px 21px;
        border-radius: 10px 0 10px 10px;
      }
      .txt_areubic{
        font-family: Ageo EB;
        font-size: 21px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.24;
        letter-spacing: 0.42px;
        text-align: left;
        color: #158d30;
        margin-bottom: 5px;
      }
      .txt_areubic_sb{
        font-family: Ageo M;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #545454;
      }
      .pad_tb{
        padding-bottom: 45px;
        padding-top: 45px;
      }
      /******* Fin Style Mapa ********/

      /******* Style Contacto ********/
      #contacto{
        background: #158d30;
        padding: 60px 0 0 0;
      }
      .pad_lefc{
        padding-left: 99px;
        padding-right: 120px;
      }
      h3{
        font-family: Ageo EB;
        font-size: 30px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: 0.6px;
        text-align: left;
        color: #ffffff;
      }
      .txt_infocont{
        font-family: Ageo M;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #ffffff;
        margin-bottom: 4px;
      }
      .txt_infocont:hover{
        text-decoration: none;
        color: #ffffff;
      }
      .mgr_btmcont{
        margin-bottom:  30px;
      }
      .input_form{
        width: 100%;
        margin-top: 15px;
        height: 37px;
        border-radius: 5px;
        border: none;
        padding-left: 10px;
        font-family: Ageo M;
        font-size: 16px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #545454;
      }
      textarea.input_form {
          resize: none;
          height: 70px;
      }
      .input_form:focus{
        outline: none;
      }
      .btn_env{
        background-image: linear-gradient(74deg, #f19137, #f29c38 10%, #f7c33c 28%, #fadc3f 45%, #fce540);
        border: none;
        padding: 6px 40px;
        margin-top: 15px;
        border-radius: 5px 0 5px 5px;
        box-shadow: 0 3px 6px 0 #0e4923;
        font-family: Ageo M;
        font-size: 21px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.24;
        letter-spacing: 0.42px;
        text-align: center;
        color: #0e4923;
        cursor: pointer;
      }
      .line_mrgubi{
        margin-top: -155px;
      }
      .pad_tpc{
        padding-top: 40px;
      }
      .dfl_term{
        display: flex;
      }
      .lbl_termin{
        font-family: Ageo M;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: 0.26px;
        text-align: left;
        color: #ffffff;
        padding: 0 0 0 36px;
        margin-top: 15px;
      }
      #chkcont{
        display: none; /*solo se esconde para tener un campo personalisado*/
      }

      #chkcont + .lbl_termin{
        cursor:pointer;
      }/*esta linea significa esto + el siguiente elemento*/

      .lbl_termin:before{
        content: '';
        background: transparent;
        border: 2px solid #f7c700;
        border-radius: 5px;
        display: inline-block;
        height: 24px;
        width: 24px;
        margin-right: 11px;
        text-align: center;
        vertical-align: middle;
        margin-left: -36px;
      }
      #chkcont:checked + .lbl_termin:before{
        content: '✔';
        font-size: 19px;
        color: #158d30;
        background: #f7c700
      }
      .link_modal{
        color: #ffffff;
      }
      .link_modal:hover{
        color: #ffffff;
        text-decoration: underline;
      }
      .line_tarzocont{
        margin-top: 65px;
      }
      .line_fotcont{
        width: 100%;
        /*height: 97px;*/
        margin-bottom: -7px;
      }
      .img_whamrg{
            margin: 0 4px 0 7px;
      }
      .img_whamrg:hover{
        text-decoration: none;
      }
      .img_urb{
        margin-left: 10px;
      }
      a.txt_infocont:hover{
        color: #fce540;
      }
      a.txt_fotinf:hover{
        color: #88b725;
      }
      /******* Fin Style Contacto ********/

      /******* Style Footer ********/
      footer{
        padding: 40px 0 0 0;
      }
      h5{
        font-family: Ageo H;
        font-size: 18px;
        font-weight: 800;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: normal;
        text-align: left;
        color: #3d358a;
      }
      .img_fot1, .img_fot2{
        width: 100%;
      }
      .txt_fotinf{
        font-family: Ageo M;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: 0.26px;
        text-align: left;
        color: #3d358a;
        margin: 0;
      }
      .txt_fotinf:hover{
        color: #3d358a;
        text-decoration: none;
      }
      .txt_finfot{
        font-family: Ageo M;
        font-size: 13px;
        font-weight: 500;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.15;
        letter-spacing: 0.26px;
        text-align: center;
        color: #3d358a;
        margin: 25px 0 15px 0;
      }
      .link_fot{
        color: #3d358a;
        text-decoration: none;
      }
      .ico_redesfot{
        color: #3d358a;
        font-size: 28px;
        margin-right: 10px;
      }
      .linkred_ft{
        display: flex;
        align-items: center;
      }
      /******* Fin Style Footer ********/

      /******* Style Modal Términos ********/
      .dpl_no{
        display: none;
      }
      .open_modal{
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: rgba(0,0,0,.7);
        z-index: 99999;
        align-items: center;
        justify-content: center;
      }
      .close_ter{
        cursor: pointer;
        position: absolute;
        right: 25px;
        top: 15px;
      }
      .modal_t{
        background: #f0f3ef;
        width: 590px;
        border-radius: 20px 0 20px 20px;
        padding: 35px 30px 15px 30px;
        position: relative;
      }
      .tit_mod{
        font-size: 30px;
        font-family: Noah;
        font-weight: 900;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.1;
        letter-spacing: normal;
        text-align: center;
        color: #158d30;
      }
      .des_mod{
        font-family: Ageo M;
        font-size: 16px;
        color: #545454;
      }
      /******* Fin Style Modal ********/

      /******* Style Modal Lotes********/
      .open_modal_lotes{
        display: flex;
        position: fixed;
        width: 100%;
        height: 100%;
        top: 0;
        background: #fff;
        z-index: 99999;
        align-items: center;
        justify-content: center;
        overflow: scroll;
      }
      .mrg_detlot{
        padding-left: 15px;
      }
      .close_lotes{
        cursor: pointer;
        position: absolute;
        right: 25px;
        top: 15px;
        z-index: 10;
      }
      .close_btn_lot{
        font-size: 21px;
      }
      .modal_l{
        background: #fff;
        width: 100%;
        height: 100vh;
        padding: 20px;
        position: relative;
      }
      .tit_lot{
        font-family: Noah;
        font-size: 35px;
        font-weight: 900;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.14;
        letter-spacing: normal;
        text-align: left;
        color: #158d30;
      }
      .subtit_lot{
        font-family: Ageo M;
        font-size: 13px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: 0.26px;
        text-align: left;
        color: #545454;
        margin-bottom: 6px;
      }
      .subtitdes_lot{
        font-family: Ageo H;
        font-size: 26px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.52px;
        text-align: left;
        color: #158d30;
      }
      .select_lote{
        background-image: url(../img/ico_rowdown.svg);
        background-repeat: no-repeat;
        background-position: right 12px center;
        background-size: 22px;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
        appearance: none;

        padding: 8px;
        border-radius: 5px;
        border: solid 1px #707070;
        width: 81px;
      }
      .select_lote::-ms-expand {
        display: none;
      }
      .txt_lotubi{
        font-family: Ageo M;
        font-size: 16px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #545454;
      }
      .mrg_frmlot{
        padding-bottom: 20px;
      }
      .tit_frmlot{
        font-family: Ageo H;
        font-size: 21px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.24;
        letter-spacing: 0.42px;
        text-align: left;
        color: #158d30;
        margin-bottom: 0;
        padding-top: 5px;
      }
      .input_frmlot{
        border-radius: 5px;
        border: solid 1px #707070;
      }
      .btn_full{
        width: 100%;
      }
      .div_mod_buses {
        position: absolute;
        left: 15px;
        top: 40px;
      }
      .img_croquis{
        width: 100%;
      }
      .txt_lotsel{
        font-family: Ageo B;
        font-size: 20px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #158d30;
        margin-top: 1rem;
        margin-bottom: 10px;
      }
      .txt_titest{
        font-family: Ageo B;
        font-size: 16px;
        font-weight: bold;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.32px;
        text-align: left;
        color: #545454;
      }
      .txt_lotest{
        font-family: Ageo M;
        font-size: 10px;
        font-weight: 500;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.15;
        letter-spacing: 0.26px;
        text-align: left;
        color: #545454;
        margin-right: 5px; 
      }
      .box_lote{
        width: 12px;
        height: 12px;
        border: solid 1px #fff;
        margin-right: 5px; 
      }
      .box_yellow{
        background-color: #ffdc00;
      }
      .box_red{
        background-color: #f04147;
      }
      .box_skin{
        background-color: #f8cf94;
      }
      .box_green{
        background-color: #00ff00;
      }
      /******* Fin Style Modal ********/
      .svgmodal{
        position: fixed;
        z-index: 99999999;
        width: 55%;
        top: 55px;
        right: 100px;
      }
      .txt_lotsel{
        position: fixed;
        top: 27px;
        left: 0;
        right: 0;
        font-family: 'Noah';
      }
      .absest{
        position: fixed;
        z-index: 9999999999999999;
        bottom: 25px;
        left: 86px;
        right: 0;
        width: 50%;
          margin: 0 auto;
      }
      .texto_lib{
        border: none;
        font-family: Ageo H;
        font-size: 26px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.52px;
        text-align: left;
        color: #158d30;
        width: 100px;
        margin-bottom: 15px;
      }
      .texto_libt{
        border: none;
        font-family: Ageo H;
        font-size: 26px;
        font-weight: 800;
        font-stretch: normal;
        font-style: normal;
        line-height: 1.19;
        letter-spacing: 0.52px;
        text-align: left;
        color: #158d30;
      }
      .texto_libt:focus, .texto_lib:focus{
        outline: none;
      }

      #myModal{
        z-index: 99999;
        padding: 0 !important;
      }
      .modal-body, .modal-header{
        padding: 0;
      }
      .modal-header{
        position: absolute;
        right: 30px;
        top: 15px;
        z-index: 99;
        border: none;
      }

      .pomod svg{
        display: none;
      }

      .animationlote{
        margin-top: 15px;
        padding: 10px 13px;
        animation: bg_what .3s infinite;
      }
      @keyframes bg_what{
        from{
          fill: #07ff02;
        }
        
        to{
          fill: #f8cf94;
        }
      }

      .imgbusmo{
        width: 45px;
      }
      #mod-mod{
        display: none;
      }
      .moddent{
        display: flex !important;
        width: 100%;
        position: fixed;
        top: 0;
        height: 100vh;
        z-index: 9999999999;
        background: rgba(0,0,0,.6);
        align-items: center;
        justify-content: center;
      }
      #estamensj{
        margin: 0;
        color: #FFF;
        background: #000;
        padding: 17px 35px;
        position: relative;
        font-family: 'Noah';
        font-size: 20px;
      }
      .mod-mens{
        text-align: right;
      }
      .closepomod{
        text-align: right;
        color: #FFF;
        font-size: 25px;
        font-weight: 600;
        cursor: pointer;
      }

      .animationUp::before{
        content: 'hola';
        position: absolute;
        width: 50px;
        height: 40px;
        background-color: #000;
        top: 0;
        left: 0;
        z-index: 99999999999999999999;
      }

      #topjs{
        position: absolute;
        width: 103px;
        height: 35px;
        z-index: 999999999;
        border: 1px solid #FFF;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFF;
        font-family: AGEO H;
        font-size: 14px;
        margin-top: -35px;
        margin-left: -39px;
      }

.modal-open {
    overflow: scroll;
}
.modal-backdrop{
  display: none;
}
.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}