input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "ScalaSansOT";
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  scrollbar-width: none;
  overflow-x: hidden;
}

#loading {
  position: fixed;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  text-align: center;
  opacity: 1;
  background-color: #fff;
  z-index: 1111;
}

#loading-image {
  position: absolute;
  top: 40%;
  left: 45%;
  z-index: 100;
}

.navbar {
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  z-index: 1000;
  padding: 15px 0;
  position: fixed;
  width: 100%;
  height: 110px;
  background: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
}
.navbar img {
  width: 130px;
}
.navbar .navbar-toggler:focus {
  box-shadow: none;
}
.navbar .form-select {
  width: 100%;
}
.navbar .navbar-toggler.x {
  border: none;
  padding: 0;
}
.navbar .navbar-toggler.x:focus {
  outline: none;
}
.navbar .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}
.navbar .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.navbar .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}
.navbar .navbar-toggler.x .icon-bar {
  width: 25px;
  display: block;
  height: 3px;
  border-radius: 3px;
  background-color: #000000;
  transition: all 0.2s;
}
.navbar .navbar-toggler.x .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar .navbar-toggler.x .icon-bar:nth-of-type(1) {
  transform: rotate(0);
}
.navbar .navbar-toggler.x .icon-bar:nth-of-type(2) {
  opacity: 1;
  filter: alpha(opacity=100);
}
.navbar .navbar-toggler.x .icon-bar:nth-of-type(3) {
  transform: rotate(0);
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 16px;
  padding: 0;
  margin: 0 30px;
  color: #7D7C71;
  position: relative;
  display: block;
  font-weight: 600;
  text-transform: uppercase;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3px;
  border-radius: 3px;
  top: 100%;
  left: 0;
  background: #415E51;
  transition: transform 0.5s;
  transform: scaleX(0);
  transform-origin: right;
}
.navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
  margin: 0 0px 0 30px;
}

.hero_section {
  background-image: url("../../img/hero.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 1000px;
  min-height: 700px;
  background-attachment: scroll;
  position: relative;
}
.hero_section .contact_content {
  text-align: center;
  z-index: 1;
  margin-top: 120px;
}
.hero_section .contact_content img {
  width: 500px;
}
.hero_section .contact_content ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
  padding-top: 30px;
}
.hero_section .contact_content ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}
.hero_section .contact_content ul li a img {
  width: 70px;
}

.video_section {
  width: 100%;
  height: 800px;
  position: relative;
}
.video_section video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.video_section .top_bar {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  height: 100px;
  background-color: rgba(0, 0, 0, 0.2509803922);
  display: flex;
  align-items: center;
  justify-content: center;
}
.video_section .top_bar img {
  width: 200px;
}

.hero_section_2 {
  padding: 80px 0;
}
.hero_section_2 h1 {
  font-size: 40px;
  text-align: center;
  margin: 0;
  color: #7D7C71;
  letter-spacing: 1px;
  line-height: 70px;
}

.countryside_section {
  background-color: #415E51;
  padding: 50px 0;
}
.countryside_section h6 {
  text-align: center;
  color: #fff;
  margin: 0;
  font-size: 28px;
  line-height: 40px;
}

.form_section {
  background-image: url("../../img/vinedo.jpg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  min-height: 640px;
  background-attachment: scroll;
  position: relative;
}
.form_section::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.15;
  width: 100%;
  height: 100%;
}
.form_section .form_bg {
  max-width: 500px;
  padding: 30px;
  border-radius: 20px;
  z-index: 1;
}
.form_section .form_bg h6 {
  font-size: 24px;
  color: white;
  font-weight: 600;
  margin-bottom: 20px;
}
.form_section .form_bg p {
  font-size: 20px;
  color: white;
}
.form_section .form_bg .form_right form {
  border-radius: 12px;
}
.form_section .form_bg .form_right form input {
  width: 100%;
  background: rgba(255, 255, 255, 0.5647058824);
  color: white;
  border-radius: 40px;
  height: 60px;
  padding: 10px 20px;
  font-weight: 600;
  font-size: 20px;
}
.form_section .form_bg .form_right form input:focus {
  background: rgba(255, 255, 255, 0.1882352941);
  border: 1px solid white;
  color: white;
  box-shadow: none;
}
.form_section .form_bg .form_right form input::-moz-placeholder {
  color: white;
}
.form_section .form_bg .form_right form input::placeholder {
  color: white;
}
.form_section .form_bg .form_right form .submit_btn button {
  background: rgba(255, 255, 255, 0.5647058824);
  border: 1px solid rgba(255, 255, 255, 0.3);
  color: rgb(255, 255, 255);
  padding: 10px 20px;
  border-radius: 40px;
  height: 60px;
  width: 100%;
  font-size: 20px;
  font-weight: 600;
}
.form_section .form_bg .form_right h5 {
  font-size: 16px;
  color: white;
  opacity: 0.5;
  margin-top: 40px;
  text-align: center;
}
.form_section .form_bg .form_right h4 {
  font-size: 18px;
  color: white;
  text-align: center;
}

.Location_section {
  padding-top: 120px;
  text-align: center;
}
.Location_section h1 {
  font-size: 50px;
  color: #7D7C71;
  margin-bottom: 30px;
}
.Location_section p {
  font-size: 24px;
  line-height: 34px;
}
.Location_section iframe {
  margin-top: 50px;
}

.no_sotros_section {
  padding-top: 120px;
  text-align: center;
}
.no_sotros_section h1 {
  font-size: 50px;
  color: #7D7C71;
  margin-bottom: 30px;
}
.no_sotros_section p {
  font-size: 24px;
  line-height: 34px;
}
.no_sotros_section .card_img img {
  width: 100%;
  height: 800px;
  -o-object-fit: cover;
     object-fit: cover;
}
.no_sotros_section .bird_img {
  height: 800px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.vinedo_section {
  padding-top: 120px;
  text-align: center;
}
.vinedo_section h1 {
  font-size: 50px;
  color: #7D7C71;
  margin-bottom: 30px;
}
.vinedo_section p {
  font-size: 24px;
  line-height: 34px;
  font-family: "Effra";
}
.vinedo_section .vinedo_img {
  width: 100%;
  height: 600px;
  margin-top: 50px;
  position: relative;
}
.vinedo_section .vinedo_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vinedo_section .vinedo_img p {
  color: white;
  font-family: "ScalaSansOT";
  font-weight: 700;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  text-transform: uppercase;
}

.vinos_section {
  padding-top: 120px;
  text-align: center;
}
.vinos_section h1 {
  font-size: 50px;
  color: #7D7C71;
  margin-bottom: 30px;
}
.vinos_section p {
  font-size: 24px;
  line-height: 34px;
}
.vinos_section .swiper {
  width: 100%;
  height: 500px;
  margin-top: 50px;
  border-top: 1px solid #7D7C71;
  border-bottom: 1px solid #7D7C71;
}
.vinos_section .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.vinos_section .swiper .swiper-button-next,
.vinos_section .swiper .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 50%;
}
.vinos_section .swiper .swiper-button-next::after,
.vinos_section .swiper .swiper-button-prev::after {
  font-size: 24px;
  color: white;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.vinos_section .wines_img {
  position: relative;
  top: 0;
  transition: top ease 0.5s;
}
.vinos_section .wines_img:hover {
  top: -20px;
}
.vinos_section .wines_img {
  width: 100%;
  height: 600px;
  margin-top: 50px;
  position: relative;
}
.vinos_section .wines_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.bodega_section {
  padding-top: 120px;
  text-align: center;
}
.bodega_section h1 {
  font-size: 50px;
  color: #7D7C71;
  margin-bottom: 30px;
}
.bodega_section p {
  font-family: "Effra";
  font-size: 24px;
  line-height: 34px;
}
.bodega_section video {
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 50px;
  padding: 0;
}

.photo_slider {
  margin-top: -1px;
}
.photo_slider .swiper {
  padding: 0;
  width: 100%;
  height: calc(100vh - 110px);
}
.photo_slider .swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo_slider .swiper .swiper-button-next,
.photo_slider .swiper .swiper-button-prev {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 50px;
  height: 50px;
  background-color: #000000;
  border-radius: 50%;
}
.photo_slider .swiper .swiper-button-next::after,
.photo_slider .swiper .swiper-button-prev::after {
  font-size: 24px;
  color: white;
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}
.photo_slider video {
  width: 100%;
  height: calc(100vh - 110px);
  -o-object-fit: cover;
     object-fit: cover;
  padding: 0;
}

.footer {
  padding: 50px 0;
  background-color: #415E51;
  text-align: center;
}
.footer ul {
  list-style: none;
  padding: 0;
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.footer ul li a {
  display: inline-block;
}
.footer ul li a img {
  width: 70px;
  margin: 0;
}

@media (max-width: 1680px) {
  .no_sotros_section .card_img img {
    height: 600px;
  }
}
@media (max-width: 1480px) {
  .hero_section .contact_content img {
    width: 400px;
  }
  .footer ul li a img,
  .hero_section .contact_content ul li a img {
    width: 45px;
  }
  .footer ul,
  .hero_section .contact_content ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .video_section {
    height: 600px;
  }
  .hero_section {
    height: 800px;
  }
}
@media (max-width: 1280px) {
  .no_sotros_section .bird_img {
    height: 700px;
  }
  .vinos_section .wines_img {
    height: 350px;
  }
  .no_sotros_section .card_img img {
    height: 500px;
  }
  .vinedo_section .vinedo_img {
    height: 600px;
  }
}
@media (max-width: 1080px) {
  .hero_section_2 h1 {
    font-size: 34px;
    line-height: 60px;
  }
  .video_section {
    height: auto;
  }
  .Location_section iframe {
    height: 500px;
  }
  .no_sotros_section .card_img img {
    height: 400px;
  }
  .hero_section {
    height: 850px;
  }
}
@media (max-width: 992px) {
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    margin-left: 0;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item:last-child .nav-link {
    margin-left: 0;
  }
  .navbar .navbar-collapse .navbar-nav {
    margin-top: 20px;
  }
  .hero_section_2 {
    padding: 50px 0;
  }
  .navbar {
    height: auto;
  }
  .Location_section,
  .no_sotros_section,
  .vinedo_section,
  .vinos_section,
  .bodega_section {
    padding-top: 100px;
  }
  .Location_section h1,
  .no_sotros_section h1,
  .vinedo_section h1,
  .vinos_section h1,
  .bodega_section h1 {
    font-size: 40px;
  }
  .Location_section p,
  .no_sotros_section p,
  .vinedo_section p,
  .vinos_section p,
  .bodega_section p {
    font-size: 20px;
  }
  .Location_section p br,
  .no_sotros_section p br,
  .vinedo_section p br,
  .vinos_section p br,
  .bodega_section p br {
    display: none;
  }
  .no_sotros_section .card_img img {
    margin-bottom: 10px;
  }
  .no_sotros_section .bird_img {
    height: 600px;
  }
  .photo_slider .swiper,
  .photo_slider video,
  .bodega_section video,
  .vinedo_section .vinedo_img {
    height: 600px;
  }
  .no_sotros_section .card_img img {
    height: 350px;
  }
}
@media (max-width: 768px) {
  .form_section {
    height: auto;
    min-height: auto;
    padding: 50px 0;
  }
  .form-select {
    width: 170px !important;
  }
  .Location_section h1,
  .no_sotros_section h1,
  .vinedo_section h1,
  .vinos_section h1,
  .bodega_section h1 {
    font-size: 44px;
  }
  .Location_section p,
  .no_sotros_section p,
  .vinedo_section p,
  .vinos_section p,
  .bodega_section p {
    font-size: 20px;
  }
  .no_sotros_section .bird_img {
    height: 500px;
  }
  .photo_slider .swiper,
  .photo_slider video,
  .bodega_section video,
  .vinedo_section .vinedo_img {
    height: 500px;
  }
  .no_sotros_section .card_img img {
    height: 300px;
  }
}
@media (max-width: 576px) {
  .hero_section .contact_content img {
    width: 300px;
  }
  .footer ul li a img,
  .hero_section .contact_content ul li a img {
    width: 50px;
  }
  .footer ul,
  .hero_section .contact_content ul {
    -moz-column-gap: 30px;
         column-gap: 30px;
  }
  .hero_section_2 h1 {
    font-size: 30px;
    line-height: 40px;
    letter-spacing: 0px;
  }
  .countryside_section h6 {
    font-size: 24px;
    line-height: 30px;
  }
  .Location_section,
  .no_sotros_section,
  .vinedo_section,
  .vinos_section,
  .bodega_section {
    padding-top: 80px;
  }
  .Location_section h1,
  .no_sotros_section h1,
  .vinedo_section h1,
  .vinos_section h1,
  .bodega_section h1 {
    font-size: 40px;
  }
  .Location_section p,
  .no_sotros_section p,
  .vinedo_section p,
  .vinos_section p,
  .bodega_section p {
    font-size: 20px;
  }
  .no_sotros_section .bird_img {
    height: 400px;
  }
  .photo_slider .swiper,
  .photo_slider video,
  .bodega_section video,
  .vinedo_section .vinedo_img {
    height: 400px;
  }
  #loading-image {
    top: 40%;
    left: 35%;
  }
  .no_sotros_section .card_img img {
    height: 240px;
  }
  .hero_section {
    height: 750px;
  }
}
@media (max-width: 480px) {
  #loading-image {
    top: 40%;
    left: 35%;
  }
  .navbar img {
    width: 80px;
  }
  .form_section .form_bg h6 {
    font-size: 20px;
  }
  .form_section .form_bg p {
    font-size: 18px;
  }
  .Location_section iframe {
    height: 400px;
  }
  .no_sotros_section .bird_img {
    height: 300px;
  }
  .photo_slider .swiper,
  .photo_slider video,
  .bodega_section video,
  .vinedo_section .vinedo_img {
    height: 300px;
  }
  .vinos_section .swiper {
    height: 400px;
  }
  .vinos_section .wines_img {
    height: 200px;
    margin-top: 20px;
  }
  .no_sotros_section .card_img img {
    height: 200px;
  }
}
@media (max-width: 400px) {
  .Location_section,
  .no_sotros_section,
  .vinedo_section,
  .vinos_section,
  .bodega_section {
    padding-top: 50px;
  }
  .hero_section_2 h1 {
    font-size: 24px;
    line-height: 30px;
  }
  .countryside_section h6 {
    font-size: 20px;
    line-height: 26px;
  }
  .Location_section h1,
  .no_sotros_section h1,
  .vinedo_section h1,
  .vinos_section h1,
  .bodega_section h1 {
    font-size: 34px;
  }
  .Location_section p,
  .no_sotros_section p,
  .vinedo_section p,
  .vinos_section p,
  .bodega_section p {
    font-size: 18px;
    line-height: 26px;
  }
  .no_sotros_section .card_img img {
    height: 350px;
  }
  .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
    font-size: 14px;
  }
}
@media (max-width: 320px) {
  .hero_section .contact_content img {
    width: 250px;
  }
  .footer ul li a img,
  .hero_section .contact_content ul li a img {
    width: 40px;
  }
  .no_sotros_section .card_img img {
    height: 300px;
  }
}/*# sourceMappingURL=style.css.map */