@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;50;600&family=Oswald:wght@200;300;400;500;600&display=swap");
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
:root {
  --azul: #1a3c6a;
  --gris: #f2f0f0;
  --negro: #333333;
  --beige: #c7a889;
  --gruesa: "Oswald", sans-serif;
  --delgada: "Montserrat", sans-serif;
}
.azul {
  color: var(--azul);
}
.centrar {
  text-align: center;
}
.beige {
  color: var(--beige);
}
.negritas {
  font-weight: bold;
}
body {
  font-size: 16px;
  line-height: 24px;
  color: #333;
  font-family: var(--delgada);
}
.ancho {
  max-width: 1300px;
  margin: auto;
  /* border: 1px red solid; */
}
.contenedor_azul {
  background-color: var(--azul);
  color: white;
  padding: 2px 0px;
}
.contenedor_azul a {
  text-decoration: none;
  color: white;
  font-size: 14px;
  transition: all 0.5s;
  cursor: pointer;
}
.contenedor_iconos {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
}
.contenedor_iconos img {
  width: 100%;
}
.contenedor_azul a:hover {
  color: var(--beige);
}
.iconosizquierda {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 35px;
}
.iconosizquierda i {
  margin-right: 10px;
}
.iconosderecha {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 35px;
  padding-right: 20px;
  margin-right: 20px;
}
.contenedor_blanco {
  padding: 5px;
  background-color: white;
  box-shadow: 0px 0px 10px var(--azul);
}
.contenedor_cabecera {
  padding: 5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contenedor_cabecera figure {
  max-width: 200px;
}
.contenedor_cabecera figure img {
  width: 100%;
}
/* menu */
#iconomovil {
  display: none;
  padding: 8px;
  border-radius: 5px;
  color: white;
  background-color: var(--beige);
  font-size: 18px;
}
.cont_menu {
  width: 60%;
}
.menu {
  list-style: none;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: nowrap;
}
.menu li a {
  color: var(--azul);
  text-decoration: none;
  font-family: var(--gruesa);
  padding: 10px;
  font-size: 16px;
  display: inline-block;
  transition: all 0.5s;
  border-bottom: 3px transparent solid;
  cursor: pointer;
}
.menu li a:hover {
  color: var(--beige) !important;
  border-bottom: 3px var(--beige) solid;
}
#subir {
  font-size: 35px;
  position: fixed;
  z-index: 30;
  bottom: 15px;
  right: 15px;
  color: var(--beige);
  /* filter: drop-shadow(0px 0px 2px #4b5d76); */
  cursor: pointer;
}
/* estilo slide fotos */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0;
  height: 600px;
}
.rslides li {
  backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  height: 600px;
  left: 0;
  top: 0;
}
.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
}
.rslides img {
  display: block;
  float: left;
  width: 100%;
  border: 0;
  height: 600px;
  object-fit: cover;
}
.contenedorfotos {
  position: relative;
  z-index: -1;
  min-height: 550px;
}
.videomidcenter {
  width: 100%;
  height: 100%;
  min-height: 550px;
  object-fit: cover;
}
.informacion {
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 15px;
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 3;
  color: white;
  background-color: rgba(26, 60, 106, 0.6);
}
.btn_vermas {
  background-color: #000;
  color: white;
  padding: 10px 30px;
  border-radius: 60px;
  text-decoration: none;
  display: inline-block;
}
/* fin del slide */
.tituloslide {
  font-size: 45px;
  line-height: 55px;
  max-width: 800px;
}
.contenedor_cuadros {
  max-width: 1000px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
.iconocuadros {
  width: 220px;
}
.fotoprincipal {
  max-width: 630px;
}
.contenedor_info {
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  gap: 20px;
}
.fotoprincipal img {
  width: 100%;
  border-radius: 5px;
}
.caracteristicas {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}
.titulos {
  padding: 10px 0px;
}
.lineadorada {
  background-color: var(--beige);
  border: 0;
  width: 90px;
  height: 6px;
  display: block;
  margin: 10px 0px;
}
.iconovineta {
  max-width: 70px;
}
.vinetainfo {
  font-weight: 600;
  line-height: 24px;
}
.contenedor_video {
  position: relative;
  width: 100%;
  max-height: 500px;
  overflow: hidden;
}
.contenedor2 {
  position: relative;
}
.archivovideo {
  width: 100%;
  height: 100%;
}
.contenedor2::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(4, 10, 56, 0.5);
}
.contenedor_infovideo {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 100%;
  z-index: 10;
  padding-top: 10px;
}
.contenedor_opciones {
  display: flex;
  justify-content: space-evenly;
  align-items: stretch;
  gap: 20px;
  max-width: 90%;
  margin: auto;
  margin-top: 50px;
}
.contenedor_opciones article {
  background-color: var(--beige);
  max-width: 250px;
  padding: 15px;
  text-align: center;
  font-size: 16px;
  color: white;
  border-radius: 5px;
}
.contenedor_opciones article img {
  width: 90px;
  margin-bottom: 15px;
}
.slogan {
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: white;
  width: 80%;
}
.slogan h2 {
  text-shadow: 0px 0px 10px #1a3c6a;
  font-family: var(--delgada);
  font-weight: 400;
  font-size: 30px;
  line-height: 35px;
}
/* servicios */
.contenedor_infoservicios {
  padding: 10px;
}
.contenedorservicios {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}
.contenedorservicios figure {
  max-width: 350px;
  border: 5px var(--beige) solid;
  border-radius: 5px;
  position: relative;
}
.contenedorservicios figure::before {
  position: absolute;
  z-index: 2;
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(18, 18, 31);
  background: linear-gradient(
    -1800deg,
    rgba(18, 18, 31, 1) 0%,
    rgba(26, 60, 106, 0.42) 100%,
    rgba(4, 10, 56, 1) 100%
  );
}
.contenedorservicios figure img {
  width: 100%;
}
.contenedorservicios figcaption {
  position: absolute;
  top: 50%;
  right: 10px;
  z-index: 3;
  text-align: right;
  transition: all 0.5s;
  border: 1px var(--beige) solid;
}
.contenedorservicios figcaption h3 {
  max-width: 200px;
  font-family: var(--delgada);
  font-weight: normal;
}
.contenedorservicios figcaption a {
  color: white;
  text-decoration: none;
  padding: 10px;
  display: inline-block;
}
.contenedorservicios figure:hover figcaption {
  top: 10%;
}
.contenedorservicios figcaption a:hover i {
  color: var(--beige);
}
.vinetafoto {
  position: absolute;
  top: 80%;
  left: 10px;
  z-index: 5;
  max-width: 80px;
  border-radius: 5px;
}
.contenedor_beneficios {
  display: flex;
  justify-content: center;
  align-items: stretch;
}
.contenedor_beneficios figure {
  width: 50%;
}
.contenedor_beneficios figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.contenedor_beneficios article {
  width: 50%;
}
.infobeneficios {
  background-color: var(--gris);
  padding: 15px;
}
.elementoslista {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
/* .contenedor_galeria {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
}
.contenedor_galeria figure img {
  width: 100%;
} */
.contenedor_beige {
  background-color: var(--beige);
  padding: 50px;
  color: white;
}
.contenedor_midcenter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 30px;
}
.contenedor_midcenter article {
  text-align: center;
}
.textomidcenter {
  font-size: 20px;
  max-width: 500px;
}
.contenedor_botones {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  flex-wrap: wrap;
}
.btn_borderblanco {
  border: 2px white solid;
  background-color: transparent;
  padding: 10px 30px;
  display: inline-block;
  color: white;
  text-decoration: none;
  transition: all 0.5s;
  border-radius: 5px;
}
.btn_borderblanco:hover {
  border: 2px var(--azul) solid;
  background-color: var(--azul);
}
.contenedor_galeria {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
}
.margen {
  padding: 10px;
}
.contenedor_galeria a {
  filter: brightness(65%);
  transition: all 0.5s;
  display: inline-block;
  width: 20%;
  height: 300px;
}
.contenedor_galeria a:hover {
  filter: brightness(100%);
}
.contenedor_galeria a img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}
footer {
  background-color: var(--gris);
  color: var(--azul);
  padding: 10px;
}
.info_footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
}
footer figcaption {
  color: #333;
  max-width: 300px;
}
.contenedor1 {
  padding-right: 50px;
}
.contenedor22 a {
  display: inline-block;
  color: white;
  background-color: var(--azul);
  padding: 10px;
  border-radius: 5px;
  transition: all 0.5s;
}
.contenedor22 a:hover {
  color: var(--beige);
}
.contenedor3 {
  padding: 10px;
  border: 2px var(--azul) solid;
}
.contenedor3 a {
  text-decoration: none;
  color: var(--azul);
  display: inline-block;
  margin-bottom: 10px;
  transition: all 0.5s;
}
.contenedor3 a:hover {
  color: var(--beige);
}
.contenedor3 i {
  padding-right: 15px;
}
.contenedorazul {
  background-color: var(--azul);
  color: white;
  text-align: center;
  padding: 5px;
  font-size: 14px;
}
