.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

.first-secction {
  padding-top: 20px;
  padding-bottom: 50px;
  background-image: url('../images/first-section-bckg.svg');
  background-position: 100% 0%;
  background-size: 70%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.custom-cont {
  width: 97%;
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.cont-menu-logo {
  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;
}

.bd-navbar {
  background-color: transparent;
}

.navlink {
  margin-right: 10px;
  padding: 15px 10px;
  border-left: 5px solid transparent;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #031d44;
  font-size: 16px;
  line-height: 6px;
  font-weight: 500;
  text-align: center;
}

.navlink:hover {
  color: #ff7600;
}

.navlink.w--current {
  border-left-color: #ff7600;
  color: #061935;
}

.navlink.contacto {
  padding: 15px 20px;
  border-left-style: none;
  border-radius: 600px;
  background-color: #ff7600;
  color: #fff;
}

.navlink.contacto:hover {
  background-color: #031d44;
}

.main-title {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #031d44;
  font-size: 30px;
  line-height: 40px;
}

.main-title.whitecenter {
  color: #fff;
  text-align: center;
}

.main-title._25 {
  text-align: right;
}

.main-title.white {
  color: #fff;
}

.main-title.orange {
  color: #ff7600;
}

.regular-text {
  margin-top: 30px;
  margin-bottom: 30px;
  font-family: Poppins, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.regular-text.list {
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 25px;
}

.regular-text.white {
  margin-bottom: 70px;
  color: #fff;
}

.row-info-bd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.regular-btn {
  width: 210px;
  min-width: 170px;
  margin: 15px 25px 15px 0px;
  padding: 13px 10px;
  border-radius: 70px;
  background-color: #ff7600;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  text-align: center;
  letter-spacing: 0.7px;
}

.regular-btn:hover {
  background-color: #061935;
}

.regular-btn.outline {
  border: 1px solid #061935;
  background-color: transparent;
  color: #061935;
}

.regular-btn.outline:hover {
  background-color: #061935;
  color: #fff;
}

.regular-btn.submit {
  display: block;
  margin: 30px auto;
}

.spanlinetext {
  background-image: url('../images/rectangle_back_orange.svg');
  background-position: 0% 85%;
  background-size: auto 10px;
  background-repeat: repeat-x;
}

.blue-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #031d44;
}

.slide-ayuda {
  height: 100%;
  margin-top: 35px;
  background-color: transparent;
}

.sliderarrow {
  display: none;
  width: 40px;
  color: #ff7600;
  font-size: 20px;
}

.slideayuda {
  width: 33.33%;
  padding-right: 35px;
  padding-left: 35px;
}

.cont-info-help {
  text-align: center;
}

.icon-help {
  display: block;
  width: 70px;
  margin-right: auto;
  margin-left: auto;
}

.title-help {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Poppins, sans-serif;
  color: #ff7600;
  font-size: 18px;
  line-height: 20px;
}

.txt-white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 29px;
}

.slide-nav {
  display: none;
}

.secc-quienes-somos {
  padding-top: 45px;
  padding-bottom: 45px;
}

.secc-servicios {
  background-color: #f1f1f1;
}

.secc-clientes {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#f7eae2), color-stop(45%, #f7eae2), color-stop(0, #061935), to(#061935)), -webkit-gradient(linear, left top, left bottom, color-stop(72%, hsla(0, 0%, 100%, 0)), color-stop(73%, #e6e6e6), to(#e6e6e6));
  background-image: linear-gradient(90deg, #f7eae2, #f7eae2 45%, #061935 0, #061935), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 72%, #e6e6e6 73%, #e6e6e6);
}

.footer {
  padding-top: 40px;
  padding-bottom: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #061935;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff7600), color-stop(30%, #ff7600), color-stop(0, #061935), to(#061935));
  background-image: linear-gradient(90deg, #ff7600, #ff7600 30%, #061935 0, #061935);
}

.link-logo-footer {
  width: 220px;
}

.row-footer {
  margin-top: 55px;
  margin-bottom: 90px;
}

.cont-certification {
  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;
}

.certification-logo {
  width: 20%;
  max-width: 102px;
  margin-right: 18px;
}

.certification-txt {
  display: inline-block;
  width: 70%;
  font-family: Poppins, sans-serif;
  color: #061935;
  font-size: 14px;
  line-height: 23px;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.con25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 200px;
  margin-top: 15px;
  margin-bottom: 15px;
  -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-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
}

.txt-info-25 {
  position: relative;
  bottom: -10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 200px;
  margin-right: -10px;
  margin-bottom: -10px;
  padding: 5px 20px 20px 5px;
  -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-style: solid;
  border-width: 1px;
  border-color: #ff7600;
  border-radius: 12px;
  background-color: transparent;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  text-align: center;
}

.contblue-25-info {
  position: relative;
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 3px;
  padding-left: 11px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 12px;
  background-color: #061935;
}

.column-grid-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-list-item {
  font-family: Poppins, sans-serif;
  color: #ff7600;
  font-size: 22px;
}

.pleca-blanca-clientes {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 250px;
  background-color: #fff;
}

.footer-title {
  padding-left: 10px;
  border-left: 3px solid #ff7600;
  color: #fff;
  font-size: 15px;
  line-height: 20px;
}

.footer-list {
  padding-left: 0px;
  color: #fff;
  list-style-type: none;
}

.footer-link {
  display: inline-block;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: all 350ms ease;
  transition: all 350ms ease;
  font-family: Poppins, sans-serif;
  color: #fff;
  line-height: 22px;
  text-decoration: none;
}

.footer-link:hover {
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.copyright {
  display: block;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 10px;
  line-height: 17px;
  text-align: right;
  letter-spacing: 0.3px;
  text-decoration: none;
}

.icon-contacto {
  width: 25px;
  margin-right: 5px;
}

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

.icon-socialmedia {
  display: block;
  width: 40px;
}

.logo-footer {
  display: block;
  width: 220px;
}

.slider-cartera-clientes {
  height: 100%;
  background-color: transparent;
}

.slide-cliente {
  width: 33.33%;
}

.logo-cliente {
  display: block;
  width: 80%;
  margin-right: auto;
  margin-left: auto;
}

.arrow-clientes {
  display: none;
  width: 40px;
}

.slide-nav-clientes {
  display: none;
}

.logoheader {
  display: block;
}

.link-header-logo {
  width: 280px;
}

.lottie-animation {
  width: 90%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
}

.lottie-animation.mobile {
  display: none;
}

.lottie-animation.principal {
  width: 100%;
  max-width: 700px;
}

.subtilte-general {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 10px;
  font-family: Poppins, sans-serif;
  color: #061935;
  font-size: 16px;
  line-height: 18px;
}

.kd-copyright {
  display: inline-block;
  color: #ff7600;
  text-decoration: none;
}

.kd-copyright:visited {
  color: #ff7600;
}

.lottie-mobile {
  display: none;
  width: 100%;
}

.secc-contacto {
  padding-top: 20px;
  padding-bottom: 50px;
  background-image: url('../images/bckg_contact_form.svg');
  background-position: 100% 100%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.contact-formbd {
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.infocontact-form {
  width: 85%;
  height: 100%;
  min-height: 500px;
  padding: 15px 33px;
  background-color: #031d44;
  text-align: left;
}

.field-50 {
  display: inline-block;
  width: 44%;
  height: 45px;
  margin: 18px 10px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7600;
  border-radius: 70px;
  background-color: #fff;
  font-family: Poppins, sans-serif;
  color: #aaa;
  font-size: 15px;
  font-weight: 400;
}

.field-50:focus {
  border-color: #ff7600;
  box-shadow: 0 0 8px 1px rgba(255, 118, 0, 0.45);
}

.container-campos {
  text-align: center;
}

.textarea {
  width: 90%;
  min-height: 230px;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #ff7600;
  border-radius: 20px;
  font-family: Poppins, sans-serif;
  font-size: 15px;
  line-height: 25px;
}

.textarea:focus {
  border-color: #ff7600;
  box-shadow: 0 0 7px 2px rgba(255, 118, 0, 0.41);
}

.submit-button {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

.checkform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0px;
  -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: Poppins, sans-serif;
  color: #031d44;
  font-size: 15px;
}

.checkbox {
  width: 20px;
  height: 20px;
  margin-top: 0px;
  margin-right: 10px;
  margin-left: 0px;
  float: none;
  border-style: solid;
  border-width: 2px;
  border-color: #ff7600;
}

.link-policy {
  display: inline-block;
  color: #031d44;
}

.link-policy:hover {
  color: #ff7600;
}

.labelform {
  width: 90%;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #031d44;
  font-size: 15px;
}

.checkbox-label {
  text-align: left;
}

.container-info-legales {
  padding: 47px 30px;
}

.txt-legal {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  line-height: 29px;
}

@media screen and (max-width: 991px) {
  .first-secction {
    padding-bottom: 0px;
    background-size: 100%;
  }

  .navlink {
    margin-right: 5px;
  }

  .navlink.contacto {
    padding-right: 10px;
    padding-left: 10px;
  }

  .main-title {
    font-size: 25px;
    line-height: 30px;
  }

  .main-title._25 {
    padding-top: 99px;
  }

  .regular-text {
    font-size: 15px;
    line-height: 25px;
  }

  .cont-btns {
    padding-bottom: 0px;
  }

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

  .title-help {
    font-size: 15px;
  }

  .txt-white {
    font-size: 15px;
    line-height: 25px;
  }

  .link-logo-footer {
    width: 180px;
  }

  .con25 {
    height: 300px;
  }

  .txt-info-25 {
    min-height: 297px;
    font-size: 14px;
    line-height: 22px;
  }

  .pleca-blanca-clientes {
    height: 180px;
  }

  .footer-link {
    -webkit-transition-property: all;
    transition-property: all;
  }

  .link-header-logo {
    width: 200px;
  }

  .infocontact-form {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .custom-cont {
    width: 100%;
  }

  .cont-menu-logo {
    display: block;
  }

  .navlink {
    padding-top: 21px;
    padding-bottom: 21px;
    border-bottom: 1px solid #ff7600;
    border-left-style: none;
  }

  .navlink.contacto {
    margin-top: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom-style: none;
  }

  .regular-text.white.contact {
    margin-top: 10px;
    margin-bottom: 21px;
  }

  .row-info-bd {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-info-bd._4 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .sliderarrow {
    display: block;
  }

  .mask {
    margin-right: 46px;
    margin-left: 46px;
  }

  .slideayuda {
    width: 100%;
  }

  .secc-quienes-somos {
    padding-bottom: 20px;
  }

  .secc-clientes {
    padding-top: 0px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7eae2), color-stop(45%, #f7eae2), color-stop(0, #061935), to(#061935)), -webkit-gradient(linear, left top, left bottom, color-stop(72%, hsla(0, 0%, 100%, 0)), color-stop(73%, #e6e6e6), to(#e6e6e6));
    background-image: linear-gradient(180deg, #f7eae2, #f7eae2 45%, #061935 0, #061935), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 72%, #e6e6e6 73%, #e6e6e6);
  }

  .footer {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#ff7600), color-stop(30%, #ff7600), color-stop(0, #061935), to(#061935));
    background-image: linear-gradient(180deg, #ff7600, #ff7600 30%, #061935 0, #061935);
  }

  .link-logo-footer {
    margin-bottom: 50px;
  }

  .row-footer {
    width: 70%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
  }

  .cont-certification {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .con25 {
    height: 235px;
  }

  .txt-info-25 {
    min-height: 210px;
  }

  .footer-title {
    margin-top: 45px;
  }

  .copyright {
    text-align: center;
  }

  .link-header-logo {
    margin-right: 20px;
    padding-left: 0px;
    float: right;
  }

  .lottie-animation {
    max-width: 350px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .lottie-animation.escritrio {
    display: none;
  }

  .lottie-animation.mobile {
    display: block;
  }

  .lottie-animation.principal.escritorio {
    display: none;
  }

  .menu-button {
    display: block;
    width: 150px;
    padding: 29px 10px 38px;
    float: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #061935;
    font-size: 45px;
  }

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

  .menu-title {
    display: inline-block;
    padding-top: 11px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-family: Poppins, sans-serif;
    color: #061935;
    font-size: 17px;
    font-weight: 600;
  }

  .icon {
    display: inline-block;
    float: left;
  }

  .nav-menu {
    padding: 0px 30px 18px;
    background-color: #ffeedf;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.12);
  }

  .lottie-mobile {
    display: block;
  }

  .secc-contacto {
    padding-bottom: 33px;
    background-position: 100% 100%;
    background-size: 90%;
  }

  .contact-formbd {
    padding-top: 20px;
  }

  .infocontact-form {
    min-height: 0px;
    margin-bottom: 25px;
    padding-top: 5px;
  }

  .container-info-legales {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .txt-legal {
    font-size: 13px;
    line-height: 24px;
  }
}

@media screen and (max-width: 479px) {
  .first-secction {
    padding-top: 5px;
  }

  .main-title._25 {
    padding-top: 20px;
    padding-bottom: 20px;
    line-height: 26px;
    text-align: left;
  }

  .row-info-bd {
    margin-right: 20px;
    margin-left: 20px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .row-info-bd._4 {
    margin-right: 25px;
    margin-left: 25px;
  }

  .cont-btns {
    padding-top: 0px;
  }

  .blue-section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slide-ayuda {
    margin-top: 15px;
  }

  .mask {
    margin-right: 35px;
    margin-left: 35px;
  }

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

  .txt-white {
    line-height: 25px;
  }

  .secc-quienes-somos {
    padding-top: 30px;
  }

  .secc-clientes {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f7eae2), color-stop(35%, #f7eae2), color-stop(0, #061935), to(#061935)), -webkit-gradient(linear, left top, left bottom, color-stop(72%, hsla(0, 0%, 100%, 0)), color-stop(73%, #e6e6e6), to(#e6e6e6));
    background-image: linear-gradient(180deg, #f7eae2, #f7eae2 35%, #061935 0, #061935), linear-gradient(180deg, hsla(0, 0%, 100%, 0) 72%, #e6e6e6 73%, #e6e6e6);
  }

  .link-logo-footer {
    margin-bottom: 50px;
  }

  .cont-certification {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .certification-logo {
    display: block;
    width: 100px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }

  .certification-txt {
    width: 100%;
    line-height: 18px;
    text-align: center;
  }

  .con25 {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
  }

  .txt-info-25 {
    min-height: 184px;
    padding-top: 15px;
    padding-bottom: 35px;
  }

  .contblue-25-info {
    min-height: 190px;
  }

  .column-grid-4 {
    display: block;
  }

  .pleca-blanca-clientes {
    height: 220px;
  }

  .copyright {
    width: 220px;
    margin-right: auto;
    margin-left: auto;
  }

  .slide-cliente {
    width: 100%;
  }

  .logo-cliente {
    width: 60%;
  }

  .link-header-logo {
    width: 180px;
    margin-right: 10px;
  }

  .lottie-animation {
    width: 100%;
    max-width: none;
  }

  .subtilte-general {
    font-size: 15px;
  }

  .secc-contacto {
    padding-top: 5px;
  }

  .field-50 {
    width: 90%;
    margin: 10px auto;
  }

  .textarea {
    margin-top: 20px;
  }

  .checkbox-label {
    font-size: 12px;
  }

  .container-info-legales {
    padding-right: 15px;
    padding-left: 15px;
  }
}

