@import url(bootstrap.min.css);
@import url("https://fonts.googleapis.com/css?family=Roboto:100,200,200i,300,400,400i,500,600,700,800,900");
body {
  font-family: Roboto;
}

p,
h2,
h4,
h5 {
  line-height: 1.3;
}

h4 {
  margin: 0;
}

html {
  overflow-x: hidden;
}

@media only screen and (max-width: 600px) {
  overflow-x: hidden;
}
.diagonal-line-1 {
  background: linear-gradient(to right bottom, #fff 49.5%, #114774 50%);
  width: 100%;
  height: 80px;
  border-color: #114774;
}

.diagonal-line-1-inverse {
  background: linear-gradient(to right bottom, #114774 49.5%, #fff 50%);
  width: 100%;
  height: 80px;
}

.diagonal-line-2 {
  background: linear-gradient(to right bottom, #fff 49.5%, #1F6FA3 50%);
  width: 100%;
  height: 80px;
}

.diagonal-line-3 {
  background: linear-gradient(to right bottom, #f0f0f0 49.5%, #fff 50%);
  width: 100%;
  height: 80px;
}

.diagonal-line-3-inverse {
  background: linear-gradient(to right bottom, #114774 49.5%, #f0f0f0 50%);
  width: 100%;
  height: 80px;
}

section#top {
  background-color: '#f7f7f7';
  min-height: 60px;
  display: flex;
}
section#top .logo-box {
  text-align: right;
}
section#top .slogan {
  padding-top: 1rem;
}
section#top .slogan-box {
  text-align: left;
}
section#top a:hover {
  text-decoration: none;
}
section#top p {
  color: #A4A4A4;
  font-style: italic;
}
section#top .top-container {
  margin: auto;
}
section#top .logo-box {
  width: 27%;
  display: flex;
  margin: auto;
}
section#top .logo-box img {
  height: 40px;
}
section#top .logo-box p {
  margin: auto 10px;
}
section#top .client-area-box {
  display: flex;
  cursor: pointer;
}
section#top .cta-box {
  margin: auto 10px;
}
section#top .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 10px;
  padding-top: 1rem;
  color: white;
}
section#top .buttons-box {
  width: 35%;
  display: flex;
}
section#top .top-cta {
  margin: auto;
}
section#top .contracts {
  display: flex;
  width: 50%;
  float: left;
}
section#top .client-area {
  display: flex;
  width: 50%;
  float: right;
}
section#top .client-avatar {
  height: 20px;
  margin: auto 10px;
}
section#top .contract-avatar {
  height: 35px;
  margin: auto 10px;
}
@media only screen and (max-width: 600px) {
  section#top {
    display: none;
    min-height: 100px;
  }
  section#top .logo-container {
    text-align: center;
    padding-top: 5%;
  }
  section#top .logo-box {
    width: 100%;
    display: block;
    text-align: center;
  }
  section#top .slogan {
    text-align: center;
  }
  section#top .client-area-box {
    text-align: center;
    cursor: pointer;
    padding-bottom: 5%;
    display: none;
  }
  section#top .client-area {
    display: flex;
  }
  section#top .contracts {
    display: flex;
  }
  section#top .top-cta {
    margin: auto;
  }
  section#top .client-avatar {
    height: 20px;
    margin: auto 10px;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  section#top .logo-container {
    text-align: center;
    padding-top: 5%;
  }
  section#top .logo-box {
    width: 100%;
    display: block;
    text-align: center;
  }
  section#top .slogan {
    text-align: center;
  }
  section#top .client-area-box {
    text-align: center;
    cursor: pointer;
    padding-bottom: 5%;
  }
  section#top .client-area {
    display: flex;
  }
  section#top .top-cta {
    margin: auto;
  }
  section#top .client-avatar {
    height: 20px;
    margin: auto 10px;
  }
}

section#top-menu {
  background-color: #1B63A2;
  height: 75px;
}
section#top-menu .logo-mobile {
  display: none !important;
}
section#top-menu .only-mobile {
  display: none !important;
}
section#top-menu .navbar {
  margin-bottom: 0 !important;
}
section#top-menu .navbar .navbar-inverse {
  z-index: 99;
}
section#top-menu .navbar-inverse {
  background-color: #1B63A2;
  border-color: #1B63A2;
  min-height: 70px;
}
section#top-menu .navbar-inverse li {
  min-height: 70px;
}
section#top-menu .navbar-nav {
  width: 100%;
  text-align: center;
  min-height: 75px;
}
section#top-menu .navbar-nav > li {
  float: none;
  display: inline-block;
  min-height: 75px;
}
section#top-menu .navbar-nav > li a {
  min-height: 75px;
  padding: 0 15px;
}
section#top-menu p {
  color: white;
  margin: 0;
}
section#top-menu .item-menu {
  height: 75px;
}
section#top-menu .item-menu-image {
  float: left;
  margin: auto;
}
section#top-menu .item-menu-text {
  float: right;
  margin-left: 8px;
  text-align: left;
}
section#top-menu .superior-text {
  margin-top: 2px;
  margin-bottom: -4px;
}
section#top-menu .inferior-text {
  font-weight: 400;
}
section#top-menu .item-menu-box {
  padding: 0 20px 0 20px;
  height: 39px;
  margin-top: 17px;
}
@media only screen and (max-width: 600px) {
  section#top-menu {
    min-height: 75px;
    height: initial;
  }
  section#top-menu .client-avatar {
    height: 20px;
    margin: auto 10px;
  }
  section#top-menu .client-area-box {
    text-align: center;
    cursor: pointer;
    padding-bottom: 5%;
    display: none;
  }
  section#top-menu .client-area {
    display: flex;
  }
  section#top-menu .top-cta {
    margin: auto;
  }
  section#top-menu .navbar-nav > li a {
    padding: 10px;
    height: 40px;
    min-height: initial;
    margin: 0;
  }
  section#top-menu .cta {
    background-color: #FF9900;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px !important;
    height: 40px !important;
    padding-top: 1rem;
    color: white;
  }
  section#top-menu .cta-outline {
    margin-top: 3rem;
    background-color: #1B63A2;
    border-color: #FF9900;
    border-width: 2px;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px;
    padding-top: 1rem;
    color: white;
    border-style: solid;
    display: flex;
  }
  section#top-menu .cta-outline p {
    text-align: center;
    width: 100%;
  }
  section#top-menu .only-mobile {
    display: block !important;
    width: 100% !important;
  }
  section#top-menu .first {
    margin-top: 3rem;
  }
  section#top-menu .navbar-toggle {
    background-color: #1B63A2;
  }
  section#top-menu .logo-mobile {
    display: block !important;
    position: absolute;
    padding: 1.7rem;
  }
  section#top-menu .navbar-header {
    height: 70px;
    background-color: white;
  }
  section#top-menu .navbar-inverse li {
    width: 80%;
    text-align: center;
  }
  section#top-menu .navbar-inverse .first {
    margin-top: 3rem;
  }
  section#top-menu .navbar-nav {
    margin: 0 !important;
  }
  section#top-menu .item-menu-box {
    margin-top: 0;
  }
  section#top-menu .item-menu-text {
    float: none;
    width: 75%;
    padding-left: 5%;
  }
  section#top-menu .item-menu {
    display: flex;
    height: 40px;
  }
  section#top-menu .item-menu-image {
    float: none;
    width: 25%;
  }
}

section#top-menu-contact {
  background-color: #1B63A2;
  height: 75px;
}
section#top-menu-contact .logo-mobile {
  display: none !important;
}
section#top-menu-contact .only-mobile {
  display: none !important;
}
section#top-menu-contact .navbar {
  margin-bottom: 0 !important;
}
section#top-menu-contact .navbar .navbar-inverse {
  z-index: 99;
}
section#top-menu-contact .navbar-inverse {
  background-color: #1B63A2;
  border-color: #1B63A2;
  max-height: 70px;
}
section#top-menu-contact .navbar-inverse li {
  min-height: 70px;
}
section#top-menu-contact .navbar-nav {
  width: 100%;
  text-align: center;
  min-height: 75px;
}
section#top-menu-contact .navbar-nav > li {
  float: none;
  display: inline-block;
  min-height: 75px;
}
section#top-menu-contact .navbar-nav > li a {
  min-height: 75px;
  padding: 0 15px;
}
section#top-menu-contact p {
  color: white;
  margin: 0;
}
section#top-menu-contact .item-menu {
  height: 75px;
}
section#top-menu-contact .item-menu-image {
  float: left;
  margin: auto;
}
section#top-menu-contact .item-menu-text {
  float: right;
  margin-left: 8px;
  text-align: left;
}
section#top-menu-contact .superior-text {
  margin-top: 2px;
  margin-bottom: -4px;
}
section#top-menu-contact .inferior-text {
  font-weight: 400;
}
section#top-menu-contact .item-menu-box {
  padding: 0 20px 0 20px;
  height: 39px;
  margin-top: 17px;
}
@media only screen and (max-width: 600px) {
  section#top-menu-contact {
    min-height: 75px;
    max-height: none;
    height: initial;
  }
  section#top-menu-contact .client-avatar {
    height: 20px;
    margin: auto 10px;
  }
  section#top-menu-contact .client-area-box {
    text-align: center;
    cursor: pointer;
    padding-bottom: 5%;
    display: none;
  }
  section#top-menu-contact .client-area {
    display: flex;
  }
  section#top-menu-contact .top-cta {
    margin: auto;
  }
  section#top-menu-contact .navbar-nav > li a {
    padding: 10px;
    height: 40px;
    min-height: initial;
    margin: 0;
  }
  section#top-menu-contact .cta {
    background-color: #FF9900;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px !important;
    height: 40px !important;
    padding-top: 1rem;
    color: white;
  }
  section#top-menu-contact .cta-outline {
    margin-top: 3rem;
    background-color: #1B63A2;
    border-color: #FF9900;
    border-width: 2px;
    font-weight: 500;
    border-radius: 4px;
    padding: 10px;
    padding-top: 1rem;
    color: white;
    border-style: solid;
    display: flex;
  }
  section#top-menu-contact .cta-outline p {
    text-align: center;
    width: 100%;
  }
  section#top-menu-contact .only-mobile {
    display: block !important;
    width: 100% !important;
  }
  section#top-menu-contact .first {
    margin-top: 3rem;
  }
  section#top-menu-contact .navbar-toggle {
    background-color: #1B63A2;
  }
  section#top-menu-contact .logo-mobile {
    display: block !important;
    position: absolute;
    padding: 1.7rem;
  }
  section#top-menu-contact .navbar-header {
    height: 70px;
    background-color: white;
  }
  section#top-menu-contact .navbar-inverse {
    max-height: none;
  }
  section#top-menu-contact .navbar-inverse li {
    width: 80%;
    text-align: center;
  }
  section#top-menu-contact .navbar-inverse .first {
    margin-top: 3rem;
  }
  section#top-menu-contact .navbar-nav {
    margin: 0 !important;
  }
  section#top-menu-contact .item-menu-box {
    margin-top: 0;
  }
  section#top-menu-contact .item-menu-text {
    float: none;
    width: 75%;
    padding-left: 5%;
  }
  section#top-menu-contact .item-menu {
    display: flex;
    height: 40px;
  }
  section#top-menu-contact .item-menu-image {
    float: none;
    width: 25%;
  }
}

section#slider {
  background-color: #1B63A2;
}
section#slider .image-slider-mobile,
section#slider .slider-image-overlay {
  display: none;
}
section#slider .image-slider-desktop {
  display: block;
}
section#slider .carousel-inner > .item > img,
section#slider .carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
section#slider .right .carousel-control,
section#slider .left .carousel-control,
section#slider .carousel-control {
  display: none;
}
section#slider .carousel-indicators .active {
  background-color: #FF9900;
}
section#slider .cta {
  background-color: #FF9900;
  font-weight: 500;
  font-size: 15px;
  border-radius: 4px;
  padding: 18px;
  color: white;
}
section#slider .carousel-caption {
  width: 60%;
  padding-top: 7%;
  padding-left: 20%;
  padding-right: 5%;
  text-align: left;
  position: absolute;
  right: 0;
  top: 0;
  margin: auto;
}
section#slider .carousel-caption h1 {
  font-size: 26px;
}
section#slider .carousel-caption h2 {
  font-size: 18px;
  font-weight: 300;
  margin-bottom: 30px;
  padding-right: 16px;
}
@media (min-width: 601px) and (max-width: 768px) {
  section#slider .carousel-caption {
    width: 60%;
    padding-top: 2%;
    padding-left: 20%;
    padding-right: 5%;
    text-align: left;
    position: absolute;
    right: 0;
    top: 0;
    margin: auto;
  }
  section#slider .carousel-caption h1 {
    font-size: 18px !important;
  }
  section#slider .carousel-caption h2 {
    font-size: 14px !important;
    font-weight: 300;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 600px) {
  section#slider .image-slider-mobile {
    display: block;
  }
  section#slider .image-slider-desktop {
    display: none;
  }
  section#slider .slider-image-overlay {
    display: block;
    position: absolute;
    background-color: #000;
    width: 100%;
    height: 100%;
    opacity: 0.6;
  }
  section#slider .carousel-inner > .item > img,
  section#slider .carousel-inner > .item > a > img {
    margin: auto;
    height: 300px;
  }
  section#slider .item {
    overflow-x: hidden;
    max-height: 300px;
  }
  section#slider .carousel-caption {
    width: 90% !important;
    padding-top: 7% !important;
    text-align: left;
    padding-left: 0;
    left: 10% !important;
  }
  section#slider .carousel-caption h1 {
    font-size: 22px !important;
  }
  section#slider .carousel-caption h2 {
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 30px;
    font-size: 16px;
  }
}

section#icon-bar {
  background-color: #ECECEC;
  min-height: 90px;
  color: #6b6b6b;
  width: 100%;
}
section#icon-bar .container {
  width: 70%;
  margin: auto;
}
section#icon-bar .info-box {
  display: flex;
  height: 90px;
}
section#icon-bar p {
  margin: 0;
}
section#icon-bar .item-menu-image {
  margin: auto 0;
  height: 40px;
}
section#icon-bar .item-menu-text {
  float: right;
  margin: auto 10px;
  text-align: left;
}
section#icon-bar .superior-text {
  font-weight: 400;
}
section#icon-bar .inferior-text {
  font-weight: 400;
}
section#icon-bar h6 {
  font-size: 14px;
  margin-top: 5px;
  margin-bottom: 5px;
}
@media only screen and (max-width: 600px) {
  section#icon-bar {
    padding-top: 5% !important;
    padding-bottom: 5% !important;
  }
  section#icon-bar .container {
    width: 95% !important;
  }
}

section#description {
  background-color: white;
  min-height: 400px;
  text-align: center;
  padding: 8rem 0 8rem 0;
}
section#description h4 {
  font-weight: 800;
}
section#description h5 {
  font-weight: 300;
  font-size: 18px;
  padding: 2rem 0 0 0;
}
section#description .area {
  font-weight: 800;
  margin-bottom: 4rem;
}
section#description .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px;
  color: white;
}

section#help-icons {
  background-color: #114774;
  min-height: 200px;
  text-align: center;
}
section#help-icons h4 {
  font-weight: 500;
  color: white;
  padding-top: 3rem;
}
section#help-icons h5 {
  font-weight: 400;
  font-size: 18px;
  padding: 2rem 0 0 0;
}
section#help-icons p {
  color: white;
  margin: 0;
}
section#help-icons .item-menu-image {
  height: 35px;
}
section#help-icons .icons-row {
  margin: auto;
  padding-top: 5rem;
}
section#help-icons .item-menu {
  display: flex;
}
section#help-icons .item-menu-text {
  padding-left: 8px;
  text-align: left;
}
section#help-icons .superior-text {
  font-weight: 400;
}
section#help-icons .inferior-text {
  font-weight: 400;
}
section#help-icons .item-menu-box {
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 600px) {
  section#help-icons .item-menu {
    padding: 2rem 0;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  section#help-icons .item-menu {
    padding: 2rem 0;
  }
}

section#about {
  background-color: white;
  min-height: 300px;
  text-align: center;
}
section#about .about-box {
  margin: auto;
}
section#about h4 {
  font-weight: 800;
  padding-top: 6rem;
  color: #191c1f;
}
section#about h5 {
  font-weight: 400;
  font-size: 18px;
  padding: 2rem 0 0 0;
  color: #191c1f;
}
section#about .title {
  font-weight: 600;
  margin-bottom: 3rem;
  color: #191c1f;
}
section#about .text {
  padding: 0 3rem 0 3rem;
  font-weight: 300;
  font-size: 18px;
  color: #191c1f;
}

section#solutions {
  background-color: white;
  min-height: 200px;
  text-align: center;
  padding: 5rem 0 5rem 0;
}
section#solutions .solutions-box {
  margin: auto;
  padding: 3rem 0 5rem 0;
}
section#solutions img {
  height: 100px;
}
section#solutions h4 {
  font-weight: 800;
  margin-bottom: 3rem;
}
section#solutions h5 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 2rem;
}
section#solutions .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px;
  color: white;
  padding: 14px;
}

section#description-contracts {
  background-color: white;
  min-height: 400px;
  text-align: center;
  padding: 8rem 0 8rem 0;
}
section#description-contracts h4 {
  font-weight: 800;
}
section#description-contracts h5 {
  font-weight: 300;
  font-size: 18px;
  padding: 2rem 20% 0 20%;
}
section#description-contracts .area {
  font-weight: 800;
  margin-bottom: 4rem;
}
section#description-contracts .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px;
  color: white;
}
section#description-contracts .images-box {
  padding-top: 3rem;
}
section#description-contracts .images-box h5 {
  color: #000;
  font-size: 18px;
}
section#description-contracts .images-box h5 span {
  font-weight: bold;
}
section#description-contracts .images-box a h5 {
  padding: 0;
}
section#description-contracts .images-box a:hover {
  text-decoration: none;
}

footer {
  background-color: #1F6FA3;
  min-height: 200px;
  text-align: center;
}
footer h4 {
  font-weight: 400;
  font-size: 16px;
  color: white;
}
footer .first {
  padding-left: 6%;
}
footer .contact-row {
  padding: 5rem 3rem;
  margin: auto;
}
footer .title-row {
  padding-top: 3rem;
}
footer .title {
  text-align: right;
}
footer .image {
  text-align: left;
}
footer .contact-box {
  text-align: left;
}
footer img {
  height: 20px;
}
footer h5 a {
  color: white;
  font-weight: 400;
}
footer h5 a:hover {
  color: white;
  text-decoration: none;
  font-weight: 400;
}
footer .image-contact {
  margin: auto;
  height: 40px;
  padding-top: .7rem;
  margin-right: -15px;
}
footer .text-contact {
  margin: auto;
  text-align: left;
  padding-left: 3rem;
}
footer .powered {
  color: white;
  font-style: italic;
  font-weight: 200;
  font-size: 10px;
}
footer .powered-box {
  padding-bottom: 1rem;
}
@media only screen and (max-width: 600px) {
  footer .contact-row {
    padding: 3rem 2rem;
    margin: auto;
  }
  footer .title {
    text-align: center;
  }
  footer .image {
    text-align: center;
    margin-top: 1rem;
  }
}

section#vantages {
  background-color: #114774;
  min-height: 200px;
  text-align: center;
}
section#vantages h4 {
  font-weight: 500;
  color: white;
  padding-top: 3rem;
}
section#vantages h5 {
  font-weight: 300;
  font-size: 18px;
  color: white;
}
section#vantages p {
  color: white;
  margin: 0;
}
section#vantages .item-menu-image {
  height: 35px;
}
section#vantages .icons-row {
  margin: auto;
  padding-top: 2rem;
}
section#vantages .item-menu {
  display: flex;
}
section#vantages .item-menu-text {
  padding-left: 8px;
  text-align: left;
}
section#vantages .superior-text {
  font-weight: 200;
}
section#vantages .inferior-text {
  font-weight: 400;
}
section#vantages .item-menu-box {
  padding: 0 20px 0 20px;
}
@media only screen and (max-width: 600px) {
  section#vantages .item-menu {
    padding: 2rem 0;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  section#vantages .item-menu {
    padding: 2rem 0;
  }
}

section#form {
  text-align: center;
  padding: 8rem 0;
}
section#form h4 {
  font-weight: 500;
  padding-top: 3rem;
  color: #191c1f;
  margin-bottom: 5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}
section#form form {
  text-align: left;
  width: 40%;
  margin: auto;
}
section#form .form-box {
  margin-top: 3rem;
}
section#form .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px;
  padding-top: 1rem;
  color: white;
  margin-top: 2rem;
  height: 46px;
}
section#form .submit {
  width: 100%;
  text-align: center;
  padding: 8px;
  border-color: #FF9900;
  margin-top: -15px;
}
section#form .form-control {
  height: 46px;
  font-weight: 600;
  margin-bottom: 34px;
  font-size: 16px;
}
section#form label {
  font-size: 16px;
}
@media only screen and (max-width: 600px) {
  section#form form {
    text-align: left;
    width: 90%;
    margin: auto;
  }
}
@media (min-width: 601px) and (max-width: 768px) {
  section#form form {
    text-align: left;
    width: 90%;
    margin: auto;
  }
}

section#residencial-plans {
  background-color: white;
  min-height: 400px;
  text-align: center;
  padding: 8rem 0 8rem 0;
}
section#residencial-plans h4 {
  font-weight: 800;
}
section#residencial-plans h5 {
  font-weight: 300;
  font-size: 18px;
  padding: 2rem 0 0 0;
}
section#residencial-plans h6 {
  text-align: center;
  color: #666;
}
section#residencial-plans .second-line {
  margin-top: 3rem;
}
section#residencial-plans .area {
  font-weight: 800;
  margin-bottom: 4rem;
}
section#residencial-plans .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px;
  color: white;
}
section#residencial-plans .plans-container {
  margin-top: 3rem;
}
section#residencial-plans .plan-box {
  display: flex;
  height: 80px;
}
section#residencial-plans .megas-box {
  margin: auto;
  padding-top: 2.3rem;
}
section#residencial-plans .mega-info {
  background-color: #015e98;
  width: 40%;
  display: block;
  text-align: center;
  max-width: 79px;
}
section#residencial-plans .price-info {
  background-color: #ECECEC;
  width: 60%;
  display: block;
}
section#residencial-plans .text-up {
  color: white;
  font-size: 30px;
  font-weight: 700;
  margin: 0;
  padding: 0;
  line-height: 0;
}
section#residencial-plans .text-down {
  color: white;
  font-weight: 300;
  margin: 0;
  padding: 0;
  line-height: 0;
}
section#residencial-plans .price-box {
  margin: auto;
  padding-top: .8rem;
}
section#residencial-plans .consulte {
  margin-top: 0.8rem !important;
}
section#residencial-plans .price-small {
  width: 100%;
  display: block;
  color: #36424a;
  font-weight: 300;
  text-align: left;
  padding-left: 16px;
}
section#residencial-plans .price-large {
  width: 100%;
  display: block;
  color: #36424a;
  font-weight: 300;
  font-size: 16px;
  text-align: left;
  padding-left: 16px;
}
section#residencial-plans .cta-box {
  margin-top: 6rem;
}
@media only screen and (max-width: 600px) {
  section#residencial-plans .plan-box {
    margin-bottom: 1rem;
  }
  section#residencial-plans .second-line {
    margin-top: 0;
  }
  section#residencial-plans .megas-box {
    padding-top: 1rem;
    display: inline-grid;
  }
  section#residencial-plans .text-down {
    line-height: initial;
  }
  section#residencial-plans .text-up {
    line-height: initial;
  }
}

section#empresarial-description {
  background-color: white;
  min-height: 400px;
  text-align: center;
  padding: 8rem 0 8rem 0;
}
section#empresarial-description h4 {
  font-weight: 800;
}
section#empresarial-description h5 {
  font-weight: 300;
  font-size: 18px;
  padding: 2rem 0 0 0;
}
section#empresarial-description .area {
  font-weight: 800;
  margin-bottom: 4rem;
}
section#empresarial-description .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px;
  color: white;
}
section#empresarial-description .cta-box {
  margin-top: 6rem;
}

section#empresarial-description-2 {
  background-color: #f0f0f0;
  min-height: 400px;
  text-align: center;
  padding: 5rem 0 5rem 0;
}
section#empresarial-description-2 h4 {
  font-weight: 800;
}
section#empresarial-description-2 h5 {
  font-weight: 300;
  font-size: 18px;
  padding: 2rem 0 0 0;
}
section#empresarial-description-2 .area {
  font-weight: 800;
  margin-bottom: 4rem;
}
section#empresarial-description-2 .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 12px;
  color: white;
}
section#empresarial-description-2 .cta-box {
  margin-top: 6rem;
}
section#empresarial-description-2 .description-columns-box {
  margin-top: 5rem;
}
section#empresarial-description-2 p {
  margin-top: 2rem;
  font-size: 18px;
  font-weight: 300;
}

section#empresarial-solutions {
  background-color: #f0f0f0;
  min-height: 200px;
  text-align: center;
  padding: 5rem 0 5rem 0;
}
section#empresarial-solutions .solutions-box {
  margin: auto;
  padding: 3rem 0 5rem 0;
}
section#empresarial-solutions img {
  height: 100px;
}
section#empresarial-solutions h4 {
  font-weight: 800;
  margin-bottom: 3rem;
}
section#empresarial-solutions h5 {
  font-weight: 600;
  font-size: 16px;
  padding-top: 2rem;
}
section#empresarial-solutions .cta {
  background-color: #FF9900;
  font-weight: 500;
  border-radius: 4px;
  padding: 14px;
  color: white;
  padding: 14px;
}
