:root {
  --coral: #FFB995;
  --white: #f1f1f1;
  --blue: #CEDCDF;
  --yellow: #FFDAA0;
  --green: #CFE0D2;
  --black: #25282A;

}

body {
  margin: 0;
  background-color: #fff;
  overflow-x: hidden;
  font-family: "Roboto Flex", sans-serif;
  color: #333;
  font-weight: 400;
  font-style: normal;
  font-size: 18px;
}

header {
  background: #ed1c24;
  text-align: center;
  position: fixed;
  z-index: 10;
}

footer {
  background: #1C1D1E;
  ;
}

h3 {
  font-family: 'Poppins', sans-serif;
  text-transform: uppercase;
  font-weight: 600;

}

a.link {
  color: #fff;
  font-weight: 600;
  transition: 0.5s;
}

a.link:hover {
  color: var(--blue);
  transition: 0.5s;
}

.logo {
  width: 110px;
  padding: 0.5rem;
}

.bajada {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.5rem;
}

.hero {
  position: relative;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../img/portada-marriot.jpg');
  background-size: cover;
  background-position: center;
  transform: scale(1);
  z-index: 0;
}

.hero-content {
  position: relative;
  z-index: 1;
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.5);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(3.8px);
  -webkit-backdrop-filter: blur(3.8px);
}

.hero h1 {
  font-family: montserrat, sans-serif;
  font-weight: 700;
  font-size: 3.5rem;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.hero p {
  font-size: 1.5rem;
  opacity: 0.95;
  margin-top: 1rem;
}

p.p-por {
  font-size: 0.8rem;
}

.presentado {
  width: 180px;
  color: #fff!important;
}

.bg-blanco {
  background: var(--white);
}

.bg-azul {
  background: var(--blue);
}

.redondo {
  border-radius: 20px;
}

.fondo2 {
  background: url(../img/bonvoy-7.jpg);
  background-size: 100%;
  padding: 20% 0%;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
}

.glass {
  /* From https://css.glass */
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  padding: 3% 8%;
}

span.pie {
  color: #999;
  font-size: 14px;
}

/*--boton--*/
button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  outline: none;
  border: 0;
  vertical-align: middle;
  text-decoration: none;
  background: transparent;
  padding: 0;
  font-size: inherit;
  font-family: inherit;
}

button.learn-more {
  width: 12rem;
  height: auto;
}

button.learn-more .circle {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: relative;
  display: block;
  margin: 0;
  width: 3rem;
  height: 3rem;
  background: #CF0A2C;
  border-radius: 1.625rem;
}

button.learn-more .circle .icon {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #fff;
}

button.learn-more .circle .icon.arrow {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  left: 0.625rem;
  width: 1.125rem;
  height: 0.125rem;
  background: none;
}

button.learn-more .circle .icon.arrow::before {
  position: absolute;
  content: "";
  top: -0.29rem;
  right: 0.0625rem;
  width: 0.625rem;
  height: 0.625rem;
  border-top: 0.125rem solid #fff;
  border-right: 0.125rem solid #fff;
  transform: rotate(45deg);
}

button.learn-more .button-text {
  transition: all 0.45s cubic-bezier(0.65, 0, 0.076, 1);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.45rem 0;
  margin: 0 0 0 1.85rem;
  color: #FFF;
  font-weight: 700;
  line-height: 1.6;
  text-align: center;
  text-transform: uppercase;
}

button:hover .circle {
  width: 100%;
}

button:hover .circle .icon.arrow {
  background: #fff;
  transform: translate(1rem, 0);
}

button:hover .button-text {
  color: #fff;
}

/*--boton--*/
.glass1 {
  background: rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 30px rgba(0, 0, 0, -0.2);
  backdrop-filter: blur(2px);
  -webkit-backdrop-filter: blur(5px);
  padding: 3% 8%;
}

/*--boton--*/

@media screen and (max-width: 768px) {

  .hero h1 {
    font-size: 2.5rem;
  }
}

/* Swiper */
.swiper {
  width: 100%;
  aspect-ratio: 1 / 1;
  height: 500px;

}

.swiper-slide {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
}

.swiper-button-next,
.swiper-button-prev,
.swiper-pagination-bullet {
  color: #fff !important;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}