body {
  font-family: "Cinzel", sans-serif;
  font-size: 17px;
  color: #333;
}
#web { top: 0; position: absolute;}

.full {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}


h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", sans-serif;
  margin-top: 0px;
}
a {
  color: #333;
}
a:hover,
a:focus {
  color: #92c549;
  text-decoration: none;
}
.btn,
.btn-suscr {
  border-radius: 6px;
  width: 210px;
  padding: 14px 35px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
}
.btn-auto {
  width: auto;
}
.btn-suscr {
  width: auto;
  padding: 7px 35px;
  border: 1px solid #74624b;
  text-transform: none;
  font-weight: normal;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-suscr:hover,
.btn-suscr:focus,
.btn-suscr:active,
.btn-suscr.active {
  background: #111;
  color: #fff;
}
/**m**/

.navbar-nav {
  display: flex;
  align-items: center;
  flex-direction: column;
}

.navbar-header {
  display: flex;
  justify-content: center;
  align-items: center;
}
.navbar-header .logo-movil img {
  max-width: 100%;
  height: 30px;
}

.navbar-header .navbar-toggle {
  position: absolute;
  right: 0;
}

.navbar-nav .logo {
  display: none;
}

.navbar-custom .dropdown-menu {
  box-shadow: none;
}
.navbar a {
  transition: color 0.125s ease-in-out 0s;
}
.navbar-custom {
  background: url("../img/header.png") center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  letter-spacing: 1px;
  font-size: 20px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background, padding 0.4s ease-in-out 0s;
  margin-bottom: 0;
  min-height: 112px;
  text-shadow: 1px 1px 3px #555;
  display: flex;
  align-items: center;
}
.navbar-custom a {
  color: #fff;
}
.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding-top: 0px;
}
.navbar-brand > img {
  width: 60px;
  margin-top: -3px;
  transition: all 0.4s ease-in-out 0s;
}
.navbar-custom .nav li > a {
  position: relative;
}
.navbar-custom .dropdown-menu {
  background: rgba(26, 26, 26, 0.5);
  border-radius: 0;
  border: 0;
  padding: 0;
  box-shadow: none;
}
.navbar-custom .dropdown-menu > li > a {
  border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  padding: 11px 15px;
  letter-spacing: 2px;
  color: #fff;
}
.navbar-custom .dropdown-menu .dropdown-menu {
  border-left: 1px solid rgba(73, 71, 71, 0.15);
  left: 100%;
  right: auto;
  top: 0;
  margin-top: 0;
}
.navbar-custom .dropdown-menu.left-side .dropdown-menu {
  border: 0;
  border-right: 1px solid rgba(73, 71, 71, 0.15);
  right: 100%;
  left: auto;
}
.navbar-custom .nav > li > a:focus,
.navbar-custom .nav > li > a:hover,
.navbar-custom .nav .open > a,
.navbar-custom .nav .open > a:focus,
.navbar-custom .nav .open > a:hover,
.navbar-custom .dropdown-menu > li > a:focus,
.navbar-custom .dropdown-menu > li > a:hover {
  background: none;
  color: #fff;
}
.navbar-custom .dropdown-menu > li > a:hover {
  background: #92c549 !important;
}
.navbar-custom .dropdown-toggle:after {
  position: absolute;
  display: block;
  right: 0;
  top: 50%;
  margin-top: -6px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 11px;
  content: "\f0d7";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.navbar-custom .navbar-toggle .icon-bar {
  background: #fff;
}
.dropdown-menu {
  min-width: 180px;
  font-size: 11px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 500px;
  }
  /* .start-item {
    margin-left: -140px;
  } */
  .navbar-collapse.collapse {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .navbar-collapse {
    display: flex !important;
  }
  .navbar-nav {
    flex-direction: row;
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex: 1;
  }

  #top-bar {
    right: 10px !important;
  }

  .navbar-nav li a {
    padding: 0;
    padding-right: 5px;
  }

  .navbar-nav-logo {
    width: 30%;
    display: flex;
    justify-content: center;
  }

  .navbar-nav-logo .logo {
    display: block;
    padding: 0;
  }
  .navbar-nav-logo .logo img {
    max-width: 100%;
    height: 40px;
  }

  .navbar-transparent {
    background: transparent;
    padding-bottom: 25px;
    padding-top: 25px;
  }
  .navbar-transparent .navbar-brand > img {
    width: 160px;
    background: transparent;
    margin-top: -15px;
  }
  .navbar-transparent .nav li > a {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-custom .dropdown-menu {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
  }
  .navbar-custom .open > .dropdown-menu {
    visibility: visible;
    opacity: 1;
  }
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    position: absolute;
    display: block;
    right: 9px;
    top: 50%;
    margin-top: -6px;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 9px;
    content: "\f105";
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .navbar-right .dropdown-menu {
    right: auto;
    left: 0;
  }
  .comment .comment {
    margin-left: 75px;
  }
  .navbar > .container .navbar-brand,
  .navbar > .container-fluid .navbar-brand {
    margin-left: 0;
  }
}
@media (max-width: 991px) {
  .navbar-custom {
    letter-spacing: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav {
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    padding: 10px 25px;
  }
  .navbar-custom
    .navbar-nav
    .open
    .dropdown-menu
    .dropdown-menu
    .dropdown-header,
  .navbar-custom .navbar-nav .open .dropdown-menu .dropdown-menu > li > a {
    padding: 10px 35px;
  }
  .navbar-custom li a,
  .navbar-custom .dropdown-search {
    border-bottom: 1px solid rgba(73, 71, 71, 0.15) !important;
  }
  .navbar-custom .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown-toggle:after {
    right: 7px;
    content: "\f107";
  }
  .navbar-custom .nav > .open > .dropdown-toggle:after,
  .navbar-custom .dropdown-menu .dropdown.open .dropdown-toggle:after {
    right: 7px;
    content: "\f106";
  }
  .navbar-collapse {
    margin-top: 20px;
  }
  .nav > li {
    text-align: center;
  }
}
/*p*/
.nav > li > a {
  font-weight: 500;
}
#top-bar {
  position: fixed;
  z-index: 1001;
  right: 30px;
  top: 10px;
  width: 35px;
}
#top-bar img {
  margin-bottom: 5px;
  border-radius: 100%;
  width: 25px;
  height: 20px;
}
#top-bar p {
  font-size: 10px;
}
#top-bar a {
  display: block;
}
.title-xl,
h2 {
  font-size: 34px;
}
.title-xl-main {
  font-size: 60px;
  /* margin-left: -65px; */
}
.title-shadow {
  text-shadow: 0 3px 3px rgba(0, 0, 0, 0.8);
}
.text-wh p,
.text-wh h1,
.text-wh h2,
.text-wh h3,
.text-wh h4,
.text-wh h5,
.text-wh h6 {
  color: #fff;
}
.text-wh .heading h1:after,
.text-wh .heading h3:after {
  background-color: #fff;
}
#home {
  margin-top: 85px;
  margin-bottom: -1px;
}
#nuestra-vina,
#sustentable,
#ecosustentable,
#vinos,
#contacto,
#vinedos,
#prestige {
  border-top: 25px solid transparent;
  border-image: radial-gradient(#8d734a, #ad8b2b, #eccd7a, #9f7b35, #89512c) 1;
  -moz-border-image: radial-gradient(
      #8d734a,
      #ad8b2b,
      #eccd7a,
      #9f7b35,
      #89512c
    )
    1;
  -webkit-border-image: radial-gradient(
      #8d734a,
      #ad8b2b,
      #eccd7a,
      #9f7b35,
      #89512c
    )
    1;
  border-image: radial-gradient(#8d734a, #ad8b2b, #eccd7a, #9f7b35, #89512c) 1;
  border-left: transparent;
  border-right: transparent;
}

#eco-slide {
  overflow: hidden;
}

#sec-slide {
  overflow: hidden;
}

#eco-slide .item {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#sec-slide .item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

#sec-slide .slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#sec-slide .slide-content-ini {
  margin-top: 100px;
}
#sec-slide .slide-content-ini img {
  width: 165px;
}
#sec-slide .slide-content-ini p {
  font-family: "Cinzel", sans-serif;
  font-size: 17px;
}

#eco-slide .slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#eco-slide .slide-content-ini {
  margin-top: 100px;
}

#eco-slide .slide-content-ini h1:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #fff;
  margin-top: 13px;
  margin-bottom: 18px;
}
#eco-slide .slide-content-ini img {
  width: 165px;
  margin-left: 4px;
}

.owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
}
.owl-theme .owl-controls .owl-page span {
  width: 14px;
  height: 14px;
  background: transparent;
  border: 2px solid #fff;
}
#concepto {
  background-image: url("../img/concepto.jpg");
  background-size: cover;
  background-position: 0 center;      
  overflow: hidden;
}
#prestige {
  background-image: url("../img/prestige.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 700px;
}

#vinedos {
  background-image: url("../img/vallesyvinedos.jpg");
  background-size: cover;
  background-position: 0 center;
  height: 720px;
}

.slider-one img {
  /* background-size: cover;
  background-position: 0 center; */
  height: auto;
}
#concepto p {
  font-family: "Cinzel", sans-serif;
  font-size: 17px;
}
#vinedos p {
  font-family: "Cinzel", sans-serif;
  font-size: 17px;
}
#terc-slide {
  overflow: hidden;
}
#terc-slide .item {
  height: 720px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
#terc-slide .slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#terc-slide .slide-content-ini {
  padding-top: 100px;
  text-shadow: 2px 2px 5px #000;
}
#terc-slide .slide-content {
  margin-top: 330px;
  font-size: 17px;
  text-shadow: 2px 2px 3px #000;
  font-family: "Cinzel", sans-serif;
}
#terc-slide .slide-content h3 {
  font-weight: bold;
}
#terc-slide .owl-prev,
#terc-slide .owl-next {
  position: absolute;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 30px;
  display: inline-block;
  margin-top: -35px;
  height: 70px;
  width: 70px;
  line-height: 70px;
  text-align: center;
  z-index: 5;
  -webkit-transition: background-color 400ms;
  transition: background-color 400ms;
}
#terc-slide .owl-prev {
  left: -35px;
  text-indent: 14px;
}
#terc-slide .owl-next {
  right: -35px;
  text-indent: -14px;
}


#opcionresponsive {display: none;}
#nomostrar { }

@media screen and (max-width: 777px) {
	#nomostrar { display: none !important; }
	#opcionresponsive {display: block; overflow: hidden;}


	#opcionresponsive .item { height: 83.555vh; background-repeat: no-repeat; background-position: top right; background-size: cover;}
	#opcionresponsive .slide-inner {	position: absolute; top: 0; left: 0; width: 100%; height: 100%; color: #fff; }
	#opcionresponsive .slide-content-ini { margin-top: 100px; text-shadow: 2px 2px 5px #000; font-size:12px !important; }
	#opcionresponsive .slide-content-ini img { width: 40px; }
	#opcionresponsive .slide-content { font-size: 14px; text-shadow: 2px 2px 3px #000; }
	#opcionresponsive .slide-content h3 { font-weight: 700; }

	#opcionresponsive .owl-prev,
	#opcionresponsive .owl-next {
	  position: absolute; top: 50%; background-color: rgba(0, 0, 0, 0.5); color: #fff; font-size: 30px; display: inline-block;
	  margin-top: -35px; height: 70px; width: 70px; line-height: 70px; text-align: center; z-index: 5; 
	  -webkit-transition: background-color 400ms; transition: background-color 400ms; }
	  
	#opcionresponsive .owl-prev { left: -35px; text-indent: 14px; }
	#opcionresponsive .owl-next { right: -35px; text-indent: -14px; }
	#opcionresponsive .owl-carousel .owl-item img { display: inline; }


}

#contacto {
  background-image: url("../img/contacto.png");
  background-repeat: no-repeat;
  background-position: top center;
  background-color: black;
}
#contact p i {
  font-size: 18px;
  width: 20px;
  text-align: center;
  margin-right: 5px;
}
#contact h3 {
  font-weight: bold;
  margin-bottom: 20px;
}

.box {
  width: 100%;
  padding: 40px 0 100px;
  overflow: hidden;
  font-family: "Barlow Condensed", sans-serif;
}
.no-padding-rg {
  padding-right: 0px;
}
.mgtop-30-sm {
  margin-top: 30px;
}
.form-control {
  width: 100%;
  height: 40px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 17px;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #906d4f;
}
label {
  margin-bottom: 10px;
  float: left;
  color: #906d4f;
  font-size: 16px;
  font-weight: normal;
}
.form-horizontal {
  font-family: "Barlow Condensed", sans-serif;
}
footer {
  font-family: "Barlow Condensed", sans-serif;
  color: #ddd;
  background: #9f7b35;
  /* background: #8d734a, #ad8b2b, #eccd7a, #9f7b35, #89512c; */
  padding: 15px 0px;
}
/**g**/
.mgbot-10 {
  margin-bottom: 10px;
}
.mgbot-20 {
  margin-bottom: 20px;
}
.mgbot-30 {
  margin-bottom: 30px;
}
.mgbot-50 {
  margin-bottom: 50px;
}
.mgtop-10 {
  margin-top: 10px;
}
.mgtop-20 {
  margin-top: 20px;
}
.mgtop-30 {
  margin-top: 30px;
}
.mgtop-50 {
  margin-top: 50px;
}
.padbot-20 {
  padding-bottom: 20px;
}
.padbot-30 {
  padding-bottom: 30px;
}
.padbot-50 {
  padding-bottom: 50px;
}
.padtop-85 {
  padding-top: 85px;
}
.padtb-50 {
  padding: 50px 0px;
}
.no-padding {
  padding: 0px;
}
.no-margin {
  margin: 0px;
}
.col-90 {
  width: 90%;
}
.pad-10 {
  padding: 10px;
}
.text-bold {
  font-weight: bold;
}
.text-spacing {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
}
.tr-all-e {
  transition: all 0.4s ease 0s;
  -webkit-transition: all 0.4s ease 0s;
}
.tr-all-eo {
  transition: all 0.6s ease-out 0s;
  -webkit-transition: all 0.6s ease-out 0s;
}
.tr-all-eio {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.tr-delay {
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
}
.tr-delay:hover {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.img-thumbnail.center,
.img-responsive.center {
  display: inline;
}
.d-flex-md {
  display: flex;
}
.visible-ico {
  display: none;
}
a .grayscale {
  filter: grayscale(100%);
}
a.active .grayscale,
a .grayscale:hover {
  filter: grayscale(0%);
}
.brown-bg {
  background: #9f7b35;
}
.white {
  color: #fff;
}
.brown {
  color: #9f7b35 !important;
}
.gold {
  color: #fbb03b !important;
}

.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.no-js .owl-carousel {
  display: block;
}
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.owl-height {
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/*oth*/
.owl-theme .owl-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
}
.owl-theme .owl-dots .owl-dot span {
  display: block;
  width: 16px;
  height: 16px;
  margin: 5px 7px;
  border-radius: 20px;
  border: 2px solid #8d734a;
  background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #8d734a;
}
#terc-slide .container {
  height: 100%;
}
#terc-slide .row {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 55px;
}
@media (max-width: 991px) {
  .title-xl-main {
    font-size: 45px;
  }
  #terc-slide .item {
    height: 750px;
  }
  #terc-slide .slide-content {
    margin-top: 450px;
  }
  .mgbot-30-sm {
    margin-bottom: 30px;
  }
  .no-padding-sm {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .title-xl {
    font-size: 25px;
  }
  .title-xl-main {
    font-size: 35px;
    margin-left: 0;
  }
  #sec-slide .item {
    height: 510px;
  }
  #terc-slide .item {
    height: 670px;
  }
  #eco-slide .item {
    height: 450px;
  }
  #terc-slide .slide-content {
    margin-top: 350px;
    font-size: 16px;
  }
  .visible-ico {
    display: inline-block;
  }
  .mgtop-30-sm {
    margin-top: 0px;
  }
  #top-bar {
    right: 0;
    left: 30px;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 14px;
  }
  .title-xl {
    font-size: 20px;
  }
  #sec-slide .slide-content-ini p,
  #concepto p {
    font-size: 16px;
  }
  #vinedos p {
    font-size: 16px;
  }
  #terc-slide .item {
    height: 550px;
  }
  #terc-slide .container {
    height: 100%;
  }
  #terc-slide .row {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 40px;
  }
  #terc-slide .slide-content {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 100%;
  }
  #terc-slide .slide-content p {
    font-size: 13px;
  }
  #terc-slide .slide-content h3 {
    font-size: 20px;
  }
  #terc-slide .slide-content-ini {
    padding-top: 10px;
  }
  .box {
    width: 100%;
    padding: 20px 0 20px;
  }
  #home {
    margin-top: 112px;
    height: 300px;
  }
  #home .item {
    height: 300px;
  }
  #home .item img {
    height: 300px;
  }
  #vinedos {
    padding-top: 100px;
  }
}
@media (min-width: 1200px) {
  #terc-slide .slide-content {
    margin-top: 310px;
    font-size: 17px;
  }
  /* .nav > li > a {
    padding-left: 35px;
    padding-right: 35px;
  } */
  .box {
    width: 80%;
  }
}

.messageForm-message {
  margin-top: 20px;
}

footer a {
  color: #ddd;
}

footer a:hover {
  color: #000;
}

.concept-two {
  background-image: url("../img/concepto.jpg");
}

.concept-one {
  background-image: url("../img/concepto-chile.png");
}

.modal-content {
  border-radius: 20px;
}

.modal-header {
  border-radius: 17px 17px 0 0;
  background-color: #070707;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem;
  position: relative;
}

.modal-header img {
  max-width: 400px;
  width: 100%;
  height: auto;
}
.modal-header .close {
  margin-top: -2px;
  position: absolute;
  right: -5px;
  background: white;
  border-radius: 100%;
  padding: 0px 8px;
  opacity: 1;
  color: red;
  top: -5px;
  font-size: 30px;
  box-shadow: 5px 5px 15px 5px #000000;
}

.modal-body {
  text-align: center;
  padding: 30px 23px 10px 23px;
}

.btns-modal {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.modal-text {
  font-size: 20px;
  padding: 0;
  margin: 0;
  font-family: "Barlow Condensed", sans-serif;
}

.modal-mayor {
  margin: 4rem 0 4.1rem 0;
  font-size: 23px;
  font-family: "Barlow Condensed", sans-serif;
}

.modal-politicas {
  margin-top: 2.5rem;
  font-size: 16px;
  font-family: "Barlow Condensed", sans-serif;
}

.modal-politicas a {
  color: #000;
  text-decoration: underline;
  font-family: "Barlow Condensed", sans-serif;
}

.modal-politicas a:hover {
  color: #000;
  text-decoration: underline;
  font-family: "Barlow Condensed", sans-serif;
}

.btn-blue,
.btn-red {
  border-radius: 40px;
  width: auto;
  padding: 10px 51px;
  font-family: "Barlow Condensed", sans-serif;
}

.btn-blue {
  background: #000000;
}

.btn-red {
  background: linear-gradient(to right, #ed6839, #ce2731);
}

.btn-red:hover {
  background: linear-gradient(to right, #ed6839, #ce2731) !important;
}

.btn-red:active {
  background: linear-gradient(to right, #ed6839, #ce2731) !important;
}

.btn-red:focus {
  background: linear-gradient(to right, #ed6839, #ce2731) !important;
}

.modal-message {
  justify-content: flex-start;
  align-items: flex-start;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.modal-message p {
  text-align: left;
  margin-bottom: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
}

.modal-message ul {
  padding: 0 23px;
  margin: 0;
  text-align: left;
  margin-bottom: 1rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 16px;
}

.modal-message h3 {
  text-align: left;
  margin: 1.5rem 0;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 25px;
  font-weight: bold;
}

.modal-message h4 {
  text-align: left;
  margin-bottom: 1.5rem;
  font-family: "Barlow Condensed", sans-serif;
  font-size: 20px;
  font-weight: bold;
}

.hidden {
  display: none;
}

@media (max-width: 479px) {
  #home {
    height: 300px !important;
  }
  #home .item {
    height: 300px;
  }
}
