@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-Bold.ttf') format("truetype"), url('../fonts/RegestoGrotesk-UltraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Regestogrotesk;
  src: url('../fonts/RegestoGrotesk-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section-2 {
  text-align: center;
  background-color: #000;
  padding: 20px 40px;
}

.body {
  background-image: url('../images/Fondo.webp');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  font-family: Regestogrotesk, Arial, sans-serif;
}

.section-3 {
  margin-top: 40px;
}

.div-contenedor {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.h1_centrado {
  color: #758342;
  text-align: center;
  margin-bottom: 20px;
  font-size: 65px;
  line-height: 60px;
}

.subtitulo-centrado {
  color: #706f6f;
  text-align: center;
  font-size: 18px;
}

.img-doctores {
  max-height: 550px;
  margin-left: auto;
  margin-right: auto;
}

.image {
  margin-left: auto;
  margin-right: auto;
}

.div-doctores {
  background-image: url('../images/Fondo-doctores.png');
  background-position: 50% 100%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  padding-top: 50px;
  display: flex;
  overflow: hidden;
}

.h2-centrado {
  color: #fff;
  text-align: center;
}

.div-block {
  background-color: #758342;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-5 {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 40px;
  display: flex;
}

.image-4 {
  max-width: 250px;
}

.link {
  color: #000;
  font-weight: 700;
  text-decoration: none;
}

.section-6 {
  background-color: #fff;
  border-top: 1px solid #d9d9d9;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 80px;
  padding: 40px;
  display: flex;
}

.image-5 {
  max-width: 250px;
}

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

.div-bloque-1 {
  background-color: #fff;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.texto-bloque-centrado {
  text-align: center;
  max-width: 500px;
  font-size: 18px;
  font-weight: 700;
}

.titulo-bloque-centrado {
  color: #758342;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

.img-bloque {
  margin-bottom: 40px;
}

.div-bloque-2 {
  background-color: #d2e5c6;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.grid-block {
  margin-bottom: 40px;
}

.div-atencion {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.texto-general {
  font-size: 16px;
  line-height: 22px;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.img-section {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: block;
}

.image-6 {
  max-width: 250px;
}

.column {
  justify-content: center;
  align-items: center;
  display: flex;
}

.texto-grande {
  font-size: 25px;
  line-height: 30px;
}

.column-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

@media screen and (max-width: 991px) {
  .div-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  .texto-grande {
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-5, .div-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .columns {
    flex-flow: column;
  }

  .div-block-4, .div-block-5, .div-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .div-contenedor {
    padding-left: 10px;
    padding-right: 10px;
  }

  .h1_centrado {
    font-size: 40px;
    line-height: 40px;
  }

  .div-block-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-block {
    grid-template-columns: 1fr;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .columns {
    flex-flow: column;
  }

  .img-section {
    max-width: 300px;
  }
}


@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-Bold.ttf') format('truetype'), url('../fonts/RegestoGrotesk-UltraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Regestogrotesk';
  src: url('../fonts/RegestoGrotesk-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}