@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/Segoe-UI.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Segoe Ui;
  src: url('../fonts/segoe-ui-semibold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

.header {
  z-index: 99;
  background-color: #fff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  position: fixed;
}

.menu_centro {
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_menu {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.col1_menu {
  float: left;
  width: 30%;
}

.col2_menu {
  float: left;
  text-align: center;
  width: 70%;
}

.navbar {
  background-color: #0000;
}

.nav_link {
  color: #000;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 8px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.nav_link:hover{
  color: #96bb13;
}
.nav_link.active {
  color: #96bb13;
  position: relative;
}


.col1_menus {
  text-align: left;
  width: 75%;
}

.col2_menus {
  width: 25%;
}

.nav_link_contact {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  width: 100%;
  padding: 18px 15px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-weight: 600;
}

.nav_link_contact:hover {
  color: #000;
  background-color: #fff;
}

.main {
  padding-top: 84px;
}

.sec1 {
  background-image: url('../images/bg_banner.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 145px;
  padding-bottom: 300px;
}

.cont_banner {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.titulo_principal {
  color: #fff;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 60px;
  line-height: 65px;
}

.txt_banner_principal {
  color: #fff;
  padding-left: 85px;
  padding-right: 85px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 20px;
  line-height: 28px;
}

.sec2 {
  padding-bottom: 50px;
}

.container-1400 {
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.cont1_sec2 {
  background-color: #202020;
  border-radius: 30px;
  padding: 70px 50px 60px;
  position: relative;
  bottom: 40px;
}

.col_izq_sec2 {
  float: left;
  width: 35%;
  padding-right: 15px;
}

.col_der_sec2 {
  float: left;
  flex-flow: wrap;
  width: 65%;
  display: flex;
}

.titul_sec2 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 44px;
}

.btn_sec2 {
  color: #000;
  text-align: center;
  background-color: #96bb13;
  border: 1px solid #96bb13;
  border-radius: 4px;
  padding: 15px 20px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.btn_sec2:hover {
  color: #96bb13;
  background-color: #0000;
}

.cols_sec2 {
  float: left;
  width: 47%;
  margin-bottom: 40px;
  margin-left: 1.5%;
  margin-right: 1.5%;
}

.cont_titul_cols_sec2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.img_cols_sec2 {
  float: left;
  background-color: #96bb13;
  background-image: url('../images/icon1_estacionamiento.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 25px;
  border-radius: 10px;
  width: 60px;
  height: 60px;
}

.cont_tituls_sec2 {
  float: left;
  width: 100%;
  padding-left: 10px;
  display: block;
}

.titul_cols_sec2 {
  color: #fff;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 16px;
}

.desc_cols_sec2 {
  color: #c8c8c8;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 15px;
}

.sec3 {
  background-image: url('../images/img_bg_sec3.png');
  background-position: 100% 5%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 20px;
  padding-bottom: 50px;
}

.container-1200 {
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cont1_sec3 {
  text-align: center;
  margin-bottom: 40px;
}

.titulo_sec3 {
  color: #000;
  margin-bottom: 15px;
  padding-right: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 600;
  line-height: 46px;
  display: inline-block;
}

.txt_sec3 {
  color: #000;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.fila1_sec3 {
  flex-flow: wrap;
  margin-bottom: 20px;
  display: flex;
}

.card_one_sec3 {
  float: left;
  text-align: center;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  width: 48%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 50px 30px;
}

.cont_titul_fila1_sec3 {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.titul_card1_sec3 {
  color: #000;
  margin-right: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
  display: inline-block;
}

.txt_card1_sec3 {
  color: #000;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.card_two_sec3 {
  float: left;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  width: 23%;
  margin-left: 1%;
  margin-right: 1%;
  padding: 50px 40px;
}

.titul_card2_sec3 {
  color: #000;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 20px;
  line-height: 26px;
}

.txt_card2_sec3 {
  color: #000;
  font-family: Segoe Ui, Arial, sans-serif;
}

.sec4 {
  background-color: #fafafa;
  padding-top: 70px;
  padding-bottom: 70px;
}

.cont_sec4 {
  width: 90%;
  max-width: 1150px;
  margin-left: auto;
  margin-right: auto;
}

.cont_tituls_sec4 {
  text-align: center;
  width: 90%;
  max-width: 680px;
  margin-bottom: 90px;
  margin-left: auto;
  margin-right: auto;
}

.titulo_sec4 {
  color: #000;
  margin-bottom: 20px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.desc_sec4 {
  color: #000;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.col_izq_sec4 {
  float: right;
  width: 50%;
  padding-left: 15px;
}

.col_der_sec4 {
  float: left;
  width: 50%;
  padding-left: 15px;
}

.img_tab {
  text-align: center;
  background-color: #fff;
  background-image: url('../images/img_tab1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid #dfdfdf;
  border-radius: 10px;
  height: 550px;
  padding: 50px 10px;
}
.img_tab.tabs_all{
  display: none;
}

.img_tab.tab2 {
  background-image: url('../images/img2_tab2.png');
  background-size: 180px;
  display: none;
}

.img_tab.tab3 {
  background-image: url('../images/img3_tab3.png');
  display: none;
}

.img_tab.tab4 {
  background-image: url('../images/img4_tab4.png');
  display: none;
}

.img_tab.tab5 {
  background-image: url('../images/img5_tab5.png');
  background-size: 400px;
  display: none;
}

.img_tab.tab6 {
  background-image: url('../images/img6_tab6.png');
  background-size: 400px;
  display: none;
}

.img_tab.tab7 {
  background-image: url('../images/img7_tab7_2.png');
  background-size: 350px;
  display: none;
}

.fila_tabs {
  border-bottom: 1px solid #c8c8c8;
  margin-bottom: 15px;
  padding-bottom: 15px;
  transition: border-color 0.3s ease;
}

.titulo_tabs {
  color: #818181;
}

.titulo_tabs.active {
  color: #000;
}

.cont_texto_fila {
  padding-top: 15px;
  display: none;
}

.cont_texto_fila.active {
  display: block;
}

.desc_fila_desple_jc {
  color: #323232;
  padding-left: 20px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.titulo_fila_desple_jc {
  padding-left: 20px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 28px;
}

.footer {
  padding-top: 20px;
  padding-bottom: 30px;
}

.cont_footer {
  background-color: #fafafa;
  width: 90%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 10px;
}

.col_izq_footer {
  float: left;
  width: 50%;
  padding-right: 10px;
}

.col_der_footer {
  float: left;
  text-align: right;
  width: 50%;
  padding-left: 10px;
}

.txt_copy_footer {
  color: #0f0f0f;
  font-family: Segoe Ui, Arial, sans-serif;
}

.btn_redes_footer {
  margin-right: 10px;
}

.sec5 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.cont1_sec5 {
  background-color: #202020;
  border-radius: 30px;
  padding: 65px 80px;
}

.cont_tituls_sec5 {
  text-align: center;
  width: 90%;
  max-width: 760px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.titulo_sec5 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 50px;
}

.text_sec5 {
  color: #fff;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.cont_for_cols_sec5 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col_left_sec5, .col_der_sec5 {
  float: left;
  width: 25%;
}

.col_center_sec5 {
  float: left;
  text-align: center;
  width: 50%;
  padding-left: 20px;
  padding-right: 20px;
}

.cols_sec5_jc {
  text-align: center;
  background-image: linear-gradient(#1c1c1c, #252525);
  border: 1px solid #686868;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 40px 20px;
}

.tituls_cols_sec5 {
  color: #fff;
  margin-top: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 16px;
}

.icono_sec5_jc {
  width: 30px;
}

.sec6 {
  padding-top: 20px;
  padding-bottom: 30px;
}

.cont1_sec6 {
  text-align: center;
  margin-bottom: 30px;
}

.titulo_sec6 {
  color: #000;
  margin-bottom: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 55px;
}

.text_sec6 {
  color: #000;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.cont_for_rotador {
  position: relative;
}

.cont_rotador {
  z-index: 3;
  margin-bottom: 30px;
  display: flex;
  position: relative;
}

.card_rotador {
  float: left;
  background-image: url('../images/img1_card_rotador1.png');
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start !important;
  align-items: flex-end !important;
  width: 31.33%;
  height: 500px !important;
  margin-left: 1%;
  margin-right: 1%;
  padding-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
  display: flex;
  box-shadow: -2px -64px 54px -17px rgb(112 112 112 / 97%) inset;
  -webkit-box-shadow: -2px -145px 187px -17px rgb(22 21 21 / 60%) inset;
}

.titul_card_rotador {
  color: #fff;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.cont_arrows_rotador {
  justify-content: space-between;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 40% 0% auto;
}

.btn_arrow_left {
  z-index: 5;
  width: 50px;
  position: absolute;
  left: -10px;
}

.btn_arrow_right {
  z-index: 5;
  width: 50px;
  position: absolute;
  inset: 0% -10px auto auto;
}

.sidebar_rotador {
  text-align: center;
}

.btn_nav_rotador {
  background-color: #d9d9d9;
  border-radius: 20px;
  width: 8px;
  height: 8px;
  margin-left: 10px;
  margin-right: 10px;
}

.btn_nav_rotador.active {
  background-color: #96bb13;
}

.sec7 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.cont1_sec7 {
  background-image: url('../images/bg_sec7.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  padding: 70px 60px 60px 90px;
}

.col_izq_sec7 {
  float: left;
  width: 50%;
  padding-left: 30px;
  padding-right: 30px;
}

.col_der_sec7 {
  float: left;
  width: 50%;
  padding-left: 50px;
}

.titulo_sec7 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 40px;
}

.txt_sec7 {
  color: #dfdfdf;
  margin-bottom: 50px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 20px;
  line-height: 24px;
}

.cont_countries_sec7 {
  display: flex;
  flex-wrap: wrap;
}

.enlace_sec7 {
  color: #dfdfdf;
  background-image: url('../images/icon_enlace_sec7.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  display: inline-block;
}

.cont_country_sec7 {
  float: left;
  justify-content: flex-start;
  align-items: center;
  margin-right: 10px;
  display: flex;
  margin-bottom: 20px;
}

.img_country_sec7 {
  width: 25px;
  height: 25px;
}

.txt_siglas_country {
  color: #dfdfdf;
  padding-left: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  display: inline-block;
}

.fila_form {
  margin-bottom: 15px;
}

.col_izq_form {
  float: left;
  width: 48%;
  margin-right: 2%;
}

.col_der_form {
  float: left;
  width: 48%;
  margin-left: 2%;
}

.label_form {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-weight: 400;
}

.field_form {
  color: #fff;
  background-color: #1b1b1b;
  border: 1px solid #474747;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Segoe Ui, Arial, sans-serif;
}

.field_form.mensaje {
  padding-bottom: 30px;
}

.fila_submit_form {
  position: relative;
}

.submit {
  color: #000;
  background-color: #96bb13;
  border: 1px solid #96bb13;
  border-radius: 4px;
  width: 100%;
  padding: 12px 20px 10px;
  font-family: Segoe Ui, Arial, sans-serif;
  font-weight: 600;
}

.submit:hover {
  color: #96bb13;
  background-color: #0000;
}

@media screen and (max-width: 991px) {
  .nav_menu {
    background-color: #fff;
    padding-top: 10px;
  }

  .nav_link {
    text-align: center;
  }

  .col1_menus, .col2_menus {
    width: 100%;
  }

  .nav_link_contact {
    text-align: center;
  }

  .menu_button.w--open {
    color: #000;
    background-color: #0000;
  }

  .sec1 {
    padding-top: 100px;
    padding-bottom: 150px;
  }

  .titulo_principal {
    font-size: 40px;
    line-height: 46px;
  }

  .txt_banner_principal {
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .cont1_sec2 {
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .col_izq_sec2 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-right: 0;
  }

  .col_der_sec2 {
    width: 100%;
  }

  .titul_sec2 {
    font-size: 36px;
  }

  .sec3 {
    padding-bottom: 20px;
  }

  .card_one_sec3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card_two_sec3 {
    width: 48%;
    margin-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .sec4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cont_tituls_sec4 {
    margin-bottom: 50px;
  }

  .titulo_sec4 {
    font-size: 36px;
    line-height: 40px;
  }

  .img_tab {
    background-size: 180px;
  }

  .cont1_sec5 {
    padding: 40px 20px;
  }

  .cont_tituls_sec5 {
    width: 100%;
  }

  .titulo_sec5 {
    font-size: 36px;
    line-height: 40px;
  }

  .text_sec5 {
    font-size: 16px;
    line-height: 22px;
  }

  .titulo_sec6 {
    font-size: 40px;
    line-height: 46px;
  }

  .cont1_sec7 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .col_der_sec7 {
    padding-left: 20px;
  }

  .col_izq_form {
    width: 100%;
    margin-bottom: 15px;
    margin-right: 0%;
  }

  .col_der_form {
    width: 100%;
    margin-left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .col1_menu {
    width: 50%;
  }

  .titulo_principal {
    font-size: 36px;
    line-height: 40px;
  }

  .sec2 {
    padding-bottom: 20px;
  }

  .titul_sec2 {
    font-size: 32px;
    line-height: 36px;
  }

  .cols_sec2 {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec3 {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cont1_sec3 {
    margin-bottom: 20px;
  }

  .titulo_sec3 {
    font-size: 34px;
    line-height: 38px;
  }

  .card_one_sec3 {
    width: 100%;
    margin-bottom: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .card_two_sec3 {
    width: 48%;
  }

  .titulo_sec4 {
    font-size: 30px;
    line-height: 36px;
  }

  .col_izq_sec4 {
    width: 100%;
    padding-left: 0;
  }

  .col_der_sec4 {
    width: 100%;
    padding-left: 0;
  }

  .img_tab {
    background-size: 150px;
    height: 400px;
  }

  .img_tab.tab2, .img_tab.tab3 {
    background-size: 130px;
  }

  .img_tab.tab4 {
    background-size: 180px;
  }

  .img_tab.tab5, .img_tab.tab6 {
    background-size: 300px;
  }

  .fila_tabs {
    margin-bottom: 10px;
    padding-bottom: 10px;
  }

  .desc_fila_desple_jc {
    text-align: justify;
    padding-left: 10px;
    font-size: 14px;
  }

  .titulo_fila_desple_jc {
    padding-left: 10px;
    line-height: 24px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .col_izq_footer {
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
    padding-right: 0;
  }

  .col_der_footer {
    text-align: center;
    width: 100%;
    padding-left: 0;
  }

  .btn_redes_footer {
    margin-left: 10px;
  }

  .sec5 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .titulo_sec5 {
    font-size: 28px;
    line-height: 33px;
  }

  .col_left_sec5, .col_der_sec5 {
    width: 100%;
  }

  .col_center_sec5 {
    width: 100%;
    margin-bottom: 20px;
  }

  .sec6 {
    padding-top: 30px;
  }

  .titulo_sec6 {
    font-size: 34px;
    line-height: 36px;
  }

  .text_sec6 {
    font-size: 16px;
  }

  .card_rotador {
    padding-left: 10px;
    padding-right: 10px;
  }

  .titul_card_rotador {
    font-size: 14px;
    line-height: 20px;
  }

  .sec7 {
    padding-top: 30px;
  }

  .cont1_sec7 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .col_izq_sec7 {
    text-align: center;
    width: 100%;
    margin-bottom: 30px;
    padding-left: 0;
    padding-right: 0;
  }

  .col_der_sec7 {
    width: 100%;
    padding-left: 0;
  }

  .titulo_sec7 {
    font-size: 32px;
  }

  .txt_sec7 {
    margin-bottom: 30px;
    font-size: 16px;
  }

  .cont_countries_sec7 {
    justify-content: center;
    align-items: center;
  }

  .enlace_sec7 {
    font-size: 14px;
  }
}

@media screen and (max-width: 479px) {
  .col2_menu {
    width: 50%;
  }

  .titulo_principal {
    font-size: 28px;
    line-height: 34px;
  }

  .btn_sec2 {
    width: 100%;
  }

  .titulo_sec3 {
    font-size: 30px;
    line-height: 36px;
  }

  .card_two_sec3 {
    width: 100%;
    margin-left: 0%;
    margin-right: 0%;
  }

  .titulo_sec4 {
    font-size: 20px;
    line-height: 26px;
  }

  .img_tab {
    height: 400px;
  }

  .img_tab.tab6 {
    background-size: 280px;
  }

  .img_tab.tab7 {
    background-size: 250px;
  }

  .titulo_fila_desple_jc {
    font-size: 18px;
    line-height: 22px;
  }

  .titulo_sec6 {
    font-size: 30px;
  }

  .cont1_sec7 {
    padding-left: 10px;
    padding-right: 10px;
  }
}


@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/Segoe-UI.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Segoe Ui';
  src: url('../fonts/segoe-ui-semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}