﻿@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad-pro/MyriadPro-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad-pro/MYRIADPRO-REGULAR.OTF") format("opentype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad-pro/MYRIADPRO-SEMIBOLD.OTF") format("opentype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad-pro/MYRIADPRO-SEMIBOLDIT.OTF") format("opentype");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad-pro/MYRIADPRO-BOLD.OTF") format("opentype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Myriad Pro";
  src: url("../fonts/myriad-pro/MYRIADPRO-BOLDIT.OTF") format("opentype");
  font-weight: 700;
  font-style: italic;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.wow {
  visibility: hidden;
}

body {
  line-height: 1.1;
  overflow-x: clip;
}

html {
  font-size: 10px;
  overflow-x: clip;
}

:root {
  /*movile*/
  --font-Lato: "Lato", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;

  --font-opensans: "Open Sans", sans-serif;
  --font-Oswald: "Oswald", sans-serif;
  --font-Aller: "Aller", sans-serif;
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-Myriad: "Myriad Pro", sans-serif;

  /*
--font-Verdana: Verdana, sans-serif;
--font-Inter: "Inter", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Baloo2: "Baloo 2", sans-serif;
--font-Roboto: "Roboto", sans-serif;
--font-Ubuntu: "Ubuntu", sans-serif;
--font-RobotoCondensed: "Roboto Condensed", sans-serif;
--font-BebasNeue: "Bebas Neue", sans-serif;
--font-AbrilFatface: "Abril Fatface", serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-Nunito: "Nunito", sans-serif;
--font-LenguajeSpartan: "League Spartan", sans-serif;
--font-Quicksand: "Quicksand", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
*/
}

.container {
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 20px;
}

/*header*/

.main-header {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.top-bar {
  background: #bd2562;
  position: relative;
  z-index: 20;
  height: 136px;
}

.container-topbar {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 20px;
  height: 100%;
}

.top-bar-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  padding-bottom: 30px;
}

.top-bar-left {
  display: flex;
  align-items: center;
  gap: 90px;
}

.top-bar-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-opensans);
  font-size: 16px;
  font-weight: 400;
  transition: opacity 0.25s ease;
}

.top-bar-item img {
  width: 41.15px;
  height: 41.15px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.top-bar-item span {
  font-weight: 600;
  font-size: 17px;
}

.top-bar-item:hover {
  opacity: 0.75;
}

.top-bar-right {
  display: flex;
  align-items: center;
  gap: 7px;
}

.top-bar-social {
  display: inline-flex;
  text-decoration: none;
  transition: opacity 0.2s;
}

.top-bar-social img {
  width: 41.15px;
  height: 41.15px;
  object-fit: contain;
  display: block;
}

.top-bar-social:hover {
  opacity: 0.75;
}

.top-nav {
  position: relative;
  z-index: 21;
  margin-top: -28px;
}

.top-nav .container {
  max-width: 1392px;
}

.nav-wrapper {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: center;
  gap: 30px;
  padding: 0 130px;
  height: 128px;
}

.nav-logo a img {
  height: 106px;
  display: block;
}

.main-nav {
  margin-left: auto;
  margin-right: 0;
}

.main-nav ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 8px;
}

.main-nav ul li a {
  font-family: var(--font-Oswald);
  font-size: 17px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
  text-decoration: none;
  padding: 7px 18px;
  border-radius: 10px;
  transition:
    background 0.2s,
    color 0.2s;
  display: block;
}

.main-nav ul li a:hover {
  background: #bf2563;
  color: #ffffff;
}

.main-nav ul li.active a {
  background: #bf2563;
  color: #ffffff;
  padding: 10px 24px;
  letter-spacing: 0.5px;
  font-weight: 500;
  position: relative;
}

.nav-reservar {
  margin-left: 20px;
  flex-shrink: 0;
}

.btn-reservar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #8cc543;
  color: #ffffff;
  text-decoration: none;
  padding: 7px 27px;
  border-radius: 3px;
  font-family: var(--font-Lato);
  transition: background 0.2s;
  white-space: nowrap;
}

.btn-reservar:hover {
  background: #7ab336;
}

.btn-reservar img {
  width: 26px;
  height: 26px;
  object-fit: contain;
  display: block;
  flex-shrink: 0;
}

.btn-reservar span {
  font-size: 20px;
  font-weight: 300;
}

.btn-reservar span small {
  font-size: 20px;
  font-weight: 600;
}

.header-bg {
  position: relative;
  width: 100%;
  aspect-ratio: 15.1 / 5;
  border-radius: 0 0 30px 30px;
  overflow: hidden;
  margin-top: -115px;
  background-color: #ffffff;
  z-index: 2;
  border-radius: 0 0 180px 180px;
}

.hero-swiper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.hero-swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.hero-pagination {
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 22;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-hero {
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 7px;
}

.swiper-pagination-hero .swiper-pagination-bullet {
  width: 27.19px;
  height: 27.19px;
  border-radius: 50%;
  background: #ffffff;
  opacity: 1;
  margin: 0 !important;
  transition: background 0.3s;
}

.swiper-pagination-hero .swiper-pagination-bullet-active {
  background: #8cc543;
  opacity: 1;
}

/*top-footer*/

.top-footer {
  background-color: #252525;
  padding: 80px 0;
  position: relative;
}

.top-footer .container {
  max-width: 1135px;
}

.top-footer-cols {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  position: relative;
}

.top-footer-col {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.top-footer-col:nth-child(2),
.top-footer-col:nth-child(3) {
  position: relative;
  right: -5px;
}

.top-footer-title {
  font-family: var(--font-Aller);
  font-size: 30px;
  font-weight: 700;
  color: #8cc543;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.top-footer-item {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-Lato);
  font-size: 17px;
  font-weight: 400;
  line-height: 1.6;
  transition: opacity 0.2s;
}

.top-footer-item:hover {
  opacity: 0.8;
}

.top-footer-item img {
  width: 27.68px;
  height: 27.68px;
  object-fit: contain;
  flex-shrink: 0;
  margin-top: 1px;
}

.top-footer-reservar {
  position: absolute;
  bottom: 0;
  right: 0;
}

.top-footer-reservar img {
  display: block;
  height: auto;
}

.top-footer-social {
  display: flex;
  gap: 12px;
}

.top-footer-social-icon img {
  width: 27.68px;
  height: 27.68px;
  object-fit: contain;
  display: block;
  transition: opacity 0.2s;
}

.top-footer-social-icon:hover img {
  opacity: 0.75;
}

/*footer*/
.main-footer {
  background-color: #bf2563;
  padding: 32px 0;
}

.main-footer .container {
  max-width: 1130px;
  margin: 0 auto;
  padding: 15px;
}

.footer-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}

.main-footer .footer-separator {
  background: transparent;
}

.footer-privacy {
  color: #ffffff;
  text-decoration: none;
  transition: color 0.3s ease;
  cursor: pointer;
}

.footer-privacy:hover {
  opacity: 0.8;
}

.footer-left {
  order: 0;
}

.footer-left p {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
  margin: 0;
  text-align: left;
}

.footer-right {
  order: 0;
  display: flex;
  align-items: center;
  gap: 5px;
}

.footer-right span {
  color: #ffffff;
  font-size: 11px;
  font-family: var(--font-Arial);
}

.tecweb-logo {
  display: flex;
  align-items: center;
  gap: 5px;
  text-decoration: none;
}

.tecweb-logo img {
  height: 20px;
  width: auto;
}

.tecweb-logo span {
  color: #ffffff;
  font-size: 11px;
  font-family: Arial, sans-serif;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #8cc543;
  box-shadow: 0 0 3px 2px #fff;
  left: 40px;
  bottom: 65px;
  display: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  z-index: 20;
}

a#toTop::before {
  content: "\f077";
  font-family: FontAwesome;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 40px;
  text-align: center;
}

/*inicio*/

#intro-1 {
  background-image: url("../images/inicio/bg-frida.webp");
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top;
  background-attachment: fixed;
}

#intro-1 .bg {
  background: #ffffff;
  max-width: 1325px;
  margin: -40px auto 0;
  padding: 30px 0;
  position: relative;
  border-radius: 12px;
  z-index: 22;
}

#intro-1 .container {
  max-width: 1380px;
}

#intro-1 .items {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 30px;
}

#intro-1 .item {
  display: grid;
  grid-template-rows: 375px auto;
  justify-items: center;
  align-items: start;
  flex: 1;
}

#intro-1 .item img {
  object-fit: cover;
  display: block;
}

#intro-1 .item:nth-child(1) img {
  width: 262px;
  height: 375px;
}
#intro-1 .item:nth-child(2) img {
  width: 263px;
  height: 367px;
}
#intro-1 .item:nth-child(3) img {
  width: 287px;
  height: 359px;
}
#intro-1 .item:nth-child(4) img {
  width: 263px;
  height: 341px;
}

#intro-1 .text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  margin-top: 18px;
  gap: 6px;
}

#intro-1 .line {
  display: block;
  width: 80px;
  height: 8px;
  background: #bf2563;
  margin-bottom: 4px;
}

#intro-1 .text strong {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 700;
  color: #bf2563;
  text-transform: uppercase;
}

#intro-1 .text span {
  font-family: var(--font-Montserrat);
  font-size: 18px;
  font-weight: 400;
  color: #333333;
  text-transform: uppercase;
}

#intro-1 .frida {
  background: transparent;
  max-width: 1352px;
  margin: 0 auto;
  overflow: visible;
}

#intro-1 .frida .container {
  max-width: 1140px;
}

#intro-1 .frida .cols {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#intro-1 .frida .col-text {
  flex: 0 0 59%;
  max-width: 650px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  transform: translateY(-25px);
}

#intro-1 .frida .col-text h2 {
  font-family: var(--font-Montserrat);
  font-size: 47px;
  font-weight: 800;
  color: #bf2563;
  text-transform: uppercase;
}

#intro-1 .frida .col-text p {
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #333333;
  line-height: 2.2;
}

#intro-1 .frida .col-text a img {
  display: block;
  height: 41px;
  width: auto;
}

#intro-1 .frida .col-img {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  overflow: visible;
}

#intro-1 .frida .col-img img {
  display: block;
  height: auto;
  margin-bottom: -4px;
  transform: translateX(-80px);
}

#intro-2 {
  padding: 0;
}

#intro-2 .grid {
  display: grid;
  margin: 55px 0;
  grid-template-columns: 390fr 290fr 299fr 310fr 522fr;
  grid-template-rows: 10.6vw calc(6.2vw - 28px) 11.5vw;
  gap: 28px;
  width: 100%;
  overflow: hidden;
}

#intro-2 .grid > div {
  overflow: hidden;
}

#intro-2 .grid img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#intro-2 .grid > div:nth-child(1) {
  grid-column: 1;
  grid-row: 1 / 3;
}
#intro-2 .grid > div:nth-child(2) {
  grid-column: 1 / 3;
  grid-row: 3;
}
#intro-2 .grid > div:nth-child(3) {
  grid-column: 2 / 4;
  grid-row: 1 / 3;
}
#intro-2 .grid > div:nth-child(4) {
  grid-column: 3;
  grid-row: 3;
}
#intro-2 .grid > div:nth-child(5) {
  grid-column: 4;
  grid-row: 1 / 4;
}
#intro-2 .grid > div:nth-child(6) {
  grid-column: 5;
  grid-row: 1;
}
#intro-2 .grid > div:nth-child(7) {
  grid-column: 5;
  grid-row: 2 / 4;
}

/* intro-3 */
#intro-3 {
  position: relative;
  background-image: url("../images/inicio/bg-visita.webp");
  background-size: cover;
  background-position: center;
  overflow: visible;
  height: 480px;
}

#intro-3 .inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-end;
  height: 100%;
}

#intro-3 .col-frida {
  flex: 0 0 auto;
  position: relative;
  z-index: 2;
  margin-left: -130px;
}

#intro-3 .col-frida img {
  display: block;
  height: 520px;
  width: auto;
}

#intro-3 .col-text {
  flex: 0 0 auto;
  max-width: 850px;
  margin-left: auto;
  margin-right: 0;
  transform: translateX(-180px);
  padding: 70px 20px 50px 20px;
  text-align: right;
  align-self: center;
  position: relative;
  z-index: 2;
}

#intro-3 h2 {
  font-family: var(--font-Poppins);
  font-size: 50px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
  line-height: 1.1;
}

#intro-3 h3 {
  font-family: var(--font-Montserrat);
  font-size: 41px;
  font-weight: 600;
  color: #ea3a8d;
  text-transform: uppercase;
  margin-bottom: 14px;
}

#intro-3 p {
  font-family: var(--font-opensans);
  font-size: 18px;
  color: #ffffff;
  font-weight: 600;
  line-height: 2.111;
}

/* intro-4 */
#intro-4 {
  background-image: url("../images/inicio/bg-review.webp");
  background-size: cover;
  background-position: center;
  padding: 90px 0;
}

#intro-4 .inner {
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 30px;
  display: flex;
  align-items: center;
  gap: 50px;
}

#intro-4 .col-reviews {
  flex: 1;
  min-width: 0;
  align-self: flex-start;
}

#intro-4 .reviews-header {
  background: #eaeff2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 55px;
  padding: 20px;
  border-radius: 25px;
}

#intro-4 .google-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
}

#intro-4 .google-logo {
  height: 52px;
  width: auto;
  display: block;
  flex-shrink: 0;
}

#intro-4 .rating-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

#intro-4 .review-count {
  font-family: var(--font-Lato);
  font-size: 22px;
  font-weight: 300;
  color: #333333;
}

#intro-4 .rating-display {
  display: flex;
  align-items: center;
  gap: 6px;
}

#intro-4 .rating-score {
  font-family: var(--font-Lato);
  font-size: 28px;
  font-weight: 700;
  color: #333333;
  margin-left: 22px;
}

#intro-4 .header-controls {
  display: flex;
  align-items: center;
  gap: 14px;
}

#intro-4 .navigation-controls {
  display: flex;
  gap: 5px;
}

#intro-4 .nav-btn {
  background: #ffffff;
  border: none;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.2s;
}

#intro-4 .nav-btn:hover {
  background: #e8f0fe;
  border-color: #4285f4;
}

#intro-4 .nav-btn img {
  width: 17px;
  height: 20px;
}

#intro-4 .comments-btn {
  background: #197aff;
  color: #ffffff;
  text-decoration: none;
  width: 248px;
  height: 65px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-family: var(--font-Lato);
  font-size: 20px;
  font-weight: 400;
  white-space: nowrap;
  transition: background 0.2s;
  margin-left: 10px;
}

#intro-4 .comments-btn:hover {
  background: #3367d6;
}

#intro-4 .comments-btn strong {
  font-weight: 700;
}

#intro-4 .reviews-carousel {
  position: relative;
  overflow: hidden;
  background: #eaeff2;
  border-radius: 20px;
}

#intro-4 .reviews-slider {
  position: relative;
  width: 100%;
  height: 350px;
}

#intro-4 .review-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 20px;
  pointer-events: none;
  transition: opacity 0.3s ease;
  display: flex;
  flex-direction: column;
  z-index: 1;
}

#intro-4 .review-card .review-text {
  margin-bottom: auto;
}

#intro-4 .review-card.active {
  opacity: 1;
  pointer-events: auto;
  z-index: 2;
}

#intro-4 .review-user {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 14px;
}

#intro-4 .user-avatar {
  width: 104px;
  height: 104px;
  object-fit: cover;
}

#intro-4 .user-avatar-placeholder {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #e0e0e0;
  flex-shrink: 0;
}

#intro-4 .user-name {
  font-family: var(--font-Lato);
  font-size: 29px;
  font-weight: 700;
  color: #0f0f0f;
  margin-bottom: 4px;
}

#intro-4 .user-stars {
  height: 21px;
  width: auto;
}

#intro-4 .review-text p {
  font-family: var(--font-Myriad);
  font-size: 17px;
  color: #616161;
  font-weight: 400;
  letter-spacing: 0.5px;
  line-height: 1.412;
  margin-bottom: 16px;
}

#intro-4 .review-ratings {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
}

#intro-4 .rating-item {
  display: flex;
  align-items: center;
  gap: 4px;
}

#intro-4 .rating-label {
  font-family: var(--font-Lato);
  font-size: 18px;
  font-weight: 600;
  color: #0f0f0f;
}

#intro-4 .rating-value {
  font-family: var(--font-Lato);
  font-size: 18px;
  font-weight: 300;
  color: #0f0f0f;
}

#intro-4 .rating-separator {
  color: #cccccc;
}

#intro-4 .col-facebook {
  flex: 0 0 371px;
  height: 533px;
  background-image: url("../images/inicio/bg-face.webp");
  background-size: cover;
  background-position: center;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#intro-4 .fb-wrap {
  width: 300px;
  padding: 10px 12px;
}

#intro-4 .fb-panel-heading {
  background: #375999;
  color: #fff;
  font-family: var(--font-Lato);
  font-size: 14px;
  font-weight: 600;
  padding: 5px 12px;
}

#intro-5 {
  padding: 0 0 100px;
}

#intro-5 .title-bar {
  background-image: url("../images/inicio/bg-carrusel.png");
  background-size: cover;
  background-position: center;
  padding: 62px 0;
  margin-bottom: 100px;
}

#intro-5 .container {
  max-width: 1130px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

#intro-5 .title-text {
  flex: 1;
  text-align: center;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  line-height: 1.2;
  text-transform: uppercase;
}

#intro-5 .title-text strong {
  font-weight: 800;
}

#intro-5 .nav-arrow {
  background: none;
  border: none;
  padding: 0;
  display: flex;
  align-items: center;
  cursor: pointer;
  flex-shrink: 0;
}

#intro-5 .nav-arrow img {
  width: 32px;
  height: 37px;
  display: block;
}

#intro-5 .premio-card {
  width: 100%;
  max-width: 366px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#intro-5 .premio-logo {
  position: relative;
  width: 100%;
  height: 324px;
  flex-shrink: 0;
  background-image: url("../images/inicio/bg-logo.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
}

#intro-5 .premio-logo img {
  min-width: 0;
  min-height: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

#intro-5 .premio-logo::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  transform: translateY(100%);
  width: 100%;
  height: 47px;
  background-image: url("../images/inicio/carrusel/shadow.png");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  z-index: 2;
  pointer-events: none;
}

#intro-5 .premio-texto {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 123px;
  background: #bf2563;
  border-radius: 0 0 10px 10px;
  display: flex;
  align-items: center;
  font-weight: 600;
  justify-content: center;
  padding: 10px;
  font-family: var(--font-Montserrat);
  font-size: 17px;
  line-height: 1.176;
  color: #ffffff;
  text-align: center;
}

#intro-6 .title-bar {
  background: #bf2563;
  padding: 57px 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#intro-6 .title-text {
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
}

#intro-6 .title-text strong {
  font-weight: 800;
}

#intro-6 .map-wrap {
  position: relative;
  width: 100%;
  line-height: 0;
}

#intro-6 .map-wrap iframe {
  display: block;
  width: 100%;
  height: 852px;
  border: 0;
}

/*menu*/
#menu-1 {
  background-image: url("../images/menu/bg-frida.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding-bottom: 20px;
}

#menu-1 .bg {
  background: #ffffff;
  max-width: 1350px;
  margin: -40px auto 0;
  padding: 50px 30px;
  position: relative;
  border-radius: 12px;
  z-index: 22;
}

#menu-1 .items {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 15px;
}

#menu-1 .item {
  flex: 1;
  max-width: 264px;
}

#menu-1 .item a {
  display: block;
}

#menu-1 .item img {
  width: 100%;
  display: block;
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

#menu-1 .item a:hover img {
  transform: scale(1.04);
}

#menu-1 .caract {
  padding: 15px 0 50px;
}

#menu-1 .caract .container {
  max-width: 1135px;
}

#menu-1 .caract .cols {
  display: flex;
  align-items: center;
  gap: 60px;
}

#menu-1 .caract .col-text {
  flex: 0 0 580px;
  width: 580px;
}

#menu-1 .caract .col-text h2 {
  font-family: var(--font-Montserrat);
  font-size: 47px;
  font-weight: 400;
  color: #bf2563;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 24px;
}

#menu-1 .caract .col-text h2 strong {
  font-weight: 800;
}

#menu-1 .caract .col-text p {
  font-family: var(--font-opensans);
  font-size: 18px;
  letter-spacing: 0.35px;
  line-height: 2.111;
  color: #3a3a3a;
  font-weight: 500;
}

#menu-1 .caract .col-img {
  flex: 0 0 658px;
  width: 658px;
  position: relative;
  right: -15px;
}

#menu-1 .caract .col-img img {
  width: 658px;
  height: 718px;
  display: block;
  object-fit: cover;
}

#menu-2 {
  padding: 0 40px 60px;
}

#menu-2 .imgs {
  display: flex;
  gap: 55px;
}

#menu-2 .imgs div {
  flex: 1;
}

#menu-2 .imgs div img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

/* galeria */

#galeria-1 {
  background-image: url("../images/gallery/bg-frida.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 150px;
}

#galeria-1 .container {
  text-align: center;
  margin-bottom: 100px;
}

#galeria-1 h2 {
  font-family: var(--font-Montserrat);
  font-size: 47px;
  font-weight: 800;
  color: #bf2563;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 3px;
}

#galeria-1 .linea {
  width: 58px;
  height: 3px;
  background: #8cc543;
  margin: 0 auto 8px;
}

#galeria-1 p {
  font-family: var(--font-opensans);
  font-size: 18px;
  letter-spacing: 0.1px;
  color: #3a3a3a;
  line-height: 2.111;
  text-align: center;
  font-weight: 500;
  max-width: 1070px;
  margin: 0 auto;
}

#galeria-1 p .marca {
  color: #bf2563;
  font-weight: bold;
  text-transform: uppercase;
}

#galeria-1 p .son {
  color: #8cc543;
  font-weight: 800;
  font-size: 22px;
  line-height: 38px;
  text-transform: uppercase;
}

#galeria-1 .imgs {
  display: flex;
  gap: 40px;
  justify-content: center;
  padding: 0 20px;
}

#galeria-1 .item {
  flex: 0 0 337px;
  position: relative;
  overflow: hidden;
  border-radius: clamp(12px, 2.8vw, 40px);
}

#galeria-1 .item .overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
  pointer-events: none;
}

#galeria-1 .item img {
  width: 337px;
  height: 452px;
  display: block;
  object-fit: cover;
}

#galeria-1 .item span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  color: #ea3a8d;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-50%);
  opacity: 0;
  z-index: 2;
}

#fotos-1 {
  padding: 105px 0 115px;
  background-image: url("../images/gallery/bg-frida.webp");
  background-repeat: repeat-y;
  background-size: 100% auto;
  background-position: center top;
}

#fotos-1 .container {
  max-width: 1145px;
}

#fotos-1 .fotos-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 100px;
}

#fotos-1 h2 {
  font-family: var(--font-Montserrat);
  font-size: 47px;
  font-weight: 800;
  color: #bf2563;
  text-transform: uppercase;
  line-height: 1.2;
}

.btn-regresar {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: #bf2563;
  color: #ffffff;
  text-decoration: none;
  width: 176px;
  height: 47px;
  border-radius: 23.5px;
  justify-content: center;
  padding: 0 20px;
  font-family: var(--font-Lato);
  font-size: 16px;
  font-weight: 400;
  flex-shrink: 0;
}

.btn-regresar img {
  width: 19px;
  height: 24px;
  object-fit: contain;
  display: block;
}

#fotos-1 .fotos-grid {
  display: grid;
  grid-template-columns: repeat(4, 263px);
  gap: 15px;
  justify-content: center;
}

#fotos-1 .foto-item {
  display: block;
  width: 263px;
  height: 376px;
  border-radius: 40px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}

#fotos-1 .foto-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

#fotos-1 .foto-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.35s ease;
}

#fotos-1 .foto-overlay img {
  width: 104px;
  height: 104px;
  opacity: 0;
  transition: opacity 0.35s ease;
}

#fotos-1 .foto-item:hover img {
  transform: scale(1.06);
}

#fotos-1 .foto-item:hover .foto-overlay {
  background: rgba(0, 0, 0, 0.65);
}

#fotos-1 .foto-item:hover .foto-overlay img {
  opacity: 1;
}

#cocina-1 {
  padding: 185px 0;
  background-image: url("../images/cocina/bg-frida.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

#cocina-1 .container {
  max-width: 1125px;
}

#cocina-1 .cols {
  display: flex;
  align-items: center;
  gap: 60px;
}

#cocina-1 .col-text {
  flex: 0 0 540px;
  width: 540px;
  position: relative;
  top: 25px;
}

#cocina-1 .col-text h2 {
  font-family: var(--font-Montserrat);
  font-size: 47px;
  font-weight: 800;
  color: #bf2563;
  text-transform: uppercase;
  line-height: 1.2;
  margin-bottom: 24px;
}

#cocina-1 .col-text p {
  font-family: var(--font-opensans);
  font-size: 18px;
  letter-spacing: 0.35px;
  line-height: 2.111;
  color: #3a3a3a;
  font-weight: 500;
  margin-bottom: 30px;
}

.btn-visitar {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #bf2563;
  color: #ffffff;
  text-decoration: none;
  width: 375px;
  height: 54px;
  border-radius: 27px;
  font-family: var(--font-Oswald);
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-left: auto;
}

.btn-visitar:hover {
  background: #a31f55;
  color: #ffffff;
}

#cocina-1 .col-img {
  position: relative;
  flex: 0 0 655px;
  width: 655px;
  right: -138px;
}

#cocina-1 .img-fondo {
  width: 655px;
  height: 473px;
  display: block;
  object-fit: cover;
}

#cocina-1 .img-supe-wrap {
  position: absolute;
  bottom: -75px;
  left: -147px;
  background: #ffffff;
  padding: 30px;
  border-radius: 30px;
  overflow: hidden;
}

#cocina-1 .img-supe-wrap img {
  width: 402px;
  height: 254px;
  display: block;
  object-fit: cover;
}

#cocina-1 .supe-inner {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
}

#cocina-1 .supe-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 1;
}

#cocina-1 .img-supe-wrap span {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  text-align: center;
  font-family: var(--font-Montserrat);
  font-size: 24px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1.2;
  opacity: 0;
  z-index: 2;
}

#contacto-1 {
  background-image: url("../images/contacto/bg-contac.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 210px 0 60px;
  margin-top: -150px;
  position: relative;
  z-index: 0;
}
#contacto-1 .container {
  max-width: 1230px;
}
#contacto-1 p {
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
  line-height: 2.111;
  letter-spacing: 0.3px;
  text-align: center;
  text-shadow: 0px 3px 7px rgba(0, 0, 0, 0.4);
}
#contacto-1 p strong {
  font-weight: 700;
  text-transform: uppercase;
}

#contacto-2 {
  background-image: url("../images/contacto/bg-frida.webp");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 0 110px;
  position: relative;
}

#contacto-2 .container {
  max-width: 1125px;
  display: flex;
  align-items: center;
  gap: 40px;
}

#contacto-2 .left {
  width: 550px;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

#contacto-2 .left h2 {
  font-family: var(--font-Montserrat);
  font-size: 30px;
  font-weight: 800;
  color: #bf2563;
  text-transform: uppercase;
  line-height: 1.2;
  text-align: left;
}

#contacto-2 .left p {
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 600;
  color: #3a3a3a;
  line-height: 2.111;
  letter-spacing: 0.3px;
  text-align: left;
}

#contacto-2 .highlight {
  font-weight: 700;
  color: #bf2563;
}

#contacto-2 .right {
  flex-shrink: 0;
  width: 530px;
  transform: translateX(130px) translateY(-30px);
}

#contacto-2 .right img {
  width: 100%;
  display: block;
}

#contacto-3 .bar {
  background-color: #be2663;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 35px 20px;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#contacto-3 .bar i {
  color: #ffffff;
  font-size: 20px;
  flex-shrink: 0;
}

#contacto-3 .bar span {
  font-weight: 300;
  color: #ffffff;
  font-family: "Myriad Pro", sans-serif;
  font-size: 17px;
  letter-spacing: 1px;
  line-height: 1.765;
  text-align: left;
}

#contacto-3 .map iframe {
  display: block;
  width: 100%;
  height: 578px;
}
