@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

body {
  font-family: Poppins, sans-serif;
}

.mth-header-full-page span {
  color: #000 !important;
}

.mth-all-container {
  padding: 0 15px;
}

.mth-img-form {
  display: grid;
  padding: 110px 0 0;
}

.mth-center-content {
  justify-self: center;
}

.mth-background-form {
  display: grid;
  justify-items: flex-end;
  margin: 2rem 0 0 auto;
  padding: 0 6rem 0 0;
  width: auto;
  z-index: 10;
}

.mth-center-nuestra-historia {
  display: grid;
  align-self: center;
}

.mth-img-section1 {
  width: 90%;
  position: absolute;
  left: 5%;
  z-index: 2;
}

.mth-link-button-caso-uso {
  display: grid;
  justify-self: center;
}

.mth-content-form-thank {
  padding: 20px;
  max-width: 340px;
  width: 100%;
  height: 490.4px;
  background-color: #fffffff7;
  border: 2px solid rgba(158, 158, 158, 0.305);
  border-radius: 20px;
  z-index: 8000;
  overflow: hidden;
}

.mth-first-thank {
  padding: 0 5px;
}

.mth-first-thank p:first-child {
  margin: 1.5rem 0 1rem;
  font-weight: 900;
  font-size: 20px;
  line-height: 1.3;
  letter-spacing: 0;
}

.mth-first-thank p:nth-child(2) {
  font-weight: 600;
  font-style: Medium;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.mth-first-thank ul {
  width: 80%;
  margin: 1rem auto 0;
}

.mth-first-thank li {
  margin: 0 0 1.7rem;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.mth-thanks-button {
  display: grid;
  margin: 1rem 0 1rem;
  align-items: center;
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  background-color: #4547ef;
  border-radius: 20px;
  border: none;
  color: #fff;
}

.mth-thanks-button:active {
  font-size: 15px;
  background-color: #3133c8;
}

.mth-form {
  display: grid;
  grid-template-rows: repeat(13, auto);
  align-items: center;
}

.mth-form p {
  margin: 0 0 1rem;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
}

.mth-form label {
  margin: 0 0 0.2rem;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
}

.mth-form input[type="text"],
.mth-form input[type="email"] {
  margin: 0 0 0.5rem;
  padding: 2px 0 2px 20px;
  appearance: none;
  width: auto;
  height: 30px;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 20px;
  border: 1px solid #4547ef;
}

.mth-form input[type="text"]:user-invalid,
.mth-form input[type="email"]:user-invalid {
  border: 2px solid #ef4545;
}

.mth-first-button {
  margin: 0.5rem 0 1rem;
  width: 100%;
  height: 30px;
  font-weight: 700;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  text-align: center;
  background-color: #4547ef;
  border-radius: 20px;
  border: none;
  color: #fff;
}

.mth-first-button:active {
  font-size: 15px;
  background-color: #3133c8;
}

.mth-first-checkbox {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
}

.mth-first-checkbox input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #4547ef;
}

.mth-first-checkbox input[type="checkbox"]:checked {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #4547ef;
  border: 2px solid #4547ef;
  background-image: url("https://ftp.mathilde-ads.com/405-4b2f0ee6e8e977fbb90a5cec30c55e93.png");
  background-position: center;
}

.mth-relative-buttons-page-mathilde {
  position: relative;
  bottom: 5rem;
  left: 6rem;
}

.mth-relative-buttons-page-mathilde:hover {
  background: #ff3f52;
  background: linear-gradient(
    180deg,
    rgba(255, 63, 82, 1) 0,
    rgba(146, 119, 225, 1) 100%
  );
  transition: all 0.7s;
}

.mth-first-checkbox label {
  font-weight: 400;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0;
}

.mth-first-checkbox u,
.mth-first-checkbox a,
.mth-form-checkbox-section5 u,
.mth-form-checkbox-section5 a {
  cursor: pointer;
  color: #4547ef;
  font-weight: 600;
}

.mth-modal-preference {
  display: none;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.128);
  z-index: 9999;
}

.mth-container-modal-preference {
  display: grid;
  margin: auto;
  max-width: 900px;
  height: 620px;
  background-color: #fff;
  border-radius: 20px;
  padding: 1rem 4rem;
  z-index: 9999;
  overflow-y: scroll;
}

.mth-container-cards {
  display: grid;
  margin: 0 auto 5rem;
  max-width: 1200px;
}

.mth-width-card {
  display: grid;
  justify-self: center;
  grid-template-rows: 160px 65px 224px;
  max-width: 272px;
}

.mth-tittle {
  font-weight: 600;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 26px;
  letter-spacing: 0;
}

.mth-img-card {
  display: grid;
  max-width: 77px;
  width: 100%;
  height: 80px;
  justify-self: center;
  margin: 30px auto 30px;
}

.mth-container-modal-preference img {
  display: grid;
  justify-self: flex-end;
  margin: 1rem 0;
  cursor: pointer;
}

.mth-container-modal-preference p {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  margin-bottom: 15px;
  color: #000 !important;
}

.mth-form-preference {
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 20px;
}

.mth-form-preference-section {
  display: grid;
}

.mth-form-preference-section label {
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  margin-bottom: 5px;
  color: #000 !important;
}

.mth-form-preference-section input[type="text"],
.mth-form-preference-section input[type="email"],
.mth-form-preference-section select {
  appearance: none;
  margin: 0 0 0.5rem;
  padding: 2px 0 2px 20px;
  appearance: none;
  max-width: 300px;
  width: 100%;
  height: 30px;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
  border-radius: 20px;
  border: 1px solid #4547ef;
}

.mth-form-preference-section select {
  background-image: url("https://ftp.mathilde-ads.com/405-ba696a0466cd5ee2fc6e34a0ff2a520b.png");
  background-position: 100%;
  background-repeat: no-repeat;
}

.mth-form-check-preference input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  border: 2px solid #4547ef;
}

.mth-form-check-preference input[type="checkbox"]:checked {
  appearance: none;
  width: 18px;
  height: 18px;
  border-radius: 3px;
  background-color: #4547ef;
  border: 2px solid #4547ef;
  background-image: url("https://ftp.mathilde-ads.com/405-4b2f0ee6e8e977fbb90a5cec30c55e93.png");
  background-position: center;
}

.mth-form-check-preference {
  margin: 1rem 0;
}

.mth-form-check-preference div {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  margin-bottom: 0.5rem;
}

.mth-form-check-preference p {
  grid-column: span 2;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
}

.mth-form-check-preference label {
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  color: #000 !important;
}

.mth-final-text-preference {
  grid-column: span 2;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0;
}

.mth-title-card-section1 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0;
  color: #000 !important;
}

.mth-buttons-modal {
  display: grid;
  grid-column: span 2;
  grid-template-columns: repeat(2, auto);
  justify-self: flex-end;
  display: grid;
  justify-items: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
}

.mth-buttons-modal u {
  cursor: pointer;
}

.mth-form-preference button {
  width: 100%;
  height: 40px;
  font-weight: 700;
  font-style: Bold;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: center;
  background-color: #4547ef;
  border-radius: 20px;
  border: none;
  color: #fff;
}

.mth-cards {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: center;
  column-gap: 6rem;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.mth-border-cards {
  border-top: 2px solid #4547ef;
  width: 270px;
  font-weight: 400;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}

.mth-section2 {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  background-color: #dddff94d;
}

.mth-img-section2 {
  max-width: 300px;
  width: 100%;
  justify-self: center;
}

.mth-cards-section2 {
  display: grid;
  max-width: 1000px;
  width: 100%;
  margin: 2rem auto 4rem;
  grid-template-columns: repeat(3, auto);
  grid-template-rows: repeat(2, auto);
  gap: 30px;
}

.mth-title-section2 {
  max-width: 1000px;
  width: 100%;
  margin: 4rem auto 0;
  font-weight: 700;
  font-size: 30px;
  line-height: 44px;
  letter-spacing: 0px;
}

.mth-text-cards {
  padding: 0 10px 10px;
  width: 300px;
  height: 225px;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0px;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  border: 3px solid rgba(128, 128, 128, 0.151);
  color: #000 !important;
}

.mth-section3 {
  max-width: 1000px;
  width: 100%;
  margin: 4rem auto;
}

.mth-img-section3 {
  width: 100%;
  display: grid;
  margin: auto;
}

.mth-tittle-logos {
  margin: 4rem 0 3rem;
  font-weight: 600;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}

.mth-content-logos {
  display: grid;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.mth-center-cards-ecosistemas {
  justify-self: center;
}

.mth-content-logos span {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-skip-ink: auto;
  text-align: center;
  cursor: pointer;
}

.mth-logos-img {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-items: center;
  align-items: center;
}

.mth-logos-img img {
  width: auto;
  margin: auto;
}

.mth-hidden-img {
  display: none;
}

.mth-section4 {
  display: grid;
  margin: auto;
  max-width: 1000px;
  width: 100%;
}

.mth-section4-h1 {
  font-weight: 600;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
}

.mth-section4-h2 {
  font-weight: 600;
  font-size: clamp(18px, 3vw, 30px);
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  margin: 3rem 0 2rem;
}

.mth-text-section4 {
  margin: 0 0 1rem;
  font-weight: 400;
  font-size: clamp(16px, 3vw, 20px);
  line-height: 1;
  letter-spacing: 0;
}

.mth-container-vig-text {
  display: grid;
  grid-template-columns: auto 1fr;
}

.mth-viga {
  width: 100%;
  position: relative;
  right: 2rem;
  top: 1rem;
}

.mth-viga img {
  max-width: 15px;
  width: 100%;
}

.mth-container1-section4 {
  display: grid;
  grid-template-columns: repeat(3, 300px);
  column-gap: 30px;
  max-width: 1000px;
  width: 100%;
  margin: 2rem auto 0;
}

.mth-content-card-section4-center {
  display: grid;
  justify-self: center;
}

.mth-card-section4-1 img {
  max-width: 300px;
}

.mth-text-card-section4 {
  display: grid;
  justify-items: center;
  align-items: center;
  max-width: 300px;
  width: 100%;
  padding-bottom: 10px;
  min-height: 103px;
  height: auto;
  background-color: #fff;
  border: 2px solid rgba(158, 158, 158, 0.305);
  border-top: none;
  border-radius: 0 0 15px 15px;
  color: #000 !important;
}

.mth-text-card-section4 p {
  margin: 1rem 0;
  font-weight: 600;
  font-size: 28px;
  line-height: 100%;
  letter-spacing: 0;
  vertical-align: middle;
  text-align: center;
}

.mth-content-dropdown {
  display: grid;
  grid-template-columns: auto repeat(3, auto);
  column-gap: 10px;
  padding: 0 15px;
  margin: 1rem 0;
}

.mth-close-dropdown {
  display: none;
}

.mth-content-dropdown p {
  margin: 0.1rem 0;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
}

.mth-text-card-section4 u {
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  letter-spacing: 0;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0;
  text-decoration-skip-ink: auto;
  cursor: pointer;
  color: #4547ef;
}

.mth-line-hr {
  background-color: #4547efcc;
  margin: 4rem 0;
  height: 2px;
  border: none;
}

.mth-second-h1-section4 {
  margin: 0 0 2rem;
}

.mth-container-section5 {
  display: grid;
  justify-content: center;
  grid-template-columns: repeat(3, 240px);
  column-gap: 4rem;
  padding: 4rem 5rem;
  margin: 5rem auto;
  max-width: 1150px;
  width: 100%;
  background-color: #dddff9;
  border-radius: 20px;
}

.mth-column1-text {
  display: grid;
  grid-template-rows: repeat(2, auto);
  row-gap: 2rem;
}

.mth-column1-text a {
  color: #212529;
  text-decoration: none;
}

.mth-column1-text h1 {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 26px;
  line-height: 21px;
  letter-spacing: 2px;
}

.mth-column1-text p {
  font-weight: 500;
  font-style: Medium;
  font-size: 12px;
  line-height: 21px;
  letter-spacing: 0px;
}

.mth-column2-social-links {
  display: grid;
  margin: 0 auto;
}

.mth-img-social {
  display: grid;
  grid-template-columns: repeat(4, auto);
  column-gap: 10px;
  max-width: 250px;
  justify-items: center;
  width: 100%;
}

.mth-logo-footer {
  display: grid;
  align-items: flex-end;
  justify-items: center;
  margin: 20rem 0 0;
}

.mth-column2-social-links h1 {
  margin: 0 auto 2rem;
  font-weight: 700;
  font-size: 26px;
  line-height: 21px;
  letter-spacing: 2px;
}

.mth-column3-section5 {
  max-width: 280px;
}

.mth-center-footer-items {
  justify-items: center;
}

.mth-column3-section5 h1 {
  margin: 0 0 2rem;
  font-weight: 700;
  font-size: 26px;
  line-height: 21px;
  letter-spacing: 2px;
}

.mth-column3-section5 p {
  margin: 0 auto 1rem;
  font-weight: 500;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #000 !important;
  display: flex;
  justify-content: center;
  align-items: start;
  flex-direction: column;
}

.mth-second-thank {
  width: 240px;
  height: 285px;
  overflow: hidden;
}

.mth-thanks-subscribe {
  margin: 4rem 0;
  text-align: center;
}

.mth-thanks-subscribe h1 {
  margin: 0 0 0.2rem;
  font-weight: 700;
  font-size: 26px;
  line-height: 21px;
  letter-spacing: 2px;
}

.mth-subscribe-thanks-button {
  padding: 5px 0;
  margin: 1.8rem auto 2rem;
  max-width: 239px;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background: #ff3f52;
  background: linear-gradient(
    180deg,
    rgba(255, 63, 82, 1) 0,
    rgba(146, 119, 225, 1) 100%
  );
  color: #fff;
  border-radius: 10px;
  border: none;
  transition: all 0.7s;
}

.mth-form-subscribe {
}

.mth-form-subscribe label {
  margin: 0 0 0.5rem;
  font-weight: 500;
  font-size: 10.53px;
  line-height: 15.79px;
  letter-spacing: 0px;
  color: #000 !important;
}

.mth-form-subscribe input[type="text"],
.mth-form-subscribe input[type="email"] {
  margin: 0 0 1rem;
  width: 100%;
  height: 30px;
  border: 1px solid #7f00c0;
  border-radius: 10px;
  font-weight: 500;
  font-size: 10.53px;
  line-height: 15.79px;
  letter-spacing: 0px;
  padding: 2px 0 2px 10px;
}

.mth-form-subscribe input[type="text"]:user-invalid,
.mth-form-subscribe input[type="email"]:user-invalid {
  border: 2px solid #ef4545;
}

.mth-form-subscribe button {
  padding: 5px 0;
  margin: 0 auto 0rem;
  max-width: 239px;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  background-color: #191960;
  color: #fff;
  border-radius: 10px;
  border: none;
  transition: all 0.7s;
}

.mth-form-checkbox-section5 div{
  line-height: 0;
}

.mth-form-subscribe button:hover {
  background: #ff3f52;
  background: linear-gradient(
    180deg,
    rgba(255, 63, 82, 1) 0,
    rgba(146, 119, 225, 1) 100%
  );
  transition: all 0.7s;
}

.mth-form-subscribe button:active {
  font-size: 11px;
}

.mth-form-checkbox-section5 {
  display: grid;
  grid-template-columns: auto 1fr;
  column-gap: 10px;
  max-width: 240px;
  width: 100%;
  align-items: start;
}

.mth-form-checkbox-section5 input[type="checkbox"] {
  appearance: none;
  width: 19px;
  height: 19px;
  border-radius: 3px;
  border: 2px solid #252525;
  background-color: #fff;
}

.mth-form-checkbox-section5 input[type="checkbox"]:checked {
  appearance: none;
  width: 19px;
  height: 18px;
  border-radius: 3px;
  background-color: #4547ef;
  border: 2px solid #4547ef;
  background-image: url("https://ftp.mathilde-ads.com/405-4b2f0ee6e8e977fbb90a5cec30c55e93.png");
  background-position: center;
}

.mth-form-checkbox-section5 label {
  font-weight: 500;
  font-size: 8px;
  line-height: 100%;
  letter-spacing: 0;
  color: #000 !important;
}

.mth-section_img_footer {
  width: 100%;
  display: grid;
  margin: auto;
  align-items: flex-end;
  justify-content: center;
  justify-items: center;
}

.mth-section_img_footer img {
  width: 100%;
}

.mth-width-footer-container {
  background-color: #dddff9;
  width: 95%;
  justify-self: center;
  justify-content: space-evenly;
  border-radius: 20px;
}

.mth-desktop-ds {
  display: block;
}

.mth-mobile-ds {
  display: none;
}

.header-one__main-menu {
  width: 100% !important;
  flex: 0 0 100% !important;
}

.header-one__main {
  background-color: #dddff9;
}

.adl-card-primary-banner {
  display: flex;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.adl-card-primary-banner-tittle {
  font-size: 42px;
  text-align: -webkit-center;
}

.adl-btn-primary-banner {
  background-color: #4547ef;
  color: #fff;
  padding: 16px;
  border-radius: 22px;
}

.adl-btn-primary-banner:hover {
  background-color: #f23476;
  color: #fff !important;
}

.mth-card-page-home {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  max-width: 320px;
  padding: 15px;
  box-shadow: 1px 3px 12px 3px #dbdbdb;
  border-radius: 15px;
  min-height: 369px;
}

.mth-text-home {
  padding: 0 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
}

.mth-text-page-home button {
  display: grid;
  background-color: #dddff9;
  padding: 15px 20px;
  margin: 2rem auto 0;
  border-radius: 15px;
  border: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0;
  text-align: center;
}

.adl-center {
  text-align: -webkit-center;
}

.mth-img-quienes-somos-align {
  display: grid;
  align-self: end;
  margin: 0 0 4rem;
}

.mth-carrusel-infinito {
  max-width: 1200px;
  width: 100%;
  height: 100px;
  margin: auto;
  border-radius: 15px;
  border: 3px solid rgba(128, 128, 128, 0.308);
}

.mth-card-page-quienes-somos {
  display: grid;
  grid-template-rows: auto 1fr;
  max-width: 490px;
  min-height: 773px;
  height: 100%;
  width: 100%;
  margin-bottom: 1rem;
  border: 1px solid #4547ef;
  border-radius: 25px;
  border-top: none;
  background-color: #fff;
  justify-self: center;
  color: #000 !important;
}

.mth-card-page-quienes-somos img {
  width: 100%;
}

.mth-text-page-quienes-somos {
  font-weight: 600;
  padding: 15px 25px;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0;
}

.mth-text-page-quienes-somos ul {
  padding: 0 0 0 25px;
  margin-top: 1rem;
}

.mth-text-page-quienes-somos ul li {
  margin-bottom: 1rem;
  font-weight: 400;
}

.mth-card-page-home-mini {
  display: grid;
  align-items: center;
  justify-items: center;
  width: 100%;
  padding: 15px;
}

.mth-text-page-home-mini {
  max-width: 300px;
  min-height: 251px;
  height: 100%;
  padding: 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0px;
  border: 3px solid #dddff9;
  border-top: none;
  border-radius: 0 0 15px 15px;
  background-color: #fff;
  box-shadow: 0px 3px 7px 2px rgba(67, 67, 67, 0.12);
  -webkit-box-shadow: 0px 3px 7px 2px rgba(67, 67, 67, 0.12);
  -moz-box-shadow: 0px 3px 7px 2px rgba(67, 67, 67, 0.12);
}

.mth-text-page-home-mini img {
  border-radius: 15px;
  border: 1px solid red;
}

.mth-content-img-carrusel {
  width: 100%;
}

.mth-content-img-carrusel img {
  min-width: 100px;
  width: 100%;
  height: 70px;
}

.mth-card-testimonio {
  justify-self: center;
  margin-bottom: 2rem;
}

.widget-content img {
  margin-top: 20px;
}

.mth-section-casos-exito {
  display: none;
}

.card_noimg .mth-width-card {
  grid-template-rows: 30px 65px 224px;
}

.card_CompletImg .mth-width-card {
  width: 100%;
  max-width: 420px;
  display: block;
  background: #fff;
  border-radius: 25px;
  padding-bottom: 10px;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);

  .mth-title-card-section1,
  .mth-border-cards {
    width: 100%;
    padding: 0 43px;
    border-top: none;
  }

  .mth-border-cards p:nth-last-of-type(3) {
    border-top: 3px solid #4547ef;
  }

  .mth-img-card {
    max-width: 420px;
    width: 100%;
    height: 100%;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 600px) {
  .card_noimg .mth-width-card {
    grid-template-rows: 30px 65px 180px;
  }

  .adl-card-primary-banner-tittle {
    font-size: 20px;
  }
  .Tittles_mb h1 span {
    font-size: 35px;
    line-height: 110%;
  }

  .mth-card-page-home {
    margin-bottom: 20px;
  }

  .mth-width-footer-container {
    margin-left: 10px;
    padding-left: 10px;
  }

  .mobile_content_center .bb-inner .bb-container .row {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .mth-center-content,
  .mth-car-caso-uso .item-columns {
    justify-self: center;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .block-content .mth-link-page-ecosistemas {
    display: flex;
    color: #000 !important;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .block-content .mth-link-page-ecosistemas .mth-image-link-page-ecosistemas {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }

  .block-content .mth-link-page-ecosistemas .mth-grid-buttons-link-ecosistemas {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .mth-grid-buttons-link-ecosistemas a {
    margin: 5px 0;
  }

  header .site-branding-logo img {
    max-width: 70%;
  }

  .mth-center-footer-items {
    text-align: center;
  }
}

.noforms {
  display: none;
}

.mth-img-rounded {
  border-radius: 22px;
}
