img {
  width: 100%;
}

.btn {
  background: #fff;
  padding: 10px 35px;
  color: #15152B;
  font-weight: 500;
  letter-spacing: 1px;
  border-radius: 10px;
}

.btn:hover {
  background: #15152B;
  color: #fff;
}

header {
  padding: 15px 0;
  background: #13142c;
}
header .stay-hide {
  display: none;
}
header.stickEmUp .top-bar {
  display: none;
}
header.stickEmUp .stay-hide {
  display: block;
  margin-left: 30px;
}
@media (max-width: 720px) {
  header.stickEmUp .stay-hide {
    margin-left: 0;
  }
}
header.stickEmUp .stay-hide a {
  background-color: #fff !important;
  color: #15152B !important;
  border-radius: 0 !important;
  padding: 5px 15px !important;
}
header .flex {
  justify-content: space-between;
}
header.stickEmUp {
  background-color: #15152B;
  border: none;
  padding: 10px 0;
}
header.stickEmUp .flex {
  justify-content: space-between;
}
header.stickEmUp #navbar ul li a {
  color: #fff;
  font-size: 14px;
}
header.stickEmUp .brand-img img {
  width: 100px;
}
header #navbar ul li:last-of-type a {
  padding-right: 0;
}
header .contact-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
header .contact-links .btn {
  padding: 5px 25px;
  border-radius: 15px;
}
header .rrss__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 20px;
}
header .rrss__container-item {
  width: 35px;
  margin: 0 0 0 5px;
}

.slide-home .slider-image {
  width: 350px;
  margin: auto;
}
.slide-home .bxslider li h2 {
  font-size: 3em;
  margin-bottom: 50px;
}

section#home {
  position: relative;
  z-index: 1;
}

.featured__content {
  padding-bottom: 0;
}
.featured__content-item h3 {
  color: #fff;
  font-size: 2rem;
  margin-bottom: 0;
  font-weight: 500;
}
.featured__content-item .wrap-text {
  transition: all 1s ease;
}
.featured__content-item .wrap-text .inner-text {
  transition: all 1s ease;
  background: #15152B;
  min-height: 355px;
  border-radius: 25px;
  padding: 20px 40px;
  color: #fff;
  font-size: 1.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.featured__content-item .wrap-text .inner-text p {
  line-height: 1.5em;
  width: 90%;
  margin: 10px auto 20px;
}
.featured__content-item .wrap-text .inner-text .btn {
  margin-top: 0;
  background-color: #fff;
  color: #15152B;
}
.featured__content .wrap-image {
  border-radius: 25px;
  overflow: hidden;
}

.section-title {
  margin-bottom: 60px;
}
.section-title h2 {
  color: #15152B;
  font-weight: 500;
  font-size: 40px;
  margin: 0;
}

.features .flex {
  align-items: flex-start;
}
.features .feature__item-image {
  width: 120px;
  margin: auto;
}
.features .feature__item-text {
  font-size: 1.5rem;
  line-height: 1.8rem;
  margin-top: 20px;
  font-weight: 500;
}

.benefits {
  padding: 30px 0;
}
.benefits .bhoechie-tab-menu .list-group {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  box-shadow: none;
}
.benefits .bhoechie-tab-menu .list-group-item {
  padding: 5px 20px;
  border-radius: 30px;
  border: 2px solid #15152B;
  text-shadow: none;
  margin: 0 15px;
}
.benefits .bhoechie-tab-menu .list-group-item.active {
  background: rgb(21, 21, 43);
  background: linear-gradient(63deg, rgb(21, 21, 43) 0%, rgb(35, 38, 87) 40%, rgb(15, 76, 158) 100%);
  color: #fff;
}
.benefits .bhoechie-tab-menu .list-group-item h4 {
  margin: 10px 0;
  color: inherit;
  font-size: 1.8rem;
}
.benefits div.bhoechie-tab-content {
  min-height: 370px;
  background: rgb(21, 21, 43);
  background: linear-gradient(315deg, rgb(21, 21, 43) 0%, rgb(35, 38, 87) 40%, rgb(15, 76, 158) 100%);
  padding: 40px 50px;
  border-radius: 30px;
  color: #fff;
  font-size: 1.6rem;
}
.benefits div.bhoechie-tab-content h3 {
  color: #fff;
}
.benefits div.bhoechie-tab div.bhoechie-tab-content:not(.active) {
  display: none;
}

.solutions-section {
  background: rgb(21, 21, 43);
  background: linear-gradient(315deg, rgb(21, 21, 43) 0%, rgb(35, 38, 87) 40%, rgb(15, 76, 158) 100%);
  margin-top: 60px;
  padding: 80px 0;
}
.solutions-section h2 {
  color: #fff;
}
.solutions-section .col-md-4 {
  margin-bottom: 30px;
}
.solutions-section .wrap-image {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  max-height: 230px;
}
.solutions-section .wrap-image img {
  width: 120%;
}
.solutions-section .wrap-text {
  background: #fff;
  padding: 25px 25px 15px;
  border-bottom-right-radius: 15px;
  border-bottom-left-radius: 15px;
}
.solutions-section .wrap-text h4 {
  margin: 0 0 10px;
}
.solutions-section .wrap-text p {
  font-size: 1.6rem;
  font-weight: 400;
}

#contacto {
  background-color: #15152B;
  color: white;
  padding-bottom: 0;
  padding-top: 80px;
}
#contacto .container {
  position: relative;
  z-index: 3;
}
#contacto .section-title {
  margin-bottom: 80px;
}
#contacto .section-title h2 {
  color: #fff;
}
#contacto .col-md-4 {
  background-color: #0F4C9E;
  color: #fff;
  min-height: 180px;
  padding-top: 0px;
  padding-bottom: 30px;
}
#contacto .col-md-4:first-child {
  border-top-left-radius: 15px;
  border-bottom-left-radius: 15px;
}
#contacto .col-md-4:last-child {
  border-top-right-radius: 15px;
  border-bottom-right-radius: 15px;
}
#contacto .col-md-4 .icon {
  background-color: #fff;
  border-radius: 5px;
}
#contacto .col-md-4 h4 {
  margin: 0;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
}
#contacto .col-md-4 p {
  font-weight: 500;
  line-height: 1.4em;
  font-size: 1.6rem;
  color: #fff;
}
#contacto .col-md-4 a {
  font-size: 1.6rem;
  line-height: 1.4em;
  color: #fff;
  font-weight: 500;
}
#contacto .icon {
  width: 70px;
  height: 70px;
  color: #15152B;
  line-height: 70px;
  font-size: 45px;
  margin: 0;
  margin-top: -30px;
}

.products {
  padding: 100px 0;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #fff;
}
@media (max-width: 720px) {
  .products {
    background-size: cover;
    padding: 100px 0 50px;
  }
}

@media (max-width: 720px) {
  header {
    padding: 20px 0;
  }
  header .brand-img {
    padding: 0;
  }
  header .brand-img img {
    width: 130px;
  }
  header .navbar-toggle {
    margin: 0;
  }
  header .navbar-toggle .icon-bar {
    width: 45px;
    height: 4px;
  }
  header .navbar-toggle .icon-bar + .icon-bar {
    margin-top: 6px;
  }
  header .contact-links {
    display: none;
  }
  header .navbar-toggle {
    margin: 0;
  }
  header #navbar {
    position: absolute;
    width: 100%;
    background: #15152B;
    margin: 0;
    left: 0;
    top: 84px;
    z-index: 9999;
    text-align: center;
    padding: 15px 0;
    box-shadow: none;
  }
  header #navbar .navbar-nav {
    margin: 0;
  }
  header #navbar .navbar-nav li a {
    padding: 10px 0;
    margin: 0;
    color: #fff !important;
  }
  .stickEmUp #navbar {
    top: 64px;
  }
  .slide-home .bxslider li {
    height: 400px;
    background-position: center;
    background-size: cover;
    padding-top: 84px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  }
  .slide-home .bxslider li .editor {
    margin-top: -100px;
  }
  .slide-home .bxslider li .slider-image {
    width: 200px;
  }
  .slide-home .bxslider li h2 {
    font-size: 1.8em;
    margin: 0 auto 20px;
  }
  .slide-home .bxslider li .btn {
    padding: 10px 20px;
  }
  #contacto .col-md-4:first-child {
    padding-bottom: 50px;
  }
  #servicios h4 {
    width: 80%;
    margin: auto;
  }
  .row.flex img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  section {
    padding: 60px 0px 0px;
  }
  .featured__content .featured__content-item .wrap-text .inner-text {
    min-height: inherit;
    border-radius: 10px 10px 0 0;
    padding: 30px 20px 0;
    font-size: 1.5rem;
  }
  .featured__content .wrap-image {
    border-radius: 0 0 10px 10px;
    overflow: hidden;
  }
  .section-title h2 {
    font-size: 30px;
    text-align: center;
  }
  .features .row.flex {
    display: block;
  }
  .features .col-sm-6 {
    width: 50%;
    float: left;
    min-height: 230px;
  }
  .features .col-sm-6:last-child {
    width: 100%;
  }
  .benefits .bhoechie-tab-menu .list-group {
    overflow-x: scroll;
    justify-content: flex-start;
  }
  .benefits .bhoechie-tab-menu .list-group-item {
    padding: 2px 20px;
    border-radius: 10px;
    margin: 0 10px;
  }
  .benefits div.bhoechie-tab-content {
    min-height: inherit;
    padding: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 1.4rem;
  }
}/*# sourceMappingURL=custom.css.map */