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

body {
  line-height: 1.2;
  overflow-x: hidden;
}

:root {
  --font-Montserrat: "Montserrat", sans-serif;
  --font-Lato: "Lato", sans-serif;
  --font-opensans: "Open Sans", sans-serif;
  --font-Arial: Arial, Helvetica, sans-serif;
  --font-AbrilFatface: "Abril Fatface", serif;
  --font-Quicksand: "Quicksand", sans-serif;
  --font-Oswald: "Oswald", sans-serif;

  /* 
  --font-Nunito: "Nunito", sans-serif;
  --font-Helvetica: "Helvetica", Arial, sans-serif;
  --font-Poppins: "Poppins", sans-serif;
  --font-LenguajeSpartan: "League Spartan", sans-serif;
  --font-Quicksand: "Quicksand", sans-serif; 
--font-Roboto: "Roboto", sans-serif;
--font-JosefinSans: "Josefin Sans", sans-serif;
--font-Myriad: "Myriad Pro", sans-serif;
--font-Verdana: Verdana, sans-serif;
--font-Inter: "Inter", sans-serif; */
}

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

/*header*/
.main-header {
  position: relative;
}

.main-header .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

.header-content-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
}

.header-content-overlay .container,
.header-content-overlay .header-nav,
.header-content-overlay a,
.header-content-overlay button {
  pointer-events: auto;
}

.header-nav {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 0;
  height: 100%;
}

.nav-left {
  flex: 0 0 auto;
}

.logo img {
  max-width: 304px;
  height: auto;
}

.nav-right {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 25px;
}

.contact-row {
  display: flex;
  align-items: center;
  gap: 20px;
}

.phone {
  display: flex;
  align-items: center;
  gap: 8px;
  color: black;
  font-size: 18px;
  font-weight: 400;
  font-family: var(--font-opensans);
  cursor: pointer;
}

.phone a {
  color: black;
  text-decoration: none;
}

.phone a:hover {
  text-decoration: underline;
}

.phone span:hover {
  text-decoration: underline;
}

.phone i {
  color: #fff;
  font-size: 20px;
  background-color: #b40e25;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.rappi-btn {
  background-color: #f73e22;
  color: #fff;
  padding: 10px 25px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 400;
  font-size: 20px;
  font-family: var(--font-Lato);
  text-transform: initial;
  transition: background-color 0.3s ease;
}

.rappi-text {
  font-weight: 900;
}

.rappi-btn:hover {
  background-color: #000000;
}

.social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: #b40e25;
  color: #fff;
  text-decoration: none;
  font-size: 23px;
  transition: all 0.3s ease;
}

.social-icon.rappi:hover {
  background-color: #f73e22;
}

.social-icon.instagram:hover {
  background: linear-gradient(
    45deg,
    #f09433 0%,
    #e6683c 25%,
    #dc2743 50%,
    #cc2366 75%,
    #bc1888 100%
  );
}
.social-icon.facebook:hover {
  background-color: #1877f2;
}
.social-icon.tripadvisor:hover {
  background-color: #00823b;
}

.social-icon.rappi img {
  max-width: 26px;
  height: auto;
}

.social-icon img {
  max-width: 26px;
  height: auto;
}

.navigation-row {
  margin-top: 10px;
}

.main-nav {
  display: flex;
  list-style: none;
  gap: 45px;
  margin: 0;
  padding: 0;
}

.main-nav li {
  margin: 0;
}

.main-nav a {
  color: black;
  text-decoration: none;
  font-size: 18px;
  font-weight: 300;
  text-transform: uppercase;
  font-family: var(--font-Montserrat);
  transition: color 0.3s ease;
}

.main-nav a:hover,
.main-nav a.active {
  position: relative;
}

.main-nav a:hover::after,
.main-nav a.active::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #b40e25;
}

.main-header {
  position: relative;
}

.header-swiper {
  width: 100%;
  aspect-ratio: 19 / 9;
}

.whatsapp-float {
  position: fixed;
  bottom: 15vh;
  right: 20px;
  z-index: 1000;
  transition: transform 0.3s ease;
}

.whatsapp-float:hover {
  transform: scale(1.05);
}

.whatsapp-float a {
  display: block;
  border-radius: 8px;
}

.whatsapp-float img {
  width: auto;
  height: auto;
  max-width: 303px;
  display: block;
}

.swiper-slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  aspect-ratio: 19 / 9;
  position: relative;
}

.swiper-pagination {
  bottom: 20px !important;
}

.swiper-pagination {
  bottom: 20px !important;
  max-width: 1100px;
  left: 50% !important;
  transform: translateX(-50%);
  text-align: right;
  padding: 0 20px;
}

.swiper-pagination-bullet {
  background-color: #333333;
  opacity: 0.5;
  width: 20px;
  height: 20px;
}

.swiper-pagination-bullet-active {
  background-color: #b40e25;
  opacity: 1;
}

/*footer main*/
.main-footer {
  background-color: #191919;
  position: relative;
  z-index: 1;
}

.footer-content {
  display: flex;
  min-height: 300px;
}

.footer-logo-section {
  background-color: #2b2b2b;
  flex: 0 0 673px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 60px 0;
  padding-bottom: 70px;
  margin-bottom: -25px;
  margin-top: -10px;
  border-radius: 0 0 100px 0;
  gap: 30px;
  position: relative;
}

.triangle-bottom-right {
  position: absolute;
  top: 0px;
  right: -9px;
  border-right: 10px solid transparent;
  border-bottom: 11px solid #1f1f1f;
  z-index: 1;
}

.footer-logo {
  align-self: center;
  margin-bottom: -22px;
}

.footer-logo img {
  width: 100%;
  max-width: 452px;
  height: auto;
}

.footer-logo-section {
  align-items: flex-end;
}

.payment-methods img {
  width: 498px;
  height: 62px;
  margin-right: -4px;
}

.payment-mobile {
  display: none;
}

.invoice-button {
  align-self: center;
}

.btn-invoice {
  background-color: #b40e25;
  color: #ffffff;
  padding: 15px 50px;
  border-radius: 25px;
  text-decoration: none;
  font-family: var(--font-Montserrat);
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  transition: background-color 0.3s ease;
  box-shadow: inset 0 0 8px rgba(255, 255, 255, 0.3);
}

.btn-invoice:hover {
  background-color: #8b0a1d;
}

.footer-info-section {
  background-color: #191919;
  flex: 1;
  display: flex;
  align-items: center;
}

.footer-info-section .container {
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
  gap: 60px;
  width: 100%;
  padding: 60px 20px;
  max-width: 850px;
  margin: 0;
  margin-left: 0;
}

.footer-contact h3,
.footer-address h3,
.footer-schedule h3 {
  color: #ffffff;
  font-family: var(--font-Montserrat);
  font-size: 28px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: initial;
}

.footer-contact h3,
.footer-address h3,
.footer-schedule h3 {
  border-bottom: 3px solid #303030;
  padding-bottom: 10px;
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 15px;
}

.contact-item i {
  color: #ffffff;
  font-size: 12px;
  background-color: #b40e25;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-item a {
  color: #ffffff;
  text-decoration: none;
  font-family: var(--font-opensans);
  font-size: 14px;
  transition: opacity 0.3s ease;
}

.contact-item a:hover {
  opacity: 0.7;
}

.address-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.address-item i {
  color: #ffffff;
  font-size: 12px;
  background-color: #b40e25;
  border-radius: 50%;
  width: 21px;
  height: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 5px;
}

.address-text {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}

.address-text:hover {
  opacity: 0.8;
}

.address-text p {
  color: #ffffff;
  font-family: var(--font-opensans);
  font-size: 14px;
  margin: 0;
  line-height: 1.4;
}

.schedule-item {
  display: flex;
  align-items: flex-start;
  gap: 10px;
}

.schedule-icon {
  width: 21px;
  height: 21px;
  flex-shrink: 0;
}

.schedule-text {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.schedule-line {
  display: flex;
  flex-direction: column;
}

.day {
  font-family: var(--font-opensans);
  font-size: 14px;
  font-weight: 600;
}

.day.closed,
.day.sunday,
.day.saturday {
  color: #124d23;
  font-weight: 800;
}

.time {
  color: #ffffff;
  font-family: var(--font-opensans);
  font-size: 14px;
  font-weight: 400;
}

.footer-bottom {
  background-color: #0f6027;
  padding: 25px 0;
}

.footer-bottom .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 20px;
}

.footer-bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #ffffff;
  font-size: 12px;
  font-family: var(--font-Arial);
}

.footer-bottom-content p {
  margin: 0;
  text-transform: initial;
}

.footer-bottom-content span {
  text-transform: initial;
}

.powered-by {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #ffffff;
}

.tecweb-logo {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/*Inicio*/

#home-delivery {
  background-image: url("../img/inicio/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 284px;
  display: flex;
  align-items: center;
}

#home-delivery .container {
  width: 100%;
}

#home-delivery .delivery-content {
  display: flex;
  align-items: center;
  width: 100%;
}

#home-delivery .delivery-text {
  flex: 1;
  max-width: 1100px;
}

#home-delivery .delivery-text h2 {
  font-family: var(--font-AbrilFatface);
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 3px;
}

#home-delivery .delivery-subtitle {
  font-family: var(--font-Arial);
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 30px;
  font-weight: 400;
}

#home-delivery .contact-numbers {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#home-delivery .contact-number {
  display: flex;
  align-items: center;
  gap: 12px;
}

#home-delivery .contact-number i {
  color: #b40e25;
  font-size: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#home-delivery .contact-number i.fa-whatsapp {
  font-size: 28px;
}

#home-delivery .contact-number span {
  font-family: var(--font-opensans);
  font-size: 25px;
  font-weight: 500;
  color: #ffffff;
}

#home-delivery .contact-number a {
  text-decoration: none;
  color: inherit;
  transition: opacity 0.3s ease;
  display: flex;
  align-items: center;
  gap: 12px;
}

#home-delivery .contact-number a:hover {
  text-decoration: none;
  opacity: 0.8;
}

#welcome-section {
  background-color: #f8f8f8;
  padding: 80px 0;
}

#welcome-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

#welcome-section .welcome-content {
  text-align: center;
}

#welcome-section .welcome-subtitle {
  font-family: var(--font-Quicksand);
  font-size: 20px;
  color: #191919;
  font-weight: 400;
  text-transform: uppercase;
}

#welcome-section .welcome-text h2 {
  font-family: var(--font-AbrilFatface);
  font-size: 64px;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

#welcome-section .red-text {
  color: #b40e25;
}

#welcome-section .green-text {
  color: #0f6027;
}

#welcome-section .separator {
  width: 40px;
  height: 5px;
  background-color: #575757;
  margin: 0 auto 40px auto;
}

#welcome-section .welcome-description {
  font-family: var(--font-opensans);
  font-size: 17px;
  color: #616161;
  line-height: 1.6;
  margin-bottom: 25px;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

#pizza-tradition-section {
  position: relative;
  height: 700px;
  background-color: #f8f8f8;
  background-image: url("../img/inicio/background-collage.png");
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  overflow: hidden;
}

#pizza-tradition-section .pizza-tradition-content {
  display: flex;
  width: 100%;
  height: 100%;
}

#pizza-tradition-section .content-left-container {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
}

#pizza-tradition-section .content-left {
  max-width: 650px;
  margin-left: auto;
  margin-right: 80px;
  padding: 0 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

#pizza-tradition-section .tradition-description {
  font-family: var(--font-opensans);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.3;
  margin: 0;
  color: #616161;
  text-align: center;
}

#pizza-tradition-section .pizza-highlight {
  text-align: center;
}

#pizza-tradition-section .highlight-box {
  background-color: #0f6027;
  padding: 10px 20px;
  display: inline-block;
}

#pizza-tradition-section .highlight-box p {
  font-family: var(--font-Oswald);
  font-size: 22px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0;
  color: white;
  text-align: center;
}

#pizza-tradition-section .highlight-box p strong:last-child {
  font-weight: 700;
  font-size: 17px;
}

#pizza-tradition-section .image-right {
  width: 40%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 0;
  padding-right: 0;
}

#pizza-tradition-section .collage-grid {
  display: flex;
  gap: 15px;
  height: 700px;
}

#pizza-tradition-section .collage-column-1 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#pizza-tradition-section .collage-column-2 {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

#pizza-tradition-section .collage-bottom-row {
  display: flex;
  gap: 15px;
}

#pizza-tradition-section .collage-img {
  object-fit: cover;
}

#pizza-tradition-section .collage1 {
  width: 393px;
  height: 425px;
}

#pizza-tradition-section .collage2 {
  width: 393px;
  height: 271px;
}

#pizza-tradition-section .collage3 {
  width: 360px;
  height: 333px;
}

#pizza-tradition-section .collage4 {
  width: 155px;
  height: 363px;
}

#pizza-tradition-section .collage5 {
  width: 189px;
  height: 363px;
}

#reviews-section {
  background-color: #ffffff;
  padding: 60px 0;
}

#reviews-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
}

#reviews-section .reviews-content {
  max-width: 100%;
  margin: 0 auto;
}

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

#reviews-section .google-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

#reviews-section .google-logo {
  height: 70px;
  width: auto;
}

#reviews-section .rating-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
}

#reviews-section .review-count {
  font-family: var(--font-Lato);
  font-size: 20px;
  color: #0f0f0f;
  font-weight: 300;
}

#reviews-section .rating-display {
  display: flex;
  align-items: center;
  gap: 8px;
}

#reviews-section .rating-score {
  font-family: var(--font-Lato);
  font-size: 32px;
  color: #0f0f0f;
  font-weight: 700;
}

#reviews-section .rating-stars {
  height: 20px;
  width: auto;
}

#reviews-section .header-controls {
  display: flex;
  align-items: center;
  gap: 75px;
}

#reviews-section .navigation-controls {
  display: flex;
  gap: 15px;
}

#reviews-section .prev-btn img {
  margin-left: -4px;
}

#reviews-section .next-btn img {
  margin-right: -4px;
}

#reviews-section .nav-btn {
  background-color: #f8f9fa;
  border: 1px solid #dadce0;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

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

#reviews-section .nav-btn i {
  color: #5f6368;
  font-size: 14px;
}

#reviews-section .nav-btn img {
  width: 20px;
  height: 20px;
}

#reviews-section .comments-btn {
  background-color: #197aff;
  color: white;
  padding: 20px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-family: var(--font-Lato);
  font-size: 20px;
  font-weight: 300;
  transition: background-color 0.3s ease;
}

#reviews-section .comments-btn strong {
  font-weight: 700;
}

#reviews-section .comments-btn:hover {
  background-color: #3367d6;
}

#reviews-section .reviews-carousel {
  position: relative;
  overflow: hidden;
}

#reviews-section .reviews-slider {
  position: relative;
  width: 100%;
}

#reviews-section .review-card {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #eaeff2;
  padding: 30px;
  border-radius: 20px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(50px);
  transition: all 0.5s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#reviews-section .review-card.active {
  position: relative;
  opacity: 1;
  visibility: visible;
  transform: translateX(0);
}

#reviews-section .review-user {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

#reviews-section .user-avatar {
  width: 105px;
  height: auto;
  object-fit: cover;
}

#reviews-section .user-info {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

#reviews-section .user-name {
  font-family: var(--font-Lato);
  font-size: 29px;
  color: #0f0f0f;
  font-weight: 600;
  margin: 0;
  width: 100%;
}

#reviews-section .user-stars {
  height: 16px;
  width: auto;
  align-self: flex-start;
}

#reviews-section .review-text {
  flex: 1;
  margin-bottom: 20px;
}

#reviews-section .review-text p {
  font-family: var(--font-opensans);
  font-size: 17px;
  color: #616161;
  line-height: 1.6;
  font-weight: 600;
  margin: 0;
}

#reviews-section .review-ratings {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: flex-end;
  padding-top: 15px;
  border-top: none;
}

#reviews-section .rating-item {
  display: flex;
  align-items: center;
  gap: 5px;
}

#reviews-section .rating-label {
  font-family: var(--font-Lato);
  font-size: 14px;
  color: #0f0f0f;
  font-weight: 600;
}

#reviews-section .rating-value {
  font-family: var(--font-Lato);
  font-size: 14px;
  color: #0f0f0f;
  font-weight: 400;
}

#reviews-section .reviews-header {
  padding: 20px;
}

#reviews-section .review-card {
  padding: 20px;
  height: auto;
  min-height: 300px;
}

#location-bar {
  background-color: #b40e25;
  padding: 50px 0;
  box-shadow: inset 0 7px 5px -5px rgba(0, 0, 0, 0.5);
}

#location-bar .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

#location-bar .location-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

#location-bar .location-icon {
  background-color: #0f6027;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#location-bar .location-icon i {
  color: #ffffff;
  font-size: 16px;
}

#location-bar .location-text {
  color: #ffffff;
  font-family: var(--font-opensans);
  font-size: 17px;
  font-weight: 400;
}

#location-bar .location-text span {
  text-transform: initial;
}

#mapa {
  padding: 0;
  position: relative;
}

#mapa .container {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

#mapa .map-container {
  width: 100%;
  height: 650px;
  position: relative;
}

#mapa .map-container iframe {
  width: 100%;
  height: 100%;
  border: 0;
  display: block;
}

/*menu*/

#menu-section {
  background-color: #ffffff;
  padding: 80px 0;
}

#menu-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#menu-section .menu-image-container {
  text-align: center;
  margin: 0 auto;
}

#menu-section .menu-image-container img {
  max-width: 100%;
  height: auto;
}

#menu-hero {
  background-image: url("../img/menu/background.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  height: 400px;
  display: flex;
  align-items: center;
  position: relative;
}

#menu-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
}

#menu-hero .container {
  position: relative;
  z-index: 2;
}

#menu-hero .menu-hero-content {
  text-align: center;
}

#menu-hero .menu-hero-content h2 {
  font-family: var(--font-Arial);
  font-size: 65px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  margin: 0;
  line-height: 1;
}

#menu-hero .red-text {
  color: #b4292c;
  font-weight: 800;
}

#menu-hero .green-text {
  color: #318142;
  font-weight: 800;
}

#menu-section-2,
#menu-section-3,
#menu-section-4 {
  background-color: #ffffff;
  padding: 20px 0;
}

#menu-section-2 .container,
#menu-section-3 .container,
#menu-section-4 .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

#menu-section-2 .menu-image-container,
#menu-section-3 .menu-image-container,
#menu-section-4 .menu-image-container {
  text-align: center;
  margin: 0 auto;
}

#menu-section-2 .menu-image-container img,
#menu-section-3 .menu-image-container img,
#menu-section-4 .menu-image-container img {
  max-width: 100%;
  height: auto;
}

#pizza-kit {
  background-image: url("../img/menu/background-kit.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  padding: 80px 0;
  position: relative;
}

#pizza-kit .container {
  position: relative;
  z-index: 2;
}

#pizza-kit .kit-content {
  text-align: center;
  padding: 15px 0;
  position: relative;
}

#pizza-kit .kit-content::before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(min(1100px, 100%));
  height: 460px;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: -1;
}

#pizza-kit .kit-text h2 {
  font-family: var(--font-Arial);
  font-size: 56px;
  font-weight: 200;
  color: #ffffff;
  margin: 0;
  line-height: 1;
}

#pizza-kit .white-bold {
  font-weight: 900;
}

#pizza-kit .extras-line {
  background-color: #318142;
  width: 100%;
  padding: 15px;
  position: relative;
  z-index: 2;
}

#pizza-kit .extras-line p {
  text-align: center;
  color: #ffffff;
  font-family: var(--font-opensans);
  font-size: 32px;
  font-weight: 400;
  margin: 0;
}

#pizza-kit .price-section {
  text-align: center;
  padding: 40px 0 80px 0;
}

#pizza-kit .price-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}

#pizza-kit .price-label {
  font-family: var(--font-opensans);
  font-size: 42px;
  font-weight: 400;
  color: #ffffff;
}

#pizza-kit .price-image {
  max-width: 300px;
  height: auto;
}

#pizza-kit .price-subtitle {
  font-family: var(--font-opensans);
  font-size: 45px;
  font-weight: 900;
  color: #ffffff;
  text-transform: uppercase;
}

/*pizzas*/
#pizzas-gallery {
  background-color: #ffffff;
  padding: 80px 0;
}

#pizzas-gallery .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

#pizzas-gallery .pizzas-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

#pizzas-gallery .pizzas-grid::after {
  content: "";
  flex: 0 0 calc(75% - 60px);
}

#pizzas-gallery .pizza-item {
  flex: 0 0 232px;
  max-width: 232px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

#pizzas-gallery .pizza-item img {
  width: 100%;
  height: auto;
}

/*Eventos*/

#eventos-section-2 {
  background-color: #ffffff;
  padding: 0 0 80px 0;
}

#eventos-section {
  background-color: #ffffff;
  padding: 80px 0;
}

#eventos-section-2 .container,
#eventos-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

#eventos-section-2 .menu-image-container,
#eventos-section .menu-image-container {
  text-align: center;
  margin: 0 auto;
}

#eventos-section-2 .menu-image-container img,
#eventos-section .menu-image-container img {
  max-width: 100%;
  height: auto;
}

/*Termino condiciones*/

#terminos-section {
  background-color: #ffffff;
  padding: 40px 0;
}

#terminos-section .container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 20px;
}

#terminos-section .menu-image-container {
  text-align: center;
  margin: 0 auto;
}

#terminos-section .menu-image-container img {
  max-width: 100%;
  height: auto;
}

a#toTop {
  width: 40px;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  border-radius: 50%;
  position: fixed;
  background: #b40e25;
  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;
}
