html {
  font-size: 15px; }

body {
  font-family: 'Open Sans', sans-serif;
  color: #040a13;
  padding-top: 138px; }

.cabecera {
  background-color: rgba(255, 255, 255, 0.9);
  color: #040a13;
  padding: .5rem 0;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .cabecera .container-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cabecera .logo {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    background-image: url("../imgs/logo.svg");
    background-repeat: no-repeat;
    height: 80px;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out; }
  .cabecera .logob {
    background-image: url("../imgs/logo-blanco.svg");
    background-repeat: no-repeat;
    -webkit-transition: background-image 0.2s ease-in-out;
    transition: background-image 0.2s ease-in-out; }

.back__color {
  background: #790101; }
  .back__color nav#menu-principal li a {
    color: #FFF; }

.boton-menu {
  border: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0 .5rem;
  background: transparent;
  color: #FFF;
  -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto; }
  .boton-menu:focus {
    outline: 0; }

#menu-principal {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%; }
  #menu-principal ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0 0 0; }
    #menu-principal ul a {
      display: block;
      padding: .5rem 0;
      text-align: center;
      color: #040a13;
      text-transform: uppercase;
      border-top: 1px solid #FFF;
      text-decoration: none; }
      #menu-principal ul a:hover {
        background: #ccc; }

.fono span {
  float: right;
  padding-right: 18px;
  font-size: 1.5rem; }
  .fono span a {
    display: block;
    font-size: 1.5rem;
    color: #FFF;
    text-decoration: none;
    padding: 5px 10px; }
.fono span.cabecera__tel a {
  color: #790101;
  text-align: center;
  font-weight: 900; }
.fono span.cabecera__reserva a {
  background-color: #790101;
  color: #FFF;
  text-align: center; }
.fono .tel1 a {
  color: #fff !important; }
.fono .reserva1 a {
  background-color: #FFF !important;
  color: #790101 !important; }

.slider {
  background-color: #000; }

.royalSlider img {
  width: 100%;
  height: auto; }

.rsABlock {
  top: 70% !important;
  left: 15% !important;
  background-color: rgba(121, 1, 1, 0.7);
  color: #FFF;
  font-size: 2.7rem;
  text-align: center;
  padding: 20px;
  width: 70%;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  font-weight: 300; }

.viti, .servicios, .galeria, .Gal, .valores, .ubicacion, .contacto, .ubi-mapa, .Iframe {
  padding: 60px 0 30px 0;
  overflow: hidden; }
  .viti h2, .servicios h2, .galeria h2, .valores h2, .ubicacion h2, .contacto h2, .ubi-mapa h2, .Gal,  .Iframe h2 {
    font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
    font-weight: 400;
    font-size: 2.5rem;
    color: #790101;
    margin-bottom: 30px; }

.valores h2 {
  font-size: 3.5rem; }

.galeria, .valores, .contacto {
  background-color: #f8f8f8; }

.vine__titulo {
  font-size: 2.2rem; }
.vine__img {
  width: 100%;
  height: auto; }
.vine__parrafo {
  font-size: 1.2rem;
  color: rgba(0, 0, 0, 0.5);
  line-height: 2rem; }
  .vine__parrafo--color-black {
    color: #000;
    font-size: 1rem;
    line-height: 1.2rem;
    text-align: center;
    background-color: #ebeeef;
    margin-bottom: 40px; }
  .vine__parrafo h3 {
    background: #790101;
    display: block;
    color: #FFF;
    padding: 10px 0;
    font-weight: 900; }
  .vine__parrafo p {
    margin-bottom: .5rem;
    padding: 0 0 0 20px; }
  .vine__parrafo--color-grey p {
    padding: 10px 0 10px 0; }

.texto {
  padding: 20px 20px 20px 20px; }

.thumb {
  margin-bottom: 30px; }

.servicios__icon {
  margin-bottom: 30px; }
  .servicios__icon img {
    display: block;
    width: 100px;
    margin: 0 auto; }
  .servicios__icon span {
    text-align: center;
    display: block; }

.valores__box {
  list-style: none;
  margin: 0;
  padding: 10px 0 10px 0;
  margin-bottom: 30px; }
  .valores__box li {
    text-align: center; }
  .valores__box--nombre {
    font-size: 2.1rem;
    background-color: #790101;
    color: #FFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 10px 0 10px 0;
    font-weight: 700; }
    .valores__box--nombre p {
      font-size: .9rem;
      margin: 0; }
  .valores__box--desc {
    background-color: #ebeeef;
    padding: 5px 0; }
  .valores__box--precio {
    font-size: 2rem;
    font-weight: 700;
    background-color: #ebeeef; }
  .valores__box--iva {
    background-color: #ebeeef;
    font-size: .9rem; }
  .valores__box--cont {
    padding: 10px 0 10px 0;
    background-color: #ebeeef;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px; }
    .valores__box--cont a {
      display: block;
      padding: 9px;
      background-color: #790101;
      width: 50%;
      margin: 0 auto;
      color: #FFF;
      border-radius: 5px;
      text-decoration: none; }

.map {
  width: 100%;
  height: auto; }

#map {
  width: 100%;
  height: 500px;
  margin-bottom: 40px; }

.ubi-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.ubi-map__box {
  list-style: none;
  background-color: #F8F8F8;
  margin: 15px 0;
  padding: 10px;
  font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", "serif";
  border-bottom: solid 2px #790101;
  -ms-flex-item-align: stretch;
      align-self: stretch; }
  .ubi-map__box--tipo {
    font-size: 1.1rem; }
  .ubi-map__box--titulo h5 {
    font-size: 1.4rem;
    color: #790101; }
  .ubi-map__box--info {
    font-size: 1.1rem; }
  .ubi-map__box--ver span a {
    color: #790101; }
  .ubi-map__box--como {
    font-size: 1.1rem; }
    .ubi-map__box--como span a {
      color: #790101; }

a span.click {
  visibility: hidden;
  position: absolute;
  top: calc(50% - 2rem);
  text-align: center;
  width: 100%;
  font-size: 2rem; }

a:hover span.click {
  visibility: visible; }

.waze {
  background-color: #999;
  margin-bottom: 20px;
  border-radius: 5px; }
  .waze h4 {
    color: #FFF;
    font-weight: bold;
    padding-top: 35px; }
  .waze h3 {
    color: #FFF;
    padding: 30px 0 0 30px;
    font-weight: bold; }
  .waze img {
    padding: 10px 20px;
    width: 100%; }

.contacto form {
  width: 70%;
  margin: 0 auto; }
.contacto label {
  font-weight: 400;
  font-size: 1.4rem;
  margin-bottom: 1px;
  color: #790101; }
.contacto input[type="text"], .contacto input[type="email"], .contacto input[type="number"] {
  width: 100%;
  height: 43px;
  margin: 0 0 20px 0; }
.contacto ::-webkit-input-placeholder {
  color: #CCC;
  font-size: 1em;
  font-weight: 100;
  padding-left: 5px; }
.contacto :-ms-input-placeholder {
  color: #CCC;
  font-size: 1em;
  font-weight: 100;
  padding-left: 5px; }
.contacto ::-ms-input-placeholder {
  color: #CCC;
  font-size: 1em;
  font-weight: 100;
  padding-left: 5px; }
.contacto ::placeholder {
  color: #CCC;
  font-size: 1em;
  font-weight: 100;
  padding-left: 5px; }
.contacto textarea {
  width: 100%;
  border: solid 1px #CCC;
  margin: 10px 0 10px 0; }
.contacto form .button {
  background-color: #790101;
  padding: 10px 20px 10px 20px;
  border: none;
  color: #FFF;
  cursor: pointer; }
  .contacto form .button:focus {
    outline: 0; }

h4.csucces {
  color: green; }

h4.cerror {
  color: red; }

.social {
  padding: 50px 0; }
  .social__icon {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 0; }
    .social__icon li {
      -webkit-box-flex: 0;
          -ms-flex: 0 1 20%;
              flex: 0 1 20%;
      text-align: center; }
      .social__icon li a {
        font-size: 1.5em;
        color: #790101;
        cursor: pointer; }

.direccion {
  background-color: #c8c8c8;
  padding-top: 20px; }
  .direccion ul {
    list-style: none; }
    .direccion ul li span {
      display: block;
      text-align: center;
      font-size: 1.1rem; }
    .direccion ul li span.center {
      font-weight: bold;
      color: #282828; }
  .direccion__direc {
    background-color: #7b7b7b;
    padding: 10px 0; }
    .direccion__direc span {
      display: block;
      text-align: center;
      color: #FFF;
      font-size: 1.2rem; }

.vinedos {
  background-color: #132436;
  padding: 30px 0 30px 0; }
  .vinedos span {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 1rem; }

.go-top {
  position: fixed;
  bottom: 1rem;
  right: 1rem;
  font-size: 3rem;
  color: #790101;
  text-decoration: none;
  z-index: 99999;
  line-height: 0;
  display: none;
  -webkit-transition: all .5s ease;
  transition: all .5s ease; }
  .go-top:hover, .go-top:focus {
    outline: 0;
    text-decoration: none;
    color: #040a13; }

@media (min-width: 768px) {
  #menu-principal {
    height: auto !important;
    display: block;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
    #menu-principal ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 0 0 0 0; }
      #menu-principal ul li a {
        padding: .8rem;
        margin: 0 .3rem;
        border-top: 0px;
        border-bottom: 4px solid transparent;
        -webkit-transition: all .5s ease;
        transition: all .5s ease; }
      #menu-principal ul li.active a, #menu-principal ul li a:hover {
        color: #90AF48;
        border-bottom: 4px solid;
        background: transparent; } }
@media (max-width: 768px) {
  .vine__titulo {
    font-size: 2.2rem; }
  .vine__img {
    width: 100%;
    height: auto; }
  .vine__parrafo {
    font-size: 1rem;
    color: rgba(0, 0, 0, 0.5);
    line-height: 1.5rem; }

  .texto {
    padding: 15px; } }
/*==========  Mobile First Method  ==========*/
/* Custom, iPhone Retina */
/* Extra Small Devices, Phones */
/* Small Devices, Tablets */
/* Medium Devices, Desktops */
/* Large Devices, Wide Screens */
/*==========  Non-Mobile First Method  ==========*/
/* Large Devices, Wide Screens */
/* Medium Devices, Desktops */
/* Small Devices, Tablets */
/* Extra Small Devices, Phones */
/* Custom, iPhone Retina */

/*# sourceMappingURL=style.css.map */
/* iframe tour virtual */
.container1 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
  }

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  }
/* otro estilo*/
.iframe-container{
margin: 0 auto;
max-width:100%;
width:500px;
height:300px;
}
@media only screen and (max-width: 992px) {
	.iframe-container{
		width: 80%;
		height:400px;
	}
}
@media only screen and (max-width: 600px) {
   .iframe-container{
		width: 100%;
		height:500px;
	}
}