* {
  margin: 0;
  padding: 0;
  border: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  vertical-align: baseline;
  scroll-behavior: smooth;
}

img, picture, video, iframe, figure {
  max-width: 100%;
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}

a {
  display: block;
}

p a {
  display: inline;
}

li {
  list-style-type: none;
}

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, h5, h6, p, span, a, strong, blockquote, i, b, u, em {
  font-size: 1em;
  font-weight: inherit;
  font-style: inherit;
  text-decoration: none;
  color: inherit;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

form, input, textarea, select, button, label {
  font-family: inherit;
  font-size: inherit;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  background-color: transparent;
  display: block;
  color: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

table, tr, td {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  width: 100%;
  display: block;
  fill: currentColor;
}

body {
  font-size: 100%;
  min-height: 100vh;
  -webkit-hyphens: auto;
      -ms-hyphens: auto;
          hyphens: auto;
  font-smooth: always;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  word-break: keep-all;
}

* {
  word-break: keep-all;
}

p {
  font-family: "Roboto", sans-serif;
}

.boton-inicio {
  position: absolute;
  z-index: 100;
  top: 70vh;
  margin: auto;
  width: 100%;
  height: 20vh;
  color: #fefafa;
  font-size: 4em;
  -webkit-transition: 1s;
  transition: 1s;
  letter-spacing: 0.3em;
}
.boton-inicio:hover {
  opacity: 0.7;
  color: rgb(101, 92, 92);
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .boton-inicio {
    font-size: 2em;
    top: 200px;
  }
}

.boton-inicio-inactivo {
  display: none;
}

.header {
  width: 100%;
  padding: 1em;
  color: rgb(255, 255, 255);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5f4d3b;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.header img {
  width: 10vw;
}
.header .logo-encabezado {
  display: none;
}
@media screen and (max-width: 1200px) {
  .header .logo-encabezado {
    display: inline-block;
  }
  .header .logo-encabezado img {
    width: 20vw;
  }
}
.header .button {
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .header .button {
    display: block;
  }
}
.header .svg {
  width: 2em;
  height: 2em;
  fill: beige;
}
.header .nav {
  width: 96%;
  margin: auto;
}
@media screen and (max-width: 1200px) {
  .header .nav {
    width: 100%;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    height: 0;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header .nav.activo {
    position: relative;
    opacity: 1;
    pointer-events: auto;
    height: 40vh;
    min-height: 400px;
    overflow: scroll;
  }
}
.header ul {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1.2em 1fr 1.2em 1fr 1.2em 1fr 1.2em 1fr 1.2em 1fr;
  grid-template-columns: repeat(6, 1fr);
  gap: 1.2em;
  place-content: center;
}
@media screen and (max-width: 480px) {
  .header ul {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
  }
}
@media screen and (max-width: 1200px) {
  .header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column wrap;
            flex-flow: column wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.header ul li {
  letter-spacing: 0.1em;
  display: -ms-grid;
  display: grid;
  margin: 0.3em;
  font-size: 1.3em;
  place-content: center;
}
@media screen and (max-width: 1200px) {
  .header ul li {
    margin: 1em 0;
  }
}
.header ul li img {
  -o-object-fit: cover;
     object-fit: cover;
}
.header ul li a:hover {
  color: orange;
}
.header ul li .subr {
  text-decoration: none;
  background-image: -webkit-gradient(linear, left top, left bottom, from(currentColor), to(currentColor));
  background-image: linear-gradient(currentColor, currentColor);
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: 0% 2px;
  -webkit-transition: background-size 0.5s;
  transition: background-size 0.5s;
}
.header ul li .subr:hover, .header ul li .subr:focus {
  background-size: 100% 2px;
}
.header ul li:first-child {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}
@media screen and (max-width: 1200px) {
  .header ul li:first-child {
    display: none;
  }
}

.header-abajo {
  background-color: #5f4d3b;
  opacity: 0;
}
@media screen and (max-width: 1200px) {
  .header-abajo {
    opacity: 0.9;
  }
}
.header-abajo:hover {
  opacity: 0.9;
}

footer {
  width: 100%;
  background-color: rgb(53, 53, 51);
  color: rgb(188, 195, 202);
}
footer .columnas-pie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 4em 2em 0em;
}
footer .columnas-pie .columna {
  position: inherit;
  height: 66vh;
  min-height: 300px;
  width: 25%;
  border-bottom: solid 3px rgb(126, 115, 115);
  padding: 2em 1em;
}
@media screen and (max-width: 1000px) {
  footer .columnas-pie .columna {
    width: 50%;
    height: 100%;
  }
}
@media screen and (max-width: 600px) {
  footer .columnas-pie .columna {
    width: 100%;
    height: 100%;
  }
}
footer .columnas-pie .columna img {
  padding-bottom: 1em;
  margin: auto;
  width: 80%;
}
footer .columnas-pie .columna h6 {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1.5;
  margin-bottom: 1em;
}
footer .columnas-pie .columna input {
  background-color: aliceblue;
  border-radius: 0.5px;
  height: 2em;
  margin: 0.5em 0;
  color: black;
  margin-bottom: 1.5em;
  padding: 0 0.5em;
}
footer .columnas-pie .columna label {
  font-size: 1.2em;
}
footer .columnas-pie .columna button {
  border: solid 2px orange;
  background: none;
  padding: 0.5em 1em;
  text-align: center;
  color: orange;
  font-size: 1em;
}
footer .columnas-pie .columna button:hover {
  cursor: pointer;
}
footer .columnas-pie .uno .caja-img {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 80%;
  margin: 1em;
}
footer .columnas-pie .dos li {
  padding: 1em 0;
  font-size: 1.1em;
  color: rgb(188, 195, 202);
  line-height: 2em;
}
footer .columnas-pie .tres li {
  padding: 1em 0;
  font-size: 1.2em;
  letter-spacing: 0.1em;
  color: rgb(126, 115, 115);
}
footer .columnas-pie .tres li a:hover {
  color: orange;
}
footer .pie {
  background-color: rgb(53, 53, 51);
  width: 100%;
  height: 8vh;
  padding: 0em 2em;
}

.index .slider {
  z-index: 1;
  height: 100vh;
  width: 100%;
  overflow: hidden;
}
.index .slider .slides {
  width: 500%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index .slider .slides input {
  display: none;
}
.index .slider .slides .slide {
  width: 20%;
  -webkit-transition: 2s;
  transition: 2s;
}
.index .slider .slides .slide img {
  width: 100%;
  height: 100vh;
}
.index .slider .navigation-auto {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 23px;
}
.index .slider .navigation-auto div {
  border: 2px solid #f5f5f5;
  opacity: 0.5;
  padding: 7px;
  border-radius: 10px;
  -webkit-transition: 1s;
  transition: 1s;
}
.index .slider .navigation-auto div:not(:last-child) {
  margin-right: 40px;
}
.index .slider .navigation-auto div:hover {
  background-color: #f5f5f5;
}
.index .slider #radio1:checked ~ .navigation-auto .auto-btn1 {
  background-color: #f5f5f5;
}
.index .slider #radio2:checked ~ .navigation-auto .auto-btn2 {
  background-color: #f5f5f5;
}
.index .slider #radio3:checked ~ .navigation-auto .auto-btn3 {
  background-color: #f5f5f5;
}
.index .slider #radio4:checked ~ .navigation-auto .auto-btn4 {
  background-color: #f5f5f5;
}
.index .slider .navigation-manual {
  position: absolute;
  width: 100%;
  margin-top: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1200px) {
  .index .slider .navigation-manual {
    display: none;
  }
}
.index .slider .navigation-manual .manual-btn {
  border: 2px solid #f5f5f5;
  opacity: 0.5;
  padding: 7px;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: 1s;
  transition: 1s;
}
.index .slider .navigation-manual .manual-btn:not(:last-child) {
  margin-right: 40px;
}
.index .slider .navigation-manual .manual-btn:hover {
  background-color: #f5f5f5;
}
.index .slider .navigation-manual .manual-btn:onclick {
  background-color: #f5f5f5;
}
.index .slider #radio1:checked ~ .first {
  margin-left: 0;
}
.index .slider #radio2:checked ~ .first {
  margin-left: -20%;
}
.index .slider #radio3:checked ~ .first {
  margin-left: -40%;
}
.index .slider #radio4:checked ~ .first {
  margin-left: -60%;
}
.index .info {
  width: 100%;
  padding: 2em 0 5em 0;
}
.index .info .info-titulo {
  min-height: 50vh;
  width: 100%;
  padding: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  margin-bottom: 2em;
}
@media screen and (max-width: 480px) {
  .index .info .info-titulo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
  }
}
.index .info .info-titulo .info-titulo-img {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}
.index .info .info-titulo .info-titulo-img img {
  width: 20vw;
}
@media screen and (max-width: 1000px) {
  .index .info .info-titulo .info-titulo-img img {
    width: 30em;
  }
}
.index .info .info-titulo .info-titulo-textos {
  height: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
}
.index .info .info-titulo .info-titulo-textos .empty-space {
  height: 20%;
  width: 100%;
}
.index .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
  width: 100%;
  height: 25%;
}
.index .info .info-titulo .info-titulo-textos .info-titulo-textos-uno h2 {
  font-size: 2em;
  line-height: 1.5em;
  text-align: center;
}
.index .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
  width: 100%;
  height: 25%;
}
.index .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
  line-height: 2em;
  height: 30%;
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .index .info .info-titulo {
    display: block;
  }
  .index .info .info-titulo .info-titulo-img {
    padding: 1em 0;
  }
  .index .info .info-titulo .info-titulo-textos {
    padding: 1em 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .index .info .info-titulo .info-titulo-textos .empty-space {
    display: none;
  }
  .index .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
    width: 100%;
    padding: 1em 0;
  }
  .index .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
    width: 100%;
    padding: 1em 0;
  }
  .index .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
    line-height: 2em;
    padding: 1em 0;
    width: 100%;
  }
}
.index .info .info-partes {
  width: 100%;
  background-color: cornflowerblue;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #edeeed;
}
.index .info .info-partes div {
  display: -ms-grid;
  display: grid;
  height: 40vh;
  width: 33.3333333333%;
  text-align: justify;
  place-content: center;
}
.index .info .info-partes div h5 {
  text-align: center;
}
.index .info .info-partes div .separacion {
  text-align: center;
}
@media screen and (max-width: 1000px) {
  .index .info .info-partes div {
    width: 100%;
  }
  .index .info .info-partes div h5 {
    text-align: center;
    font-size: 5em;
    padding: 0.2em;
    letter-spacing: 0.2em;
  }
  .index .info .info-partes div p {
    letter-spacing: 0.1em;
    font-size: 2em;
    padding: 0.5em 3em;
  }
  .index .info .info-partes div .separacion {
    letter-spacing: 0em;
  }
}
.index .info .info-partes div h5 {
  font-size: 1.5em;
  padding: 0.2em;
  letter-spacing: 0.1em;
}
.index .info .info-partes div p {
  letter-spacing: 0.1em;
  font-size: 1.2em;
  padding: 0.5em 3em;
}
.index .info .info-partes div .separacion {
  letter-spacing: 0em;
}
.index .info .info-partes .info-partes-uno {
  background-color: #733C30;
}
.index .info .info-partes .info-partes-dos {
  background-color: #A68365;
}
.index .info .info-partes .info-partes-tres {
  background-color: #73563D;
}
.index .info-areas {
  width: 100%;
  color: aliceblue;
}
.index .info-areas .areas {
  height: 60vh;
  background-color: cadetblue;
  margin: 0.5em 0;
  display: -ms-grid;
  display: grid;
  place-content: center;
  text-align: justify;
}
.index .info-areas .areas h3 {
  text-align: center;
  font-size: 2em;
  padding: 0.5em;
  letter-spacing: 0.2em;
  text-shadow: 0.05em 0.05em #333;
  line-height: 1em;
}
.index .info-areas .areas p {
  font-size: 1.2em;
  text-shadow: 0.1em 0.1em #333;
  padding: 0.5em;
}
.index .info-areas .areas button {
  display: -ms-grid;
  display: grid;
  place-content: center;
  border: solid 2px white;
  background: none;
  width: 10vw;
  min-width: 200px;
  margin: 1em auto;
  padding: 1em 2em;
  text-shadow: 0.1em 0.1em #333;
}
.index .info-areas .areas button:hover {
  cursor: pointer;
  background-color: rgba(194, 181, 181, 0.408);
  -webkit-transition: 0.7s;
  transition: 0.7s;
}
.index .info-areas .a-uno {
  background-image: url(../imagenes/NuevasImagenesTia/seleccionlindas/perroPueblo.JPG);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .info-areas .a-dos {
  background-image: url(../imagenes/descarga/caballos.jpg);
  background-position: 50% 65%;
  background-repeat: no-repeat;
  background-size: cover;
}
.index .info-areas .a-tres {
  background-image: url(../imagenes/descarga/sendero.jpg);
  background-position: 50% 25%;
  background-repeat: no-repeat;
  background-size: cover;
}

.casa .fondo {
  width: 100%;
  height: 100vh;
  background-image: url(../imagenes/descarga/6981054547_9de0d20a4e_o.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 30%;
  color: aliceblue;
  position: relative;
}
.casa .info {
  width: 100%;
  padding: 2em 0 0em 0;
}
.casa .info .info-titulo {
  min-height: 50vh;
  width: 100%;
  padding: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 480px) {
  .casa .info .info-titulo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
  }
}
.casa .info .info-titulo .info-titulo-img {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}
.casa .info .info-titulo .info-titulo-img img {
  width: 20vw;
}
@media screen and (max-width: 1000px) {
  .casa .info .info-titulo .info-titulo-img img {
    width: 30em;
  }
}
.casa .info .info-titulo .info-titulo-textos {
  height: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
}
.casa .info .info-titulo .info-titulo-textos .empty-space {
  height: 25%;
  width: 100%;
}
.casa .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
  width: 100%;
  height: 20%;
}
.casa .info .info-titulo .info-titulo-textos .info-titulo-textos-uno h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
.casa .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
  width: 100%;
  height: 20%;
}
.casa .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
  line-height: 2em;
  height: 25%;
  width: 100%;
  font-size: 1.2em;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .casa .info .info-titulo {
    display: block;
  }
  .casa .info .info-titulo .info-titulo-img {
    padding: 1em 0;
  }
  .casa .info .info-titulo .info-titulo-textos {
    padding: 1em 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .casa .info .info-titulo .info-titulo-textos .empty-space {
    display: none;
  }
  .casa .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
    width: 100%;
    padding: 1em 0;
  }
  .casa .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
    width: 100%;
    padding: 1em 0;
  }
  .casa .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
    line-height: 2em;
    padding: 1em 0;
    width: 100%;
  }
}
.casa .contenedor-carrousel {
  width: 96%;
  margin: auto;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
  grid-template-columns: 65% 35%;
}
@media screen and (max-width: 1000px) {
  .casa .contenedor-carrousel {
    width: 100%;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .casa .contenedor-carrousel .columna-carrousel {
    width: 100%;
    height: 40vh;
  }
}
.casa .info-carrousel {
  width: 100%;
  height: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 2em;
}
.casa .info-carrousel .epigrafes {
  width: 100%;
  padding: 2em;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .casa .info-carrousel .epigrafes {
    width: 100%;
    height: 40vh;
  }
}
.casa .info-carrousel .epigrafes h4 {
  font-size: 2em;
}
.casa .info-carrousel .epigrafes p {
  font-size: 1em;
  line-height: 2em;
}
.casa .info-carrousel .epigrafes .epigrafe {
  display: none;
}
.casa .info-carrousel .epigrafes .activo {
  display: block;
}
.casa .carrousel {
  width: 100%;
  max-width: 120em;
  overflow: hidden;
  position: relative;
}
.casa .carrousel .pre-btn,
.casa .carrousel .nxt-btn {
  border: none;
  width: 5%;
  height: 100%;
  padding: 1em;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 1;
}
.casa .carrousel .pre-btn {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.casa .carrousel .nxt-btn {
  right: 0;
}
.casa .carrousel .pre-btn img,
.casa .carrousel .nxt-btn img {
  opacity: 0.7;
}
.casa .carrousel .pre-btn:hover img,
.casa .carrousel .nxt-btn:hover img {
  opacity: 1;
}
.casa .carrousel-grande {
  width: 500%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.casa .carrousel-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.2em;
}
.casa .carrousel-img img {
  -o-object-fit: cover;
     object-fit: cover;
}
.casa .puntos {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.casa .puntos .punto {
  width: 1em;
  height: 1em;
  margin: 0.5em;
  border-radius: 50%;
  border: solid 0.5px rgba(51, 51, 51, 0.504);
}
.casa .puntos .punto:hover {
  cursor: pointer;
}
.casa .puntos .activo {
  background-color: rgba(219, 193, 92, 0.7215686275);
  z-index: 5000;
}

.como-llegar .fondo {
  width: 100%;
  height: 100vh;
  background-image: url(../imagenes/descarga/22765782670_3465c268db_6k.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 30%;
  color: aliceblue;
  position: relative;
}
.como-llegar .info {
  width: 100%;
  padding: 1em 0 0em 0;
}
.como-llegar .info .info-titulo {
  min-height: 50vh;
  width: 100%;
  padding: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 480px) {
  .como-llegar .info .info-titulo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
  }
}
.como-llegar .info .info-titulo .info-titulo-img {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}
.como-llegar .info .info-titulo .info-titulo-img img {
  width: 20vw;
}
@media screen and (max-width: 1000px) {
  .como-llegar .info .info-titulo .info-titulo-img img {
    width: 30em;
  }
}
.como-llegar .info .info-titulo .info-titulo-textos {
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
}
.como-llegar .info .info-titulo .info-titulo-textos .empty-space {
  width: 100%;
}
.como-llegar .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
  width: 100%;
  height: 20%;
}
.como-llegar .info .info-titulo .info-titulo-textos .info-titulo-textos-uno h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
.como-llegar .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
  width: 100%;
  height: 20%;
}
.como-llegar .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
  line-height: 2em;
  height: 25%;
  width: 100%;
  font-size: 1.2em;
  text-align: left;
  letter-spacing: 0.1em;
  line-height: 2em;
}
@media screen and (max-width: 1000px) {
  .como-llegar .info .info-titulo {
    display: block;
  }
  .como-llegar .info .info-titulo .info-titulo-img {
    padding: 1em 0;
  }
  .como-llegar .info .info-titulo .info-titulo-textos {
    padding: 1em 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .como-llegar .info .info-titulo .info-titulo-textos .empty-space {
    display: none;
  }
  .como-llegar .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
    width: 100%;
    padding: 1em 0;
  }
  .como-llegar .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
    width: 100%;
    padding: 1em 0;
  }
  .como-llegar .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
    line-height: 2em;
    padding: 1em 0;
    width: 100%;
  }
}
.como-llegar .info .mapa-camino {
  margin: 90px 0 90px 0;
  width: 100%;
  height: 50vh;
  background-color: rgba(63, 27, 27, 0.808);
}
@media screen and (max-width: 1000px) {
  .como-llegar .info .mapa-camino {
    margin: 10px 0 10px 0;
  }
}
.como-llegar .info .mapa-camino .img-mapa-camino {
  width: 100%;
  height: 100%;
  margin: auto;
}
.como-llegar .info .mapa-camino .img-mapa-camino iframe {
  width: 100%;
  height: 100%;
}
.como-llegar .info .mapa-camino .img-mapa-camino img {
  border-radius: 10px;
  margin: auto;
}
.como-llegar .vehiculos {
  width: 50%;
  margin-bottom: 2em;
  padding: 1em;
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .como-llegar .vehiculos {
    width: 100%;
    display: block;
    padding: 0;
    margin-bottom: 0em;
  }
}
.como-llegar .vehiculo {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.como-llegar .vehiculo-text {
  width: 100%;
  padding: 1.5em;
  text-align: justify;
}
.como-llegar .vehiculo-text h3 {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 0.5em 0em;
}
.como-llegar .vehiculo-text p {
  font-size: 1.1em;
  letter-spacing: 0.1em;
  line-height: 1.5em;
}
.como-llegar .ruta {
  min-height: 40vh;
  width: 40%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 0;
  place-content: center;
  padding: 3em;
  display: inline-block;
}
@media screen and (max-width: 480px) {
  .como-llegar .ruta {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
  }
}
@media screen and (max-width: 1000px) {
  .como-llegar .ruta {
    width: 100%;
    margin: auto;
    padding: 0;
    padding-bottom: 2em;
  }
}
.como-llegar .ruta .ruta-mapa {
  width: 100%;
  background-color: #333;
}
.como-llegar .ruta .ruta-mapa iframe {
  width: 100%;
}

.contacto .fondo {
  width: 100%;
  height: 100vh;
  background-image: url(../imagenes/descarga/arroyo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 30%;
  color: aliceblue;
  position: relative;
}
.contacto .info {
  width: 100%;
  padding: 2em 0 0em 0;
}
.contacto .info .info-titulo {
  min-height: 50vh;
  width: 100%;
  padding: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 480px) {
  .contacto .info .info-titulo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
  }
}
.contacto .info .info-titulo .info-titulo-img {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}
.contacto .info .info-titulo .info-titulo-img img {
  width: 20vw;
}
@media screen and (max-width: 1000px) {
  .contacto .info .info-titulo .info-titulo-img img {
    width: 30em;
  }
}
.contacto .info .info-titulo .info-titulo-textos {
  height: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
}
.contacto .info .info-titulo .info-titulo-textos .empty-space {
  height: 25%;
  width: 100%;
}
.contacto .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
  width: 100%;
  height: 25%;
}
.contacto .info .info-titulo .info-titulo-textos .info-titulo-textos-uno h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
.contacto .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
  width: 100%;
  height: 25%;
}
.contacto .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
  line-height: 2em;
  height: 25%;
  width: 100%;
  font-size: 1.2em;
  text-align: left;
}
@media screen and (max-width: 1000px) {
  .contacto .info .info-titulo {
    display: block;
  }
  .contacto .info .info-titulo .info-titulo-img {
    padding: 1em 0;
  }
  .contacto .info .info-titulo .info-titulo-textos {
    padding: 1em 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .contacto .info .info-titulo .info-titulo-textos .empty-space {
    display: none;
  }
  .contacto .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
    width: 100%;
    padding: 1em 0;
  }
  .contacto .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
    width: 100%;
    padding: 1em 0;
  }
  .contacto .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
    line-height: 2em;
    padding: 1em 0;
    width: 100%;
  }
}
.contacto .fondo-contacto {
  width: 100%;
  background-image: url(../imagenes/descarga/arroyo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 30%;
  color: aliceblue;
  position: relative;
}
.contacto .contenedor-contacto {
  background-color: #5f4d3b;
  /* ----- -----  Estilos para Validacion ----- ----- */
}
.contacto .contenedor-contacto h3 {
  text-align: center;
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  padding: 2em 0;
}
.contacto .contenedor-contacto .columnas-contacto {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #5f4d3b;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto {
  width: 80%;
  margin: auto;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto input {
  background-color: #f3f3f3;
  border-radius: 3px;
  height: 3em;
  margin: 0.5em auto;
  color: black;
  padding: 0 1.5em;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto textarea {
  height: 9em;
  background-color: #f3f3f3;
  border-radius: 3px;
  margin: 0.5em auto;
  color: black;
  padding: 1em 1.5em;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto #nombre {
  width: 100%;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto #apellido {
  width: 100%;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto #mail {
  width: 100%;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto #telefono {
  width: 100%;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto #mensaje {
  width: 100%;
}
.contacto .contenedor-contacto .columnas-contacto .formulario-contacto :focus {
  outline: 2px solid orange;
}
.contacto .contenedor-contacto .columnas-contacto button {
  padding: 0.5em 1em;
  text-align: center;
  color: orange;
  font-size: 1em;
  margin: auto;
  margin-bottom: 2em;
  border: solid 2px #2a2828;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacto .contenedor-contacto .columnas-contacto button:hover {
  cursor: pointer;
}
.contacto .contenedor-contacto .columnas-contacto button h4 {
  padding: 0 0 0 0;
  font-size: 1.5em;
  color: #2a2828;
  display: inline-block;
}
.contacto .contenedor-contacto .mensaje {
  display: none;
}
.contacto .contenedor-contacto .activo {
  display: block;
}
.contacto .contenedor-contacto .captcha {
  background-color: #1ed12d;
  text-align: center;
}
.contacto .contenedor-contacto .captcha p {
  display: block;
  width: 200px;
  margin: auto;
  background-color: #edeeed;
}
.contacto .contenedor-contacto .captcha #numeroIngresado {
  display: inline;
}
.contacto .contenedor-contacto .captcha #listo {
  display: inline;
  width: 20px;
  height: 20px;
  background-color: #f3f3f3;
  border-radius: 2px;
  color: black;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.contacto .contenedor-contacto .formulario__grupo-input {
  position: relative;
}
.contacto .contenedor-contacto .formulario__input-error {
  font-size: 12px;
  margin-bottom: 0;
  display: none;
}
.contacto .contenedor-contacto .formulario__input-error-activo {
  display: block;
  color: #bb2929;
}
.contacto .contenedor-contacto .formulario__validacion-estado {
  width: 2em;
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em 2em;
}
.contacto .contenedor-contacto .formulario__checkbox {
  margin-right: 10px;
}
.contacto .contenedor-contacto .formulario__grupo-terminos,
.contacto .contenedor-contacto .formulario__mensaje,
.contacto .contenedor-contacto .formulario__grupo-btn-enviar {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.contacto .contenedor-contacto .formulario__grupo {
  margin-bottom: 2em;
}
.contacto .contenedor-contacto .formulario__mensaje {
  height: 45px;
  line-height: 45px;
  background: #F66060;
  padding: 0 15px;
  border-radius: 3px;
  display: none;
}
.contacto .contenedor-contacto .formulario__mensaje-activo {
  display: block;
}
.contacto .contenedor-contacto .formulario__mensaje p {
  margin: 0;
}
.contacto .contenedor-contacto .formulario__grupo-btn-enviar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacto .contenedor-contacto .formulario__mensaje-exito {
  font-size: 1.5em;
  display: none;
}
.contacto .contenedor-contacto .formulario__mensaje-exito-activo {
  display: block;
}
.contacto .contenedor-contacto .formulario__grupo-correcto .formulario__validacion-estado {
  color: #1ed12d;
  opacity: 1;
}
.contacto .contenedor-contacto .formulario__grupo-incorrecto .formulario__label {
  color: #bb2929;
}
.contacto .contenedor-contacto .formulario__grupo-incorrecto .formulario__validacion-estado {
  color: #bb2929;
  opacity: 1;
}
.contacto .contenedor-contacto .formulario__grupo-incorrecto .formulario__input {
  border: 3px solid #bb2929;
}

.experiencias .fondo {
  width: 100%;
  height: 100vh;
  background-image: url(.);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 30%;
  color: aliceblue;
  position: relative;
}
.experiencias .fondo video {
  height: 100%;
}
.experiencias .info {
  width: 100%;
  padding: 2em 0 0em 0;
}
.experiencias .info .info-titulo {
  min-height: 50vh;
  width: 100%;
  padding: 2em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
}
@media screen and (max-width: 480px) {
  .experiencias .info .info-titulo {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 0em;
  }
}
.experiencias .info .info-titulo .info-titulo-img {
  display: -ms-grid;
  display: grid;
  place-content: center;
  height: 100%;
}
.experiencias .info .info-titulo .info-titulo-img img {
  width: 20vw;
}
@media screen and (max-width: 1000px) {
  .experiencias .info .info-titulo .info-titulo-img img {
    width: 30em;
  }
}
.experiencias .info .info-titulo .info-titulo-textos {
  height: 100%;
  -ms-grid-column: 2;
  -ms-grid-column-span: 2;
  grid-column: 2/4;
  text-align: center;
}
.experiencias .info .info-titulo .info-titulo-textos .empty-space {
  height: 25%;
  width: 100%;
}
.experiencias .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
  width: 100%;
  height: 20%;
}
.experiencias .info .info-titulo .info-titulo-textos .info-titulo-textos-uno h2 {
  font-size: 2em;
  letter-spacing: 0.1em;
  line-height: 1em;
  text-align: center;
}
.experiencias .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
  width: 100%;
  height: 20%;
}
.experiencias .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
  line-height: 2em;
  height: 25%;
  width: 100%;
  font-size: 1.2em;
  text-align: justify;
}
@media screen and (max-width: 1000px) {
  .experiencias .info .info-titulo {
    display: block;
  }
  .experiencias .info .info-titulo .info-titulo-img {
    padding: 1em 0;
  }
  .experiencias .info .info-titulo .info-titulo-textos {
    padding: 1em 0;
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .experiencias .info .info-titulo .info-titulo-textos .empty-space {
    display: none;
  }
  .experiencias .info .info-titulo .info-titulo-textos .info-titulo-textos-uno {
    width: 100%;
    padding: 1em 0;
  }
  .experiencias .info .info-titulo .info-titulo-textos .info-titulo-textos-linea {
    width: 100%;
    padding: 1em 0;
  }
  .experiencias .info .info-titulo .info-titulo-textos .info-titulo-textos-dos {
    line-height: 2em;
    padding: 1em 0;
    width: 100%;
  }
}
.experiencias .seccion-verano {
  width: 100%;
}
.experiencias .seccion-verano .capa {
  width: 100%;
  height: 40vh;
  background-color: rgba(51, 51, 51, 0.5411764706);
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em;
}
.experiencias .seccion-verano .verano-fondo {
  width: 100%;
  height: 40vh;
  background-image: url(../imagenes/NuevasImagenesTia/exterioresverano/IMG_20150102_123323417_HDR.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% 20%;
  color: aliceblue;
  position: relative;
}
.experiencias .seccion-verano .verano-fondo h3 {
  font-size: 3em;
  letter-spacing: 0.4;
  padding: 1em 0;
  -ms-word-break: keep-all;
}
.experiencias .seccion-verano .verano-fondo p {
  font-size: 1em;
}
.experiencias .seccion-invierno {
  width: 100%;
}
.experiencias .seccion-invierno .capa {
  width: 100%;
  height: 40vh;
  background-color: rgba(51, 51, 51, 0.5411764706);
  position: absolute;
  top: 0;
  left: 0;
  padding: 2em;
}
.experiencias .seccion-invierno .invierno-fondo {
  width: 100%;
  height: 40vh;
  background-image: url(../imagenes/DSC02362.JPG);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: 100% 20%;
  color: aliceblue;
  position: relative;
}
.experiencias .seccion-invierno .invierno-fondo h3 {
  font-size: 3em;
  letter-spacing: 0.4;
  -ms-word-break: keep-all;
  padding: 1em 0;
}
.experiencias .seccion-invierno .invierno-fondo p {
  font-size: 1.2;
}
.experiencias .contenedor-carrousel {
  width: 96%;
  margin: auto;
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 65% 35%;
  grid-template-columns: 65% 35%;
}
@media screen and (max-width: 1000px) {
  .experiencias .contenedor-carrousel {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }
}
.experiencias .info-carrousel {
  width: 100%;
  display: -ms-grid;
  display: grid;
  place-content: center;
  padding: 1em;
}
.experiencias .info-carrousel .epigrafes {
  width: 100%;
  padding: 0.5em;
  margin: auto;
}
@media screen and (max-width: 1000px) {
  .experiencias .info-carrousel .epigrafes {
    width: 100%;
  }
}
.experiencias .info-carrousel .epigrafes h4 {
  font-size: 2em;
  color: #2a2828;
}
.experiencias .info-carrousel .epigrafes p {
  font-size: 1em;
  line-height: 2em;
  text-align: justify;
}
.experiencias .info-carrousel .epigrafes .epigrafe, .experiencias .info-carrousel .epigrafes .epigrafe-invierno {
  display: none;
}
.experiencias .info-carrousel .epigrafes .activo {
  display: block;
}
.experiencias .info-carrousel .epigrafes .activo-invierno {
  display: block;
}
.experiencias .carrousel {
  width: 100%;
  max-width: 120em;
  overflow: hidden;
  position: relative;
}
.experiencias .carrousel .pre-btn,
.experiencias .carrousel .nxt-btn {
  border: none;
  width: 5%;
  height: 100%;
  padding: 1em;
  position: absolute;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(#fff));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
  cursor: pointer;
  z-index: 1;
}
@media screen and (max-width: 1000px) {
  .experiencias .carrousel .pre-btn,
  .experiencias .carrousel .nxt-btn {
    display: none;
  }
}
.experiencias .carrousel .pre-btn {
  left: 0;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.experiencias .carrousel .nxt-btn {
  right: 0;
}
.experiencias .carrousel .pre-btn img,
.experiencias .carrousel .nxt-btn img {
  opacity: 0.7;
}
.experiencias .carrousel .pre-btn:hover img,
.experiencias .carrousel .nxt-btn:hover img {
  opacity: 1;
}
.experiencias .carrousel-grande {
  width: 500%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1.5em 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
}
.experiencias #en-verano {
  width: 800% !important;
}
.experiencias .carrousel-img {
  max-height: 55vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 0.2em;
}
.experiencias .carrousel-img img {
  -o-object-fit: contain;
     object-fit: contain;
}
.experiencias .puntos {
  width: 100%;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.experiencias .puntos .punto, .experiencias .puntos .punto-invierno {
  width: 1em;
  height: 1em;
  margin: 0.5em;
  border-radius: 50%;
  border: solid 0.5px rgba(51, 51, 51, 0.504);
}
.experiencias .puntos .punto:hover, .experiencias .puntos .punto-invierno:hover {
  cursor: pointer;
}
.experiencias .puntos .activo {
  background-color: rgba(219, 193, 92, 0.7215686275);
  z-index: 5000;
}