:root {
  --color2: #436070;
  --color1: #ff8700;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

p {
  text-align: left;
  margin-bottom: 2rem;
}

a {
  color: #fff;
  text-decoration: none;
}

.seccion {
  text-align: center;
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.seccion.hero {
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.seccion.hero.sma {
  background-image: linear-gradient(180deg, var(--color2) 5%, transparent 91%);
  background-position: 0 0;
}

.seccion.footer {
  background-color: var(--color2);
  color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.seccion.sinmargen {
  background-color: var(--color2);
  flex-flow: wrap;
  justify-content: space-between;
  min-height: 65vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.seccion.sinmargen.var {
  min-height: 65vh;
}

.seccion.sinmargen.var.hide {
  display: block;
}

.seccion.sinmargen.bco {
  background-color: #fff;
}

.seccion.relative {
  border-bottom-left-radius: 0;
  position: relative;
  overflow: clip;
}

.seccion.naranja {
  background-color: var(--color1);
  flex-flow: wrap;
  align-items: center;
  display: flex;
  position: relative;
}

.seccion.azul {
  background-color: #43607080;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.contenedor {
  flex-flow: wrap;
  width: 80%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contenedor.stretch {
  justify-content: space-between;
  display: flex;
  position: static;
  top: -2rem;
}

.contenedor.abs {
  z-index: 998;
  position: absolute;
}

.col30 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.col30.relative {
  background-color: #0000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
  position: relative;
}

.img_col {
  aspect-ratio: 1;
  object-fit: cover;
  background-color: #0000;
  border-radius: 500px 500px 0 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  position: static;
}

.col50 {
  width: 50%;
  position: relative;
}

.col50._01 {
  background-color: var(--color1);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  display: flex;
}

.col50._01.sma {
  background-color: var(--color2);
}

.col50._02 {
  background-color: var(--color2);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  display: flex;
}

.col50._02.var {
  background-color: var(--color1);
  width: 50%;
}

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

.col50.stretch.var {
  width: 50%;
}

.col50.var {
  width: 48%;
}

.col50._03 {
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5rem 2rem;
  display: flex;
}

.col50._03.var {
  background-color: #fff;
  width: 50%;
}

.col50._100 {
  flex-flow: wrap;
  display: flex;
}

.titulo {
  text-align: left;
  margin-bottom: 2rem;
  font-family: Merriweather, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4em;
}

.titulo.blanco.centrado {
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}

.titulo.blanco._100 {
  color: #fff;
  text-align: center;
  width: 70%;
  margin-bottom: 2rem;
  margin-left: 15%;
  margin-right: 15%;
}

.titulo.blanco.var {
  text-shadow: 0 1px 10px #000000bf;
  margin-bottom: .5rem;
  line-height: 1.1em;
}

.titulo.centrado {
  margin-bottom: 3rem;
  margin-left: auto;
  margin-right: auto;
}

.titulo.amarillo {
  color: #fff5aa;
}

.titulo.amarillo.centrado {
  color: #fff5aa;
  text-align: center;
  width: 100%;
  margin-bottom: 2rem;
}

.titulo.amarillo.centrado.sma {
  color: #fffbde;
}

.body {
  color: var(--color2);
  background-color: #0000;
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.2em;
}

.h1 {
  color: #fff5aa;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-family: Merriweather, serif;
  font-size: 2.8rem;
  line-height: 1.2em;
}

.h1.sma {
  color: #fffbde;
}

.h2 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 2rem;
  font-size: 1.3rem;
  font-weight: 700;
  line-height: 1.2em;
}

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

.link.sma {
  color: #fffbde;
}

.centrado {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.blanco {
  color: #fff;
  text-align: left;
  line-height: 1.4em;
}

.blanco.centrado {
  text-align: center;
  margin-bottom: 3rem;
}

.btn {
  background-color: var(--color1);
  color: #fff;
  border-radius: 10px;
  padding: .75rem 2rem;
  font-weight: 700;
}

.btn:hover {
  color: var(--color1);
  background-color: #fff;
  font-weight: 700;
}

.btn.var {
  align-self: center;
}

.btn.var:hover {
  color: var(--color2);
}

.btn._02 {
  color: var(--color1);
  background-color: #fff;
}

.btn._02:hover {
  background-color: #fff5aa;
}

.btn.sma {
  background-color: var(--color2);
  align-self: center;
}

.btn.sma:hover {
  color: var(--color2);
  background-color: #fff5aa;
}

.btn.sma.var {
  color: var(--color2);
  background-color: #fffbde;
  margin-top: 2rem;
}

.btn.sma.var:hover {
  background-color: #fff;
}

.btn.shadow {
  box-shadow: 0 2px 5px #0003;
}

.btn.shadow.var {
  z-index: 998;
  width: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  inset: auto 10px 10px auto;
}

.slider {
  z-index: 0;
  background-color: #0000;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.slide-nav, .right-arrow, .left-arrow {
  display: none;
}

.slide {
  background-image: linear-gradient(90deg, #005c31bf, #0000), url('../images/Zwelle_img_03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._02 {
  background-image: linear-gradient(135deg, var(--color1), transparent), url('../images/Zwelle_img_02.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._03 {
  background-image: linear-gradient(135deg, var(--color1), transparent), url('../images/Zwelle_img_03.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.slide._01 {
  background-image: linear-gradient(135deg, #ff8700cc, #0000), url('../images/rsw_1968.webp');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.mask {
  width: 100%;
  height: 100%;
}

.form-block {
  width: 80%;
}

.col_hero {
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar {
  background-color: #0000;
  width: 100%;
  height: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: fixed;
}

.nav-link {
  color: #fff;
  font-weight: 700;
}

.nav-link:hover {
  color: #fff5aa;
  text-underline-offset: 8px;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.sma:hover {
  color: #fffbde;
}

.image {
  width: 15rem;
  height: auto;
}

.txt_col {
  color: #fff;
  text-align: center;
  width: 70%;
  margin: 0 auto 0 1rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.2em;
}

.brand {
  width: auto;
  height: auto;
}

.icono {
  width: 4rem;
  height: 4rem;
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.image-3 {
  width: 3rem;
  height: 3rem;
  margin: auto auto auto 0;
  position: static;
  bottom: auto;
  left: 0;
}

.cont_naranja {
  z-index: 990;
  background-color: var(--color1);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2rem 1.5rem;
  display: flex;
  position: relative;
}

.slider2 {
  height: 100%;
}

.slider2.color2 {
  background-color: var(--color2);
  pointer-events: auto;
}

.slider2.color1 {
  background-color: #ff8700;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slide-nav-2 {
  z-index: 998;
  font-size: .8rem;
  display: block;
  bottom: 1rem;
}

.slide-2 {
  width: 100%;
  height: 100%;
  padding-bottom: 0;
}

.slide-2._04 {
  z-index: 990;
  background-image: url('../images/Zwelle_img_10.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom-right-radius: 20px;
}

.slide-2._04.sma {
  background-image: url('../images/Vinedos_SanFrancisco_01.webp');
}

.slide-2._06.sma {
  background-image: url('../images/Vinedos_SanFrancisco_02.webp');
}

.slide-2._01 {
  background-image: url('../images/Zwelle_img_08.webp');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._01.sma {
  background-image: url('../images/ValleHermoso_01.jpg');
}

.slide-2._02 {
  background-image: url('../images/Zwelle_img_09.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._02.sma {
  background-image: url('../images/ValleHermoso_02.jpg');
  background-size: cover;
}

.slide-2._03 {
  background-image: url('../images/Zwelle_img_04.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._03.sma {
  background-image: url('../images/Vinedos_SanFrancisco_03.webp');
  background-position: 50% 100%;
  background-size: cover;
}

.slide-2._05 {
  background-image: url('../images/Zwelle_img_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._05.sma {
  background-image: url('../images/ValleHermoso_03.webp');
  background-size: cover;
}

.slide-2._06, .slide-2._07 {
  background-image: url('../images/Zwelle_img_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._07.sma {
  z-index: 991;
  background-image: url('../images/Pilarica_01.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2._10 {
  background-image: url('../images/Zwelle_img_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._10.sma {
  background-image: url('../images/Camelot-2.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2._06 {
  background-image: url('../images/Zwelle_img_12.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._07 {
  background-image: url('../images/Zwelle_img_13.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._11 {
  background-image: url('../images/Zwelle_img_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._11.sma {
  background-image: url('../images/Camelot3.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2._12 {
  background-image: url('../images/Zwelle_img_11.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-2._12.sma {
  background-image: url('../images/camelot.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2._09.sma {
  background-image: url('../images/Desarrollo-residencial-La-Pilarica-San-Miguel-de-Allende-3-1.webp');
  background-position: 50%;
  background-size: cover;
}

.slide-2._08.sma {
  background-image: url('../images/Pilarica_02.webp');
  background-position: 50%;
  background-size: auto;
}

.bullet {
  color: #fff;
  text-align: center;
  width: 80%;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.3em;
}

.bullet.var {
  text-align: center;
  text-shadow: 0 1px 1px #00000080;
  margin-bottom: 1.5rem;
  font-weight: 600;
}

.image-5 {
  opacity: .11;
  width: 130vw;
  position: absolute;
  inset: 0%;
}

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

.slide-3 {
  background-image: url('../images/Gemini_Generated_Image_aeo7kzaeo7kzaeo7.webp');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 0;
  width: 100%;
}

.slide-3._01 {
  background-image: url('../images/liverpool_01.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.slide-3._02 {
  background-image: url('../images/liverpool_02.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3._03 {
  background-image: url('../images/nike_dance_01.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3._05 {
  background-image: url('../images/nike_football_01.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3._06 {
  background-image: url('../images/nike_football_02-8.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3._07 {
  background-image: url('../images/nike_golf_01.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3._08 {
  background-image: url('../images/nike_tennis.webp');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-3.hp {
  background-image: url('../images/harrypotter.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 0;
}

.left-arrow-4, .right-arrow-4 {
  display: none;
}

.slider_100 {
  aspect-ratio: 16 / 9;
  outline-offset: 0px;
  object-fit: cover;
  background-color: #0000;
  border: 1px #000;
  border-radius: 0;
  outline: 3px #436070;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: 0;
  padding-bottom: 0;
  position: static;
}

.text-span {
  color: var(--color1);
  font-size: 1.2rem;
  font-weight: 300;
}

.form {
  flex-flow: wrap;
  justify-content: space-around;
  display: flex;
}

.text-span-2 {
  color: #fff5aa;
}

.text-span-2.var {
  color: var(--color2);
}

.text-field {
  border: 1px solid var(--color2);
  color: var(--color2);
  background-color: #fff;
  border-radius: 500px;
}

.text-field::placeholder {
  color: var(--color2);
}

.text-field.var {
  border-radius: 20px;
  min-height: 10rem;
}

.gradient {
  z-index: 990;
  background-image: linear-gradient(0deg, #ff870099, #fff0 81%);
  border-radius: 500px 500px 60px 60px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.gradient.full {
  background-image: linear-gradient(28deg, #ff870073, #fff0 75%);
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

._80 {
  text-align: center;
  width: 80%;
}

.slider3 {
  pointer-events: auto;
  background-color: #0000;
  width: 90%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.right-arrow-5, .left-arrow-5 {
  display: none;
}

.slide-nav-5 {
  pointer-events: auto;
  font-size: .7rem;
  position: static;
}

.slide_camps {
  vertical-align: middle;
  width: 50%;
  height: auto;
}

.img_camp {
  object-fit: cover;
  object-position: 0% 50%;
  width: 100%;
  height: auto;
  min-height: 100%;
}

.img_camp.var {
  object-fit: cover;
  object-position: 50% 100%;
  height: 100%;
  min-height: 0%;
  position: relative;
}

.img_camp._50 {
  width: 50%;
}

.mask-2 {
  width: auto;
  height: auto;
}

.cont_btns_flotante {
  z-index: 99999;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  place-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: auto;
  display: flex;
  position: fixed;
  inset: auto 1% 5% auto;
}

.whats-card {
  z-index: 99999;
  -webkit-text-stroke-color: #000;
  background-color: #2ef253;
  background-image: linear-gradient(135deg, #0000, #3e9959);
  border: .5px #edf0f5;
  border-radius: 3vw;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding: .5rem;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: static;
  bottom: 20px;
  left: auto;
  right: 10%;
  box-shadow: 0 2px 5px #0003;
}

.whats-card:hover {
  background-color: #157212;
}

.cont_whats-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding-right: 0;
  display: flex;
}

.img_whats-2 {
  width: 2.5rem;
  height: 2.5rem;
  padding-right: 0;
}

.background-video {
  width: 100%;
  height: 100vh;
  position: absolute;
}

.mask-3 {
  width: 100%;
}

.image-6 {
  opacity: .35;
  width: 50%;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: auto -5rem auto auto;
}

.recaptcha {
  margin-right: 1rem;
}

.main {
  overflow: hidden;
}

@media screen and (max-width: 991px) {
  .seccion.footer {
    display: flex;
  }

  .seccion.sinmargen.var {
    flex-flow: wrap-reverse;
  }

  .contenedor {
    justify-content: center;
    align-items: center;
    width: 90%;
  }

  .col30.relative {
    width: 32%;
  }

  .col50._02.var, .col50.stretch.var {
    width: 100%;
  }

  .col50._03 {
    width: 100%;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .col50._03.var, .col50._100 {
    width: 100%;
  }

  .titulo {
    font-size: 1.5rem;
  }

  .titulo.amarillo {
    text-align: center;
  }

  .btn.shadow.var {
    padding: .5rem 1rem;
    font-size: .8rem;
  }

  .col_hero {
    width: 80%;
  }

  .nav-link {
    color: var(--color1);
    text-align: center;
    justify-content: center;
    align-items: center;
    height: 33.3333%;
    display: flex;
  }

  .nav-link:hover {
    background-color: var(--color1);
    color: #fff;
  }

  .nav-link.sma {
    color: var(--color2);
  }

  .nav-link.sma:hover {
    background-color: var(--color2);
    color: #fffbde;
  }

  .txt_col {
    width: 90%;
    margin-left: auto;
  }

  .image-3 {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1rem;
    margin-left: auto;
  }

  .cont_naranja {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: column;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slide-2._04, .slide-2._05, .slide-2._06, .slide-2._07, .slide-2._10, .slide-2._11, .slide-2._06, .slide-2._07, .slide-2._11, .slide-2._11, .slide-2._12 {
    background-position: 40% 100%;
  }

  .bullet {
    width: 100%;
    font-size: 1rem;
  }

  .icon {
    color: #fff;
  }

  .image-5 {
    top: auto;
    bottom: auto;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40vh;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  ._80 {
    width: 80%;
    margin-bottom: 0;
  }

  .cont_btns_flotante {
    flex-flow: column;
    width: auto;
    margin-left: 1rem;
    left: auto;
    right: 1%;
  }

  .whats-card {
    border-radius: 6vw;
    width: 3.5rem;
    height: 3.5rem;
    padding-left: .5rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    width: auto;
    height: auto;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 2rem;
    height: 2rem;
  }

  .image-6 {
    width: 70%;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    position: static;
  }
}

@media screen and (max-width: 767px) {
  .seccion {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .seccion.sinmargen.inv {
    flex-flow: wrap-reverse;
  }

  .contenedor.stretch {
    flex-flow: column;
  }

  .col30.relative {
    width: 100%;
    margin-bottom: 2rem;
  }

  .img_col {
    aspect-ratio: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 0;
    height: 20rem;
  }

  .col50 {
    width: 100%;
  }

  .col50._03.var {
    background-image: none;
  }

  .titulo {
    font-size: 1.6rem;
  }

  .titulo.blanco._100 {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .h1 {
    font-size: 2rem;
  }

  .h2 {
    font-size: 1.1rem;
  }

  .form-block, .col_hero {
    width: 100%;
  }

  .txt_col {
    text-align: left;
    width: 70vw;
    margin-left: 2rem;
    margin-right: auto;
  }

  .image-3 {
    margin-bottom: auto;
    margin-left: 0;
  }

  .cont_naranja {
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    flex-flow: row;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .slider2 {
    min-height: 25rem;
  }

  .slider2.color1 {
    min-height: 35rem;
  }

  .icon {
    color: #fff;
  }

  .image-5 {
    width: 120vw;
    max-width: none;
  }

  .slider_100 {
    aspect-ratio: auto;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    height: 25rem;
  }

  ._80 {
    text-align: center;
  }

  .slide_camps {
    width: 100%;
  }

  .cont_btns_flotante {
    margin-left: auto;
    margin-right: .5rem;
    bottom: 1%;
    right: 1%;
  }

  .whats-card {
    width: 3rem;
    height: 3rem;
  }

  .cont_whats-2 {
    height: 4vw;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  p, .seccion.footer {
    font-size: .9rem;
  }

  .contenedor {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .img_col {
    height: 15rem;
  }

  .col50._01, .col50._02, .col50._03 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .titulo {
    font-size: 1.4rem;
  }

  .titulo.blanco.centrado {
    font-size: 1.2rem;
  }

  .titulo.blanco._100 {
    width: 90%;
    margin-left: 5%;
    margin-right: 5%;
    font-size: 1rem;
  }

  .titulo.amarillo.centrado {
    font-size: 1.2rem;
  }

  .h1 {
    font-size: 1.6rem;
  }

  .h2 {
    font-size: 1.1rem;
  }

  .btn.var {
    width: 100%;
  }

  .btn._02 {
    padding-left: .5rem;
    padding-right: 1rem;
  }

  .btn.sma.var {
    font-size: .9rem;
  }

  .btn.shadow {
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .9rem;
  }

  .btn.shadow.var {
    padding-top: .25rem;
    padding-bottom: .25rem;
  }

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

  .image {
    width: 80%;
  }

  .txt_col {
    width: auto;
    margin-left: 1rem;
  }

  .cont_naranja {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .slider2.color1 {
    min-height: 25rem;
  }

  .bullet {
    width: 100%;
    font-size: .9rem;
  }

  .icon {
    margin-top: auto;
  }

  .image-5 {
    width: 150vw;
    left: auto;
    right: auto;
  }

  .slider_100 {
    height: 15rem;
  }

  .text-span {
    font-size: 1rem;
  }

  .menu-button {
    padding: 0;
  }

  .nav-menu {
    height: 30vh;
  }

  ._80 {
    width: 100%;
    margin-bottom: 0;
  }

  .slide_camps {
    width: 100%;
  }

  .cont_btns_flotante {
    margin-right: 0;
    bottom: .5rem;
    right: .5rem;
  }

  .whats-card {
    border-radius: 20vw;
    width: 3rem;
    height: 3rem;
    padding-right: .5rem;
    left: auto;
    right: 5%;
  }

  .cont_whats-2 {
    height: 6vw;
    padding-left: 0;
    padding-right: 0;
  }

  .img_whats-2 {
    width: 1.9rem;
    height: 1.9rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
  }

  .image-6 {
    width: 80%;
  }
}


