.w-embed-youtubevideo {
  width: 100%;
  position: relative;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-size: cover;
  background-position: 50% 50%;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.slider-a {
  display: none;
  margin-top: 95px;
}

.slider-01 {
  height: 550px;
}

.slide {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(18%, rgba(0, 46, 93, 0.85)), color-stop(40%, rgba(0, 46, 93, 0.6)), color-stop(76%, rgba(0, 46, 93, 0))), url('../images/Slider-Landing_C03.jpg');
  background-image: linear-gradient(90deg, rgba(0, 46, 93, 0.85) 18%, rgba(0, 46, 93, 0.6) 40%, rgba(0, 46, 93, 0) 76%), url('../images/Slider-Landing_C03.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  opacity: 1;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 10px none #5788b4;
  border-bottom: 10px solid #d1dde6;
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#236192), to(#236192));
  background-image: linear-gradient(180deg, #236192, #236192);
  background-position: 0px 0px;
  background-size: auto;
}

.menu-txt {
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.menu-txt:active {
  color: #ebab1f;
}

.menu-txt:visited {
  color: #ebab1f;
}

.menu-txt.w--current {
  color: #ebab1f;
}

.scene-01 {
  display: block;
  padding-top: 0px;
  padding-bottom: 110px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}

.content-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-menu {
  display: none;
}

.image {
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading {
  margin-top: 80px;
  margin-bottom: 15px;
  padding-right: 63px;
  padding-left: 63px;
  font-family: Roboto, sans-serif;
  color: #002e5d;
  font-size: 34px;
  line-height: 36px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.cont-slider-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tit-slider-01 {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 600;
  text-align: left;
}

.tit-slider-01.bold {
  font-style: normal;
}

.bold-text {
  font-family: 'Open Sans', sans-serif;
  color: #ffc800;
  font-size: 38px;
  font-style: normal;
  font-weight: 600;
  text-align: left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.37);
}

.tit-section-01b {
  display: none;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-bottom: 0px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.form-head {
  position: static;
  display: block;
  width: 87%;
  height: 15px;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px 10px 0px 0px;
  background-color: #5788b4;
}

.form-body-02 {
  display: block;
  width: 400px;
  padding: 15px 25px 1px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  background-color: #fff;
  text-align: center;
}

.field-label {
  margin-bottom: 2px;
  font-family: Roboto, sans-serif;
  color: #005f8f;
  font-size: 16px;
  font-weight: 300;
  text-align: left;
}

.text-field-2 {
  margin-bottom: 5px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #cee9f6;
  border-radius: 5px;
  background-color: #f7f7f7;
  font-family: Roboto, sans-serif;
  color: #013d85;
  font-size: 14px;
  line-height: 10px;
  font-weight: 400;
}

.submit-button {
  margin-top: 10px;
  padding: 5px 10px 5px 24px;
  border-radius: 5px;
  background-color: #0f9fe7;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 15% 46%;
  background-size: auto 12px;
  background-repeat: no-repeat;
  font-family: Exo, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.success-message {
  background-color: transparent;
  font-family: Oswald, sans-serif;
  color: #fffdfd;
  font-size: 16px;
  font-weight: 200;
}

.text-block {
  font-family: Roboto, sans-serif;
  color: #013d85;
  font-size: 16px;
  font-weight: 300;
}

.form-footer {
  width: 87%;
  height: 15px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #236294;
}

.column {
  display: block;
  margin-bottom: 29px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.txt-sub-tit-01 {
  display: block;
  margin-bottom: 50px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 22px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.footera {
  background-color: #236294;
}

.container-footera {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-2 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.footera-text-01 {
  display: none;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.column-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.footera-text-01b {
  display: block;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #2a2e35;
  font-weight: 300;
  text-align: right;
}

.rrss {
  padding: 5px;
}

.col-slider-01 {
  display: none;
  padding-right: 45px;
}

.col-scene-01 {
  margin-top: 30px;
}

.col-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-4 {
  text-align: right;
}

.image-2 {
  margin-top: 25px;
  margin-bottom: 25px;
  padding-top: 0px;
}

.column-2-footer {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: left;
}

.column-3-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: center;
}

.column-4-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: right;
}

.col-pilares-01 {
  padding-right: 0px;
  padding-left: 0px;
}

.tit-slider-01b {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.tit-slider-01b.bold {
  font-style: normal;
}

.heading-2 {
  text-align: center;
}

.tit-serv-box-01 {
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px 5px 0px 0px;
  background-color: #d3dbe4;
  font-family: Roboto, sans-serif;
  color: #236192;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.txt-serv-box-01 {
  padding: 0px 0px 10px;
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 15px;
  line-height: 18px;
  font-weight: 300;
}

.column-5 {
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
}

.tit-serv-box-01b {
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px 5px 0px 0px;
  background-color: #d3dbe4;
  font-family: Roboto, sans-serif;
  color: #236192;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.tit-serv-box-01c {
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 5px 5px 0px 0px;
  background-color: #d3dbe4;
  font-family: Roboto, sans-serif;
  color: #236192;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}

.list {
  padding-left: 24px;
}

.button {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.column-6 {
  text-align: right;
}

.right-arrow {
  padding-left: 0px;
}

.video-section {
  display: none;
  margin-top: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(0, 0, 0, 0.59)), color-stop(23%, transparent), color-stop(80%, transparent), to(rgba(0, 0, 0, 0.28))), url('../images/yellow_truck_1sm2.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.59) 5%, transparent 23%, transparent 80%, rgba(0, 0, 0, 0.28)), url('../images/yellow_truck_1sm2.jpg');
  background-position: 0px 0px, 70% 10%;
  background-size: auto, cover;
}

.col7 {
  top: 0px;
  bottom: 0px;
  padding: 0px 30px 41px;
  text-align: left;
}

.video-tit-01 {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 34px;
  font-weight: 500;
  text-align: right;
  text-transform: none;
}

.video-tit-01b {
  margin-top: 0px;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-size: 22px;
  font-weight: 300;
}

.video-parrafo {
  padding-right: 0px;
  padding-left: 197px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-style: italic;
  font-weight: 300;
  text-align: right;
}

.youtube {
  width: auto;
}

.section {
  display: none;
  height: 85px;
}

.container {
  background-image: none;
}

.location {
  display: none;
  margin-bottom: 130px;
  padding-top: 120px;
  padding-bottom: 0px;
  background-color: #fff;
}

.cont-location-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 22px 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: hsla(0, 0%, 84.7%, 0);
  background-image: none;
}

.column-24 {
  padding-right: 0px;
  padding-left: 0px;
}

.title-section-banner {
  display: block;
  margin-top: 10px;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-family: Roboto, sans-serif;
  color: #002e5d;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.subtitle-section-02-banner {
  display: none;
  margin-bottom: 10px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 300;
  text-align: left;
}

.image-6 {
  padding-bottom: 5px;
  float: none;
  text-align: right;
}

.column-25 {
  padding-right: 10px;
}

.html-embed-map-desk {
  padding-left: 0px;
  background-color: #ccc;
  text-align: center;
}

.tit-infra {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Exo, sans-serif;
  color: #023e86;
  font-size: 34px;
  font-weight: 500;
  text-align: left;
}

.scene-02 {
  margin-bottom: 0px;
  padding-top: 70px;
  padding-bottom: 140px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f9fa), to(#f8f9fa));
  background-image: linear-gradient(180deg, #f8f9fa, #f8f9fa);
}

.cont-scene-02 {
  color: #7a7a7a;
}

.secene-form {
  display: block;
  margin-bottom: 0px;
  padding-top: 95px;
  padding-bottom: 0px;
  background-color: #236294;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002e5d), color-stop(76%, rgba(9, 114, 186, 0.75)), to(rgba(15, 159, 231, 0.91))), url('../images/Const-form_B01.jpg');
  background-image: linear-gradient(180deg, #002e5d, rgba(9, 114, 186, 0.75) 76%, rgba(15, 159, 231, 0.91)), url('../images/Const-form_B01.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.cont-form {
  padding-top: 20px;
  padding-bottom: 20px;
}

.slide-2 {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(19%, rgba(0, 46, 93, 0.89)), color-stop(46%, rgba(0, 46, 93, 0.57)), color-stop(64%, rgba(0, 46, 93, 0))), url('../images/Slider-Landing_Const-C01.jpg');
  background-image: linear-gradient(90deg, rgba(0, 46, 93, 0.89) 19%, rgba(0, 46, 93, 0.57) 46%, rgba(0, 46, 93, 0) 64%), url('../images/Slider-Landing_Const-C01.jpg');
  background-position: 0px 0px, 90% 50%;
}

.cont-slider-02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tit-form {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #ffd000;
  font-size: 34px;
  line-height: 40px;
  font-weight: 500;
  text-align: left;
}

.subtit-form {
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
  color: #ffd000;
  font-size: 28px;
  line-height: 33px;
  font-weight: 300;
  text-align: left;
}

.txt-form {
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
  text-align: left;
}

.tit-slider-02 {
  margin-bottom: 0px;
  padding-top: 10px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: left;
}

.tit-slider-02.bold {
  font-style: normal;
}

.tit-slider-02b {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, 0.35);
}

.tit-slider-02b.bold {
  font-style: normal;
}

.div-block {
  display: none;
  margin-top: -74px;
}

.div-block-serv {
  position: static;
  display: block;
  margin-top: 0px;
}

.columns {
  display: block;
}

.txt-form-wsp {
  display: block;
  margin-top: 10px;
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
  font-weight: 400;
  text-align: left;
}

.bot-wsp {
  padding-top: 10px;
  padding-left: 22px;
  border-radius: 10px;
  background-image: url('../images/wsp-logo_3wsp-logo_02.png');
  background-position: 7% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
  text-align: left;
}

.bot-wsp.w--current {
  margin-left: 0px;
  padding: 14px 20px 13px 60px;
  background-size: 35px;
  font-family: Exo, sans-serif;
  font-size: 18px;
}

.button-2 {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 10px;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-left: 47px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/wsp-logo_3wsp-logo_02.png');
  background-position: 5% 50%;
  background-size: 32px;
  background-repeat: no-repeat;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 18px;
}

.image-serv {
  margin-bottom: 12px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(58, 58, 58, 0.5)), to(rgba(58, 58, 58, 0.5)));
  background-image: linear-gradient(180deg, rgba(58, 58, 58, 0.5), rgba(58, 58, 58, 0.5));
}

.column-26 {
  background-color: #fff;
}

.column-27 {
  background-color: #fff;
}

.column-28 {
  background-color: #fff;
}

.columns-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-2 {
  background-color: #f0f0f0;
}

.col-infra {
  display: block;
  margin-top: 22px;
  margin-bottom: 22px;
  padding-right: 0px;
  padding-left: 0px;
}

.footera-text-02 {
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  font-family: Oswald, sans-serif;
  color: #fff;
  font-weight: 300;
  text-align: center;
}

.column-29 {
  margin-bottom: 52px;
}

.image-7 {
  margin-bottom: 40px;
}

.slide-3 {
  background-color: #2c2c2c;
}

.bold-text-2 {
  font-family: Roboto, sans-serif;
}

.html-embed-map-mobil {
  display: block;
  padding-left: 0px;
  text-align: center;
}

.slider-gracias {
  height: 450px;
}

.bold-text-3 {
  padding-right: 0px;
  font-family: Roboto, sans-serif;
  color: #ffc800;
  font-size: 38px;
  font-weight: 500;
  text-transform: none;
}

.bold-text-4 {
  font-family: Roboto, sans-serif;
}

.text-block-2 {
  font-family: Roboto, sans-serif;
  color: #929292;
  font-size: 13px;
}

.txt-form-otros {
  margin-top: 1px;
  margin-bottom: 1px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  text-align: left;
}

.text-span {
  color: #e1ff00;
  font-style: normal;
  text-decoration: underline;
}

.txt-form-otro-tit {
  margin-top: 25px;
  margin-bottom: 7px;
  font-family: Roboto, sans-serif;
  color: #e1ff00;
  font-size: 16px;
  line-height: 22px;
  font-style: normal;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.dive-line {
  height: 1px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-color: #fff;
}

.bold-text-5 {
  font-weight: 300;
}

.image-14 {
  margin-top: 44px;
  margin-right: -42px;
}

.col-pilares-02b {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
}

.col-pilares-01-2 {
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
}

.box-serv-03b {
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(35, 98, 148, 0.24);
  background-color: #fff;
  text-align: center;
}

.tit-serv-box-01-2 {
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  font-family: 'Open Sans', sans-serif;
  color: #236192;
  font-size: 22px;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.txt-serv-01 {
  display: none;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: justify;
}

.image-serv-2 {
  display: block;
  margin-bottom: 12px;
}

.column-30 {
  padding-right: 20px;
  padding-left: 20px;
}

.col-plataforma {
  margin-right: 0px;
  margin-left: 0px;
  padding-left: 30px;
}

.cont-scene-02b {
  display: inline;
  color: #7a7a7a;
}

.image-15 {
  padding-top: 15px;
  padding-right: 0px;
  padding-left: 0px;
  text-align: right;
}

.tit-plataforma-01 {
  margin-top: 15px;
  margin-bottom: 1px;
  padding-bottom: 5px;
  font-family: Roboto, sans-serif;
  color: #236192;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
}

.txt-platform-01 {
  margin-top: -5px;
  margin-bottom: 10px;
  padding-right: 100px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 16px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.image-16 {
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-17 {
  margin-top: -5px;
  margin-right: 0px;
  margin-left: -4px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.scene-03 {
  display: none;
  margin-bottom: 0px;
  padding-top: 120px;
  padding-bottom: 120px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 46, 93, 0.81)), color-stop(57%, rgba(0, 46, 93, 0.61)), to(rgba(0, 46, 93, 0.54))), url('../images/Slider-Landing_C04.jpg');
  background-image: linear-gradient(180deg, rgba(0, 46, 93, 0.81), rgba(0, 46, 93, 0.61) 57%, rgba(0, 46, 93, 0.54)), url('../images/Slider-Landing_C04.jpg');
  background-position: 0px 0px, 0% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, fixed;
}

.column-31 {
  padding-right: 20px;
  padding-left: 20px;
}

.subtit-app-01 {
  margin-top: 0px;
  margin-bottom: -5px;
  font-family: Roboto, sans-serif;
  color: #236192;
  font-size: 22px;
  font-weight: 500;
}

.columns-3 {
  display: block;
  padding: 40px 50px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.column-33 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.button-slider1 {
  margin-top: -4px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.button-slider2 {
  margin-top: 0px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.image-18 {
  margin-top: 20px;
  padding-top: 0px;
}

.ico-twitter {
  margin-top: -2px;
  margin-right: 0px;
  margin-left: -4px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-19 {
  margin-top: -6px;
  margin-right: 0px;
  margin-left: -4px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-banner-01 {
  margin-top: 63px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #ffd000;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.txt-sub-tit-banner-01 {
  display: block;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  font-weight: 300;
  text-align: center;
}

.cont-banner-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #7a7a7a;
  text-align: center;
}

.bold-text-6 {
  font-size: 44px;
  font-weight: 500;
  text-align: center;
}

.cont-col-tracking {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 69px;
  padding-bottom: 69px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cont-tracking-01 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 64px;
  padding-bottom: 64px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.tit-tracking-01 {
  margin-top: 0px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #002e5d;
  font-size: 34px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.subtit-tracking-01 {
  margin-top: 15px;
  margin-bottom: 1px;
  font-family: Roboto, sans-serif;
  color: #236192;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
}

.txt-tracking-01 {
  margin-top: -5px;
  margin-bottom: 10px;
  padding-right: 100px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 22px;
  font-weight: 300;
  text-align: left;
}

.column-34 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-35 {
  padding-right: 71px;
  padding-left: 40px;
  text-align: left;
}

.html-embed {
  width: 87%;
  background-color: #fff;
}

.column-36 {
  padding: 0px;
  text-align: right;
}

.column-5b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.box-serv-03 {
  width: 70%;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(35, 98, 148, 0.24);
  background-color: #fff;
  text-align: center;
}

.column-30b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.box-serv-03v {
  width: 70%;
  padding: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: rgba(35, 98, 148, 0.24);
  background-color: #fff;
  text-align: center;
}

.header-2 {
  display: block;
}

.menu-txt-2 {
  padding-top: 40px;
  padding-bottom: 10px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
}

.menu-txt-2:active {
  color: #fff;
}

.menu-txt-2:visited {
  color: #ebab1f;
}

.menu-txt-2.w--current {
  color: #ebab1f;
}

.seccion-gracias {
  height: 650px;
  margin-top: 95px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.56)), color-stop(48%, rgba(0, 0, 0, 0.07)), to(rgba(0, 0, 0, 0.41))), url('../images/contac-us.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.56), rgba(0, 0, 0, 0.07) 48%, rgba(0, 0, 0, 0.41)), url('../images/contac-us.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.cont-gracias {
  margin-top: 0px;
  padding-top: 100px;
  text-align: center;
}

.gracias-tit {
  margin-top: 80px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 42px;
  font-weight: 500;
  text-align: center;
  text-transform: none;
}

.gracias-txt {
  display: block;
  margin-bottom: 30px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 23px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.button-gracias {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: none;
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.seccion-bottom-gracias {
  display: block;
  height: 300px;
  background-color: #246194;
  background-image: url('../images/map-01.png');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.button2 {
  margin-top: 15px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.button-3 {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.bot-banner {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.bot-ubicacion {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.slide-3b {
  background-color: hsla(0, 0%, 100%, 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, rgba(0, 46, 93, 0.83)), color-stop(41%, rgba(0, 46, 93, 0.63)), color-stop(62%, rgba(0, 46, 93, 0))), url('../images/Slider-Landing_Const-A02.jpg');
  background-image: linear-gradient(90deg, rgba(0, 46, 93, 0.83) 13%, rgba(0, 46, 93, 0.63) 41%, rgba(0, 46, 93, 0) 62%), url('../images/Slider-Landing_Const-A02.jpg');
  background-position: 0px 0px, 90% 50%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.cont-slider-03 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.tit-slider-03 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 5px;
  font-family: Exo, sans-serif;
  color: #fff;
  font-weight: 500;
  text-align: right;
}

.tit-slider-03.bold {
  font-style: normal;
}

.tit-slider-03b {
  margin-top: 0px;
  margin-bottom: 5px;
  padding-top: 0px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 32px;
  font-weight: 400;
  text-align: right;
  text-transform: none;
}

.tit-slider-03b.bold {
  font-style: normal;
}

.button-slider-3 {
  margin-top: 5px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: url('../images/ico_arrow-01_1ico_arrow-01.png');
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.bold-text-7 {
  font-size: 33px;
  font-weight: 400;
  text-align: left;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.35);
}

.escena-webcast {
  display: none;
}

.columns-4 {
  margin-top: 96px;
  margin-bottom: 90px;
  padding-right: 40px;
  padding-left: 40px;
}

.html-embed-2 {
  text-align: right;
}

.column-38 {
  display: block;
  padding-right: 157px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.webcast-heading {
  margin-top: 25px;
  margin-bottom: 15px;
  font-family: Roboto, sans-serif;
  color: #236192;
  font-size: 40px;
  line-height: 44px;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}

.webcasst-txt-sub-tit-01 {
  display: block;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 19px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 18px;
  line-height: 26px;
  font-weight: 300;
  text-align: left;
}

.button-3 {
  margin-top: 20px;
  margin-right: 0px;
  padding-top: 10px;
  padding-left: 29px;
  border-radius: 3px;
  background-color: #ebab1f;
  background-image: none;
  background-position: 7% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  text-align: left;
}

.image-20 {
  margin-top: 55px;
  padding-top: 0px;
}

.image-21 {
  margin-top: 30px;
}

.ico-instagram {
  margin-top: -2px;
  margin-right: 0px;
  margin-left: -4px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.subtit-precio {
  display: none;
  margin-top: 0px;
  margin-bottom: 15px;
  padding: 4px 10px;
  background-color: #eaab1e;
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 33px;
  font-weight: 400;
  text-align: left;
}

.txt-form2 {
  display: block;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 22px;
  line-height: 27px;
  font-weight: 400;
  text-align: left;
}

.column-40 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.box-serv-02b {
  padding: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #e6e6e6;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  text-align: center;
}

.tit-serv-box-02b {
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  font-family: 'Open Sans', sans-serif;
  color: #002e5d;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.txt-serv-01-2 {
  display: block;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.bold-text-8 {
  color: #fff;
  font-size: 32px;
  line-height: 34px;
}

.col-pilares-03b {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.column-41 {
  display: block;
  padding-right: 5px;
  padding-bottom: 10px;
  padding-left: 5px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.tit-serv-box-01-3 {
  margin-bottom: 2px;
  padding-top: 7px;
  padding-bottom: 7px;
  border: 1px none #000;
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  font-family: 'Open Sans', sans-serif;
  color: #002e5d;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  text-align: center;
  text-transform: none;
}

.txt-serv-01-3 {
  display: none;
  font-family: 'Open Sans', sans-serif;
  color: #202020;
  font-size: 15px;
  line-height: 20px;
  font-weight: 300;
  text-align: justify;
}

.image-serv-3 {
  display: none;
  margin-bottom: 12px;
}

.column-42 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-43 {
  padding-right: 10px;
  padding-left: 10px;
}

.txt-sub-tit-02 {
  display: block;
  margin-bottom: 20px;
  font-family: Roboto, sans-serif;
  color: #7a7a7a;
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  text-align: center;
}

.bold-text-9 {
  color: #002e5d;
  font-size: 28px;
  font-weight: 500;
}

.columns-5 {
  margin-bottom: 66px;
}

.heading-faq-sub {
  display: block;
  margin-top: -8px;
  margin-bottom: 20px;
  padding-right: 65px;
  padding-left: 65px;
  font-family: Roboto, sans-serif;
  color: #002e5d;
  font-size: 28px;
  font-weight: 400;
  text-align: center;
  text-transform: none;
}

.col-icons-01 {
  margin-bottom: 66px;
}

@media screen and (max-width: 991px) {
  .menu-txt {
    border-bottom: 1px solid #0f9fe7;
  }

  .icon {
    color: #fff;
  }

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

  .nav-menu {
    background-color: #236294;
  }

  .cont-slider-01 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-slider-01 {
    text-align: center;
  }

  .bold-text {
    font-size: 38px;
    text-align: center;
  }

  .button {
    margin-top: 184px;
  }

  .video-parrafo {
    padding-left: 0px;
  }

  .html-embed-map-desk {
    display: none;
  }

  .slide-2 {
    background-position: 0px 0px, 20% 50%;
  }

  .cont-slider-02 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-slider-02 {
    margin-top: 1px;
  }

  .slide-3 {
    background-position: 0px 0px, 70% 50%;
  }

  .scene-03 {
    background-position: 0px 0px, 50% 50%;
  }

  .button-slider1 {
    margin-top: 184px;
  }

  .button-slider2 {
    margin-top: 184px;
  }

  .heading-banner-01 {
    text-align: center;
  }

  .bold-text-6 {
    text-align: center;
  }

  .column-36 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .menu-txt-2 {
    border-bottom: 1px solid #0f9fe7;
  }

  .button-gracias {
    margin-top: 34px;
  }

  .button2 {
    margin-top: 43px;
  }

  .button-3 {
    margin-top: 26px;
  }

  .bot-banner {
    margin-top: 41px;
  }

  .bot-ubicacion {
    margin-top: 45px;
  }

  .slide-3b {
    background-position: 0px 0px, 35% 50%;
  }

  .cont-slider-03 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-slider-03 {
    margin-top: 1px;
    text-align: center;
  }

  .button-slider-3 {
    margin-top: 184px;
  }

  .button-3 {
    margin-top: 34px;
  }

  .image-20 {
    display: none;
  }

  .image-21 {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .menu-txt {
    border-bottom: 1px solid #0f9fe7;
  }

  .icon {
    color: #fff;
  }

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

  .nav-menu {
    background-color: #023d85;
  }

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

  .cont-slider-01 {
    padding-top: 0px;
    padding-right: 26px;
    padding-left: 26px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text {
    text-align: center;
  }

  .column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-sub-tit-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .tit-slider-01b {
    margin-top: 0px;
    text-align: center;
  }

  .button {
    margin-top: 30px;
  }

  .col7 {
    padding-right: 15px;
    padding-left: 15px;
    text-align: center;
  }

  .video-tit-01 {
    text-align: center;
  }

  .video-parrafo {
    padding-left: 0px;
    text-align: center;
  }

  .cont-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .slide-2 {
    background-position: 0px 0px, 5% 50%;
  }

  .cont-slider-02 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-form {
    text-align: center;
  }

  .subtit-form {
    text-align: center;
  }

  .txt-form {
    text-align: center;
  }

  .tit-slider-02 {
    margin-top: 0px;
    text-align: center;
  }

  .tit-slider-02b {
    text-align: center;
  }

  .txt-form-wsp {
    padding-right: 54px;
    padding-left: 54px;
    text-align: center;
  }

  .slide-3 {
    background-position: 0px 0px, 70% 50%;
  }

  .bold-text-2 {
    display: inline;
  }

  .bold-text-3 {
    display: inline-block;
    text-align: center;
  }

  .bold-text-4 {
    display: inline-block;
  }

  .bold-text-5 {
    text-align: center;
  }

  .image-14 {
    display: none;
  }

  .scene-03 {
    background-position: 0px 0px, 40% 50%;
    text-align: center;
  }

  .columns-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-slider1 {
    margin-top: 152px;
  }

  .button-slider2 {
    margin-top: 152px;
  }

  .heading-banner-01 {
    text-align: center;
  }

  .txt-sub-tit-banner-01 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cont-banner-01 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bold-text-6 {
    text-align: center;
  }

  .menu-txt-2 {
    border-bottom: 1px solid #0f9fe7;
  }

  .seccion-gracias {
    background-position: 0px 0px, 68% 50%;
  }

  .cont-gracias {
    padding-right: 19px;
    padding-left: 19px;
  }

  .button-gracias {
    margin-top: 30px;
  }

  .button2 {
    margin-top: 30px;
  }

  .button-3 {
    margin-top: 30px;
  }

  .bot-banner {
    margin-top: 30px;
  }

  .bot-ubicacion {
    margin-top: 30px;
  }

  .slide-3b {
    background-position: 0px 0px, 35% 50%;
  }

  .cont-slider-03 {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-slider-03 {
    margin-top: 0px;
    text-align: center;
  }

  .tit-slider-03b {
    text-align: center;
  }

  .button-slider-3 {
    margin-top: 152px;
  }

  .button-3 {
    margin-top: 30px;
  }

  .image-20 {
    display: none;
  }

  .image-21 {
    display: none;
  }

  .txt-sub-tit-02 {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 479px) {
  .slide {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(29%, rgba(0, 46, 93, 0.85)), color-stop(56%, rgba(0, 46, 93, 0.6)), to(rgba(0, 46, 93, 0))), url('../images/Slider-Landing_C03.jpg');
    background-image: linear-gradient(90deg, rgba(0, 46, 93, 0.85) 29%, rgba(0, 46, 93, 0.6) 56%, rgba(0, 46, 93, 0)), url('../images/Slider-Landing_C03.jpg');
    background-position: 0px 0px, 40% 50%;
    background-size: auto, cover;
  }

  .navbar {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#236294), to(#236294));
    background-image: linear-gradient(180deg, #236294, #236294);
  }

  .menu-txt {
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #5688b4;
  }

  .scene-01 {
    padding-top: 110px;
  }

  .icon {
    background-color: rgba(3, 62, 134, 0);
    color: #fff;
  }

  .menu-button {
    background-color: #236294;
    opacity: 1;
    color: #033f87;
  }

  .menu-button.w--open {
    background-color: #246194;
    color: #033f87;
  }

  .nav-menu {
    background-color: #226193;
  }

  .heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .cont-slider-01 {
    padding-top: 28px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-slider-01 {
    margin-top: -13px;
    padding-top: 12px;
    font-size: 29px;
    text-align: center;
  }

  .bold-text {
    font-family: Roboto, sans-serif;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .form-head {
    width: 95%;
  }

  .form-body-02 {
    width: 300px;
  }

  .form-footer {
    width: 95%;
  }

  .column {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .txt-sub-tit-01 {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 24px;
  }

  .column-2 {
    text-align: center;
  }

  .footera-text-01 {
    text-align: center;
  }

  .column-3 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footera-text-01b {
    text-align: center;
  }

  .col-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .column-4 {
    text-align: center;
  }

  .image-2 {
    margin-top: 20px;
    padding-top: 0px;
  }

  .column-2-footer {
    text-align: center;
  }

  .column-3-footer {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .column-4-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .tit-slider-01b {
    margin-top: -45px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .column-5 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .button {
    margin-top: 21px;
    text-align: center;
  }

  .col7 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .video-tit-01 {
    text-align: center;
  }

  .video-parrafo {
    padding-left: 0px;
    text-align: center;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .title-section-banner {
    text-align: center;
  }

  .subtitle-section-02-banner {
    margin-bottom: 20px;
    padding-left: 10px;
    text-align: center;
  }

  .column-25 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .html-embed-map-desk {
    display: none;
    padding-left: 0px;
  }

  .scene-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 110px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .slide-2 {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(31%, rgba(0, 46, 93, 0.89)), color-stop(72%, rgba(0, 46, 93, 0.57)), to(rgba(0, 46, 93, 0))), url('../images/Slider-Landing_Const-B02.jpg');
    background-image: linear-gradient(90deg, rgba(0, 46, 93, 0.89) 31%, rgba(0, 46, 93, 0.57) 72%, rgba(0, 46, 93, 0)), url('../images/Slider-Landing_Const-B02.jpg');
    background-position: 0px 0px, 65% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cont-slider-02 {
    margin-top: 35px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-form {
    text-align: center;
  }

  .subtit-form {
    text-align: center;
  }

  .txt-form {
    text-align: center;
  }

  .tit-slider-02 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tit-slider-02b {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .txt-form-wsp {
    text-align: center;
  }

  .button-2 {
    margin-bottom: 30px;
  }

  .footera-text-02 {
    text-align: center;
  }

  .column-29 {
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .slide-3 {
    background-position: 0px 0px, 80% 50%;
  }

  .image-8 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-9 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-10 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-11 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-12 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .image-13 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .bold-text-2 {
    display: inline;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .html-embed-map-mobil {
    display: block;
    padding-left: 0px;
  }

  .bold-text-3 {
    display: block;
    margin-bottom: 11px;
    padding-right: 5px;
    padding-left: 5px;
    font-size: 32px;
    line-height: 34px;
  }

  .bold-text-4 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 32px;
    line-height: 38px;
    text-align: center;
  }

  .txt-form-otros {
    text-align: center;
  }

  .txt-form-otro-tit {
    text-align: center;
  }

  .image-14 {
    display: none;
  }

  .column-30 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-plataforma {
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-15 {
    margin-bottom: 20px;
    padding-right: 0px;
  }

  .tit-plataforma-01 {
    margin-bottom: 10px;
    line-height: 32px;
    text-align: center;
  }

  .txt-platform-01 {
    margin-bottom: 20px;
    padding-right: 12px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .scene-03 {
    background-position: 0px 0px, 50% 50%;
    background-size: auto, auto;
  }

  .subtit-app-01 {
    line-height: 28px;
  }

  .column-32 {
    padding-left: 15px;
  }

  .columns-3 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .column-33 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-slider1 {
    margin-top: 204px;
  }

  .button-slider2 {
    margin-top: 234px;
  }

  .image-18 {
    display: none;
  }

  .heading-banner-01 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
    text-align: center;
  }

  .txt-sub-tit-banner-01 {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 22px;
    line-height: 24px;
  }

  .bold-text-6 {
    font-size: 36px;
    line-height: 40px;
  }

  .cont-col-tracking {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .tit-tracking-01 {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-bottom: 0px;
  }

  .subtit-tracking-01 {
    margin-bottom: 10px;
    line-height: 32px;
    text-align: center;
  }

  .txt-tracking-01 {
    margin-bottom: 20px;
    padding-right: 12px;
    padding-left: 0px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
  }

  .column-35 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .html-embed {
    width: 95%;
  }

  .column-36 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-5b {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 19px;
    padding-left: 19px;
  }

  .box-serv-03 {
    width: 100%;
  }

  .column-30b {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .box-serv-03v {
    width: 100%;
  }

  .menu-txt-2 {
    padding-top: 25px;
    padding-bottom: 10px;
    border-bottom: 1px solid #0d9fe7;
  }

  .seccion-gracias {
    background-position: 0px 0px, 70% 50%;
  }

  .gracias-tit {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .gracias-txt {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 24px;
  }

  .button-gracias {
    margin-top: 21px;
  }

  .button2 {
    margin-top: 21px;
    text-align: center;
  }

  .button-3 {
    margin-top: 21px;
    text-align: center;
  }

  .bot-banner {
    margin-top: 21px;
    text-align: center;
  }

  .bot-ubicacion {
    margin-top: 21px;
    text-align: center;
  }

  .slide-3b {
    background-image: -webkit-gradient(linear, left top, right top, color-stop(13%, rgba(0, 46, 93, 0.83)), color-stop(54%, rgba(0, 46, 93, 0.63)), color-stop(95%, rgba(0, 46, 93, 0))), url('../images/Slider-Landing_Const-A02.jpg');
    background-image: linear-gradient(90deg, rgba(0, 46, 93, 0.83) 13%, rgba(0, 46, 93, 0.63) 54%, rgba(0, 46, 93, 0) 95%), url('../images/Slider-Landing_Const-A02.jpg');
    background-position: 0px 0px, 65% 50%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
  }

  .cont-slider-03 {
    margin-top: 35px;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .tit-slider-03 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    padding-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .tit-slider-03b {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }

  .button-slider-3 {
    margin-top: 190px;
  }

  .bold-text-7 {
    font-size: 26px;
  }

  .columns-4 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-39 {
    padding-right: 5px;
    padding-left: 5px;
  }

  .html-embed-2 {
    text-align: center;
  }

  .column-38 {
    padding-top: 30px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .webcast-heading {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 38px;
    line-height: 40px;
    text-align: center;
  }

  .webcasst-txt-sub-tit-01 {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 19px;
    line-height: 24px;
    text-align: center;
  }

  .button-3 {
    margin-top: 21px;
  }

  .image-20 {
    display: none;
  }

  .image-21 {
    display: none;
    margin-top: 29px;
  }

  .subtit-precio {
    margin-top: 112px;
    margin-right: 19px;
    margin-left: 19px;
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
  }

  .txt-form2 {
    text-align: center;
  }

  .box-serv-02b {
    margin-bottom: 20px;
  }

  .col-pilares-03b {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-41 {
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
  }

  .column-42 {
    padding-bottom: 0px;
  }

  .txt-sub-tit-02 {
    display: block;
    margin-top: 20px;
    margin-bottom: 30px;
    padding-right: 12px;
    padding-left: 12px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 18px;
    line-height: 24px;
  }

  .heading-faq-sub {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 10px;
    padding-bottom: 0px;
    padding-left: 10px;
    font-size: 38px;
    line-height: 40px;
  }
}

