/* =========================================
   1. ESTILOS BASE (MOBILE FIRST)
   ========================================= */

/* --- Contenedores y Estructura --- */

.sust-cat {
  display: flex;
  align-items: center;
  padding: 3rem 7%;
  margin-top: 5%;
  background: #FAFAFA;
  text-align: center;
}

.tours-wrap {
  width: 79%;
  margin: 45px 0 25px 40px;
}

/* --- Wrappers Internos (Medio) --- */

.medio-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 33px;
  align-items: baseline;
  margin-top: 31px;
}

.sust-container .medio-wrp {
  padding: unset;
  text-align: center;
}

.sust-cat .medio-info {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: Gilroy;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  line-height: 230%;
  padding: 8px 50px;
  margin: unset;
}

/* --- Tipografía --- */

.h2-us {
  color: #292929;
  text-align: center;
  font-family: Gilroy;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
  margin: unset;
  background: #FCFCFC;
}

.page .calafate-page .wt-grid-shortcode figure.ex-modern-blog .grid-excerpt p{
    font-family:Gilroy;
    font-weight: 500;
}

.calafate-page .sust-cat h2 {
  margin: 22px 0;
  color: #343434;
  text-align: left;
}

.calafate-page .sust-cat p {
  color: #343434;
  font-weight: 500;
  font-size: 1rem;
  padding-top: 30px;
  text-align: left;
}

/* --- Botones y Enlaces --- */

.btn-cert {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px 0;
}

.sust-cat .btn-cert {
  padding: 40px 0;
}

.sust-cat .btn-cert button {
  background: transparent;
  color: #000;
  border-color: #000;
}

.calafate-page .btn-cert a {
  color: #FFF;
  text-align: center;
  font-feature-settings: 'liga' off;
  font-family: Gilroy;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 116.3%;
  text-decoration: none;
  cursor: pointer;
}


/* =========================================
   2. MEDIA QUERIES (DESKTOP: +1000px)
   ========================================= */

@media (min-width: 1000px) {
  
  /* Ajustes de Estructura */
  .tours-wrap {
    margin: 45px 7% 5%;
  }

  .medio-wrapper {
    flex-direction: row;
    gap: 55px;
    padding: 55px 0;
    margin-top: unset;
  }

  .sust-cat .medio-wrapper {
    padding: unset;
  }

  .medio-wrp {
    display: flex;
    padding: 0 0 33px;
    gap: 44px;
    align-items: center;
  }

  /* Ajustes de Tipografía */
  .h2-us {
    font-size: 2.5rem;
  }

  /* Ajustes de Botones */
  .btn-cert {
    justify-content: flex-start;
  }

  .sust-cat .btn-cert button {
    width: 100%;
    min-width: 310px;
    margin: unset;
  }
}

.btn-cert button {
  width: 100%;
  margin: 0 10%;
  border-radius: 50px;
  border: 1px solid #FFF;
    border-top-color: rgb(255, 255, 255);
    border-right-color: rgb(255, 255, 255);
    border-bottom-color: rgb(255, 255, 255);
    border-left-color: rgb(255, 255, 255);
  padding: 12px 30px;
  background: #00B140;
  cursor: pointer;
}

.sust-cat .btn-cert button:hover {
  background: #000;
  color: #fff;
  border-color: #3434;
}

.tours-wrap span {
  color: #7B99AF;
  font-family: Gilroy;
  font-size: .8rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 2px;
  margin-bottom: 24px;
}

.tours-wrap span.sustitle {
  color: #333A48;
  font-family: Gilroy;
  font-size: 2.3rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: -0.5px;
}

.ex-modern-blog .btn-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 5px;
    flex-direction:row;
}

.btn-price .btn.we-button {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    flex-shrink: 0;
    background: #0079A9;
    border: none;
    color: #FFF;
    text-align: center;
    font-family: Gilroy;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.3px;
    float: left;
    width: 50%;
    border-radius: 8px;
}