html {
  font-size: 62.5%;
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  margin: 0;
  font-family: "Amiri", serif;
  font-size: 1.6rem;
  background-color: #000;
}

a {
  text-decoration: none;
}

p, h1, h2, h3, h4, h5, h6 {
  color: #d7cfcc;
  margin: 0;
}

.activo:active {
  border-bottom: 1px solid red;
}

/** Media Queries **/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.slide {
  height: 100vh;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.slide__foto {
  width: 100%;
  height: 100vh;
  object-fit: cover;
  object-position: center center;
}
.slide__flechas {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  display: none;
  font-size: 5rem;
  z-index: 99;
}
@media (min-width: 800px) {
  .slide__flechas {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
}
.slide__atras, .slide__adelante {
  font-size: 3rem;
  color: #fff;
  display: inline-block;
  padding: 1.5rem;
  text-decoration: none;
}
.slide__atras:hover, .slide__adelante:hover {
  background: rgba(200, 200, 200, 0.739);
  transition: 0.5s;
}
.slide__puntos {
  position: absolute;
  bottom: 0;
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 1.5rem;
}
.slide__punto {
  cursor: pointer;
  height: 0.3rem;
  width: 2.5rem;
  background: #dcdde1;
  display: inline-block;
  margin-left: 0.5rem;
}

.active {
  background-color: #e74c3c;
}

.header__nav {
  --state-close: scale(0);
  --state-hamburguer:scale(1);
  --state-menu: translate(-100%);
  width: 100%;
  position: absolute;
  z-index: 100;
  padding: 2rem 4rem;
  display: grid;
  justify-content: space-between;
  align-items: center;
  grid-template-columns: repeat(3, max-content);
}
.header__nav:target {
  --state-menu: translate(0);
  --state-close: scale(1);
  --state-hamburguer:scale(0);
}
@media (min-width: 800px) {
  .header__nav {
    --state-hamburguer:scale(0);
    --state-menu: translate(0);
  }
  .header__nav:target {
    --state-close: scale(1);
  }
}
.header__hamburguer, .header__close {
  cursor: pointer;
  grid-column: -2/-1;
  grid-row: 1/2;
  transition: 0.4s transform;
}
.header__hamburguer {
  transform: var(--state-hamburguer);
}
.header__close {
  transform: var(--state-close);
}
.header__icon {
  width: 4rem;
}
.header__links {
  height: 100vh;
  backdrop-filter: blur(4px);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 6rem;
  align-content: center;
  transform: var(--state-menu);
  transition: 0.3s transform;
}
@media (min-width: 800px) {
  .header__links {
    backdrop-filter: blur(0);
    position: unset;
    gap: 1.5em;
    grid-auto-flow: column;
    transform: unset;
    grid-column: -2/-1;
    grid-row: 1/2;
    height: 100%;
  }
}
.header__item {
  list-style: none;
}
.header__link {
  color: #d7cfcc;
  text-decoration: none;
  font-size: 3rem;
  font-weight: 500;
  letter-spacing: 2px;
}
@media (min-width: 800px) {
  .header__link {
    font-size: 1.8rem;
    font-weight: 300;
    letter-spacing: none;
    margin-bottom: 7rem;
    color: #d7cfcc;
    transition: 0.3s ease all;
  }
  .header__link:hover {
    color: red;
    border-bottom: 1px solid red;
  }
}
.header__redes {
  margin: 0;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 800px) {
  .header__redes {
    margin-left: 15rem;
    margin-right: 10rem;
  }
}
.header__red {
  width: 5rem;
}
@media (min-width: 800px) {
  .header__red {
    margin-left: 2rem;
    width: 3rem;
  }
}
.header__enlach {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.header__reseh {
  color: #d7cfcc;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem;
  border: 1px solid #d7cfcc;
  transition: 0.3s ease all;
}
.header__reseh:hover {
  background-color: #d7cfcc;
  color: #000;
}

.titulo {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 98;
}
.titulo__caja {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  animation-name: main;
  animation-iteration-count: initial;
  animation-duration: 1.5s;
  animation-timing-function: ease;
  animation-direction: reverse;
}
@keyframes main {
  from {
    transform: translatey(0%);
    opacity: 1;
  }
  to {
    transform: translatey(-100%);
    opacity: 0;
  }
}
.titulo__parra {
  color: #d7cfcc;
  text-align: center;
  font-size: clamp(2rem, 3vw, 4rem);
  font-style: italic;
  font-weight: 400;
}
.titulo__texto {
  color: #d7cfcc;
  text-align: center;
  font-size: clamp(5rem, 8vw, 12rem);
  font-weight: 400;
}

.img-fix {
  width: 100%;
  height: 80vh;
  background-image: url("/src/imagenes/foto-fija.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center bottom;
  background-attachment: fixed;
}

.horario {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media (min-width: 800px) {
  .horario {
    height: 100vh;
  }
}
.horario__enlaceh {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.horario__reserh {
  color: #d7cfcc;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem;
  margin: 7rem 0;
  border: 1px solid #d7cfcc;
  transition: 0.3s ease all;
}
.horario__reserh:hover {
  background-color: #d7cfcc;
  color: #000;
}
.horario__gridh {
  width: 90%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
  align-items: center;
}
@media (min-width: 800px) {
  .horario__gridh {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.horario__horas {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  gap: 3rem;
}
.horario__parrafoh {
  color: #d7cfcc;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}
.horario__h2h {
  color: #d7cfcc;
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
}
.horario__textoh {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.horario__dia {
  color: #d7cfcc;
  text-align: center;
  font-size: 2rem;
  font-weight: 200;
  padding-top: 0.5rem;
  font-family: "Roboto", sans-serif;
}
.horario__imgh {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.horario__fotoh {
  width: 100%;
  height: 85%;
}
.horario__enlacesh {
  color: #d7cfcc;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  border-bottom: 1px solid #000;
  padding-bottom: 1rem;
  transition: 0.3s ease all;
  margin: 4rem 0;
}
.horario__enlacesh:hover {
  border-bottom: 1px solid #d7cfcc;
}

.recomendado {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}
.recomendado__contenedor {
  width: 90%;
  margin: 6rem auto 10rem auto;
  text-align: center;
}
@media (min-width: 800px) {
  .recomendado__contenedor {
    width: 50%;
    margin: 8rem auto 12rem auto;
  }
}
.recomendado__parrar {
  color: #d7cfcc;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}
.recomendado__h3r {
  color: #d7cfcc;
  font-size: clamp(3rem, 6vw, 8rem);
  font-weight: 400;
  margin: 2rem 0 2rem 0;
}
@media (min-width: 800px) {
  .recomendado__h3r {
    margin: 0 0 2rem 0;
  }
}
.recomendado__textor {
  color: #d7cfcc;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  line-height: 2;
}

.lista {
  width: 90%;
  margin: 0 auto;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .lista {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.lista__flexr {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 5rem;
  margin-bottom: 5rem;
}
@media (min-width: 800px) {
  .lista__flexr {
    margin-bottom: 0;
  }
}
.lista__parrarl {
  color: #d7cfcc;
  font-size: clamp(2rem, 3vw, 4rem);
  font-weight: 400;
}
.lista__spanl {
  color: #d7cfcc;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-bottom: 3rem;
}
.lista__enlacel {
  color: #d7cfcc;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  padding: 1rem;
  border: 1px solid #d7cfcc;
  transition: 0.3s ease all;
}
.lista__enlacel:hover {
  background-color: #d7cfcc;
  color: #000;
}
.lista__imagenl {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.lista__fotol {
  width: 90%;
}

.ubicacion {
  width: 100%;
  height: 100%;
  margin-top: 10rem;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .ubicacion {
    height: 50vh;
    margin-top: 20rem;
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ubicacion__contenedoru1 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/src/imagenes/ubicacion-1.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
}
@media (min-width: 800px) {
  .ubicacion__contenedoru1 {
    height: 100%;
  }
}
.ubicacion__contenedoru2 {
  background-image: url("/src/imagenes/ubicacion-2.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 300px;
}
@media (min-width: 800px) {
  .ubicacion__contenedoru2 {
    height: 100%;
  }
}
.ubicacion__contenedoru3 {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url("/src/imagenes/ubicacion-3.jpeg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 400px;
}
@media (min-width: 800px) {
  .ubicacion__contenedoru3 {
    height: 100%;
  }
}
.ubicacion__h4u {
  color: #d7cfcc;
  font-size: clamp(4rem, 5vw, 6rem);
  font-weight: 400;
  margin: 0;
}
.ubicacion__enlaceu {
  margin-top: 3rem;
  color: #d7cfcc;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 400;
  padding: 0.5;
  border-bottom: 1px solid transparent;
  transition: 0.3s ease all;
}
.ubicacion__enlaceu:hover {
  border-bottom: 1px solid #d7cfcc;
}

.footer {
  width: 90%;
  margin: 10rem auto 10rem auto;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .footer {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(4, 1fr);
    gap: 3rem;
  }
}

.datos {
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .datos {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.datos__logod {
  width: 25%;
}
.datos__parrafof {
  color: #d7cfcc;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
  letter-spacing: 2;
}
.datos__flexd {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 3rem;
}
.datos__datod {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.datos__imgd {
  width: 2rem;
}
.datos__parrafosd {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.pages {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media (min-width: 800px) {
  .pages {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .pages {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.pages__h5p {
  color: #d7cfcc;
  font-size: 3rem;
  margin: 0;
  font-weight: 300;
}
.pages__enlacep {
  margin-top: 3rem;
  color: #d7cfcc;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 0.5;
  transition: 0.3s ease all;
}
.pages__enlacep:hover {
  border-bottom: 1px solid #d7cfcc;
}

.horariof {
  margin-top: 5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .horariof {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .horariof {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1.5rem;
  }
}
.horariof__parrafof {
  color: #d7cfcc;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  font-style: italic;
}
.horariof__h5f {
  color: #d7cfcc;
  font-size: 3rem;
  margin: 0;
  font-weight: 300;
}
.horariof__diaf {
  color: #d7cfcc;
  text-align: center;
  font-size: 1.8rem;
  font-weight: 300;
  padding: 1rem;
  font-family: "Roboto", sans-serif;
}

.insta {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  margin-top: 5rem;
}
@media (min-width: 800px) {
  .insta {
    margin-top: 0;
  }
}
@media (min-width: 800px) {
  .insta {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.insta__h5i {
  color: #d7cfcc;
  font-size: 3rem;
  font-weight: 300;
  margin: 0;
}
.insta__gridi {
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
@media (min-width: 800px) {
  .insta__gridi {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
.insta__overflowi {
  overflow: hidden;
  width: 8rem;
  height: 8rem;
}
.insta__fotoi {
  width: 8rem;
  height: 8rem;
  object-fit: contain;
  object-position: center;
  transition: 0.9s ease all;
}
.insta__fotoi:hover {
  transform: scale(1.2);
  cursor: pointer;
}

.header {
  background-image: url("/src/imagenes/about-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.header .h1 {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.header .h1__h1a {
  color: #d7cfcc;
  text-align: center;
  font-size: clamp(5rem, 8vw, 12rem);
  font-weight: 400;
}

.maina {
  width: 90%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 10rem auto 0 auto;
}
.maina__grida {
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .maina__grida {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(2, 1fr);
    height: 100vh;
    margin: 0 auto;
  }
}
.maina__imagena {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.maina__fotoa {
  width: 90%;
}
.maina__contenidoa {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 4rem 2rem 2rem 2rem;
}
.maina__spana {
  color: #d7cfcc;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}
.maina__h2a {
  color: #d7cfcc;
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
  margin: 2rem 0;
}
.maina__parrafoa {
  color: #d7cfcc;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: left;
  line-height: 2;
}

.video {
  width: 100%;
  height: 100%;
}
.video__fotov {
  width: 100%;
  height: 100%;
}

.menu {
  background-image: url("/src/imagenes/about-3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.menu .h1 {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.menu .h1__h1a {
  color: #d7cfcc;
  text-align: center;
  font-size: clamp(5rem, 8vw, 12rem);
  font-weight: 400;
}

.menum {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4rem;
}
.menum__contenedorm {
  width: 90%;
  margin: 4rem auto 4rem auto;
  text-align: center;
}
@media (min-width: 800px) {
  .menum__contenedorm {
    width: 50%;
    margin: 15rem auto 5rem auto;
  }
}
.menum__parram {
  color: #d7cfcc;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}
.menum__h1m {
  color: #d7cfcc;
  font-size: clamp(3rem, 6vw, 7rem);
  font-weight: 400;
  margin: 2rem 0 2rem 0;
}
@media (min-width: 800px) {
  .menum__h1m {
    margin: 0 0 2rem 0;
  }
}

.listam {
  width: 90%;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
  gap: 5rem;
}
@media (min-width: 800px) {
  .listam {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
.listam__flexm {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: 3rem;
}
@media (min-width: 800px) {
  .listam__flexm {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}
.listam__parrarm {
  color: #d7cfcc;
  font-size: clamp(2rem, 2.5vw, 3.5rem);
  font-weight: 400;
}
.listam__puntosm {
  font-size: 1rem;
  display: none;
}
@media (min-width: 800px) {
  .listam__puntosm {
    display: unset;
  }
}
.listam__spanm {
  color: #d7cfcc;
  font-size: 1.5rem;
  font-family: "Roboto", sans-serif;
  font-weight: 300;
  text-align: center;
  padding-bottom: 3rem;
}

.fix {
  width: 100%;
  height: 80vh;
  background-image: url("/src/imagenes/menu-1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
}

.contacto {
  background-image: url("/src/imagenes/contacto.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.contacto .h1 {
  width: 100%;
  height: 80vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.contacto .h1__h1a {
  color: #d7cfcc;
  text-align: center;
  font-size: clamp(5rem, 8vw, 12rem);
  font-weight: 400;
}

.mainc {
  width: 60%;
  height: 100%;
  margin: 0 auto;
  display: grid;
  gap: 1fr;
  grid-template-columns: repeat(1, 1fr);
}
@media (min-width: 800px) {
  .mainc {
    display: grid;
    gap: 1fr;
    grid-template-columns: repeat(2, 1fr);
    height: 60vh;
  }
}

.datosc {
  margin-top: 8rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 800px) {
  .datosc {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 1.5rem;
    margin-top: 0;
  }
}
.datosc__parrac {
  color: #d7cfcc;
  text-align: center;
  font-size: 2rem;
  font-weight: 400;
  font-style: italic;
}
.datosc__parrafoc {
  color: #d7cfcc;
  font-size: 1.8rem;
  font-family: "Roboto", sans-serif;
  text-align: left;
  font-weight: 300;
  letter-spacing: 2;
}
.datosc__h1c {
  color: #d7cfcc;
  text-align: center;
  font-size: 5rem;
  font-weight: 400;
  margin: 0;
}
.datosc__flexc {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 3rem;
  margin-top: 3rem;
}
.datosc__datoc {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}
.datosc__imgc {
  width: 2rem;
}
.datosc__parrafosc {
  font-size: 1.8rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
}

.formulario {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 3rem;
  margin: 8rem 0 8rem 0;
}
@media (min-width: 800px) {
  .formulario {
    margin: 0;
  }
}
.formulario__textarea {
  height: 30%;
}
.formulario__name, .formulario__mail, .formulario__textarea {
  width: 100%;
  background-color: transparent;
  padding: 1rem;
  font-size: 1.5rem;
  color: #FFFFFF;
  font-family: "Roboto", sans-serif;
  border: 1px solid #d7cfcc;
  font-weight: 300;
}
.formulario__boton {
  color: #d7cfcc;
  background-color: transparent;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 300;
  font-family: "Roboto", sans-serif;
  padding: 1rem 2rem;
  border: 1px solid #d7cfcc;
  transition: 0.3s ease all;
}
.formulario__boton:hover {
  background-color: #d7cfcc;
  color: #000;
}

.mapa {
  height: 100%;
}
.mapa__fotom {
  width: 100%;
}

.mapa {
  width: 100%;
  height: 100%;
}
.mapa__fotom {
  width: 100%;
  height: 100%;
}

/*# sourceMappingURL=app.css.map */
