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

.banner_principal {
  position: relative;
  height: 700px;
  background-image: url('../images/banner_principal.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

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

.container.c-intro {
  width: 580px;
}

.container.c-odoo {
  width: 800px;
}

.container.c-opciones {
  width: 1000px;
}

.navbar_solvo {
  background-color: transparent;
}

.logo_header {
  padding-left: 0px;
}

.nav_link {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.nav_link:hover {
  color: #05e5e8;
}

.nav_link.w--current {
  color: #05e5e8;
}

.introduccion {
  padding-top: 70px;
  padding-bottom: 70px;
  background-color: #375064;
  background-image: url('../images/bg_intro.png');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.txt_descrip_intro {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
  text-align: center;
}

.bullets {
  position: relative;
  padding-top: 95px;
  padding-bottom: 50px;
}

.contenido_banner {
  position: absolute;
  left: 100px;
  top: auto;
  right: auto;
  bottom: 110px;
  max-width: 600px;
}

.titulo_banner_principal {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.descrip_banner_principal {
  margin-bottom: 35px;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}

.cta_banner_principal {
  display: inline-block;
  padding: 15px 25px;
  border-radius: 8px;
  background-color: #fff;
  font-family: 'Open Sans', sans-serif;
  color: #1c1c1c;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
}

.odoo_cita {
  position: relative;
  padding-top: 60px;
  padding-bottom: 55px;
  background-image: -webkit-gradient(linear, left top, right top, from(#714b67), to(#503047));
  background-image: linear-gradient(90deg, #714b67, #503047);
}

.content_logo_odoo {
  margin-bottom: 55px;
  text-align: center;
}

.descrip_odoo {
  margin-bottom: 35px;
  font-family: Tthoves;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  text-align: center;
}

.cta_programar_content {
  text-align: center;
}

.cta_programar_cita {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 8px;
  background-color: #027e85;
  font-family: Tthoves;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}

.strong_cta_cita {
  font-weight: 600;
}

.shape_cel {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: -15%;
}

.caracteristicas_oddo {
  padding-top: 70px;
  padding-bottom: 100px;
}

.titulo_caracteristicas {
  margin-top: 0px;
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #22888e;
  font-size: 40px;
  line-height: 45px;
  font-weight: 700;
  text-align: center;
}

.footer {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

.txt_copy {
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 15px;
  font-weight: 400;
  text-align: right;
}

.content_cierre {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.left_cierre {
  width: 55%;
  padding: 80px 65px 70px 100px;
  float: left;
  background-image: linear-gradient(135deg, #1ae3e8, #089a9e);
}

.right_cierre {
  width: 45%;
  float: left;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
  background-image: url('../images/img_cierre_transformacion.png');
  background-position: 50% 0%;
  background-size: cover;
}

.titulo_cierre {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #222235;
  font-size: 30px;
  line-height: 35px;
  font-weight: 700;
}

.descrip_cierre {
  margin-bottom: 30px;
  font-family: 'Open Sans', sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.cta_cierre {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 8px;
  background-color: #222235;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

.content_cta_carac {
  text-align: center;
}

.cta_caracteristicas {
  display: inline-block;
  padding: 15px 45px;
  border-radius: 8px;
  background-color: #027e85;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  text-decoration: none;
}

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

.prev_carac {
  margin-right: 30px;
  padding-right: 25px;
  padding-left: 25px;
}

.next_carac {
  margin-left: 30px;
  padding-right: 25px;
  padding-left: 25px;
}

.galeria_caracteristicas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.col_caracteristicas {
  width: 47%;
  min-height: 250px;
  margin-right: 1.5%;
  margin-bottom: 30px;
  margin-left: 1.5%;
  padding: 20px 30px;
  float: left;
  border: 2px solid #089a9e;
  border-radius: 8px;
}

.col_caracteristicas.no_dis {
  display: none;
}

.icon_cols {
  margin-bottom: 10px;
}

.titulo_col {
  margin-bottom: 20px;
  font-family: Tthoves;
  color: #222235;
  font-size: 15px;
  font-weight: 600;
}

.txt_col {
  font-family: 'Open Sans', sans-serif;
  color: #151515;
  font-size: 16px;
  font-weight: 400;
}

.left_bullets {
  width: 55%;
  padding-right: 10px;
  float: left;
}

.right_bullets {
  width: 45%;
  padding-top: 0px;
  float: left;
}

.titulo_bullets {
  max-width: 430px;
  margin-top: 0px;
  margin-bottom: 75px;
  margin-left: 40px;
  font-family: Tthoves;
  color: #375064;
  font-size: 25px;
  line-height: 30px;
  font-weight: 700;
}

.bullets_cols {
  margin-bottom: 10px;
  padding: 25px 40px 25px 20px;
  border: 1px solid #1ae3e8;
  border-radius: 8px;
}

.left_col_bull {
  width: 10%;
  padding-right: 20px;
  float: left;
}

.right_col_bull {
  width: 90%;
  float: left;
}

.letra_abecedario {
  font-family: Tthoves;
  color: #42425f;
  font-size: 20px;
  font-weight: 600;
  text-align: center;
}

.descrip_bullet {
  font-family: Tthoves;
  color: #375064;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
}

.overlay_contacto {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 100;
  display: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.centro_contacto {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  max-width: 700px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.content_contacto {
  position: relative;
  padding: 50px 70px;
  border-radius: 8px;
  background-color: #fff;
}

.titulo_contacto {
  margin-top: 0px;
  margin-bottom: 25px;
  font-family: 'Open Sans', sans-serif;
  color: #171717;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  text-align: center;
}

.txt_descrip_contacto {
  margin-bottom: 50px;
  font-family: 'Open Sans', sans-serif;
  color: #171717;
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  text-align: center;
}

.form_contacto {
  margin-bottom: 0px;
}

.input_contacto {
  height: 40px;
  margin-bottom: 30px;
  border: 0px solid #000;
  border-radius: 8px;
  background-color: #f2f8f9;
  font-family: 'Open Sans', sans-serif;
  color: #606060;
  font-size: 14px;
  font-weight: 600;
}

.input_contacto::-webkit-input-placeholder {
  color: #171717;
}

.input_contacto:-ms-input-placeholder {
  color: #171717;
}

.input_contacto::-ms-input-placeholder {
  color: #171717;
}

.input_contacto::placeholder {
  color: #171717;
}

.submit_contacto {
  padding: 15px 50px;
  border-radius: 8px;
  background-color: #027e85;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

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

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

.full_contacto {
  width: 100%;
  float: left;
  text-align: center;
}

.close_form {
  position: absolute;
  left: auto;
  top: -40px;
  right: -50px;
  bottom: auto;
}

.titulo_solu {
  margin-top: 0px;
  margin-bottom: 40px;
  font-family: 'Open Sans', sans-serif;
  color: #171717;
  font-size: 22px;
  line-height: 25px;
  font-weight: 700;
}

.lista_soluciones {
  margin-bottom: 15px;
  color: #1ae3e8;
  font-size: 20px;
}

.item_list_soluciones {
  margin-bottom: 25px;
}

.txt_soluciones {
  font-family: 'Open Sans', sans-serif;
  color: #151515;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}

.cta_me_interesa {
  display: inline-block;
  padding: 10px 35px;
  border-radius: 8px;
  background-color: #000;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
}

.label_contacto {
  padding-left: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #171717;
  font-size: 14px;
  font-weight: 600;
}

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

  .banner_principal {
    height: 600px;
  }

  .nav_menu {
    background-color: #375064;
  }

  .nav_link {
    padding-top: 15px;
    padding-bottom: 15px;
    text-align: center;
  }

  .bullets {
    padding-top: 75px;
  }

  .contenido_banner {
    left: 80px;
    bottom: 90px;
  }

  .caracteristicas_oddo {
    padding-bottom: 70px;
  }

  .left_cierre {
    padding: 40px 50px 60px;
  }

  .menu_button {
    padding-top: 10px;
    padding-bottom: 10px;
    color: #fff;
  }

  .menu_button.w--open {
    background-color: transparent;
  }

  .right_bullets {
    padding-top: 30px;
  }
}

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

  .banner_principal {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-height: 500px;
    padding-right: 40px;
    padding-bottom: 50px;
    padding-left: 40px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .introduccion {
    padding-top: 30px;
    padding-bottom: 60px;
  }

  .bullets {
    padding-top: 60px;
  }

  .contenido_banner {
    position: static;
    left: 40px;
    bottom: 50px;
  }

  .titulo_banner_principal {
    font-size: 35px;
    line-height: 40px;
  }

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

  .cta_banner_principal {
    font-size: 16px;
  }

  .odoo_cita {
    padding-top: 40px;
  }

  .content_logo_odoo {
    margin-bottom: 40px;
  }

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

  .shape_cel {
    bottom: -29%;
    width: 90px;
  }

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

  .titulo_caracteristicas {
    font-size: 35px;
    line-height: 40px;
  }

  .content_cierre {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .left_cierre {
    width: 100%;
    padding-bottom: 40px;
  }

  .right_cierre {
    width: 100%;
    height: 400px;
  }

  .titulo_cierre {
    font-size: 25px;
  }

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

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

  .left_bullets {
    width: 100%;
    padding-right: 0px;
  }

  .right_bullets {
    width: 100%;
  }

  .titulo_bullets {
    max-width: 100%;
    margin-bottom: 40px;
    margin-left: 0px;
  }

  .centro_contacto {
    max-width: 90%;
  }

  .content_contacto {
    padding-right: 40px;
    padding-left: 40px;
  }

  .close_form {
    right: -43px;
  }
}

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

  .banner_principal {
    min-height: 450px;
    padding-right: 25px;
    padding-bottom: 30px;
    padding-left: 25px;
  }

  .introduccion {
    padding-bottom: 40px;
  }

  .content_icon_intro {
    margin-bottom: 20px;
  }

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

  .titulo_banner_principal {
    margin-bottom: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .descrip_banner_principal {
    margin-bottom: 20px;
  }

  .odoo_cita {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .content_logo_odoo {
    margin-bottom: 25px;
  }

  .shape_cel {
    bottom: -7%;
    width: 50px;
  }

  .caracteristicas_oddo {
    padding-top: 30px;
    padding-bottom: 40px;
  }

  .titulo_caracteristicas {
    font-size: 30px;
    line-height: 35px;
  }

  .txt_copy {
    text-align: center;
  }

  .left_cierre {
    padding: 30px 25px;
  }

  .right_cierre {
    height: 250px;
  }

  .titulo_cierre {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .descrip_cierre {
    margin-bottom: 20px;
  }

  .cta_caracteristicas {
    font-size: 16px;
  }

  .col_caracteristicas {
    width: 100%;
    margin-right: 0%;
    margin-left: 0%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .titulo_bullets {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
  }

  .bullets_cols {
    padding-right: 20px;
    padding-left: 15px;
  }

  .left_col_bull {
    padding-right: 15px;
  }

  .content_contacto {
    padding: 40px 20px;
  }

  .titulo_contacto {
    font-size: 20px;
    line-height: 25px;
  }

  .txt_descrip_contacto {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .input_contacto {
    margin-bottom: 20px;
  }

  .submit_contacto {
    padding-right: 30px;
    padding-left: 30px;
  }

  .left_contacto {
    width: 100%;
    padding-right: 0px;
  }

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

  .close_form {
    top: -22px;
    right: -22px;
  }

  .img_close {
    width: 70px;
  }

  .titulo_solu {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
  }

  .lista_soluciones {
    padding-left: 20px;
  }

  .item_list_soluciones {
    margin-bottom: 15px;
  }

  .txt_soluciones {
    font-size: 15px;
  }

  .cta_me_interesa {
    width: 100%;
  }
}

