* {
  margin: 0px;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Domine", serif;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.colorVioleta {
  color: #6005b1 !important;
}

.colorVerde {
  color: #6ceec3 !important;
}

h1, h2 {
  font-size: 50px;
}

h3 {
  font-size: 32px;
}

p, h4, .oscuro p, .black p, .fotofondo.p {
  font-size: 20px;
  padding: 10px 0px;
  font-weight: 100;
  margin-top: 40px;
}

header {
  background: rgb(0, 0, 0);
  height: 70px;
  z-index: 99999;
  width: 100%;
  padding: 16px;
}

section {
  margin: 0px 0px;
}

.center {
  text-align: center;
}

.black {
  margin: 0px;
  padding: 100px 0px;
  background-color: #000;
}
.black * {
  color: #fff;
}

.fotofondo {
  background-color: #505050;
  background-blend-mode: multiply;
  margin: 0px;
}
.fotofondo * {
  color: #fff;
}

.margin0 {
  margin: 0px;
}

.esp {
  display: block;
}

.eng {
  display: none;
}

#navbar {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
#navbar a {
  color: #fff;
  font-size: 17px;
  letter-spacing: 3px;
}
#navbar a:hover {
  transition: all 0.2s;
  font-size: 18px;
  text-shadow: 1px;
}

#navbar2 {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
}
#navbar2 a {
  color: black;
  font-size: 17px;
  letter-spacing: 3px;
}
#navbar2 a:hover {
  transition: all 0.2s;
  font-size: 18px;
  text-shadow: 1px;
}

img {
  max-width: 100%;
}

ul {
  align-items: center;
  text-decoration: none;
  font-size: 21px;
  display: flex;
}
ul li {
  display: inline-block;
  padding: 5px 15px;
}

.collage {
  width: 100%;
  height: auto;
  border-bottom: 5px solid #6ceec3;
}

#collageHome {
  background-image: url(../images/collage-home.jpg);
  height: 90vh;
  margin-top: 0;
  background-blend-mode: multiply;
  background-color: rgb(94, 92, 92);
  margin-bottom: 0px;
}
#collageHome .logo {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
#collageHome .logo img {
  height: 50px;
  margin: 50px 0px;
}
#collageHome .tit {
  text-align: center;
  font-size: 30px;
  color: white;
  text-shadow: 1px 1px 20px black;
}
#collageHome .tit h2 {
  font-size: 24px;
}
#collageHome .tit h3 {
  font-size: 18px;
}

#soyvinoshonestos {
  background-image: url(../images/tutu.jpeg);
}

#quienesSomos {
  margin-top: 0px;
}
#quienesSomos img {
  width: 600px;
  height: 80vh;
  -o-object-fit: cover;
     object-fit: cover;
}

#timeline {
  padding: 0px;
  margin: 0px;
}
#timeline video {
  width: 100%;
}

.prensa li a img {
  height: 100px;
  width: auto;
}

.quienes {
  text-align: center;
  font-size: 80px;
  margin-bottom: 50px;
}

.flex {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 100px 200px;
}
.flex .col {
  width: 45%;
  min-height: 100px;
}
.flex .col .texto p {
  font-size: 16px;
  line-height: 1.4em;
}
.flex .col .texto h3 {
  font-size: 50px;
  margin-bottom: 25px;
}
.flex .col .imagen img {
  width: 100%;
  height: 82vh;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center 30%;
     object-position: center 30%;
}
.flex.invertido {
  flex-direction: row-reverse;
}
.flex.oscuro {
  background-color: black;
}
.flex.oscuro .texto h3, .flex.oscuro .texto h4 {
  color: white;
}
.flex.oscuro .texto p {
  color: white;
}

.fcenter {
  justify-content: center;
  align-items: center;
}

.flex3 {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding: 0px 200px;
  margin-bottom: 60px;
}
.flex3 article {
  width: 31%;
}
.flex3 article img {
  box-shadow: 2px 2px 15px #cacaca;
  aspect-ratio: 1/1;
  -o-object-fit: cover;
     object-fit: cover;
}
.flex3 article h3 {
  font-size: 22px;
  margin: 10px 0px;
}
.flex3 article p {
  font-size: 14px;
  margin-top: 10px;
}

#gual {
  color: #6ceec3;
}

#alta {
  color: #6005b1;
}

#vinedos {
  margin-top: 0px;
  margin-bottom: 0px;
}
#vinedos video {
  height: 70vh !important;
}
#vinedos h2 {
  color: #fff;
  margin: 0px;
  font-size: 110px;
  padding: 0px;
}

#laimportancia {
  background-image: url(../images/Altamira.jpeg);
  background-color: #424242;
  background-blend-mode: multiply;
}
#laimportancia * {
  text-align: center;
  color: #fff;
}
#laimportancia h1 {
  margin-bottom: 30px;
}
#laimportancia article {
  width: 100%;
}

#fotogual {
  background-color: black;
}

#textogual {
  background-color: black;
}
#textogual .titgual {
  color: white;
}

h2 {
  padding: 25px;
}

#elproyecto {
  background-image: url(../images/collage-proyectos.jpg);
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 200px;
  color: white;
  line-height: 1.3em;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: rgb(71, 71, 71);
  margin-bottom: 0px;
}

.eng {
  display: none;
}

.contact {
  text-align: center;
  display: flex;
  justify-content: center;
}
.contact div {
  width: 300px;
  text-align: center;
}

footer {
  border-top: solid 1px #6ceec3;
}
footer .datos {
  gap: 90px;
  text-align: center;
  font-family: "Domine", serif, bolder;
  margin: 20px 0px;
  justify-content: center;
  color: gray;
  font-size: 12px;
}
footer .iconCon {
  width: 100%;
  height: 39px;
  margin: auto;
}
footer .ubicacion {
  margin-left: 92px;
  font-size: 19px;
  line-height: 1.4em;
  color: #6ceec3 !important;
}

#vinos {
  background-image: url(../images/collage-vinos.jpg);
  height: 75vh;
  background-color: rgb(102, 98, 98);
  background-blend-mode: multiply;
  text-align: center;
  position: relative;
  border-bottom: 5px solid #6ceec3;
  margin-top: 0;
  padding: 0px 30px;
}
#vinos .gif {
  height: auto;
  max-height: 150px;
  width: auto;
  margin-top: 230px;
}
#vinos .as {
  height: 70px;
  position: absolute;
}
#vinos .as1 {
  top: 5%;
  right: 10%;
  height: 50px;
}
#vinos .as2 {
  bottom: 45%;
  left: 10%;
  height: 60px;
}
#vinos .as3 {
  right: 10%;
  bottom: 10%;
  height: 50px;
}

#antro {
  margin: 0px;
}
#antro h3 a {
  color: indianred;
}

#litro {
  margin-bottom: 0px;
}
#litro h3 a {
  color: #956eb7;
}

#litroblanco {
  margin: 0px;
}

.listavinos a {
  color: inherit;
}

.listavinos article {
  text-align: center;
}

.accion {
  background-image: url(../images/proyecto.jpeg);
  height: 30vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.accion h2 {
  text-align: center;
  color: #fff;
  font-size: 32px;
  text-shadow: 1px 1px 10px black;
  margin: 0px;
}
.accion h2 a {
  color: #6ceec3;
  text-decoration: none;
}
.accion.accionvinedos {
  background-image: url(../images/uvas2.jpeg);
}
.accion.accionvinos {
  background-image: url(../images/vinos.jpeg);
}

.single {
  background-repeat: repeat;
}
.single * {
  text-align: center;
}
.single #homesingle img {
  height: 80vh;
}
.single .descripcion {
  background: #000;
  padding: 60px 0px;
  position: relative;
  margin: 0px;
  margin-top: -5px;
}
.single .descripcion * {
  color: #fff;
}
.single .descripcion h1 {
  font-size: 3em;
  margin: 50px 0px;
}
.single .descripcion h2 {
  margin: 20px 0px;
}
.single .descripcion p {
  margin: 0 auto;
  max-width: 600px;
}
.single .diagonal {
  position: relative;
  z-index: -1;
  height: 200px !important;
  width: 100% !important;
}
.single .galeria {
  margin-bottom: 60px;
}
.single .galeria ul {
  display: inline-block;
}
.single .galeria ul li a img {
  height: 200px;
}
.single img.singlelogo {
  display: inline-block;
  max-height: 40px;
  margin-bottom: 40px;
}

.milesdiscos img {
  height: 200px;
}

.xs {
  display: none;
}

@media all and (max-width: 600px) {
  * {
    text-align: center;
  }
  h1, h2 {
    font-size: 40px !important;
    line-height: normal;
  }
  .accion h2 {
    font-size: 32px !important;
  }
  h3 {
    font-size: 32px !important;
  }
  p, h4, .oscuro p, .black p, .fotofondo.p {
    font-size: inherit;
  }
  section {
    margin: 0px;
  }
  .xs {
    display: block;
  }
  .xs-hidden {
    display: none !important;
  }
  .flex {
    padding: 30px;
    flex-direction: column;
  }
  .flex .col {
    width: 100%;
  }
  .flex .col .texto p {
    font-size: 14px;
  }
  .flex .col .imagen {
    margin-top: 30px;
  }
  .flex .col .imagen img {
    height: 50vh;
  }
  .flex.invertido {
    padding: 30px;
    flex-direction: column;
  }
  .flex.invertido .col {
    width: 100%;
  }
  .flex3 {
    display: block;
    padding: 0px 30px;
    margin-bottom: 0px;
  }
  .flex3 article {
    width: 100%;
  }
  .flex3 article img {
    margin-top: 30px;
  }
  #navbar ul li a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  #navbar2 ul li a {
    font-size: 14px;
    letter-spacing: 1px;
  }
  .contact {
    display: block;
    margin: 50px 0px;
  }
  .contact div {
    width: 100%;
    margin: 20px 0px;
  }
  #collageHome {
    padding: 30px;
  }
  #collageHome .logo img {
    height: auto;
    margin-top: 10vh;
  }
  #collageHome .tit h2 {
    margin: 0px;
  }
  #collageHome .tit h3 {
    font-size: 17px;
  }
  #elproyecto {
    padding: 30px;
    font-size: 14px;
  }
  #vinedos h2 {
    font-size: 50px;
  }
  #vinedos video {
    width: 100%;
    height: auto !important;
  }
  #antro h3 {
    font-size: 25px;
  }
  #antro .imagen img {
    height: 350px;
  }
  #litro h3 {
    font-size: 25px;
  }
  #litro .imagen img {
    height: 350px;
  }
  .single section {
    padding: 30px;
  }
  .single .diagonal {
    height: 100px !important;
  }
  .single .descripcion {
    padding: 30px;
    margin-bottom: -2px;
  }
  .single #homesingle img {
    height: 80vh;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .single .galeria ul li a img {
    width: 100%;
    height: auto;
  }
}/*# sourceMappingURL=index.css.map */