.header {
  z-index: 99;
  width: 100%;
  margin-top: 20px;
  padding-top: 30px;
  position: fixed;
}

.sec1_incofe {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.cont_banner {
  background-image: url('../images/banner_principal.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 41px;
  height: 600px;
  position: relative;
}

.cont_menu {
  width: 90%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  background-color: #0000;
}

.nav_menu {
  background-color: #fff;
  border-radius: 15px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  padding: 20px 30px;
  display: flex;
  box-shadow: 0 0 6px 3px #0003;
}

.navlink_menu {
  color: #000;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.navlink_menu:hover {
  color: #007b44;
}

.img_brand_logo {
  width: 250px;
}

.cont_nota_banner {
  background-color: #fff;
  border-top-right-radius: 40px;
  width: 55%;
  padding: 40px 75px 20px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.titulo_principal {
  color: #000;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
}

.btn_incofe {
  color: #fff;
  background-color: #007b44;
  border-radius: 25px;
  padding: 12px 30px 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.sec2_incofe {
  padding-top: 125px;
  padding-bottom: 100px;
}

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

.cont_about {
  width: 90%;
  max-width: 920px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.col_left_about {
  float: left;
  text-align: center;
  width: 40%;
}

.col_right_about {
  float: left;
  width: 60%;
}

.titulos_landing {
  color: #000;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
}

.texts_landing {
  color: #000;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.cont_our {
  background-image: url('../images/img_our_mission2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 440px;
  margin-bottom: 50px;
  position: relative;
}

.cont_note_our {
  text-align: justify;
  background-color: #fff;
  border-top-left-radius: 30px;
  width: 60%;
  padding: 50px 70px 30px 100px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.cont_what_we {
  background-image: url('../images/img_what_we.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 30px;
  height: 440px;
  position: relative;
}

.cont_whats_we {
  text-align: justify;
  background-color: #fff;
  border-top-right-radius: 30px;
  width: 60%;
  padding: 45px 60px 20px 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.sec4_incofe {
  padding-top: 100px;
  padding-bottom: 100px;
}

.sec5_incofe {
  background-image: url('../images/bg_contact_us.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 80px;
}

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

.col_left_contact {
  float: left;
  width: 50%;
  padding-top: 175px;
}

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

.titulo_contact {
  color: #fff;
  margin-bottom: 50px;
  font-family: Poppins, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.btn_ubic_contact {
  color: #fff;
  background-image: url('../images/icon_pin_contact.png');
  background-position: 0 3px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 25px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  display: inline-block;
}

.btn_ubic_contact._2 {
  background-image: url('../images/icon_phone_contact.png');
  background-size: auto;
}

.cont_btns_contacts {
  margin-bottom: 15px;
}

.form {
  background-color: #fff;
  border-radius: 37px;
  padding: 50px 60px;
}

.fila_contact {
  margin-bottom: 10px;
}

.label_contact {
  color: #191818;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text_field_contact {
  color: #191818;
  background-color: #e5ede9;
  border-radius: 5px;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text_field_contact.messege {
  padding-bottom: 45px;
}

.submit {
  color: #fff;
  background-color: #004f2b;
  border-radius: 25px;
  padding: 12px 35px 10px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
}

.footer {
  background-color: #00351c;
  padding-top: 40px;
  padding-bottom: 40px;
}

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

.txt_copy_footer {
  color: #fff;
  font-family: Poppins, sans-serif;
  display: inline-block;
}

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

.tabs_menu {
  flex-flow: wrap;
  display: flex;
}

.tabs_content {
  background-color: #116b41;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 40px;
}

.tab_link {
  color: #000;
  text-align: center;
  background-color: #fff;
  border: 1px solid #116c42;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 33.33%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.tab_link.w--current {
  color: #fff;
  background-color: #106c41;
}

.text_tab_link {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 22px;
}

.fila_tab_prod {
  border: 1px solid #51c690;
  border-radius: 5px;
  margin-bottom: 10px;
}

.fila_titulo_tab {
  background-image: url('../images/arrow_under_tabs.png');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 15px 25px 15px 15px;
}

.fila_contenido_tab {
  padding: 15px 30px;
  display: none;
}

.titulo_fila_tabs {
  color: #c4f5df;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.col_left_tabs {
  float: left;
  width: 40%;
}

.col_left_tabs.none {
  display: none;
}

.col_right_tabs {
  float: left;
  width: 60%;
  padding-left: 20px;
}

.col_right_tabs.none {
  display: none;
}

.cont_titul_col_tabs {
  margin-bottom: 15px;
}

.titulo_col_tabs {
  color: #c4f5df;
  background-image: url('../images/line_titulo_col_tabs.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
}

.list_tabs {
  padding-left: 20px;
}

.list_item_tabs {
  color: #c4f5df;
  margin-bottom: 10px;
  font-size: 16px;
}

.txt_list_tab {
  color: #c4f5df;
  font-family: Poppins, sans-serif;
  font-weight: 300;
}

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

.col_left_tags_tabs {
  float: left;
  width: 10%;
  display: inline-block;
}

.col_right_tags_tabs {
  float: left;
  width: 90%;
  padding-left: 5px;
}

.titulo_flags_tabs {
  color: #c4f5df;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .header {
    padding-top: 20px;
  }

  .sec1_incofe {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cont_menu {
    width: 100%;
  }

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

  .nav_menu {
    padding-left: 25px;
    padding-right: 25px;
  }

  .navlink_menu {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cont_nota_banner {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .sec2_incofe {
    padding-top: 50px;
    padding-bottom: 60px;
  }

  .cont_note_our, .cont_whats_we {
    width: 80%;
    padding-left: 30px;
    padding-right: 30px;
  }

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

  .col_left_contact {
    padding-right: 20px;
  }

  .col_right_contact {
    padding-left: 0;
  }

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

  .tabs_content {
    padding: 20px;
  }

  .col_left_tabs, .col_right_tabs {
    width: 50%;
  }

  .menu-button {
    color: #fff;
  }

  .menu-button.w--open {
    background-color: #0000;
  }
}

@media screen and (max-width: 767px) {
  .cont_banner {
    height: 500px;
  }

  .menu_centro {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .img_brand_logo {
    width: 160px;
  }

  .cont_nota_banner {
    border-radius: 40px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    bottom: 10px;
  }

  .titulo_principal {
    font-size: 26px;
    line-height: 30px;
  }

  .cont_about, .col_left_about {
    width: 100%;
  }

  .col_right_about {
    text-align: center;
    width: 100%;
  }

  .titulos_landing {
    font-size: 24px;
    line-height: 30px;
  }

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

  .cont_note_our, .cont_whats_we {
    border-radius: 30px;
    width: 98%;
    margin-left: 1%;
    margin-right: 1%;
    padding-top: 30px;
    bottom: 10px;
  }

  .sec5_incofe {
    padding-bottom: 60px;
  }

  .col_left_contact {
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-right: 0;
  }

  .col_right_contact {
    width: 100%;
  }

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

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

  .col_left_tabs {
    width: 55%;
  }

  .col_right_tabs {
    width: 45%;
  }
}

@media screen and (max-width: 479px) {
  .titulo_principal {
    font-size: 24px;
  }

  .btn_incofe {
    text-align: center;
    width: 100%;
  }

  .sec2_incofe {
    padding-bottom: 50px;
  }

  .cont_note_our, .cont_whats_we {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .titulo_contact {
    margin-bottom: 30px;
  }

  .form {
    padding: 40px 10px 30px;
  }

  .submit {
    text-align: center;
    width: 100%;
  }

  .cont_footer {
    flex-flow: column;
  }

  .txt_copy_footer {
    margin-top: 20px;
  }

  .tabs_menu {
    margin-bottom: 20px;
  }

  .tab_link {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    width: 100%;
    margin-bottom: 5px;
  }

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

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

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


