@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600;700&display=swap");
.cb-cta-primary {
  display: inline-block;
  font-size: 0.875em;
  color: #004B3A;
  text-decoration: none;
  background-color: #83EE00;
  padding: 0.822em 2em;
  border-radius: 0.3em;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  border: 2px solid #83EE00;
  font-weight: 600;
  text-align: center;
}
.cb-cta-primary:visited {
  color: #004B3A;
}
.cb-cta-primary:hover, .cb-cta-primary:focus {
  background-color: #39C848;
  color: #004B3A;
  border-color: #39C848;
  text-decoration: none;
}
.cb-cta-primary::after {
  content: "⟶";
  margin-left: 0.2em;
  display: inline-block;
  position: relative;
  left: 0;
  -webkit-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
.cb-cta-primary:hover::after, .cb-cta-primary:focus::after {
  left: 0.3em;
}

.cb-cta-primary-outline {
  display: inline-block;
  font-size: 0.875em;
  color: #83EE00;
  text-decoration: none;
  background-color: transparent;
  padding: 0.822em 2em;
  border-radius: 0.3em;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  border: 2px solid #83EE00;
  font-weight: 600;
  text-align: center;
}
.cb-cta-primary-outline:visited {
  color: #83EE00;
}
.cb-cta-primary-outline:hover, .cb-cta-primary-outline:focus {
  background-color: transparent;
  color: #39C848;
  border-color: #39C848;
  text-decoration: none;
}

.cb-cta-secondary {
  display: inline-block;
  font-size: 0.875em;
  color: #83EE00;
  text-decoration: none;
  background-color: #004B3A;
  padding: 0.822em 2em;
  border-radius: 0.3em;
  -webkit-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  -o-transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out, color 0.25s ease-in-out, border 0.25s ease-in-out;
  border: 2px solid #004B3A;
  font-weight: 600;
  text-align: center;
}
.cb-cta-secondary:visited {
  color: #83EE00;
}
.cb-cta-secondary:hover, .cb-cta-secondary:focus {
  background-color: #218838;
  color: #83EE00;
  border-color: #218838;
  text-decoration: none;
}

.cb-cta-apple-store-default-mode {
  display: inline-block;
  background: url("../images/apple-store-white.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-cta-apple-store-default-mode:hover, .cb-cta-apple-store-default-mode:focus {
  background-image: url("../images/apple-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}

.cb-cta-apple-store-dark-mode {
  display: inline-block;
  background: url("../images/apple-store-black.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-cta-apple-store-dark-mode:hover, .cb-cta-apple-store-dark-mode:focus {
  background-image: url("../images/apple-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}

.cb-cta-google-play-store-default-mode {
  display: inline-block;
  background: url("../images/google-play-store-white.png") no-repeat center;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-cta-google-play-store-default-mode:hover, .cb-cta-google-play-store-default-mode:focus {
  background-image: url("../images/google-play-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}

.cb-cta-google-play-store-dark-mode {
  display: inline-block;
  background: url("../images/google-play-store-black.png") no-repeat center;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-cta-google-play-store-dark-mode:hover, .cb-cta-google-play-store-dark-mode:focus {
  background-image: url("../images/google-play-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}

.cb-page * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cb-page {
  line-height: 1.5;
  font-size: 16px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #f8fafb;
}
.cb-page img {
  max-width: 100%;
  height: auto;
}
.cb-page h1, .cb-page h2, .cb-page h3, .cb-page h4, .cb-page h5, .cb-page h6 {
  line-height: 1.2;
}
.cb-page p {
  margin-top: 0;
  margin-bottom: 1em;
}
.cb-page div, .cb-page li, .cb-page p {
  color: inherit;
}
.cb-page .cb-header {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media all and (min-width: 769px) {
  .cb-page .cb-header {
    text-align: left;
    background: none;
  }
}
.cb-page .cb-header__bg-image:after {
  background: #f8fafb;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.95;
}
@media all and (min-width: 769px) {
  .cb-page .cb-header__bg-image:after {
    width: 70%;
    background: -webkit-gradient(linear, left top, right top, from(#f8fafb), to(transparent));
    background: -webkit-linear-gradient(left, #f8fafb, transparent);
    background: -o-linear-gradient(left, #f8fafb, transparent);
    background: linear-gradient(90deg, #f8fafb, transparent);
    opacity: 1;
  }
}
.cb-page .cb-header__bg-image img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center right;
     object-position: center right;
}
.cb-page .cb-header__wrapper {
  max-width: 1172px;
  padding: 0 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
}
@media all and (min-width: 769px) {
  .cb-page .cb-header__wrapper {
    min-height: 28.125em;
  }
}
.cb-page .cb-header__content {
  width: 100%;
  padding: 2em 0;
}
@media all and (min-width: 769px) {
  .cb-page .cb-header__content {
    max-width: 34em;
    width: 55%;
    padding: 3em 0;
  }
}
.cb-page .cb-header__ctas {
  margin: 2em -0.25em 0;
}
@media all and (min-width: 769px) {
  .cb-page .cb-header__ctas {
    margin: 3em -0.25em 0;
  }
}
.cb-page .cb-header__ctas > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 0.25em;
}
.cb-page .cb-header__ctas a {
  display: block;
}
.cb-page .cb-header__ctas + .cb-banner__ctas {
  text-align: center;
  margin-top: 1em;
}
.cb-page .cb-header__pretitle {
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #066c62;
  margin-bottom: 2em;
  letter-spacing: 0.15625em;
}
.cb-page .cb-header__title {
  color: #066c62;
  font-weight: 700;
  font-size: 2em;
  margin: 0;
  letter-spacing: 0.1em;
}
.cb-page .cb-header__description {
  color: #6A6F78;
  margin-top: 2em;
}
.cb-page .cb-header__description p {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .cb-page .cb-header__description br {
    display: none;
  }
}
.cb-page .cb-header--dark-mode .cb-header__pretitle {
  color: #fff;
}
.cb-page .cb-header--dark-mode .cb-header__title {
  color: #83EE00;
}
.cb-page .cb-header--dark-mode .cb-header__description {
  color: #fff;
}
.cb-page .cb-header--dark-mode .cb-header__description strong {
  color: #83EE00;
}
.cb-page .cb-header--dark-mode .cb-header__bg-image::after {
  background: #003731;
}
@media all and (min-width: 769px) {
  .cb-page .cb-header--dark-mode .cb-header__bg-image::after {
    background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
    background: -webkit-linear-gradient(left, #000, transparent);
    background: -o-linear-gradient(left, #000, transparent);
    background: linear-gradient(90deg, #000, transparent);
  }
}
.cb-page .cb-header--webform {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 20px;
  padding-top: 20px;
}
@media (min-width: 992px) {
  .cb-page .cb-header--webform {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cb-page .cb-header--webform .cb-header__wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 800px;
  margin-right: 750px;
}
@media (max-width: 1200px) {
  .cb-page .cb-header--webform .cb-header__wrapper {
    margin-right: auto;
  }
}
.cb-page .cb-header--webform .cb-header__content {
  max-width: initial;
  width: 100%;
}
.cb-page .cb-header--webform .form-reducido {
  margin: auto;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form {
  padding: 1px;
  margin: auto;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form div#edit-fila-uno {
  margin-top: 20px;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form fieldset.form-group {
  padding: 0;
  margin: -3px 0px;
  text-align: left;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form fieldset.form-group label {
  margin-bottom: 0px;
  font-size: 10px;
  font-weight: 700;
  color: #141414;
  opacity: 0.9;
  line-height: 17px;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form fieldset.form-group label::after {
  -webkit-background-size: 5px 5px;
          background-size: 5px 5px;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form fieldset.form-group input,
.cb-page .cb-header--webform .form-reducido .webform-submission-form fieldset.form-group select {
  margin-top: 0px;
  font-size: 11px;
  height: 28px;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form fieldset.form-group textarea {
  font-size: 11px;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form fieldset.form-group .form-check-label {
  font-size: 8px;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form #edit-terminos label {
  font-size: 8px;
}
.cb-page .cb-header--webform .form-reducido .webform-submission-form button {
  font-size: 10px;
}
.cb-page .cb-header--webform .form-reducido .elemento-oculto {
  display: none;
}
@media (min-width: 1200px) {
  .cb-page .cb-header--webform .form-reducido {
    right: 0;
  }
}
@media (min-width: 992px) {
  .cb-page .cb-header--webform .form-reducido {
    max-width: 650px;
    margin-right: 60px;
    margin-left: 0;
  }
}
.cb-page .cb-header--webform .form-card-mobile {
  border-radius: 5px;
  overflow: hidden;
}
.cb-page .cb-header--webform .form-card-mobile .form-card-top {
  background: #ffffff;
  padding: 10px;
  text-align: center;
}
.cb-page .cb-header--webform .form-card-mobile .form-card-top h2 {
  margin: 0;
  color: #007a5e;
  font-size: 18px;
  font-weight: 600;
}
.cb-page .cb-header--webform .form-card-mobile .form-card-bottom {
  background: #e9ecef;
  padding: 20px;
  text-align: center;
}
.cb-page .cb-header--webform .form-card-mobile .form-card-bottom .btn {
  background-color: #83EE00;
  border: none;
  padding: 10px 25px;
  border-radius: 6px;
  font-weight: bold;
}
.cb-page .cb-header--webform .form-card-mobile .form-card-bottom .btn::after {
  content: none;
}
.cb-page .cb-header--webform .form-card-mobile .form-card-bottom .btn:active {
  color: #004B3A;
}
.cb-page .cb-header--webform #formModal .modal-dialog.modal-lg {
  margin: auto;
  margin-top: 60px;
  margin-bottom: 45px;
  -webkit-box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 3px 8px 1px rgba(0, 0, 0, 0.4);
  max-width: 90%;
}
@media (min-width: 992px) {
  .cb-page .cb-header--webform #formModal .modal-dialog.modal-lg {
    margin-top: 170px;
  }
}
.cb-page .cb-header--webform #formModal .modal-dialog.modal-lg .modal-header {
  background: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  border-bottom: 1px solid #F9FAFB;
  padding: 15px 20px;
}
.cb-page .cb-header--webform #formModal .modal-dialog.modal-lg .modal-header .modal-title {
  color: #007a5e;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.cb-page .cb-header--webform #formModal .modal-dialog.modal-lg .modal-header .close {
  position: absolute;
  right: 15px;
  top: 15px;
  background: none;
  border: none;
  font-size: 18px;
  opacity: 1;
}
.cb-page .cb-header--webform #formModal .modal-dialog.modal-lg .modal-body {
  background-color: #F9FAFB;
  border-radius: 5px;
  padding: 0;
}
.cb-page .cb-header--webform #formModal .modal-dialog.modal-lg .modal-body .webform-submission-form {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.cb-page .cb-header--default-mode .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-black.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-header--default-mode .cb-cta-apple-store:hover, .cb-page .cb-header--default-mode .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-header--default-mode .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-black.png") no-repeat center;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-header--default-mode .cb-cta-google-play-store:hover, .cb-page .cb-header--default-mode .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-header--dark-mode .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-white.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-header--dark-mode .cb-cta-apple-store:hover, .cb-page .cb-header--dark-mode .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}
.cb-page .cb-header--dark-mode .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-white.png") no-repeat center;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-header--dark-mode .cb-cta-google-play-store:hover, .cb-page .cb-header--dark-mode .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}
.cb-page .cb-banner {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media all and (min-width: 769px) {
  .cb-page .cb-banner {
    text-align: left;
    background: none;
  }
}
.cb-page .cb-banner__bg-image:after {
  background: #f8fafb;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: -1;
  opacity: 0.95;
}
@media all and (min-width: 769px) {
  .cb-page .cb-banner__bg-image:after {
    display: none;
  }
}
.cb-page .cb-banner__bg-image img {
  z-index: -2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cb-page .cb-banner__wrapper {
  max-width: 1172px;
  padding: 0 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  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;
}
@media all and (min-width: 769px) {
  .cb-page .cb-banner__wrapper {
    min-height: 28.125em;
  }
}
.cb-page .cb-banner__content {
  width: 100%;
  padding: 2em 0;
}
@media all and (min-width: 769px) {
  .cb-page .cb-banner__content {
    max-width: 34em;
    width: 50%;
    padding: 3em 0;
  }
}
.cb-page .cb-banner__ctas {
  margin: 1.5em -0.25em 0;
}
.cb-page .cb-banner__ctas > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 0.25em;
}
.cb-page .cb-banner__ctas a {
  display: block;
}
.cb-page .cb-banner__ctas + .cb-banner__ctas {
  text-align: center;
  margin-top: 1em;
}
.cb-page .cb-banner__pretitle {
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #066c62;
  margin-bottom: 1.5em;
  letter-spacing: 0.15625em;
}
.cb-page .cb-banner__title {
  color: #066c62;
  font-weight: 700;
  font-size: 1.75em;
  margin: 0;
  letter-spacing: initial;
}
.cb-page .cb-banner__description {
  color: #066c62;
  margin-top: 1.5em;
}
.cb-page .cb-banner__description p {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .cb-page .cb-banner__description p {
    color: #066c62 !important;
  }
}
@media all and (max-width: 768px) {
  .cb-page .cb-banner__description br {
    display: none;
  }
}
.cb-page .cb-banner--align-right .cb-banner__wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.cb-page .cb-banner--align-center {
  text-align: center;
}
.cb-page .cb-banner--align-center .cb-banner__wrapper {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 768px) {
  .cb-page .cb-banner .cb-banner__title, .cb-page .cb-banner .cb-banner__pretitle {
    color: #066c62 !important;
  }
}
.cb-page .cb-banner--dark-mode .cb-banner__pretitle {
  color: #fff;
}
.cb-page .cb-banner--dark-mode .cb-banner__title {
  color: #83EE00;
}
.cb-page .cb-banner--dark-mode .cb-banner__description {
  color: #fff;
}
.cb-page .cb-banner--dark-mode .cb-banner__description strong {
  color: #83EE00;
}
.cb-page .cb-banner--dark-mode .cb-banner__bg-image::after {
  background: #003731;
}
@media (max-width: 992px) {
  .cb-page .cb-banner--dark-mode .cb-banner__pretitle {
    color: #fff !important;
  }
  .cb-page .cb-banner--dark-mode .cb-banner__title {
    color: #83EE00 !important;
  }
  .cb-page .cb-banner--dark-mode .cb-banner__description {
    color: #fff !important;
  }
  .cb-page .cb-banner--dark-mode .cb-banner__description p {
    color: #fff !important;
  }
  .cb-page .cb-banner--dark-mode .cb-banner__description strong {
    color: #83EE00 !important;
  }
  .cb-page .cb-banner--dark-mode .cb-banner__bg-image::after {
    background: #003731 !important;
  }
}
.cb-page .cb-banner--default-mode .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-black.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-banner--default-mode .cb-cta-apple-store:hover, .cb-page .cb-banner--default-mode .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-banner--default-mode .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-black.png") no-repeat center;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-banner--default-mode .cb-cta-google-play-store:hover, .cb-page .cb-banner--default-mode .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-banner--dark-mode .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-white.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-banner--dark-mode .cb-cta-apple-store:hover, .cb-page .cb-banner--dark-mode .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}
.cb-page .cb-banner--dark-mode .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-white.png") no-repeat center;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-banner--dark-mode .cb-cta-google-play-store:hover, .cb-page .cb-banner--dark-mode .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}
.cb-page .cb-video-banner {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.cb-page .cb-video-banner__logo {
  margin-bottom: 1.5em;
}
.cb-page .cb-video-banner__logo img {
  display: block;
  margin: 0 auto;
}
.cb-page .cb-video-banner__video {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cb-page .cb-video-banner__video > div {
  height: 100%;
}
.cb-page .cb-video-banner__wrapper {
  max-width: 1140px;
  padding: 2em 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .cb-page .cb-video-banner__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 29.5em;
  }
}
.cb-page .cb-video-banner__content {
  width: 100%;
  padding: 2em 16px;
  background: #fff;
  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;
}
@media all and (min-width: 769px) {
  .cb-page .cb-video-banner__content {
    width: 26em;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding: 3em 24px;
  }
}
.cb-page .cb-video-banner__ctas {
  margin: auto -0.1666666667em 0;
  padding-top: 1.5em;
}
.cb-page .cb-video-banner__ctas > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.25em 0.1666666667em;
}
.cb-page .cb-video-banner__ctas a {
  display: block;
}
.cb-page .cb-video-banner__ctas + .cb-video-banner__ctas {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.cb-page .cb-video-banner__title {
  color: #066c62;
  font-weight: 700;
  font-size: 1.5em;
  margin: 0;
  letter-spacing: initial;
}
.cb-page .cb-video-banner__description {
  color: #6A6F78;
  font-size: 0.875em;
  margin-top: 1.5em;
}
.cb-page .cb-video-banner__description p {
  margin-bottom: 0;
}
@media all and (max-width: 768px) {
  .cb-page .cb-video-banner__description br {
    display: none;
  }
}
.cb-page .cb-video-banner--dark-mode .cb-video-banner__content {
  background: #00685e;
}
.cb-page .cb-video-banner--dark-mode .cb-video-banner__title {
  color: #83EE00;
}
.cb-page .cb-video-banner--dark-mode .cb-video-banner__description {
  color: #fff;
}
.cb-page .cb-video-banner--dark-mode .cb-video-banner__description strong {
  color: #83EE00;
}
.cb-page .cb-video-banner--default-mode .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-black.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-video-banner--default-mode .cb-cta-apple-store:hover, .cb-page .cb-video-banner--default-mode .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-video-banner--default-mode .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-black.png") no-repeat center;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-video-banner--default-mode .cb-cta-google-play-store:hover, .cb-page .cb-video-banner--default-mode .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-video-banner--dark-mode .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-white.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-video-banner--dark-mode .cb-cta-apple-store:hover, .cb-page .cb-video-banner--dark-mode .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}
.cb-page .cb-video-banner--dark-mode .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-white.png") no-repeat center;
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-video-banner--dark-mode .cb-cta-google-play-store:hover, .cb-page .cb-video-banner--dark-mode .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-black.png");
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
}
.cb-page .cb-cards {
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
  background: #f8fafb;
}
.cb-page .cb-cards__wrapper {
  max-width: 1172px;
  padding: 3em 16px;
  margin-left: auto;
  margin-right: auto;
}
.cb-page .cb-cards__title {
  color: #066c62;
  font-weight: 700;
  font-size: 1.75em;
  margin: 0 0 1em;
  text-align: center;
  letter-spacing: initial;
}
.cb-page .cb-cards__ctas-title {
  color: #066c62;
  font-weight: 700;
  font-size: 1.5em;
  margin: 1em 0;
  text-align: center;
  letter-spacing: initial;
}
.cb-page .cb-cards__ctas {
  margin: 1.5em -0.25em 0;
  text-align: center;
}
.cb-page .cb-cards__ctas > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.5em 0.25em;
}
.cb-page .cb-cards__ctas a {
  display: block;
}
.cb-page .cb-cards__ctas + .cb-banner__ctas {
  margin-top: 1em;
}
.cb-page .cb-cards__ctas .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-black.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-cards__ctas .cb-cta-apple-store:hover, .cb-page .cb-cards__ctas .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-cards__ctas .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-black.png") no-repeat center;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-cards__ctas .cb-cta-google-play-store:hover, .cb-page .cb-cards__ctas .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-cards__list__card {
  background: #fff;
  border-radius: 0.3em;
  overflow: hidden;
  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;
}
.cb-page .cb-cards__list__card__media {
  position: relative;
  padding-bottom: 54%;
  background: #f3f5f7;
}
.cb-page .cb-cards__list__card__media__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cb-page .cb-cards__list__card__media__logo img {
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 70%;
  max-height: 80%;
  height: auto;
  width: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.cb-page .cb-cards__list__card__content {
  padding: 16px;
  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-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.cb-page .cb-cards__list__card__title {
  font-weight: 600;
  font-size: 1.25em;
  color: #004B3A;
  margin-bottom: 0.3em;
  letter-spacing: initial;
}
.cb-page .cb-cards__list__card__title:last-child {
  font-size: 1em;
}
.cb-page .cb-cards__list__card__pretitle {
  font-size: 0.8125em;
  text-transform: uppercase;
  color: #212529;
  margin-bottom: 1em;
  letter-spacing: 0.15625em;
  font-weight: 600;
}
.cb-page .cb-cards__list__card__pretitle + .cb-cards__list__card__title {
  font-size: 1em;
}
.cb-page .cb-cards__list__card__description {
  font-size: 0.875em;
  color: #212529;
  margin-top: 0.5em;
}
.cb-page .cb-cards__list__card__description p {
  margin-bottom: 1em;
}
.cb-page .cb-cards__list__card__description p:last-child {
  margin-bottom: 0;
}
.cb-page .cb-cards__list__card__mt-auto {
  margin-top: auto;
}
.cb-page .cb-cards__list__card__ctas {
  margin: auto -0.1666666667em 0;
  padding-top: 1em;
}
.cb-page .cb-cards__list__card__ctas > div {
  display: inline-block;
  vertical-align: top;
  padding: 0.25em 0.1666666667em;
}
.cb-page .cb-cards__list__card__ctas a {
  display: block;
}
.cb-page .cb-cards__list__card__ctas + .cb-video-banner__ctas {
  text-align: center;
  margin-top: 0;
  padding-top: 0;
}
.cb-page .cb-cards__list__card__checklist {
  margin: 0.5em 0;
  font-size: 0.875em;
  color: #212529;
}
.cb-page .cb-cards__list__card__checklist p {
  padding-left: 1em;
  margin-left: 24px;
  position: relative;
  margin-bottom: 0.5em;
}
.cb-page .cb-cards__list__card__checklist p:before {
  content: "";
  background: url("../images/check-green.png") no-repeat center;
  width: 24px;
  height: 24px;
  position: absolute;
  left: -24px;
  top: 0;
}
.cb-page .cb-cards__list__card__checklist p:last-child {
  margin-bottom: 0;
}
.cb-page .cb-cards__list__card .cb-cta-apple-store {
  display: inline-block;
  background: url("../images/apple-store-black.png") no-repeat center;
  -webkit-transition: -webkit-background-size 0.15s ease-in-out;
  transition: -webkit-background-size 0.15s ease-in-out;
  -o-transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out;
  transition: background-size 0.15s ease-in-out, -webkit-background-size 0.15s ease-in-out;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  text-indent: -9999px;
  overflow: hidden;
  line-height: 3em;
  width: 162px;
  height: 48px;
  border-radius: 0.3em;
}
.cb-page .cb-cards__list__card .cb-cta-apple-store:hover, .cb-page .cb-cards__list__card .cb-cta-apple-store:focus {
  background-image: url("../images/apple-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-cards__list__card .cb-cta-google-play-store {
  display: inline-block;
  background: url("../images/google-play-store-black.png") no-repeat center;
  -webkit-background-size: 135px 40px;
          background-size: 135px 40px;
  background-color: #000204;
  border-radius: 0.3em;
  -webkit-transition: -webkit-background-size 0.25s ease-in-out;
  transition: -webkit-background-size 0.25s ease-in-out;
  -o-transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out;
  transition: background-size 0.25s ease-in-out, -webkit-background-size 0.25s ease-in-out;
  text-indent: -999px;
  overflow: hidden;
  width: 162px;
  height: 48px;
}
.cb-page .cb-cards__list__card .cb-cta-google-play-store:hover, .cb-page .cb-cards__list__card .cb-cta-google-play-store:focus {
  background-image: url("../images/google-play-store-white.png");
  -webkit-background-size: 162px 48px;
          background-size: 162px 48px;
  background-color: #fff;
}
.cb-page .cb-cards-basic-image-top .cb-cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-basic-image-top .cb-cards__list {
    margin: 0 -1em;
  }
}
.cb-page .cb-cards-basic-image-top .cb-cards__list .cb-cards__list__card-wp {
  padding: 1em 0;
  width: 24.5em;
  max-width: 100%;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-basic-image-top .cb-cards__list .cb-cards__list__card-wp {
    width: 33.33%;
    padding: 1em;
  }
}
.cb-page .cb-cards-basic-image-top .cb-cards__list .cb-cards__list__card-wp > article {
  width: 100%;
  height: 100%;
}
.cb-page .cb-cards-basic-image-top .cb-cards__list .cb-cards__list__card-wp > article .cb-cards__list__card__wrapper {
  height: 100%;
}
.cb-page .cb-cards-basic-image-top .cb-cards__list__card {
  -webkit-box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
          box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
}
.cb-page .cb-cards-featured-image-top .cb-cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-featured-image-top .cb-cards__list {
    margin: 0 -1em;
  }
}
.cb-page .cb-cards-featured-image-top .cb-cards__list .cb-cards__list__card-wp {
  padding: 1em 0;
  width: 34.5em;
  max-width: 100%;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-featured-image-top .cb-cards__list .cb-cards__list__card-wp {
    width: 50%;
    padding: 1em;
  }
}
.cb-page .cb-cards-featured-image-top .cb-cards__list .cb-cards__list__card-wp > article {
  width: 100%;
  height: 100%;
}
.cb-page .cb-cards-featured-image-top .cb-cards__list .cb-cards__list__card-wp > article .cb-cards__list__card__wrapper {
  height: 100%;
}
.cb-page .cb-cards-featured-image-top .cb-cards__list__card {
  -webkit-box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
          box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
}
.cb-page .cb-cards-featured-image-top .cb-cards__list__card .cb-cards__list__card__title {
  text-align: center;
  font-size: 1.5em;
  border-bottom: 1px solid rgba(33, 37, 41, 0.1);
  padding: 0.3em 0 1em;
  margin-bottom: 0.5em;
}
.cb-page .cb-cards-featured-image-top .cb-cards__list__card .cb-cards__list__card__title:last-child {
  margin-bottom: 0;
  border-bottom: 0;
  padding-bottom: 0.5em;
}
.cb-page .cb-cards-featured-image-top .cb-cards__list__card .cb-cards__list__card__title + .cb-cards__list__card__mt-auto + .cb-cards__list__card__ctas {
  border-top: 0;
  margin-top: 0;
  padding-top: 0.5em;
}
.cb-page .cb-cards-featured-image-top .cb-cards__list__card .cb-cards__list__card__ctas {
  text-align: center;
  border-top: 1px solid rgba(33, 37, 41, 0.1);
  padding-top: 1.5em;
  margin-top: 1em;
}
.cb-page .cb-cards-featured-image-top .cb-cards__list__card .cb-cards__list__card__description {
  font-size: 1em;
  margin-bottom: 0.5em;
}
.cb-page .cb-cards-featured-image-top .cb-cards__list__card .cb-cards__list__card__pretitle {
  text-align: center;
}
.cb-page .cb-cards-basic-side-image .cb-cards__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 1em 0;
}
.cb-page .cb-cards-basic-side-image .cb-cards__list .cb-cards__list__card-wp {
  width: 34.5em;
  max-width: 100%;
}
@media all and (min-width: 960px) {
  .cb-page .cb-cards-basic-side-image .cb-cards__list .cb-cards__list__card-wp {
    width: 50%;
  }
}
.cb-page .cb-cards-basic-side-image .cb-cards__list .cb-cards__list__card-wp > article {
  width: 100%;
  height: 100%;
}
.cb-page .cb-cards-basic-side-image .cb-cards__list .cb-cards__list__card-wp > article .cb-cards__list__card__wrapper {
  height: 100%;
}
.cb-page .cb-cards-basic-side-image .cb-cards__list__card {
  border-radius: 0;
}
@media all and (min-width: 550px) {
  .cb-page .cb-cards-basic-side-image .cb-cards__list__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cb-page .cb-cards-basic-side-image .cb-cards__list__card .cb-cards__list__card__media {
  background-color: #9CF2CE;
}
@media all and (min-width: 550px) {
  .cb-page .cb-cards-basic-side-image .cb-cards__list__card .cb-cards__list__card__media {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-bottom: 50%;
  }
}
.cb-page .cb-cards-basic-side-image .cb-cards__list__card .cb-cards__list__card__title {
  font-size: 1em;
}
.cb-page .cb-cards-basic-side-image .cb-cards__list__card .cb-cards__list__card__ctas {
  text-align: center;
}
@media all and (min-width: 550px) and (max-width: 959px) {
  .cb-page .cb-cards-basic-side-image .cb-cards__list__card-wp:nth-child(2n+2) .cb-cards__list__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cb-page .cb-cards-basic-side-image .cb-cards__list__card-wp:nth-child(2n+2) .cb-cards__list__card__media:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    z-index: 1;
  }
  .cb-page .cb-cards-basic-side-image cb-cards__list__card-wp:nth-child(2n+1) .cb-cards__list__card__media:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1em;
    z-index: 1;
  }
}
@media all and (min-width: 960px) {
  .cb-page .cb-cards-basic-side-image div.cb-cards__list__card-wp:nth-of-type(4n+3) .cb-cards__list__card,
  .cb-page .cb-cards-basic-side-image div.cb-cards__list__card-wp:nth-of-type(4n+4) .cb-cards__list__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
  .cb-page .cb-cards-basic-side-image div.cb-cards__list__card-wp:nth-of-type(4n+3) .cb-cards__list__card__media:before,
  .cb-page .cb-cards-basic-side-image div.cb-cards__list__card-wp:nth-of-type(4n+4) .cb-cards__list__card__media:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-left-color: #fff;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -1em;
    z-index: 1;
  }
  .cb-page .cb-cards-basic-side-image div.cb-cards__list__card-wp:nth-of-type(4n+1) .cb-cards__list__card__media:before,
  .cb-page .cb-cards-basic-side-image div.cb-cards__list__card-wp:nth-of-type(4n+2) .cb-cards__list__card__media:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border: 1em solid transparent;
    border-right-color: #fff;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -1em;
    z-index: 1;
  }
}
.cb-page .cb-cards-featured-side-image .cb-cards__list__card-wp {
  padding: 1em 0;
}
.cb-page .cb-cards-featured-side-image .cb-cards__list__card {
  -webkit-box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
          box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
  border-radius: 0;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-featured-side-image .cb-cards__list__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__media {
  background-color: #9CF2CE;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__media {
    width: 50%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    padding-bottom: 35%;
  }
}
.cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__media__logo {
  display: none;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__media__logo {
    display: block;
  }
}
.cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__content {
  padding: 1.5em;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__content {
    padding: 2em;
  }
}
.cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__title {
  font-size: 1.5em;
  font-weight: 700;
  color: #257e75;
}
.cb-page .cb-cards-featured-side-image .cb-cards__list__card .cb-cards__list__card__ctas {
  text-align: center;
}
@media all and (min-width: 769px) {
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+1) .cb-cards__list__card__media__logo img {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    top: 0;
    left: auto;
    right: -100%;
    width: 4.375em;
    height: auto;
    margin-top: 2em;
    margin-right: 2em;
    max-width: none;
    max-height: none;
  }
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+1) .cb-cards__list__card__pretitle,
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+1) .cb-cards__list__card__title,
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+1) .cb-cards__list__card__description {
    padding-right: 4.375em;
  }
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+2) .cb-cards__list__card__media__logo img {
    -webkit-transform: none;
         -o-transform: none;
            transform: none;
    top: 0;
    left: -100%;
    right: auto;
    width: 4.375em;
    height: auto;
    margin-top: 2em;
    margin-left: 2em;
    max-width: none;
    max-height: none;
  }
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+2) .cb-cards__list__card__pretitle,
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+2) .cb-cards__list__card__title,
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+2) .cb-cards__list__card__description {
    padding-left: 4.375em;
  }
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+2) .cb-cards__list__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    text-align: right;
  }
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+2) .cb-cards__list__card .cb-cards__list__card__checklist p {
    padding-left: 0;
    padding-right: 1em;
    margin-left: 0;
    margin-right: 24px;
  }
  .cb-page .cb-cards-featured-side-image div.cb-cards__list__card-wp:nth-of-type(2n+2) .cb-cards__list__card .cb-cards__list__card__checklist p:before {
    left: auto;
    right: -24px;
  }
}
.cb-page .cb-faqs {
  position: relative;
  max-width: 1920px;
  margin-left: auto;
  margin-right: auto;
}
.cb-page .cb-faqs__bg-image img {
  display: block;
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: left bottom;
     object-position: left bottom;
  padding-top: 1em;
}
@media all and (min-width: 769px) {
  .cb-page .cb-faqs__bg-image img {
    z-index: -2;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
    padding-top: 0;
  }
}
.cb-page .cb-faqs__wrapper {
  max-width: 1172px;
  padding: 3em 16px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
@media all and (min-width: 769px) {
  .cb-page .cb-faqs__wrapper {
    min-height: 48em;
  }
}
.cb-page .cb-faqs__list {
  width: 100%;
  padding: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
          box-shadow: 0 0 0.3125em 0 rgb(212.5221238938, 214.2920353982, 217.4778761062);
}
.cb-page .cb-faqs__content {
  width: 46.5em;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
}
.cb-page .cb-faqs__title {
  color: #066c62;
  font-weight: 700;
  font-size: 1.75em;
  margin: 0 0 1.5em;
  letter-spacing: initial;
  text-align: center;
}
@media all and (min-width: 769px) {
  .cb-page .cb-faqs__title {
    text-align: left;
  }
}
.cb-page .cb-faqs__list__faq {
  border-bottom: 1px solid rgb(212.5221238938, 214.2920353982, 217.4778761062);
  position: relative;
}
.cb-page .cb-faqs__list__faq__description {
  color: #212529;
  background: #f8fafb;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-in-out;
  -o-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  height: 0;
  overflow: hidden;
  border-top: 1px solid rgb(212.5221238938, 214.2920353982, 217.4778761062);
}
.cb-page .cb-faqs__list__faq__description-wp {
  padding: 1.1em 1em;
}
@media all and (min-width: 769px) {
  .cb-page .cb-faqs__list__faq__description-wp {
    padding: 1.2em 1.3em;
  }
}
.cb-page .cb-faqs__list__faq__description__content {
  font-size: 0.875em;
}
.cb-page .cb-faqs__list__faq__description__content p:last-child {
  margin-bottom: 0;
}
.cb-page .cb-faqs__list__faq__title {
  letter-spacing: 0;
  color: #6A6F78;
  font-weight: 400;
  font-size: 1em;
  padding: 1.1em 1em;
  padding-right: 2em;
  margin: 0;
  position: relative;
  cursor: pointer;
  -webkit-transition: color 0.25s ease-in-out;
  -o-transition: color 0.25s ease-in-out;
  transition: color 0.25s ease-in-out;
}
@media all and (min-width: 769px) {
  .cb-page .cb-faqs__list__faq__title {
    padding: 1.2em 1.3em;
    padding-right: 2.5em;
  }
}
.cb-page .cb-faqs__list__faq__title:after {
  content: "+";
  width: 1em;
  height: 1em;
  display: block;
  position: absolute;
  right: 1em;
  top: 1.2em;
  text-align: center;
  font-weight: 600;
  color: #066c62;
}
.cb-page .cb-faqs__list__faq__title:hover {
  color: #066c62;
}
.cb-page .cb-faqs__list__faq__title:focus {
  cursor: default;
  pointer-events: none;
  color: #066c62;
}
.cb-page .cb-faqs__list__faq__title:focus:after {
  content: "-";
}
.cb-page .cb-faqs__list__faq__title:focus + .cb-faqs__list__faq__description {
  opacity: 1;
  height: auto;
}
.cb-page .cb-faqs__list__faq:last-child {
  border-bottom: 0;
}
.cb-page .cb-compartir-rrss {
  margin-top: 20px;
  margin-bottom: 40px;
}
.cb-page .cb-compartir-rrss .cb-banner__title {
  font-size: 20px;
  color: #222629;
  font-weight: 400;
  margin-bottom: 16px;
}
.cb-page .cb-compartir-rrss .share-url a:not(:first-child) {
  margin-left: 12px;
}
.cb-page .cb-compartir-rrss .share-url {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .cb-compartir-rrss .share-url i {
  color: #007a5e;
}
.cb-page .cb-compartir-rrss .share-url i::before {
  border: 2px solid #007a5e;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-size: 14px;
}
.cb-page .cb-compartir-rrss .share-url i:hover::before {
  color: #fff;
  background: #007a5e;
}
.cb-page .cb-titulo .view-titulo-seccion .view-content.row {
  margin-bottom: 20px;
}
.cb-page body.node--type-cb-page #main-wrapper {
  padding-top: 0;
}
.cb-page body.node--type-cb-page #main-wrapper .row-offcanvas.row-offcanvas-left > #content {
  padding: 0;
}
.cb-page .node--type-cb-page.node--view-mode-full .node__content {
  margin-top: 0px;
}
.cb-page .landing-section {
  padding: 60px 0px;
}
.cb-page .paragraph-landing-cabecera {
  padding: 0px;
}
.cb-page .section-header {
  margin-bottom: 70px;
}
.cb-page .section-header .field-logo-seccion {
  text-align: center;
  margin-bottom: 30px;
}
.cb-page .section-header .field-titulo {
  font-size: 30px;
  font-weight: 700;
  color: var(--weg-root-green-color);
  width: 100%;
  text-align: center;
}
.cb-page .section-footer {
  margin-top: 20px;
}
@media (min-width: 992px) {
  .cb-page .section-footer {
    margin-top: 20px;
  }
}
.cb-page .fondo_mitad_verde {
  background: rgba(0, 0, 0, 0) -webkit-gradient(linear, left bottom, left top, color-stop(45%, var(--weg-root-green-color)), color-stop(45%, var(--weg-root-light-gray-color))) repeat scroll 0% 0%;
  background: rgba(0, 0, 0, 0) -webkit-linear-gradient(bottom, var(--weg-root-green-color) 45%, var(--weg-root-light-gray-color) 45%) repeat scroll 0% 0%;
  background: rgba(0, 0, 0, 0) -o-linear-gradient(bottom, var(--weg-root-green-color) 45%, var(--weg-root-light-gray-color) 45%) repeat scroll 0% 0%;
  background: rgba(0, 0, 0, 0) linear-gradient(to top, var(--weg-root-green-color) 45%, var(--weg-root-light-gray-color) 45%) repeat scroll 0% 0%;
}
.cb-page .fondo_blanco {
  background: white;
}
.cb-page .fondo_gris_claro {
  background: var(--weg-root-light-gray-color);
}
.cb-page .titulo_blanco {
  color: var(--weg-root-white-color);
}
.cb-page .titulo_negro {
  color: var(--weg-root-black-text);
}
.cb-page .titulo_verde {
  color: var(--weg-root-green-color);
}
.cb-page .titulo_amarillo {
  color: var(--weg-root-yellow-color);
}
.cb-page .paragraph--type--landing-cifras {
  min-height: 320px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-cifras {
    min-height: 435px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras {
  margin-bottom: 45px;
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras .field-titulo {
  color: var(--weg-root-white-color);
  font-family: "Open Sans";
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-header-cifras .field-titulo {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras .field-texto-introduccion {
  color: var(--weg-root-white-color);
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-header-cifras .field-texto-introduccion {
    font-size: 16px;
    line-height: 24px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras .field-texto-introduccion .field__item p {
  font-family: "Open Sans" !important;
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem {
  color: var(--weg-root-white-color);
  text-align: center;
  margin-bottom: 20px;
  min-width: 110px;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem {
    min-width: 120px;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem {
    margin: 0px 40px 40px 40px;
    min-width: 150px;
    max-width: 200px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-cifra {
  margin-bottom: 25px;
  font-family: "Open Sans";
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-cifra {
    font-size: 56px;
    line-height: 43px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-descripcion p {
  font-family: "Open Sans" !important;
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-descripcion {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-descripcion {
    font-size: 16px;
    line-height: 24px;
  }
}
.cb-page footer.site-footer .top-footer,
.cb-page footer.site-footer .bottom-footer {
  display: none;
}
.cb-page footer.site-footer .weg-landing-footer {
  background-color: var(--weg-root-green-color);
  padding: 25px 0px 35px 0px;
}
@media (min-width: 768px) {
  .cb-page footer.site-footer .weg-landing-footer {
    padding: 45px 0px;
  }
}
.cb-page footer.site-footer .weg-landing-footer .content {
  display: block;
}
@media (min-width: 768px) {
  .cb-page footer.site-footer .weg-landing-footer .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cb-page footer.site-footer .weg-landing-footer .content .f_site-logo {
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  .cb-page footer.site-footer .weg-landing-footer .content .f_site-logo {
    margin-bottom: 0;
  }
}
.cb-page footer.site-footer .weg-landing-footer .content .f_site-logo img {
  max-height: 58px;
  height: 58px;
}
.cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu {
    margin-left: auto;
  }
}
.cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu ul {
  list-style: none;
  display: block;
  padding: 0px;
}
@media (min-width: 768px) {
  .cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu ul {
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu ul li {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu ul li {
    margin: 0;
    padding: 0px 10px;
    border-right: 1px solid var(--weg-root-white-color);
  }
}
.cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu ul li:last-child {
  border: none;
}
.cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu ul li a {
  color: var(--weg-root-white-color);
  font-family: "Open Sans";
  font-size: 12px;
  letter-spacing: 0;
  line-height: 17px;
  text-align: left;
}
.cb-page footer.site-footer .weg-landing-footer .content .f_footer-menu ul li a:hover {
  text-decoration: none;
}
.cb-page .paragraph-landing-cabecera {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
.cb-page .paragraph--type--landing-cabecera.contains-overflow-image {
  margin-bottom: 70px;
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content {
    position: relative;
    padding-bottom: 25px;
    padding-top: 20px;
  }
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content.titulo_blanco {
  color: var(--weg-root-white-color);
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content.titulo_verde {
  color: var(--weg-root-green-color);
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content.titulo_negro {
  color: var(--weg-root-black-text);
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content.titulo_amarillo {
  color: var(--weg-root-yellow-color);
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content .field-titulo {
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 0;
  font-size: 26px;
  line-height: 36px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content .field-titulo {
    font-size: 36px;
    line-height: 48px;
  }
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content .field-listado-ventajas {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content .field-listado-ventajas {
    margin-top: 20px;
  }
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content .field-listado-ventajas .field--name-field-listado-de-ventajas .field__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans";
  font-weight: 600;
  letter-spacing: 0;
  max-width: 450px;
  font-size: 13px;
  line-height: 18px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content .field-listado-ventajas .field--name-field-listado-de-ventajas .field__item {
    font-size: 16px;
    line-height: 26px;
  }
}
.cb-page .paragraph--type--landing-cabecera .cabecera-wrapper .inner-content .field-listado-ventajas .field--name-field-listado-de-ventajas .field__item:before {
  content: "";
  margin-right: 15px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  color: var(--weg-root-light-green-color);
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .section-form .form-reducido {
    width: 90%;
    top: 40px;
  }
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .item-list > ul {
  -webkit-box-shadow: none;
          box-shadow: none;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .item-list > ul {
    top: 0;
  }
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .item-list > ul > li {
  float: none;
  position: relative;
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .item-list > ul > li .close-form {
  display: none;
  z-index: 999;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  color: var(--weg-root-green-color);
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .item-list > ul > li form {
  padding: 0px 0px 20px 0px;
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header {
    display: inherit;
  }
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header .field-titulo {
  text-transform: uppercase;
  color: var(--weg-root-green-color);
  font-weight: 700;
  font-size: 13px;
  padding: 10px 0px;
  text-align: center;
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header .field-titulo p {
  margin: 0;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header .btn-open-form {
    display: none;
  }
}
.cb-page .paragraph--type--landing-cabecera .section-form {
  z-index: 1;
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-cabecera .section-form {
    position: absolute;
    width: 100%;
    bottom: -50px;
    z-index: 99;
  }
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-cabecera .section-form.opened {
    bottom: inherit;
  }
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido {
  background-color: var(--weg-root-light-gray-color);
  -webkit-box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
          box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
  width: 100%;
  border-radius: 15px;
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header {
  display: block;
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header .field-titulo {
  background-color: white;
}
.cb-page .paragraph--type--landing-cabecera .section-form .form-reducido .inner-header .btn-open-form {
  background-color: var(--weg-root-light-gray-color);
  padding: 15px 0px;
}
.cb-page .paragraph--type--landing-cabecera .videoPlayButton {
  background-color: var(--weg-root-green-color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  cursor: pointer;
  z-index: 90;
  position: absolute;
  bottom: -25px;
  left: 0;
  right: 0;
  font-size: 18px;
  width: 50px;
  height: 50px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .videoPlayButton {
    font-size: 25px;
    width: 80px;
    height: 80px;
    top: 0;
    bottom: 0;
  }
}
.cb-page .paragraph--type--landing-cabecera .videoPlayButton > i {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cb-page .paragraph--type--landing-cabecera .videoMuteButton {
  background-color: var(--weg-root-green-color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  cursor: pointer;
  z-index: 90;
  position: absolute;
  bottom: -25px;
  right: 0;
  bottom: 0;
  font-size: 18px;
  width: 50px;
  height: 50px;
  margin: 0 10px 10px 0;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera .videoMuteButton {
    font-size: 25px;
    width: 50px;
    height: 50px;
  }
}
.cb-page .paragraph--type--landing-cabecera .videoMuteButton > i {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo {
  height: 500px;
  position: relative;
  display: grid;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-imagen-fondo,
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-video-fondo {
  width: 100%;
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-wrapper .inner-content {
  margin: auto 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-wrapper .inner-content {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .section-form {
  z-index: 1;
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-imagen-fondo,
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-video-fondo {
  height: 100%;
  position: relative;
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-imagen-fondo:after,
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-video-fondo:after {
  content: "";
  background: -webkit-linear-gradient(140.68deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  background: -o-linear-gradient(140.68deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  background: linear-gradient(309.32deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-imagen-fondo img,
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-imagen-fondo video,
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-video-fondo img,
.cb-page .paragraph--type--landing-cabecera.fondo_ancho_completo .cabecera-background .field-video-fondo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-page .paragraph--type--landing-cabecera.fondo_mitad {
  position: relative;
  background-color: var(--weg-root-white-color);
  display: block;
  min-height: 250px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad {
    height: 500px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-wrapper .inner-content {
  margin: auto 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-wrapper .inner-content {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background {
  width: 100%;
  height: 100%;
  z-index: 0;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background {
    position: absolute;
    top: 0;
    left: 0;
  }
}
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-imagen-fondo,
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-video-fondo {
  height: 100%;
  position: relative;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-imagen-fondo,
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-video-fondo {
    width: 50%;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-imagen-fondo:after,
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-video-fondo:after {
    content: "";
    background: -webkit-linear-gradient(140.68deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
    background: -o-linear-gradient(140.68deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
    background: linear-gradient(309.32deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-imagen-fondo img,
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-imagen-fondo video,
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-video-fondo img,
.cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-video-fondo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 220px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-imagen-fondo img,
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-imagen-fondo video,
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-video-fondo img,
  .cb-page .paragraph--type--landing-cabecera.fondo_mitad .cabecera-background .field-video-fondo video {
    max-height: inherit;
  }
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca {
  height: 500px;
  position: relative;
  display: grid;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.marca_blanca {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-wrapper .inner-content {
  margin: auto 0px;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  width: 100%;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-wrapper .inner-content {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-wrapper .inner-content {
  background-color: var(--weg-root-white-color);
  margin-top: 0;
  padding: 50px;
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-imagen-fondo,
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-video-fondo {
  height: 100%;
  width: 100%;
  position: relative;
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-imagen-fondo:after,
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-video-fondo:after {
  content: "";
  background: -webkit-linear-gradient(140.68deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  background: -o-linear-gradient(140.68deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  background: linear-gradient(309.32deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.62) 100%);
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
}
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-imagen-fondo img,
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-imagen-fondo video,
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-video-fondo img,
.cb-page .paragraph--type--landing-cabecera.marca_blanca .cabecera-background .field-video-fondo video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-page .landing-cabecera-overflow-image {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.cb-page .landing-cabecera-overflow-image img {
  -webkit-transform: translateY(50%);
       -o-transform: translateY(50%);
          transform: translateY(50%);
}
.cb-page .paragraph--type--landing-informacion-de-interes > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .paragraph--type--landing-informacion-de-interes .data-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-informacion-de-interes .data-wrapper .inner-content {
  margin: auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.cb-page .paragraph--type--landing-informacion-de-interes .data-wrapper .inner-content .field-titulo {
  color: var(--weg-root-green-color);
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0;
  margin-bottom: 20px;
  font-weight: 700;
}
.cb-page .paragraph--type--landing-informacion-de-interes .data-wrapper .inner-content .field-texto-introduccion {
  color: var(--weg-root-balck-text);
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 26px;
}
.cb-page .paragraph--type--landing-informacion-de-interes .data-wrapper .inner-content .views-field-field-cta-principal {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.cb-page .paragraph--type--landing-informacion-de-interes .media-wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-informacion-de-interes .media-wrapper {
    margin: 0;
  }
}
.cb-page .paragraph--type--landing-informacion-de-interes .media-wrapper .field-imagen {
  margin: auto;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-ventajas .ventajas-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .field-imagen-single {
  text-align: center;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .field-imagen-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 30%;
  }
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .field-imagen-single img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  width: 100%;
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content {
  background-color: var(--weg-root-white-color);
  border-radius: 5px;
  padding: 20px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content {
    margin: 0px;
    width: 70%;
    padding: 40px;
  }
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .field-titulo {
  font-size: 24px;
  color: var(--weg-root-green-color);
  font-weight: 600;
  text-align: center;
  background-image: url("../images/comillas.png");
  background-repeat: no-repeat;
  -webkit-background-size: 195px 195px;
          background-size: 195px;
  background-position: right 0px bottom -45px;
  padding-bottom: 50px;
  min-height: 100px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .field-titulo {
    text-align: left;
    padding: 20px 175px 20px 0px;
  }
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points {
  border-top: solid 1px var(--weg-root-border-gray);
  padding-top: 35px;
  padding-left: 0;
  list-style: none;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point {
  margin-bottom: 45px;
  padding-right: 20px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point > span.check {
  margin-right: 15px;
  color: var(--weg-root-light-green-color);
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point > .field-ventaja > p:first-child {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  font-size: 20px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 28px;
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point > .field-ventaja > p {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point .views-field-field-titulo-ventaja {
  font-size: 20px;
  color: var(--weg-root-black-text);
  font-weight: 700;
  margin-left: 40px;
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point .views-field-field-titulo-ventaja i {
  color: var(----weg-root-light-green-color);
  margin-right: 15px;
  position: absolute;
  left: 0px;
  top: 5px;
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .inner-points .point .views-field-field-texto-ventaja {
  font-size: 16px;
  color: var(----weg-root-black-text);
  margin-top: 10px;
  padding-left: 40px;
  padding-right: 40px;
}
.cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .field-cta-principal {
  padding-bottom: 30px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-ventajas .ventajas-wrapper .inner-content .field-cta-principal {
    margin-right: 85px;
    text-align: right;
  }
}
.cb-page .paragraph--type--landing-banner {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-banner {
    height: 370px;
  }
}
@media (min-width: 1200px) {
  .cb-page .paragraph--type--landing-banner {
    height: 400px;
  }
}
.cb-page .paragraph--type--landing-banner:before {
  content: "";
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.cb-page .paragraph--type--landing-banner .banner-wrapper {
  width: 96%;
  margin: auto;
  text-align: center;
  z-index: 99;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper {
    width: 70%;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-banner .banner-wrapper .field-titulo {
  color: var(--weg-root-white-color);
  font-size: 20px;
  margin-bottom: 20px;
  letter-spacing: 0px;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-titulo {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-titulo {
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 15px;
  }
}
.cb-page .paragraph--type--landing-banner .banner-wrapper .field-subtitulo {
  font-size: 16px;
  color: var(--weg-root-white-color);
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-subtitulo {
    font-size: 20px;
  }
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-subtitulo {
    font-size: 24px;
  }
}
.cb-page .paragraph--type--landing-banner .banner-wrapper .field-texto-introduccion {
  font-size: 15px;
  font-weight: inherit;
  line-height: 22px;
  text-align: center;
  color: var(--weg-root-white-color);
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-texto-introduccion {
    display: block;
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-texto-introduccion {
    font-size: 18px;
    font-weight: 600;
  }
}
.cb-page .paragraph--type--landing-banner .banner-wrapper .field-texto-introduccion p {
  font-size: 15px;
  font-weight: inherit;
  line-height: 22px;
  text-align: center;
  color: var(--weg-root-white-color);
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-texto-introduccion p {
    font-size: 15px;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-banner .banner-wrapper .field-texto-introduccion p {
    font-size: 18px;
    font-weight: 600;
  }
}
.cb-page .paragraph--type--landing-banner .banner-wrapper .views-field-field-cta-principal {
  display: block;
  margin: auto;
  margin-top: 20px;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item {
  width: 100%;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item:nth-child(1) .paragraph--type--servicio-estrategico-item .field-imagen-single, .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item:nth-child(2) .paragraph--type--servicio-estrategico-item .field-imagen-single, .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item:nth-child(5) .paragraph--type--servicio-estrategico-item .field-imagen-single, .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item:nth-child(6) .paragraph--type--servicio-estrategico-item .field-imagen-single {
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
      -ms-flex-order: 0;
          order: 0;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item:nth-child(3) .paragraph--type--servicio-estrategico-item .field-imagen-single, .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item:nth-child(4) .paragraph--type--servicio-estrategico-item .field-imagen-single {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item {
  background-color: var(--weg-root-white-color);
  height: 100%;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .field-imagen-single {
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .field-imagen-single {
    width: 50%;
    height: 100%;
  }
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .field-imagen-single a {
  height: 100%;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .field-imagen-single img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .field-imagen-single img {
    height: 100%;
  }
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .field-imagen-single:hover {
  opacity: 0.8;
  -webkit-transition-duration: 500ms;
       -o-transition-duration: 500ms;
          transition-duration: 500ms;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content {
  padding: 20px;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content a {
  text-decoration: none;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content .field-titulo {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 1rem;
  line-height: 1.5;
  letter-spacing: 0;
  color: var(--weg-root-green-color);
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content .field-texto-introduccion {
  margin-top: 10px;
  font-size: 16px;
  color: var(--weg-root-black-text);
  min-height: 130px;
  padding-bottom: 40px;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content .field-texto-introduccion p {
  font-size: 16px;
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content .views-field-field-cta-principal {
  text-align: center;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content .views-field-field-cta-principal {
    text-align: left;
    position: absolute;
    bottom: 15px;
  }
}
.cb-page .paragraph--type--landing-servicios-estrategicos .field--name-field-servicio-estrategico-item > .field__item .paragraph--type--servicio-estrategico-item .inner-content .views-field-field-cta-principal a {
  text-align: center;
  width: auto;
}
.cb-page .paragraph--type--landing-productos {
  overflow-x: hidden;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  overflow-y: hidden;
  overflow-x: auto;
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-productos .field--name-field-productos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    overflow-x: visible;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-productos .field--name-field-productos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos > .field__item {
  margin: 10px;
  width: 33.33%;
  min-width: 280px;
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-productos .field--name-field-productos > .field__item {
    width: 100%;
    min-width: auto;
  }
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser {
  padding: 0px;
  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;
  width: 100%;
  background-color: var(--weg-root-white-color);
  position: relative;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  height: 100%;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser > a,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser > a {
  width: 100%;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-imagen-single img,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-imagen-single img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content {
  position: relative;
  width: 100%;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content a, .cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content a:hover, .cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content a p,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content a,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content a:hover,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content a p {
  text-decoration: none;
  cursor: pointer;
  font-weight: 700;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title {
  height: 100px;
  border-bottom: solid 1px var(--weg-root-border-gray);
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title .field-tipo-de-producto,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title .field-tipo-de-producto {
  text-align: center;
  width: 100%;
  color: var(--weg-root-gray-color);
  margin-bottom: 10px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title .field-titulo,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title .field-nombre,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title .field-titulo,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title .field-nombre {
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-weight: 700;
  color: var(--weg-core-green-color);
  text-transform: uppercase;
  letter-spacing: 2.89px;
  border: none;
  padding-left: 10px;
  padding-right: 10px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title .field-titulo p,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title .field-nombre p,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title .field-titulo p,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title .field-nombre p {
  margin-bottom: 0px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title .field-titulo p:hover,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-title .field-nombre p:hover,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title .field-titulo p:hover,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-title .field-nombre p:hover {
  text-decoration: none;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-text,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-text {
  min-height: 200px;
  padding: 20px 25px 10px 25px;
}
@media (max-width: 768px) {
  .cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .inner-text,
  .cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .inner-text {
    min-height: auto !important;
    margin-bottom: 30px;
  }
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-texto-introduccion,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-texto-introduccion {
  margin-top: 10px;
  text-align: left;
  color: var(--weg-root-black-text);
  font-size: 14px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-texto-introduccion p,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-texto-introduccion p {
  color: var(--weg-root-black-text);
  font-size: 14px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-listado-ventajas,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-listado-ventajas {
  margin-bottom: 20px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p {
  text-align: center;
  color: var(--weg-root-black-text);
  font-weight: 600;
  word-break: break-all;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p strong,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p strong {
  color: var(--weg-root-light-green-color);
  white-space: nowrap;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p:nth-child(1):nth-last-child(1),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p:nth-child(1):nth-last-child(1) {
  width: 100%;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p:nth-child(1):nth-last-child(2),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p:nth-child(2):nth-last-child(1),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p:nth-child(1):nth-last-child(2),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p:nth-child(2):nth-last-child(1) {
  text-align: left;
  width: 50%;
  padding-right: 10px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p:nth-child(1):nth-last-child(3),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p:nth-child(2):nth-last-child(2),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .field-cifra-destacada p:nth-child(3):nth-last-child(1),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p:nth-child(1):nth-last-child(3),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p:nth-child(2):nth-last-child(2),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .field-cifra-destacada p:nth-child(3):nth-last-child(1) {
  width: 100%;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .views-field-field-texto-legal,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .views-field-field-texto-legal {
  font-size: 9px;
  color: var(--weg-root-black-text);
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .inner-content .bottom-content,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .inner-content .bottom-content {
  position: absolute;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo {
  width: 100%;
  border: 1px solid black;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__title, .cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .field__label,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__title,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .field__label {
  display: none;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content {
  margin: 0px;
  padding: 0px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content div:not(.field--name-field-version-reducida),
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content div:not(.field--name-field-version-reducida) {
  width: 100%;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content div:not(.field--name-field-version-reducida) p,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content div:not(.field--name-field-version-reducida) p {
  font-size: 9px;
  margin-bottom: 5px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content div:not(.field--name-field-version-reducida) .field__item,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content div:not(.field--name-field-version-reducida) .field__item {
  padding: 5px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-version-reducida,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-version-reducida {
  width: 100%;
  padding: 10px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-version-reducida .field__item,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-version-reducida .field__item {
  width: 100% !important;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-version-reducida img,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-version-reducida img {
  display: block;
  margin: auto;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-frase-abajo,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-frase-abajo {
  font-size: 9px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno p:first-child,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno p:first-child {
  font-size: 24px;
  color: #696262;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno p:first-child strong,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno p:first-child strong {
  color: var(--weg-root-black-text);
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno img,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno img {
  margin: auto;
  padding-bottom: 5px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-columna-dos,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-columna-tres,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-columna-cuatro,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .field-indicador-riesgo .node__content .field--name-field-frase-abajo,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-columna-uno,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-columna-dos,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-columna-tres,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-columna-cuatro,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .field-indicador-riesgo .node__content .field--name-field-frase-abajo {
  border-bottom: 1px solid black;
  padding: 5px;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .bottom-content,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .bottom-content {
  width: 100%;
  margin-top: auto;
  bottom: -40px;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
}
@media (max-width: 768px) {
  .cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .bottom-content,
  .cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .bottom-content {
    position: static;
    margin-top: 0;
  }
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .bottom-content .inner-buttons,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .bottom-content .inner-buttons {
  border-top: solid 1px var(--weg-root-border-gray);
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .bottom-content .inner-buttons .views-field-field-cta-contorno,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .bottom-content .inner-buttons .views-field-field-cta-link,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .bottom-content .inner-buttons .views-field-field-cta-principal,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-teaser .bottom-content .inner-buttons .views-field-field-cta-secundario,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .bottom-content .inner-buttons .views-field-field-cta-contorno,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .bottom-content .inner-buttons .views-field-field-cta-link,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .bottom-content .inner-buttons .views-field-field-cta-principal,
.cb-page .paragraph--type--landing-productos .field--name-field-productos .node--type-producto.node--view-mode-landing-teaser .bottom-content .inner-buttons .views-field-field-cta-secundario {
  display: inline-block;
  margin: 10px 0px;
  width: 100%;
}
.cb-page .paragraph--type--landing-video .yt-video-wrapper {
  width: 100%;
  height: 100%;
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item {
  min-height: 420px;
  background-color: var(--weg-root-green-color);
  display: block;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .media-wrapper {
  width: 100%;
  min-height: 230px;
}
@media (min-width: 1200px) {
  .cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .media-wrapper {
    width: 65%;
  }
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper {
  position: relative;
  width: 100%;
  padding: 20px;
  color: white;
  text-align: center;
  -webkit-box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.3);
          box-shadow: 0 0px 15px 0 rgba(0, 0, 0, 0.3);
  background-color: var(--weg-root-green-color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
@media (min-width: 1200px) {
  .cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper {
    width: 35%;
  }
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .inner-content {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: auto;
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .field-imagen-icono {
  width: 25%;
  margin: auto;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .field-imagen-icono {
    width: auto;
  }
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .field-titulo {
  margin: 15px 0px 15px 30px;
  font-size: 19px;
  letter-spacing: 0;
  font-weight: 700;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .field-titulo {
    font-size: 30px;
    letter-spacing: 0px;
    margin-bottom: 30px;
  }
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .field-texto-introduccion {
  margin-bottom: 20px;
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .field-texto-introduccion p {
  color: white;
  line-height: 24px;
  font-size: 16px;
}
.cb-page .paragraph--type--landing-video .main-video .paragraph--type--landing-video-item .content-wrapper .inner-buttons {
  -webkit-box-pack: space-evenly;
  -webkit-justify-content: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-video .secundary-video {
  margin-top: 40px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-video .secundary-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item {
  background-color: var(--weg-root-green-color);
  min-height: 400px;
  width: 100%;
  margin-bottom: 30px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item {
    width: 50%;
    margin-bottom: 0px;
  }
  .cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item:first-child {
    margin-right: 25px;
  }
  .cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item:nth-child(2) {
    margin-left: 25px;
  }
}
.cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item .media-wrapper {
  width: 100%;
  height: 360px;
}
.cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item .content-wrapper {
  width: 100%;
}
.cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item .content-wrapper .field-icono,
.cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item .content-wrapper .field-texto-introduccion,
.cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item .content-wrapper .inner-buttons {
  display: none;
}
.cb-page .paragraph--type--landing-video .secundary-video .paragraph--type--landing-video-item .content-wrapper .field-titulo {
  max-width: 350px;
  margin: auto;
  padding: 15px 0px;
  color: var(--weg-root-white-color);
  text-transform: uppercase;
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 2.89px;
  line-height: 19px;
  text-align: center;
}
.cb-page .node--type-cb-page .paragraph--type--landing-video .container .main-video .paragraph--type--landing-video-item .content-wrapper h3.field-titulo {
  font-size: 30px !important;
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item {
  padding-top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-right: 0px;
  padding-left: 0px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item {
    padding: 0px;
  }
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item {
  padding: 15px;
  width: 50%;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item {
    width: 33.3333%;
  }
}
@media (max-width: 1199px) {
  .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item {
    text-align: center;
  }
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 5px;
  background-color: var(--weg-root-white-color);
  height: 100%;
  position: relative;
  padding: 0px;
  width: 100%;
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item:hover p, .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item:hover a p, .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item:hover a {
  text-decoration: none;
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item a {
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
  display: block;
  height: 100%;
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item a:hover {
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
          box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateY(-1px);
  -o-transform: translateY(-1px);
     transform: translateY(-1px);
  cursor: pointer;
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa {
  padding: 15px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 100%;
    height: 100%;
  }
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa .field-imagen-icono {
  text-align: center;
  width: 100px;
  min-width: 100px;
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa .field-imagen-icono img {
  max-width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa .field-imagen-icono img {
    max-width: 100%;
  }
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa .field-nombre {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  font-size: 16px;
  min-height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  color: var(--weg-root-black-text);
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa .field-nombre {
    font-size: 18px;
  }
}
.cb-page .paragraph--type--landing-operativas-ruralvia .field--name-field-opetativa-ruralvia-item .field__item .paragraph--type--operativas-ruralvia-item .operativa .field-nombre p {
  margin: auto;
}
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .owl-stage {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .log-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .log-item > a,
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .log-item > .img-content {
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .log-item > a > img,
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .log-item > .img-content > img {
  margin: auto;
  max-width: 100%;
  width: auto;
  max-height: 100px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .log-item > a > img,
  .cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .log-item > .img-content > img {
    max-height: 120px;
  }
}
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .owl-dots {
  margin-top: 60px;
}
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .owl-dots span {
  background: rgba(0, 122, 94, 0.5);
  width: 14px;
  height: 14px;
}
.cb-page .paragraph--type--landing-logotipos .section-content .logotipos-list.owl-theme-logotipos .owl-dots .owl-dot.active span {
  background: var(--weg-root-green-color);
  width: 22px;
  height: 22px;
}
.cb-page .paragraph--type--landing-cifras {
  min-height: 320px;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-cifras {
    min-height: 435px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras {
  margin-bottom: 45px;
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras .field-titulo {
  color: var(--weg-root-white-color);
  font-family: "Open Sans";
  font-size: 54px;
  line-height: 60px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-header-cifras .field-titulo {
    font-size: 100px;
    line-height: 100px;
    margin-bottom: 10px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras .field-texto-introduccion {
  color: var(--weg-root-white-color);
  font-family: "Open Sans";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-header-cifras .field-texto-introduccion {
    font-size: 16px;
    line-height: 24px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-header-cifras .field-texto-introduccion .field__item p {
  font-family: "Open Sans" !important;
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem {
  color: var(--weg-root-white-color);
  text-align: center;
  margin-bottom: 20px;
  min-width: 110px;
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem {
    min-width: 120px;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem {
    margin: 0px 40px 40px 40px;
    min-width: 150px;
    max-width: 200px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-cifra {
  margin-bottom: 25px;
  font-family: "Open Sans";
  font-size: 40px;
  line-height: 46px;
  font-weight: bold;
  letter-spacing: 0;
  text-align: center;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-cifra {
    font-size: 56px;
    line-height: 43px;
  }
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-descripcion p {
  font-family: "Open Sans" !important;
}
.cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-descripcion {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: center;
  margin: 0;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-cifras .section-content .cifras-list .cItem .field-descripcion {
    font-size: 16px;
    line-height: 24px;
  }
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item {
  width: 100%;
  padding: 3px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item {
    width: 50%;
  }
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: white;
  border: 1px solid rgba(151, 151, 151, 0.44);
  border-radius: 6px;
  overflow: hidden;
  height: 100%;
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .field-imagen-single {
  width: 140px;
  min-width: 140px;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .field-imagen-single {
    width: 150px;
    min-width: 150px;
  }
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .field-imagen-single {
    width: 180px;
    min-width: 180px;
  }
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .field-imagen-single img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .inner-content {
  padding: 10px 15px 10px 15px;
}
@media (min-width: 576px) {
  .cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .inner-content {
    padding: 24px 33px 33px 33px;
  }
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .inner-content .field-titulo {
  color: var(--weg-core-black-text);
  font-family: "Open Sans";
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2.89px;
  line-height: 22px;
}
.cb-page .paragraph--type--landing-actividades .field--name-field-elementos-actividades > .field__item .paragraph--type--landing-actividades-item .inner-content .field-texto-introduccion {
  color: var(--weg-core-black-text);
  font-family: "Open Sans";
  font-size: 13px;
  letter-spacing: 0;
  line-height: 22px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  gap: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item:nth-child(even) .paragraph--type--landing-tarjeta-informativa-item {
    border-left: 1px solid var(--weg-root-border-gray);
    border-right: 1px solid var(--weg-root-border-gray);
  }
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item .paragraph--type--landing-tarjeta-informativa-item {
    border: 1px solid var(--weg-root-border-gray);
  }
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item .paragraph--type--landing-tarjeta-informativa-item {
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  background-color: #fff;
  height: 190px;
  width: 190px;
  padding: 12px;
  border-radius: 25px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item .paragraph--type--landing-tarjeta-informativa-item .field-imagen-single {
  margin-bottom: 0;
  width: 100%;
  text-align: center;
  margin-top: 15px;
  min-height: 10px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item .paragraph--type--landing-tarjeta-informativa-item .field-imagen-single img {
  margin: auto;
  height: 68px;
  width: auto;
  -o-object-fit: contain;
     object-fit: contain;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item .paragraph--type--landing-tarjeta-informativa-item .field-titulo {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  font-size: 17px;
  line-height: 22px;
  text-align: center;
  letter-spacing: normal;
  margin-bottom: 0;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .field--name-field-tarjeta-informativa-item .owl-item .field__item .paragraph--type--landing-tarjeta-informativa-item .field-texto-introduccion {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  font-size: 14px;
  line-height: 26px;
  text-align: center;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .inner-content,
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .inner-content {
  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;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link,
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link {
  color: #007a5e;
  text-decoration: none;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper,
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper {
  width: 100%;
  min-height: 10px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper {
  text-align: end;
  height: 31px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper .informative-card-item__link {
  position: relative;
  display: inline-grid;
  place-items: center;
  width: 31px;
  height: 31px;
  margin-left: auto;
  margin-right: 20px;
  padding-right: 0;
  cursor: pointer;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper .informative-card-item__link::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 50%;
  background: #007a5e;
  -webkit-transform: scale(0);
       -o-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  -webkit-transition: opacity 180ms ease, -webkit-transform 180ms ease;
  transition: opacity 180ms ease, -webkit-transform 180ms ease;
  -o-transition: opacity 180ms ease, -o-transform 180ms ease;
  transition: transform 180ms ease, opacity 180ms ease;
  transition: transform 180ms ease, opacity 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper .informative-card-item__link i {
  font-size: 20px;
  line-height: 1;
  color: currentColor;
  -webkit-transition: color 180ms ease, -webkit-transform 180ms ease;
  transition: color 180ms ease, -webkit-transform 180ms ease;
  -o-transition: color 180ms ease, -o-transform 180ms ease;
  transition: color 180ms ease, transform 180ms ease;
  transition: color 180ms ease, transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
  display: block;
  padding-right: 0;
  text-align: center;
  z-index: 1;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper .informative-card-item__link:hover {
  color: #fff;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper .informative-card-item__link:hover::before {
  -webkit-transform: scale(1);
       -o-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--without-text .informative-card-item__link-wrapper .informative-card-item__link .informative-card-item__link-text {
  display: none;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .inner-content {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper {
  text-align: center;
  height: 41px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper .informative-card-item__link {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 16px;
  border-radius: 7px;
  background: #83EE00;
  color: #004b3a;
  font-weight: 600;
  width: 88%;
  height: 100%;
  line-height: 16px;
  white-space: nowrap;
  gap: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper .informative-card-item__link i,
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper .informative-card-item__link i:last-child {
  font-size: 12px;
  line-height: 1;
  color: currentColor;
  -webkit-transition: -webkit-transform 180ms ease;
  transition: -webkit-transform 180ms ease;
  -o-transition: -o-transform 180ms ease;
  transition: transform 180ms ease;
  transition: transform 180ms ease, -webkit-transform 180ms ease, -o-transform 180ms ease;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper .informative-card-item__link:hover {
  -webkit-filter: brightness(0.95);
          filter: brightness(0.95);
  text-decoration: underline;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper .informative-card-item__link:hover i {
  -webkit-transform: translateX(3.5px);
       -o-transform: translateX(3.5px);
          transform: translateX(3.5px);
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper .informative-card-item__link span.informative-card-item__link-text {
  font-size: 14px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .informative-card--with-text .informative-card-item__link-wrapper .informative-card-item__link .fa-arrow-right::before {
  content: "\f30b";
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card {
  width: 60vw;
  position: relative;
  margin: auto;
}
@media (min-width: 580px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card {
    width: 410px;
  }
}
@media (min-width: 768px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card {
    width: 632px;
  }
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card {
    width: 850px;
  }
}
@media (min-width: 1200px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card {
    width: 1072px;
  }
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-stage-outer {
  padding: 10px;
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-stage-outer {
    padding: 0;
  }
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav {
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav .nav-btn {
  font-size: 20px;
  color: #4A4A4A;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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;
  cursor: pointer;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button.owl-prev,
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: all;
  width: 40px;
  height: 40px;
  display: grid;
  place-items: center;
  color: #4A4A4A;
  -webkit-transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.15s ease;
  transition: background 0.2s ease, color 0.2s ease, -webkit-transform 0.15s ease;
  -o-transition: background 0.2s ease, color 0.2s ease, -o-transform 0.15s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease;
  transition: background 0.2s ease, color 0.2s ease, transform 0.15s ease, -webkit-transform 0.15s ease, -o-transform 0.15s ease;
  z-index: 2;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button.owl-prev {
  left: -50px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button.owl-next {
  right: -50px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button:active,
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button:hover {
  color: unset;
  background: none;
  outline: none;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button:hover {
    -webkit-transform: translateY(-50%) scale(1.2);
         -o-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
@media (max-width: 991px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button:active {
    -webkit-transform: translateY(-50%) scale(1.2);
         -o-transform: translateY(-50%) scale(1.2);
            transform: translateY(-50%) scale(1.2);
  }
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-cuadros .owl-theme-informative-card .owl-nav button.disabled {
  opacity: 0.45;
  cursor: not-allowed;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos {
  background-color: #008c65;
  padding: 60px 100px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .section-header .field-titulo {
  color: white;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .field--name-field-tarjeta-informativa-item {
  width: 100%;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card {
  position: relative;
  max-width: 1400px;
  margin: auto;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-stage {
  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;
  margin: auto;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-item {
  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;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav {
  margin: 0;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav button.owl-prev, .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav button.owl-next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 42px;
  height: 42px;
  margin: 0;
  border-radius: 50%;
  background-color: #ffffff;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav button.owl-prev {
  left: -70px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav button.owl-next {
  right: -70px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav button.disabled {
  opacity: 0.35;
  pointer-events: none;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-dots {
  display: none;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item {
  width: 100%;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__inner {
  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;
  gap: 20px;
  min-height: 76px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__image {
  width: 76px;
  min-width: 76px;
  height: 76px;
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #ffffff;
  border-radius: 12px;
  overflow: hidden;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__image img {
  width: 42px;
  height: 42px;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__content {
  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;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__title {
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 1px;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__subtitle {
  margin: 0;
  color: #ffffff;
}
.cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .nav-btn {
  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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #008c65;
  font-size: 20px;
}
@media (max-width: 1199px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos {
    padding: 48px 100px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__title {
    font-size: 18px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__subtitle {
    font-size: 16px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav button.owl-prev {
    left: -70px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav button.owl-next {
    right: -70px;
  }
}
@media (max-width: 992px) {
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos {
    padding: 32px 16px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .field--name-field-tarjeta-informativa-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card {
    width: 100%;
    max-width: 380px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card.owl-carousel {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card.owl-carousel .owl-stage-outer {
    overflow: visible;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card.owl-carousel .owl-stage {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    -webkit-transform: none !important;
         -o-transform: none !important;
            transform: none !important;
    width: auto !important;
    height: auto !important;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card.owl-carousel .owl-item {
    width: 100% !important;
    float: none;
    opacity: 1 !important;
    visibility: visible !important;
    margin-right: 0 !important;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-nav,
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .owl-theme-informative-icons-card .owl-dots {
    display: none !important;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    padding: 20px 0;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item:last-child {
    border-bottom: none;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__inner {
    gap: 16px;
    margin-left: 70px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__image {
    width: 64px;
    min-width: 64px;
    height: 64px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__image img {
    width: 36px;
    height: 36px;
  }
  .cb-page .paragraph--type--landing-tarjetas-informativas.cb-horizonta-iconos .informative-icon-item__title {
    font-size: 16px;
  }
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .field__item {
  display: contents;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item {
  margin-bottom: 60px;
  position: relative;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .field-imagen-single img {
  width: 100%;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content {
  background-color: var(--weg-root-white-color);
  position: relative;
  padding: 25px 50px 0px 30px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content {
    padding: 25px 30px;
  }
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .field-titulo {
  color: var(--weg-root-green-color);
  font-family: "Open Sans";
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 29px;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .field-texto-introduccion {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  font-size: 16px;
  letter-spacing: 0;
  line-height: 24px;
  display: none;
  margin-top: 25px;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton {
  width: 50px;
  height: 50px;
  background-color: var(--weg-root-green-color);
  border-radius: 50%;
  position: absolute;
  bottom: -25px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  border: none;
  outline: none;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton:focus {
  -webkit-box-shadow: 0 0 0 2px var(--weg-root-yellow-color);
          box-shadow: 0 0 0 2px var(--weg-root-yellow-color);
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton:hover {
  background-color: var(--weg-root-darker-green-color, #005a47);
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton .sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton:before, .cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton:after {
  content: "";
  width: 24px;
  height: 3px;
  background-color: #FFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  -o-transition: -o-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s, -o-transform 0.5s;
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton:after {
  -webkit-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg);
}
.cb-page .paragraph--type--landing-tarjetas-desplegables .field--name-field-tarjeta-desplegable-item .paragraph--type--landing-tarjeta-desplegable-item .inner-content .showMoreButton.open:after {
  -webkit-transform: rotate(0deg);
       -o-transform: rotate(0deg);
          transform: rotate(0deg);
}
.cb-page .paragraph--type--landing-redes-sociales > .container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .paragraph--type--landing-redes-sociales > .container .section-head {
  margin-top: 25px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-redes-sociales > .container .section-head {
    margin-top: 0px;
  }
}
.cb-page .paragraph--type--landing-redes-sociales > .container .section-head {
  margin-bottom: 25px;
}
.cb-page .paragraph--type--landing-redes-sociales > .container .section-head .field-titulo {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  font-size: 23px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 27px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .paragraph--type--landing-redes-sociales > .container .section-head .field-titulo:before {
  content: "";
  width: 30px;
  border: 3px solid #007A5E;
  display: block;
  height: 0px;
  margin: auto 20px auto 0px;
}
.cb-page .paragraph--type--landing-redes-sociales > .container .second-column .rrss_app {
  height: 50%;
  min-height: 225px;
}
.cb-page .paragraph--type--landing-redes-sociales > .container .second-column .rrss_app .section-video {
  height: calc(100% - 52px);
  overflow: overlay;
}
.cb-page .field--name-field-landing-page-content .field--name-field-indicador-de-riesgo-item {
  padding: 1px 5px;
  margin: 0;
}
.cb-page .field--name-field-landing-page-content .field--name-field-indicador-de-riesgo-item .views-field-field-frase-abajo {
  margin: 0px auto;
}
.cb-page .field--name-field-landing-page-content .field--name-field-indicador-de-riesgo-item .views-field-field-frase-abajo > .field-content {
  margin: 5px 0px;
}
.cb-page .indicador-de-riesgo-wrapper {
  border: solid 1px black;
}
.cb-page .indicador-de-riesgo-wrapper .container {
  padding: 0px;
}
@media (min-width: 768px) {
  .cb-page .indicador-de-riesgo-wrapper .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1):nth-last-child(1) {
  width: 100%;
}
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1):nth-last-child(2),
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(2):nth-last-child(1) {
  width: 100%;
}
@media (min-width: 768px) {
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1):nth-last-child(2),
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(2):nth-last-child(1) {
    width: 50%;
  }
}
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1):nth-last-child(3),
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(2):nth-last-child(2),
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(3):nth-last-child(1) {
  width: 100%;
}
@media (min-width: 768px) {
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1):nth-last-child(3),
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(2):nth-last-child(2),
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(3):nth-last-child(1) {
    width: 33.333%;
  }
}
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1):nth-last-child(4),
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(2):nth-last-child(3),
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(3):nth-last-child(2),
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(4):nth-last-child(1) {
  width: 100%;
}
@media (min-width: 768px) {
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1):nth-last-child(4),
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(2):nth-last-child(3),
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(3):nth-last-child(2),
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(4):nth-last-child(1) {
    width: 25%;
  }
}
.cb-page .indicador-de-riesgo-wrapper .container div {
  font-size: 10px;
  border-top: solid 0.5px black;
  padding-right: 20px;
  padding-left: 20px;
}
@media (min-width: 768px) {
  .cb-page .indicador-de-riesgo-wrapper .container div {
    border-top: none;
    border-left: solid 1px black;
  }
}
.cb-page .indicador-de-riesgo-wrapper .container div p {
  margin-bottom: 10px;
  margin-top: 10px;
  color: black;
}
.cb-page .indicador-de-riesgo-wrapper .container div p:nth-child(n+2) {
  margin-top: 0px;
}
.cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1) {
  border-left: none;
  border-top: none;
}
@media (min-width: 768px) {
  .cb-page .indicador-de-riesgo-wrapper .container div:nth-child(1) {
    padding-left: 0px;
  }
}
@media (min-width: 768px) {
  .cb-page .indicador-de-riesgo-wrapper .container div:last-child {
    padding-right: 0px;
  }
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno,
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-dos,
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-tres,
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-cuatro {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno p,
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-dos p,
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-tres p,
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-cuatro p {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  width: 100%;
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno p:nth-child(1) {
  font-size: 34px;
  margin-bottom: 0px;
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno p:nth-child(1) span {
  color: #696262;
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno p:nth-child(1) span,
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno p:nth-child(1) strong {
  font-weight: 700;
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-uno p {
  display: block;
  width: 100%;
}
.cb-page .indicador-de-riesgo-wrapper .container .views-field-field-columna-dos .field--type-text-long {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.cb-page .views-field-field-frase-abajo {
  margin: 5px auto;
  font-size: 9px;
}
.cb-page .views-field-field-frase-abajo .field-content {
  padding: 0px;
}
.cb-page .views-field-field-frase-abajo p {
  margin: 0px;
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item {
  width: 100%;
  margin-bottom: 15px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item {
    margin-bottom: 0px;
    padding: 15px;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(1), .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(5) {
    width: 50%;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(1) .paragraph--type--landing-listado-informacion-item, .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(5) .paragraph--type--landing-listado-informacion-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(1) .paragraph--type--landing-listado-informacion-item .field-imagen-single, .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(5) .paragraph--type--landing-listado-informacion-item .field-imagen-single {
    margin-right: 45px;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(2), .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(3) {
    width: 25%;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(2) .paragraph--type--landing-listado-informacion-item, .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(3) .paragraph--type--landing-listado-informacion-item {
    height: 100%;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(2) .paragraph--type--landing-listado-informacion-item .field-imagen-single, .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(3) .paragraph--type--landing-listado-informacion-item .field-imagen-single {
    margin-bottom: 32px;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(4) {
    width: 50%;
  }
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(4) .paragraph--type--landing-listado-informacion-item {
    height: 100%;
    min-height: 240px;
    padding: 0px;
  }
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(4) .paragraph--type--landing-listado-informacion-item {
  padding: 0;
  display: grid;
  min-height: 250px;
  display: grid;
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item:nth-child(4) .paragraph--type--landing-listado-informacion-item > .media-wrapper {
  width: 100%;
  height: 100%;
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item {
  background-color: var(--weg-root-white-color);
  padding: 30px 16px 60px 16px;
  -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .media-wrapper {
  height: 100%;
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .field-imagen-single {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .field-imagen-single {
    margin-bottom: 0px;
  }
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .field-imagen-single {
  min-width: 50px;
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .field-imagen-single img {
  width: 45px;
  height: 45px;
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .inner-content .field-titulo {
  color: var(--weg-root-green-color);
  font-family: "Open Sans";
  font-weight: bold;
  letter-spacing: 0;
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 25px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .inner-content .field-titulo {
    font-size: 22px;
    line-height: 30px;
  }
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .inner-content .field-texto-introduccion {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  letter-spacing: 0;
  font-size: 15px;
  line-height: 23px;
  font-size: 14px;
  line-height: 21px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .inner-content .field-texto-introduccion {
    font-size: 16px;
    line-height: 24px;
  }
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .inner-content .field-listado-ventajas .field--name-field-listado-de-ventajas .field__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-family: "Open Sans";
  letter-spacing: 0;
  max-width: 450px;
  color: var(--weg-root-black-text);
  font-size: 14px;
  line-height: 19px;
}
@media (min-width: 992px) {
  .cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .inner-content .field-listado-ventajas .field--name-field-listado-de-ventajas .field__item {
    font-size: 16px;
    line-height: 22px;
  }
}
.cb-page .paragraph--type--landing-listado-informacion .section-content .field--name-field-listado-informacion-item > .field__item .paragraph--type--landing-listado-informacion-item .inner-content .field-listado-ventajas .field--name-field-listado-de-ventajas .field__item:before {
  content: "";
  margin-right: 15px;
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
  font-size: 16px;
  color: var(--weg-root-green-color);
}
.cb-page .paragraph--type--landing-wysiwyg .field-texto-introduccion h1 {
  color: var(--weg-root-green-color);
  font-family: "Open Sans";
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 45px;
}
.cb-page .paragraph--type--landing-wysiwyg .field-texto-introduccion p,
.cb-page .paragraph--type--landing-wysiwyg .field-texto-introduccion li {
  color: var(--weg-root-black-text);
  font-family: "Open Sans";
  font-size: 18px;
  letter-spacing: 0;
  line-height: 25px;
}
.cb-page .paragraph--type--landing-wysiwyg .field-texto-introduccion ul {
  margin-top: 30px;
}
.cb-page .paragraph--type--landing-wysiwyg .field-texto-introduccion ul li {
  margin-bottom: 15px;
}
.cb-page .paragraph--type--landing-wysiwyg .field-texto-introduccion ul li a::marker {
  color: #4a4a4a;
}
.cb-page .paragraph--type--landing-wysiwyg .field-texto-introduccion ul li::marker {
  color: #4a4a4a;
}
.cb-page .paragraph--type--landing-wysiwyg p span a,
.cb-page .paragraph--type--landing-wysiwyg a,
.cb-page .paragraph--type--landing-wysiwyg p a {
  white-space: normal !important;
  word-break: break-word !important;
  overflow-wrap: anywhere !important;
}

.main-content.col {
  padding: 0;
}

.node--type-cb-page {
  background-color: #f8fafb;
}