
.boton-tienda-flotante{
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 100px;
    height: 100px;
    z-index: 9999;
}

.boton-tienda-flotante img{
    width: 100%;
    height: auto;
    cursor: pointer;
}

.boton-tienda-flotante:hover{
    transform: scale(1.05);
}

body {
  font-family: "Cinzel", sans-serif;
  font-size: 17px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Cinzel", sans-serif;
  margin-top: 0;
}
a {
  color: #ad6e2b;
}
a:hover,
a:focus {
  color: #fff;
  text-decoration: none;
}

.btn-tienda-online {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  right: 50px;
  bottom: 100px;
  width: 150px;
  z-index: 9;
}

.btn-tienda-online img {
  max-width: 100%;
  height: auto;
}

.btn,
.btn-suscr {
  border-radius: 6px;
  width: 210px;
  padding: 14px 35px;
  font-weight: 700;
  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: 400;
}
.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn-suscr:hover,
.btn-suscr:focus,
.btn-suscr:active,
.btn-suscr.active {
  background: #111;
  color: #fff;
}
.navbar-custom .dropdown-menu {
  box-shadow: none;
}
.navbar a {
  transition: color 0.125s ease-in-out 0;
}
.navbar-custom {
  background: #150f0f;
  border: 0;
  border-radius: 0;
  z-index: 1000;
  font-size: 18px;
  padding-top: 20px;
  padding-bottom: 20px;
  transition: background, padding 0.4s ease-in-out 0;
  margin-bottom: 0;
  min-height: 85px;
}
.navbar-custom a {
  color: #dbc6a0;
}
.navbar-custom .navbar-brand {
  letter-spacing: 4px;
  font-weight: 400;
  font-size: 22px;
  color: #fff;
  padding-top: 0;
}
.navbar-brand > img {
  width: 150px;
  margin-top: -33px;
  transition: all 0.4s ease-in-out 0;
}
.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,
.nav > li > a:hover,
.nav > li > a:focus {
  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;
}
.navbar-nav.navbar-center,
.navbar-custom .navbar-brand {
  position: absolute;
  left: 50%;
  transform: translatex(-50%);
}
@media (min-width: 768px) {
  .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;
  }
  .modal-dialog {
    width: 500px;
  }
  #vinedos {
    padding-top: 100px;
    height: 700px;
  }
}
@media (max-width: 991px) {
  .navbar-custom {
    font-size: 12px;
  }

  .btn-tienda-online {
    width: 100px;
    right: 20px;
    bottom: 60px;
  }
}
@media (max-width: 767px) {
  .btn-tienda-online {
    width: 80px;
    right: 15px;
    bottom: 65px;
  }
  .navbar-custom {
    font-size: 12px;
  }
  .navbar-custom .navbar-nav {
    margin-top: 1px;
    margin-bottom: 0;
  }
  .navbar-custom li > a:hover {
    background: #222 !important;
  }
  .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;
  }
}
.nav > li > a {
  text-transform: uppercase;
}
#top-bar {
  position: fixed;
  z-index: 1001;
  right: 15px;
  top: 5px;
}
#top-bar img {
  margin-right: 10px;
}
.title-xl,
h2 {
  font-size: 40px;
}
.title-xl-main {
  font-size: 55px;
}
.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: 20px;
} */
#sec-slide {
  overflow: hidden;
}
#eco-slide {
  overflow: hidden;
}
#sec-slide .item {
  height: 700px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.brands {
  display: flex;
  align-items: center;
}
#eco-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: 80px;
}
#sec-slide .slide-content-ini img {
  /* margin-left: 100px; */
  width: 55px;
}
#sec-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-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 img {
  /* margin-left: 100px; */
  width: 55px;
}
#eco-slide .slide-content-ini h1:after {
  content: "";
  display: block;
  height: 2px;
  width: 100px;
  background-color: #fff;
  margin-top: 13px;
  margin-bottom: 18px;
}
.owl-pagination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translatex(-50%);
}
.owl-theme .owl-controls .owl-page span {
  width: 14px;
  height: 14px;
  border: 2px solid #ffb601;
}
#nuestras-marcas {
  padding-top: 100px;
  background-image: url(../img/brands.png);
  background-size: cover;
  background-position: top center;
}
#vinedos {
  padding-top: 100px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url("../img/vina.jpg");
}
#nuestras-marcas h1 {
  text-shadow: 2px 2px 5px #000;
}
.brands div:nth-child(2):before {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #ffb601;
  top: 50%;
  display: block;
  visibility: visible;
  box-shadow: 2px 3px 5px 1px #00000070;
  margin-top: -25px;
  left: 0;
}
.brands div:nth-child(2):after {
  content: "";
  position: absolute;
  width: 2px;
  height: 50px;
  background: #ffb601;
  top: 50%;
  display: block;
  visibility: visible;
  box-shadow: 2px 3px 5px 1px #00000070;
  margin-top: -25px;
  right: 0;
}
.brand-left {
  float: left;
  width: 90%;
}
.brand-right {
  float: right;
  width: 90%;
}
.brand-center {
  width: 90%;
  margin: 0 auto;
}
#terc-slide {
  overflow: hidden;
}
#terc-slide .item {
  height: 720px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#terc-slide .slide-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
}
#terc-slide .slide-content-ini {
  margin-top: 70px;
  text-shadow: 2px 2px 5px #000;
}
#terc-slide .slide-content-ini img {
  width: 280px;
}
#terc-slide .slide-content {
  margin-top: 80px;
  font-size: 14px;
  text-shadow: 2px 2px 3px #000;
}
#terc-slide .slide-content h3 {
  font-weight: 700;
}
#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;
}
#terc-slide.owl-carousel .owl-item img {
  display: inline;
}
#contacto,
#nav-bottom {
  background: #111010;
}
.contacto-bg {
  background-image: url(../img/contacto.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-color: #4c5264;
}
.contacto-bg h1 {
  text-shadow: 1px 3px 10px #ccc;
}
/* #nuestra-vina,
#nuestros-vinos,
#nuestras-marcas,
#ecosustentable,
#contacto,
#vinedos {
  border-top: 25px solid #ad6e2b;
} */
.box {
  width: 100%;
  padding: 40px 0 100px;
  overflow: hidden;
}
.no-padding-rg {
  padding-right: 0;
}
.mgtop-30-sm {
  margin-top: 30px;
}
.form-group {
  margin-bottom: 10px;
  clear: both;
  overflow: hidden;
  margin-left: -15px;
  margin-right: -15px;
}
.form-control {
  width: 100%;
  height: 40px;
  background: #dadada;
  color: #555;
}
.form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #74624b;
}
label {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}
.form-lb {
  text-align: center;
  width: 100%;
  /* background: #ad6e2b; */
  background-color: #c7a76b;
  padding-top: 9px;
  padding-bottom: 9px;
  border: 1px solid #c7a76b;
  border-radius: 4px;
}
.form-horizontal {
  font-family: "Barlow Condensed", sans-serif;
}
footer {
  background: #111010;
  padding: 15px 0 0;
  font-size: 13px;
}
.social-icons a {
  margin-right: 6px;
  filter: brightness(100%);
  transition: all 0.4s ease 0;
}
.social-icons a:hover {
  filter: brightness(30%);
}
.social-icons img {
  width: 30px;
}
.fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #111010;
  padding: 10px 0;
}
.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-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-85 {
  padding: 85px 0;
}
.mr-menu {
  margin-right: 50px;
}
.padtb-50 {
  padding: 50px 0;
}
.padtop-50 {
  padding-top: 50px;
}
.no-padding {
  padding: 0;
}
.no-margin {
  margin: 0;
}
.col-90 {
  width: 90%;
}
.pad-10 {
  padding: 10px;
}
.no-padrg {
  padding-right: 0;
}
.text-bold {
  font-weight: 700;
}
.text-spacing {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
}
.tr-all-e {
  transition: all 0.4s ease 0;
  -webkit-transition: all 0.4s ease 0;
}
.tr-all-eo {
  transition: all 0.6s ease-out 0;
  -webkit-transition: all 0.6s ease-out 0;
}
.tr-all-eio {
  -webkit-transition: all ease-in-out 0.6s;
  transition: all ease-in-out 0.6s;
}
.tr-delay {
  transition: all 1s ease 0;
  -webkit-transition: all 1s ease 0;
}
.tr-delay:hover {
  transition: all 0.1s ease;
  -webkit-transition: all 0.1s ease;
}
.img-thumbnail.center,
.img-responsive.center {
  display: inline;
}
.d-flex-sm {
  display: flex;
}
.visible-ico {
  display: none;
}
a .grayscale {
  filter: grayscale(100%);
}
a.active .grayscale,
a .grayscale:hover {
  filter: grayscale(0%);
}
.brown-bg {
  background: #c7a76b;
}

.brown-bg:hover {
  background: #c7a76b;
}
.white {
  color: #fff;
}
.brown {
  /* color: #ad6e2b !important; */
  color: #dbc6a0 !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-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%;
}
.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 #dbc6a0;
  background: transparent;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  opacity: 1;
  background: #dbc6a0;
}
@media (max-width: 991px) {
  .title-xl {
    font-size: 35px;
  }
  .title-xl-main {
    font-size: 45px;
  }
  #terc-slide .slide-content-ini img {
    width: 220px;
  }
  #terc-slide .item {
    height: 600px;
    background-size: cover;
  }
  #terc-slide .slide-content {
    margin-top: 100px;
  }
  .mgbot-30-sm {
    margin-bottom: 30px;
  }
  .no-padding-sm {
    padding: 0;
  }
  #top-bar img {
    margin-top: 5px;
  }
}
@media (max-width: 767px) {
  .mr-menu {
    margin-right: 0px;
  }
  body {
    font-size: 16px;
  }

  .title-xl {
    font-size: 25px;
  }
  .title-xl-main {
    font-size: 35px;
  }
  #sec-slide .item {
    height: 640px;
  }
  #eco-slide .item {
    height: 640px;
  }
  #terc-slide .slide-content-ini img {
    width: 180px;
  }
  /* #terc-slide .item {
    height: 680px;
  } */
  #terc-slide .slide-content {
    margin-top: 100px;
    font-size: 14px;
  }
  .visible-ico {
    display: inline-block;
  }
  .mgtop-30-sm {
    margin-top: 0;
  }
  .brand-left,
  .brand-right,
  .brand-center {
    float: none;
    width: 60%;
    margin: 0 auto;
  }
  .d-flex-sm {
    display: inherit;
  }
  #top-bar {
    position: absolute;
    z-index: 1001;
    left: 15px;
    top: 8px;
    text-align: center;
    /* margin-top: -10px;
    margin-bottom: 20px; */
    width: 0;
  }
}
@media (max-width: 479px) {
  body {
    font-size: 14px;
  }

  .owl-theme .owl-dots {
    left: 50%;
  }

  .extext {
    font-size: 9px !important;
  }

  .text-wh p {
    font-weight: 600;
  }
  .title-xl {
    font-size: 20px;
  }
  #terc-slide .item {
    height: 550px;
  }
  #terc-slide .slide-content {
    margin-top: 80px;
    font-size: 13px;
  }
  .box {
    width: 100%;
    padding: 20px 0;
  }
  .owl-theme .owl-dots {
    bottom: 8px;
  }
}
@media (min-width: 1200px) {
  .navbar-nav > li > a {
    padding-left: 37px;
    padding-right: 37px;
  }
  #terc-slide .slide-content {
    margin-top: 70px;
    font-size: 16px;
  }
  .box {
    width: 80%;
  }
}
form#messageForm {
  margin-bottom: 100px;
}
.messageForm-message {
  margin-top: 20px;
}

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

.modal-header {
  border-radius: 17px 17px 0 0;
  background-color: #150f0f;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  position: relative;
}
.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;
  position: relative;
}

.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;
}

.modal-message .close {
  margin-top: -2px;
  position: absolute;
  right: -25px;
  background: white;
  border-radius: 100%;
  padding: 0px 8px;
  opacity: 1;
  color: red;
  bottom: -15px;
  font-size: 30px;
  box-shadow: 0px 0px 10px 0px #000000;
}

.border-dorado {
  /* background-image: linear-gradient(to left, #a09651, #d4ce90, #a09651); */
  background-image: linear-gradient(to right, #bfa37e, #dbc6a0, #a18047);
  /* background-image: linear-gradient(
    to bottom,
    #d2aa6f,
    #d7b176,
    #ddb87d,
    #e2bf84,
    #e8c68b,
    #e8c68b,
    #e8c68b,
    #e8c68b,
    #e2bf84,
    #ddb87d,
    #d7b176,
    #d2aa6f
  ); */
  height: 25px;
  width: 100%;
}

.banderas {
  display: flex;
  flex-direction: column;
}

.flex {
  display: flex !important;
}

.none {
  display: none !important;
}

.item.new-slide,
.new-slide-left {
  height: 700px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.new-slide.left {
  background-position: left;
}

.item.new-slide .slide-inner {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.item.new-slide h1,
span {
  color: #ad6e2b !important;
}

.item.new-slide span {
  font-size: 25px;
  margin-bottom: 1.5rem;
  color: #5e2129 !important;
}

.item.new-slide h1 {
  font-size: 44px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  color: #5e2129 !important;
}

.item.new-slide p {
  color: #000000 !important;
  font-size: 20px;
  margin-bottom: 0.5rem;
}

.item.new-slide ul {
  margin: 0;
  padding: 0;
  margin-left: 16px;
  font-size: 20px;
}

.item.new-slide ul li {
  margin-bottom: 1rem;
}

.item.new-slide .beneficios-ul {
  font-size: 16px;
}

.item.new-slide h2 {
  font-size: 25px;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  color: #5e2129 !important;
}

.new-slider-color .owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #5e2129;
}
.new-slider-color .owl-theme .owl-dots .owl-dot span {
  border: 2px solid #5e2129;
}

.new-slider-color .title-xl-main {
  color: #5e2129 !important;
  margin: 5rem 0;
  text-transform: uppercase;
}

.galeria-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 2rem;
}

.new-slide-galeria {
  height: 550px;
}

.item.new-slide-galeria a {
  color: #5e2129 !important;
  font-size: 20px;
  margin-top: 2.5rem;
}

.new-slider-color.mobile {
  display: none !important;
}

@media (max-width: 1199.98px) {
  .item.new-slide h1 {
    font-size: 35px;
  }

  .item.new-slide p {
    font-size: 18px;
  }

  .item.new-slide ul {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .item.new-slide {
    background-image: none !important ;
    height: auto;
  }
  .item.new-slide .slide-inner {
    padding: 5rem 0;
  }
  .new-slide-galeria {
    height: auto;
    padding-bottom: 5rem;
  }
  .item.new-slide-galeria a {
    font-size: 16px;
  }
  .new-slider-color.desktop {
    display: none !important;
  }

  .new-slider-color.mobile {
    display: block !important;
  }
}
@media (max-width: 479px) {
  .item.new-slide p {
    font-weight: 400 !important;
  }
}

#ecomobil-slide .slide-content-ini img {
  margin-left: 100px;
  width: 55px;
}

#homepc, #homemobil, #ecosustentablepc, #ecosustentablemobil { margin-top:90px; }

#ecosustentablexxx,
#ecosustentablemobil,	
#homemobil { display: none; }


@media (max-width: 767px) {
	#ecosustentable,
	#ecosustentablepc,
	#homepc { display: none;}
	
	#homemobil,
	#ecosustentablexxx,
	#ecosustentablemobil { display: block !important;}

	#ecosustentablexxx .item,	
	#ecosustentablemobil .item, 
	#homemobil .item {height: 72vh !important; width: 100vw; background-size: cover;}
	
	.owl-carousel { display: block;}
	
	#ecomobil-slide .slide-content-ini img { margin-left: 0; width: 55px;}	

	#ecosustentablexxx > * .slide-content-ini.text-left,
	#ecosustentablemobil > * .slide-content-ini.text-left { margin-top: 40px; }

}	
