* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "trispace", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.header__container {
  width: 100%;
  height: 70vh;
  clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
  background: radial-gradient(circle, rgba(255, 255, 255, 0.247) 0%, rgba(147, 107, 32, 0.4509803922) 100%), url(../img/header_index.jpg);
  background-size: cover;
  background-position: center;
}

.app__container {
  width: 100%;
  height: 70vh;
  clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
  background: radial-gradient(circle, rgba(147, 107, 32, 0.4509803922) 0%, rgba(255, 255, 255, 0.247) 100%), url(../img/app_header.jpg);
  background-size: cover;
  background-position: center;
}

.lugares__container--header {
  width: 100%;
  height: 70vh;
  clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
  background: radial-gradient(circle, rgba(147, 107, 32, 0.4509803922) 0%, rgba(255, 255, 255, 0.247) 100%), url(../img/puente.jpg);
  background-size: cover;
  background-position: center;
}

.house__container {
  width: 100%;
  height: 70vh;
  clip-path: polygon(0 0, 100% 0, 100% 67%, 0 100%);
  background: radial-gradient(circle, rgba(147, 107, 32, 0.4509803922) 0%, rgba(255, 255, 255, 0.247) 100%), url(../img/header_house.jpg);
  background-size: cover;
  background-position: center;
}

.header__title {
  color: #fff;
}

.navbar__nav .navbar__logo {
  color: #fff;
}
.navbar__nav .navbar__logo:hover {
  color: #fff;
}
.navbar__nav a {
  color: #fff;
}
.navbar__nav ul li ul {
  background-color: rgba(235, 235, 235, 0);
  border-style: none;
}
.navbar__nav ul li a {
  color: #fff;
}
.navbar__nav ul li a:focus {
  color: #fff;
}
.navbar__nav ul li a:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.3294117647);
}

.active_ {
  text-transform: uppercase;
  background-color: rgba(255, 255, 255, 0.3294117647);
}

#bodycard a {
  color: #af8639;
}

.btn-- {
  background-color: rgba(255, 255, 255, 0.3294117647);
}

.form__btn {
  height: 45px;
  width: 100%;
  font-size: 16px;
  font-weight: 200;
  text-transform: capitalize;
  font-family: inherit;
  cursor: pointer;
  border-radius: 25px;
  user-select: none;
  background: linear-gradient(to right, #fff, rgba(228, 165, 48, 0.4588235294));
  border: none;
  color: #fff;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.form__btn::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  transition: background-color 0.5s ease;
  z-index: -1;
}
.form__btn:hover::before {
  background: linear-gradient(to right, rgba(247, 244, 244, 0.918), rgba(214, 156, 29, 0.6117647059)) 0 0/400% 100%;
  animation: move-bg 2.5s infinite reverse;
}
@keyframes move-bg {
  to {
    background-position: 400% 0;
  }
}

.btn__neon {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  /*color: $blanco;*/
  letter-spacing: 4px;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.3294117647)) 0 0/400% 100%;
  animation: move-bg 3s infinite alternate-reverse;
  background-clip: var(-webkit-background-clip);
  -webkit-background-clip: text;
  color: transparent;
}
@keyframes move-bg {
  to {
    background-position: 400% 0;
  }
}
.btn__neon:hover {
  background: rgba(235, 167, 40, 0.5764705882);
  box-shadow: 0 0 10px #af8639, 0 0 40px #af8639, 0 0 80px #af8639;
  transition-delay: 1.25s;
  color: #fff;
}
.btn__neon span {
  position: absolute;
  display: block;
}
.btn__neon #span1 {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #af8639);
}
.btn__neon:hover #span1 {
  left: 100%;
  transition: 1s;
}
.btn__neon #span2 {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, #af8639);
}
.btn__neon:hover #span2 {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
}
.btn__neon #span3 {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, #af8639);
}
.btn__neon:hover #span3 {
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}
.btn__neon #span4 {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, #af8639);
}
.btn__neon:hover #span4 {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}

.btn__neon_2 {
  position: relative;
  display: inline-block;
  padding: 15px 30px;
  /*color: $blanco;*/
  letter-spacing: 4px;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.3294117647)) 0 0/400% 100%;
  animation: move-bg 2s infinite alternate-reverse;
  background-clip: var(-webkit-background-clip);
  -webkit-background-clip: text;
  color: transparent;
}
@keyframes move-bg {
  to {
    background-position: 400% 0;
  }
}
.btn__neon_2:hover {
  background: rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 10px #fff, 0 0 40px #fff, 0 0 80px #fff;
  transition-delay: 1.25s;
  color: #af8639;
}
.btn__neon_2 span {
  position: absolute;
  display: block;
}
.btn__neon_2 #span1 {
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.3294117647));
}
.btn__neon_2:hover #span1 {
  left: 100%;
  transition: 1s;
}
.btn__neon_2 #span2 {
  top: -100%;
  right: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.3294117647));
}
.btn__neon_2:hover #span2 {
  top: 100%;
  transition: 1s;
  transition-delay: 0.25s;
}
.btn__neon_2 #span3 {
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: linear-gradient(270deg, transparent, rgba(255, 255, 255, 0.3294117647));
}
.btn__neon_2:hover #span3 {
  right: 100%;
  transition: 1s;
  transition-delay: 0.5s;
}
.btn__neon_2 #span4 {
  bottom: -100%;
  left: 0;
  width: 2px;
  height: 100%;
  background: linear-gradient(360deg, transparent, rgba(255, 255, 255, 0.3294117647));
}
.btn__neon_2:hover #span4 {
  bottom: 100%;
  transition: 1s;
  transition-delay: 0.75s;
}

.btn__sites {
  position: relative;
  display: inline-block;
  padding: 13px 30px;
  /*color: $blanco;*/
  letter-spacing: 4px;
  font-size: 16px;
  text-decoration: none;
  overflow: hidden;
  transition: 0.2s;
  background: linear-gradient(to right, #fff, rgba(255, 255, 255, 0.3294117647)) 0 0/400% 100%;
  animation: move-bg 3s infinite alternate-reverse;
  background-clip: var(-webkit-background-clip);
  -webkit-background-clip: text;
  color: transparent;
}
@keyframes move-bg {
  to {
    background-position: 400% 0;
  }
}
.btn__sites:hover {
  color: #fff;
}

.activities {
  color: #af8639;
  overflow-x: hidden;
  overflow-y: hidden;
}

.card {
  padding: 0;
  overflow: hidden;
}

.img__card {
  transition: 0.5s;
  object-fit: cover;
}
.img__card:hover {
  transform: scale(1.2);
}

/*==============ABOUT==============*/
.about {
  width: auto;
  height: auto;
  background-image: linear-gradient(to right, rgba(242, 255, 240, 0.274), rgba(204, 157, 28, 0.267)), url(../img/back_about.jpg);
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
  overflow-x: hidden;
  overflow-y: hidden;
}

.app__text {
  color: #af8639;
}
.app__text ul li {
  color: #af8639;
}

.app__img {
  display: none;
}

.body__contact {
  background-image: radial-gradient(circle, rgba(238, 169, 42, 0.37) 0%, rgba(255, 255, 255, 0.247) 100%), url(../img/header_index.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  color: rgb(168, 139, 44);
}

.form {
  height: 100vh;
  padding: 35px 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.form__container {
  width: 100%;
  max-width: 450px;
  position: relative;
  background: rgba(255, 255, 255, 0.3);
  box-shadow: 0 8px 30px 0 rgba(48, 48, 51, 0.4);
  backdrop-filter: blur(3px);
  border: 1px solid rgba(255, 255, 255, 0.18);
}
.form__box {
  border-color: #fff;
  border: 1px solid var(rgba(180, 180, 180, 0.5411764706));
  padding: 40px 50px;
  border-radius: 20px;
  backdrop-filter: blur;
}
.form__title {
  font-size: 28px;
  text-align: center;
  line-height: 1.2;
  color: #fff;
}
.form__container--form {
  margin: 25px 0 20px;
}
.form__box--input {
  margin: 25px;
}
.form__input {
  display: grid;
  height: 30px;
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(218, 157, 45, 0.6588235294);
  color: inherit;
  font-weight: inherit;
  font-family: inherit;
  font-size: 16px;
  outline: none;
}
.form__input::placeholder {
  color: #fff;
}
.form__label {
  color: #fff;
  padding-bottom: 5px;
}
.form__checks {
  font-size: 13px;
  align-items: flex-start;
  font-weight: 300;
}
.form__checks a {
  color: #af8639;
  text-shadow: rgba(0, 0, 0, 0.3) 1px 1px;
}
.form__checks a:hover {
  color: rgba(255, 255, 255, 0.3294117647);
}

.section__title {
  display: flex;
  color: #af8639;
  justify-content: center;
  font-size: 2.6rem;
  font-weight: 600;
  align-items: center;
  padding: 5px;
  letter-spacing: 10px;
}

.lugares__container {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  padding: 10px 0 60px 0;
  color: #af8639;
  margin-top: 30px;
  overflow-y: hidden;
  overflow-x: hidden;
}

.lugares__title {
  padding-top: 10px;
  text-align: center;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.4392156863), #d8a23e) 0 0/400% 100%;
  animation: move-bg 4s infinite reverse;
  background-clip: var(-webkit-background-clip);
  -webkit-background-clip: text;
  color: transparent;
}
@keyframes move-bg {
  to {
    background-position: 400% 0;
  }
}

.lugares__text {
  width: auto;
  padding: 10px 10px 5px 10px;
  text-align: center;
  font-weight: 300;
  overflow-y: hidden;
  overflow-x: hidden;
}

.lugares__img {
  width: 300px;
  height: 250px;
  object-fit: cover;
}

.lugares__list {
  padding-bottom: 20px;
  list-style: none;
}

.lugares__item .lugares__link {
  color: #af8639;
  text-decoration: none;
  font-weight: 500;
}
.lugares__item .lugares__link:hover {
  color: rgba(194, 194, 194, 0.7176470588);
}

.lugares__map {
  display: none;
}

/*========================================*/
/*============css de "en casa"============*/
/*========================================*/
.home__link {
  padding-top: 5px;
}

.lugares__video {
  display: none;
}

.sites__cards {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;
  margin: 2em auto;
  row-gap: 2em;
}

.card__sites {
  color: #fff;
  padding: 2rem;
  max-width: 300px;
  border-radius: 1rem;
  overflow: hidden;
  transition: transform 500ms ease;
}
.card__sites:hover {
  transform: scale(1.05);
}
.card__sites .card__info--sites {
  padding: 0 1.5rem;
  background: radial-gradient(circle, rgba(255, 255, 255, 0.247) 0%, rgba(147, 107, 32, 0.4509803922) 100%);
}
.card__sites .card__title--sites {
  letter-spacing: 0.2rem;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: 400;
  margin: 35px 0;
  text-align: center;
}
.card__sites .card__text--sites {
  color: #fff;
  text-align: center;
}

.card__bg {
  background-image: url("../img/paru.jpg");
  background-size: cover;
  background-position: center;
}

.card__bg2 {
  background-image: url("../img/cucipa.jpg");
  background-size: cover;
  background-position: center;
}

.card__bg3 {
  background-image: url("../img/donZ.webp");
  background-size: cover;
  background-position: center;
}

.card__bg4 {
  background-image: url("../img/cabernet.webp");
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.card__bg5 {
  background-image: url("../img/fervor.jpg");
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

.card__bg6 {
  background-image: url("../img/elcuar.jpg");
  background-size: cover;
  background-position: center;
  object-fit: cover;
}

@media (hover) {
  .card__info--sites {
    transform: translateY(80%);
    transition: transform 350ms ease;
  }
  .card__sites:hover .card__info--sites {
    transform: translateY(0);
    transition-delay: 500ms;
  }
}
.bg {
  background: rgba(208, 154, 30, 0.5215686275);
  background-size: cover;
  background-position: 40%;
}

.title {
  width: 95%;
  font-weight: 500;
  font-size: 4rem;
  font-style: oblique;
  color: #fff;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}
.title__link {
  font-size: 2rem;
  color: #fff;
  text-decoration: none;
  transition: 0.6s ease;
}
.title__link:hover {
  letter-spacing: 0.3rem;
  color: #fff;
}

.TimeLine {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  color: #af8639;
}
.TimeLine__container {
  padding: 10px 50px;
  position: relative;
  width: 85%;
  margin-left: 30px;
}
.TimeLine__container:last-child {
  margin-bottom: 50px;
}
.TimeLine__circle {
  background-color: white;
  padding: 5px;
  color: white;
  position: absolute;
  left: -20px;
  width: 40px;
  height: 40px;
  z-index: 10;
  top: 32px;
  border-radius: 50%;
}
.TimeLine__info {
  padding: 20px 30px;
  background-color: rgba(255, 255, 255, 0.3294117647);
  position: relative;
  border-radius: 10px;
  font-size: 1rem;
}
.TimeLine__title {
  text-transform: capitalize;
  font-size: 2rem;
  font-weight: 500;
  justify-items: center;
}
.TimeLine__text {
  line-height: 0.9rem;
  font-weight: 300;
}
.TimeLine::after {
  content: "";
  position: absolute;
  width: 5px;
  height: 100%;
  background: #fff;
  top: 0;
  left: 31px;
  margin-left: -3px;
}
.TimeLine .now {
  background-color: #fff;
}
.TimeLine__link {
  text-decoration: none;
  font-weight: 400;
  color: #e8cc8f;
}
.TimeLine__link:hover {
  color: rgba(133, 125, 125, 0.156);
}

.TimeLine__circle--left, .TimeLine__circle--right {
  display: none;
}

.footer {
  margin-bottom: 0;
  border-top: 1px solid #af8639;
}
.footer__logo {
  color: #af8639;
}
.footer__icon {
  text-decoration: none;
}

@media (min-width: 650px) {
  .header__title {
    width: 65%;
  }
  .about__info {
    width: 50%;
    font-weight: 100;
  }
  .about__text {
    line-height: 2rem;
  }
  .lugares__container {
    width: 100%;
    padding: 50px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .lugares__title {
    padding-top: 10px;
  }
  .lugares__text {
    width: auto;
    padding-top: 10px;
    text-align: justify;
    margin-right: 25px;
  }
  .lugares__img {
    display: block;
    margin: auto;
    padding-top: 60px;
  }
  .lugares__map {
    display: none;
  }
  .lugares__video {
    display: none;
  }
  .lugares__img {
    width: 300px;
    height: 300px;
  }
  .body__contact {
    background-image: radial-gradient(circle, rgba(231, 172, 61, 0.26) 0%, rgba(255, 255, 255, 0.247) 100%), url(../img/header_index.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }
  .app__img {
    display: block;
  }
  .TimeLine {
    overflow: 0;
  }
  .TimeLine::after {
    left: 50%;
  }
  .TimeLine__container {
    width: 50%;
    margin-left: 0;
  }
  .TimeLine__circle {
    display: none;
  }
  .left {
    left: 0;
  }
  .left .TimeLine__circle--left {
    display: inline-block;
    background-color: white;
    padding: 5px;
    color: white;
    position: absolute;
    right: -20px;
    width: 40px;
    height: 40px;
    z-index: 10;
    top: 30px;
    border-radius: 50%;
  }
  .right {
    left: 50%;
  }
  .right .TimeLine__circle--right {
    display: inline-block;
    background-color: white;
    padding: 5px;
    color: white;
    position: absolute;
    left: -20px;
    width: 40px;
    height: 40px;
    z-index: 10;
    top: 32px;
    border-radius: 50%;
  }
  .TimeLine__title {
    font-size: 1.6rem;
  }
  .title {
    font-size: 5.3rem;
  }
  .title__link {
    font-size: 1rem;
    color: #fff;
  }
  .sites__cards {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1200px) {
  .lugares {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
  }
  .lugares__container {
    width: 100%;
    padding: 50px 0 0 0;
    display: grid;
    grid-template-columns: 1fr 2fr 1fr;
  }
  .lugares__title {
    text-align: center;
    padding-bottom: 10px;
    font-weight: 500;
    font-size: 1.6rem;
  }
  .lugares__text {
    text-align: left;
  }
  .lugares__map {
    display: block;
    padding-top: 60px;
  }
  .lugares__video {
    display: block;
    padding-top: 60px;
  }
  .sites__cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/*# sourceMappingURL=style.css.map */
