@charset "UTF-8";
/* Font  */
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Regular.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 400;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Noto Sans";
  src: url("../font/NotoSans-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Noto Sans Condensed";
  src: url("../font/NotoSans-SemiBold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 600;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Noto Sans Condensed";
  src: url("../font/NotoSans_Condensed-Bold.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 700;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Noto Sans Condensed";
  src: url("../font/NotoSans_Condensed-Black.ttf") format("truetype"); /* Safari, Android, iOS */
  font-style: normal;
  font-weight: 900;
  text-rendering: optimizeLegibility;
}
/* Variables de Sass */
@keyframes pulse2 {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
}
div.menu {
  position: absolute;
  background-color: transparent;
  width: 100%;
  min-height: 85px;
  max-height: 85px;
  margin-top: 20px;
  z-index: 4;
}
div.menu .container {
  max-width: 1700px;
  position: relative;
}
div.menu figure {
  margin: 0;
}
div.menu img {
  max-width: 156px;
  margin: 0 auto;
  display: block;
  z-index: 1;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
  background-image: url(../imagenes/back-menu.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
div.menu .hamburger {
  position: relative;
  right: 0px;
  top: 14px;
  transform: translate3d(0, 0, 0);
  transition: transform 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
  z-index: 1002;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  padding: 13px 9px;
  width: 50px;
  height: 45px;
  margin: 3px 0 0 auto;
  border-radius: 8px;
}
div.menu .hamburger.is-active {
  background-color: none;
}
div.menu .hamburger.is-active {
  position: fixed;
  background-color: transparent;
  left: initial;
  top: 20px;
  height: 20px;
  width: 20px;
  padding: 10px 30px;
  right: 10%;
}
div.menu ._layer {
  background: #000;
  margin-bottom: 5px;
  border-radius: 2px;
  width: 40px;
  height: 3px;
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: all 0.25s cubic-bezier(0.05, 1.04, 0.72, 0.98);
}
div.menu .hamburger.is-active ._layer {
  background: #a91828;
}
div.menu .hamburger:hover .-top {
  transform: translateY(-100%);
}
div.menu .hamburger:hover .-bottom {
  transform: translateY(100%);
}
div.menu .hamburger.is-active .-top {
  transform: translateY(200%) rotate(45deg) !important;
}
div.menu .hamburger.is-active .-mid {
  opacity: 0;
}
div.menu .hamburger.is-active .-bottom {
  transform: translateY(-200%) rotate(135deg) !important;
}
div.menu .menuppal.is_active {
  transform: translate3d(0px, 0px, 0px);
}
div.menu .menuppal {
  background-color: rgba(255, 255, 255, 0.98);
  bottom: 0;
  height: 100%;
  left: 0;
  overflow-y: scroll;
  position: fixed;
  top: 0;
  transform: translate3d(0px, -100%, 0px);
  transition: transform 0.35s cubic-bezier(0.05, 1.04, 0.72, 0.98) 0s;
  width: 100%;
  z-index: 1001;
}
div.menu .menuppal ul {
  margin: 0;
  padding: 0;
  padding-top: 40px;
}
div.menu .menuppal ul li {
  list-style: none;
  height: 3em;
  color: var(--negro, #212529);
  text-align: center;
  font-family: "Noto Sans";
  font-weight: 600;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
div.menu .menuppal ul li a {
  text-decoration: none;
  color: #000;
  transition: all 0.3s linear;
}
div.menu .menuppal ul li a.btnbr {
  color: white;
}
div.menu .menuppal ul li a.btnbr:hover {
  background-color: #000;
  color: #fff;
}
div.menu .menuppal ul li a:hover {
  text-decoration: none;
  color: #a91828;
  zoom: 1.1;
}
div.menu .btn,
div.menu .btnbr,
div.menu input.hs-button.primary.large,
div.menu a.btn.btnbr {
  background-color: #a91828;
  text-transform: uppercase;
}
div.menu .btn img,
div.menu .btnbr img,
div.menu input.hs-button.primary.large img,
div.menu a.btn.btnbr img {
  display: inline-block;
  margin: 0;
}
div.menu .btn:hover,
div.menu .btnbr:hover,
div.menu input.hs-button.primary.large:hover,
div.menu a.btn.btnbr:hover {
  background-color: #a91828;
  color: black;
}
div.menu .menu .container {
  max-width: 1560px;
}

@media screen and (max-width: 1540px) {
  div.menu .container {
    padding-left: 45px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 992px) {
  div.menu .container {
    max-width: 760px;
  }
  div.menu .menuppal ul li {
    font-size: 1.2rem;
    line-height: 2em;
    height: 3em;
  }
  div.menu .hamburger {
    top: 10px;
  }
  div.menu img {
    max-width: 120px;
    margin: 0 auto;
    display: block;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  div.menu img {
    max-width: 80px;
  }
}
html,
body {
  width: 100%;
  overflow-x: hidden !important;
}

section {
  padding: 100px 0;
}

img {
  max-width: 100%;
  width: 100%;
}

p b {
  font-weight: 700;
}

h1 {
  color: #000;
  text-align: center;
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 69px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  text-transform: uppercase;
  margin-bottom: 20px;
}

h2 {
  color: #fff;
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  line-height: 1.1;
  margin-bottom: 30px;
}

h6 {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 40px;
}

p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 20px;
}

.banner p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  line-height: 1.5;
}

h4 {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.btn,
.btnbr,
input.hs-button.primary.large,
a.btn.btnbr {
  padding: 12px 40px;
  border-radius: 50px;
  background: var(--Amarilla, #f9b42d); /* Using variable but fallback to new yellow */
  background-color: #fdb913; /* Enforcing the yellow explicitly requested */
  color: #fff;
  text-align: center;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  border: none;
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  display: inline-block;
  width: auto;
  text-decoration: none;
}
.btn:hover,
.btnbr:hover,
input.hs-button.primary.large:hover,
a.btn.btnbr:hover {
  opacity: 1;
  background-color: #db9c02;
  color: white;
}

a {
  text-decoration: none;
}

.hiddenD {
  display: none;
}

.swiper {
  padding-bottom: 50px;
  padding: 30px;
}

.bg2 {
  background-image: url(../imagenes/Fondopasos.png);
  background-position: center;
  background-size: cover;
}

.swiper-button-next,
.swiper-button-prev {
  position: relative;
  width: auto;
}
.swiper-button-next::after,
.swiper-button-prev::after {
  display: none;
}

@media screen and (max-width: 992px) {
  .hiddenDL {
    display: block;
  }
  .hiddenD {
    display: none;
  }
  h1 {
    font-size: 60px;
    margin-bottom: 20px;
  }
  h2 {
    font-size: 32px;
  }
  p {
    font-size: 18px;
  }
}
@media screen and (max-width: 767px) {
  .hiddenD {
    display: block;
  }
  .hiddenM {
    display: none !important;
  }
  h1 {
    font-size: 32px;
    line-height: 40px;
  }
  h1 br {
    display: none;
  }
  .banner p {
    font-size: 17px;
    line-height: 28px;
  }
  h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 20px;
  }
  h6 {
    font-size: 16px;
  }
  .swiper {
    padding: 0;
  }
}
section.banner {
  background-image: url("../imagenes/header.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 330px 0 250px; /* Increased bottom padding to give space before the red section */
  position: relative;
}
section.banner::before {
  content: "";
  background-image: url("../imagenes/PizzaDerecha.png");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0; /* Align to very top */
  left: 0;
  z-index: 1;
  width: 25vw;
  height: 50vw; /* Aspect ratio */
  max-width: 500px;
  max-height: 700px;
  transform: translateY(-10%);
}
section.banner::after {
  content: "";
  background-image: url("../imagenes/PizzaIzquierda.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right center;
  position: absolute;
  bottom: -80px;
  right: 0;
  z-index: 2;
  width: 30vw;
  height: 60vw;
  max-width: 500px;
  max-height: 800px;
  transform: translate(0, 20%);
}
section.banner .row {
  display: block;
}
section.banner .content-box {
  position: relative;
  z-index: 3;
  text-align: center;
  max-width: 900px;
  margin: 0 auto;
}
section.banner h1 {
  /* Styles inherited from _general.scss */
}
section.banner p {
  max-width: 700px;
  margin: 70px auto 50px;
  text-align: center;
}
section.banner .btn,
section.banner a.btn {
  margin-top: 20px;
  margin: 0 auto;
  width: -moz-max-content;
  width: max-content;
  display: block;
}

@media screen and (max-width: 767px) {
  section.banner {
    padding: 200px 15px 200px;
  }
  section.banner::before {
    width: 30%;
    top: 10px;
  }
  section.banner::after {
    bottom: 0;
    width: 161px;
  }
}
section.nosotros {
  background-image: url("../imagenes/nosotros.png");
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 280px 0 400px;
  position: relative;
  /* Optional: If the torn paper is part of the BG, we just need to ensure it meets the white section properly. 
     Usually header.png ends white and nosotros.png starts red. */
}
section.nosotros .container {
  max-width: 1350px;
}
section.nosotros .cont2 {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.nosotros .cont {
  display: flex;
  justify-content: center;
  flex-direction: column;
}
section.nosotros .cont h6 {
  color: #fff;
  /* Font styles inherited */
}
section.nosotros .cont h2 {
  color: #fff;
  text-transform: none; /* Override if needed, otherwise inherit */
}
section.nosotros .cont-text p {
  color: #fff;
  margin-left: 60px;
  /* Font styles inherited */
}

@media (max-width: 992px) {
  section.nosotros {
    padding: 200px 15px 220px;
  }
  section.nosotros .cont-text p {
    margin-left: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.nosotros {
    padding: 60px 15px 150px;
    background-position: top center;
    /* Ensure the torn part (if top of image) is visible */
  }
  section.nosotros h2 {
    margin-bottom: 40px;
  }
  section.nosotros .cont-text p {
    margin-left: 0;
  }
}
section.beneficios {
  padding: 100px 0;
  background-color: #fff; /* Ensure white background for section */
}
section.beneficios .woman-image {
  position: relative;
  /* Add rotation or style if needed, image seems slightly tilted in design */
}
section.beneficios .woman-image img {
  max-width: 90%;
  height: auto;
  display: block;
  margin: 0 auto;
}
section.beneficios .swiper {
  padding: 20px;
}
section.beneficios .cardbene {
  border-radius: 20px;
  border: 2px solid #b91b2f; /* Red border */
  background: #fff;
  padding: 40px 30px;
  min-height: 350px; /* Ensure consistent height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
section.beneficios .cardbene h4 {
  color: #b91b2f; /* Red text */
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.beneficios .cardbene hr {
  border-top: 2px solid #b91b2f; /* Red line */
  width: 50%;
  margin: 0 auto 20px;
  opacity: 1;
}
section.beneficios .cardbene p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
  line-height: 1.5;
}
section.beneficios .btnslider {
  display: flex;
  justify-content: left; /* Center buttons below slider */
  gap: 10px;
  margin-top: 30px;
  /* Clean up default swiper blue default */
}
section.beneficios .btnslider .swiper-button-prev,
section.beneficios .btnslider .swiper-button-next {
  position: static; /* Remove default absolute positioning */
  margin: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}
section.beneficios .btnslider .swiper-button-prev::after {
  content: "prev";
}
section.beneficios .btnslider .swiper-button-next::after {
  content: "next";
}

@media screen and (max-width: 992px) {
  section.beneficios .col-md-5 {
    margin-bottom: 50px; /* Space between image and slider on mobile */
  }
  section.beneficios .woman-image img {
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  section.beneficios {
    padding: 60px 0;
  }
  section.beneficios .cardbene {
    padding: 30px 20px;
    min-height: 340px;
  }
  section.beneficios .cardbene h4 {
    font-size: 22px;
  }
  section.beneficios .btnslider {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-top: 30px;
    flex-direction: row;
  }
}
section.form {
  padding: 150px 0 200px;
  position: relative;
  background-color: #fff;
  overflow: visible;
  /* HubSpot Overrides */
}
section.form .container {
  max-width: 1540px;
}
section.form .form-wrapper {
  position: relative;
}
section.form img.tomates-deco {
  width: 124.789px;
}
section.form .pizza-deco {
  position: absolute;
  top: -150px;
  left: -120px;
  width: 280px;
  z-index: 0;
}
section.form .tomatoes-deco {
  max-width: 150px;
  margin-top: 30px;
  display: block;
  margin-left: auto;
}
section.form .contForm {
  position: relative;
  z-index: 1;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08); /* Soft shadow */
  padding: 40px;
  border: 1px solid #eee;
}
section.form h6 {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  display: block;
  text-align: left;
}
section.form h2 {
  color: #000;
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 47px;
  line-height: 1.1;
  font-weight: 900;
  text-align: left;
}
section.form form {
  padding: 0;
  margin: 0;
}
section.form fieldset {
  max-width: 100%;
}
section.form section.form .hs-form-field {
  margin-bottom: 5px;
}
section.form label {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  display: block;
}
section.form input[type=text],
section.form input[type=email],
section.form input[type=tel],
section.form textarea,
section.form select {
  background: transparent !important;
  border: none !important;
  border-bottom: 1px solid #ccc !important;
  border-radius: 0 !important;
  padding: 10px 0 !important;
  width: 100% !important;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  color: #000;
  box-shadow: none !important;
}
section.form input[type=text]:focus,
section.form input[type=email]:focus,
section.form input[type=tel]:focus,
section.form textarea:focus,
section.form select:focus {
  border-bottom-color: #000 !important;
  outline: none;
}
section.form input.hs-button.primary {
  background-color: #fdb913 !important;
  background-image: none !important;
  border: none !important;
  border-radius: 50px !important;
  padding: 15px 40px !important;
  color: #fff !important;
  font-family: "Noto Sans", sans-serif !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  font-size: 16px !important;
  margin-top: 20px;
  cursor: pointer;
  display: block;
  width: 50%;
  transition: background 0.3s;
}
section.form input.hs-button.primary:hover {
  background-color: #db9c02 !important;
  opacity: 1 !important;
}

@media screen and (max-width: 992px) {
  section.form {
    padding: 60px 0;
  }
  section.form .pizza-deco {
    width: 120px;
    top: -40px;
    left: -20px;
  }
  section.form .contForm {
    padding: 30px 20px;
  }
  section.form .text-col {
    margin-top: 50px;
    text-align: center;
  }
  section.form h2,
  section.form h6 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  section.form .tomatoes-deco {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 767px) {
  section.form {
    padding: 40px 15px 100px;
  }
  section.form h6 {
    text-align: left;
  }
  section.form h2 {
    text-align: left;
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 130px;
  }
  section.form img.tomates-deco {
    width: 84.789px;
    position: absolute;
    bottom: 30px;
    right: 30px;
  }
  section.form .pizza-deco {
    width: 120px;
    top: -70px;
    left: -20px;
  }
}
section.datos {
  padding: 0;
  position: relative;
  background-color: #000;
}
section.datos .videoDatos {
  line-height: 0; /* Removing potential gap below video */
  width: 100%;
}
section.datos .videoDatos video {
  width: 100%;
  height: auto;
  display: block;
}
section.datos .container {
  max-width: 1450px;
}
section.datos .datos-content {
  /* background-image removed/hidden as video takes over on desktop */
  padding: 300px 0;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  /* Optional overlay if text contrast is needed */
}
section.datos .datos-content .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 0;
}
section.datos .datos-content::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  pointer-events: none;
}
section.datos .datos-content .container {
  position: relative;
  z-index: 2;
}
section.datos h6 {
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  text-transform: none; /* As per image "Datos duros" is mixed case? Let's assume sentence case */
  text-align: left;
}
section.datos h2 {
  color: #fff;
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 48px;
  text-transform: none;
  margin-bottom: 50px;
  text-align: left;
}
section.datos .carddatos {
  background-color: #e31837; /* Red */
  border-radius: 30px;
  padding: 100px 30px;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  /* Double border effect using box-shadow or pseudo element? 
       Design shows a thin white line INSIDE the card. */
}
section.datos .carddatos::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  pointer-events: none;
}
section.datos .carddatos p {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
  margin: 0;
  position: relative;
  z-index: 2;
}
section.datos .carddatos p b {
  font-family: "Noto Sans Condensed", sans-serif;
}
section.datos .carddatos .deco-flower {
  position: absolute;
  width: 70px;
  height: auto;
  z-index: 1;
}
section.datos .carddatos .top-left {
  top: 10px;
  left: 10px;
}
section.datos .carddatos .bottom-right {
  bottom: 10px;
  right: 10px;
}

@media screen and (max-width: 992px) {
  section.datos .datos-content {
    padding: 100px 0;
  }
  section.datos .carddatos p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
  }
}
@media screen and (max-width: 767px) {
  section.datos .datos-content {
    background-position: top center; /* Image goes top as requested */
    padding: 300px 20px 80px; /* Huge top padding to reveal image, content pushed down */
    /* If 'PizzaVídeo.jpg' is vertical in mobile usage, or just the top part is essential */
  }
  section.datos .datos-content::before {
    display: none;
  }
  section.datos h6,
  section.datos h2 {
    text-align: left;
    color: #000;
  }
  section.datos .carddatos {
    padding: 30px 20px;
    min-height: 200px;
  }
  section.datos {
    background-color: white;
  }
  section.datos .datos-content {
    background-image: none;
    background-color: white;
  }
  section.datos {
    padding: 40px 0 100px;
  }
  section.datos h6 {
    margin-bottom: 20px;
  }
  section.datos h2 {
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 10px;
  }
  section.datos .datos-content {
    background-position: top center;
    padding: 40px 20px 80px;
  }
}
section.galeria {
  padding: 150px 0;
  background-color: #fff;
}
section.galeria .swiper {
  padding: 0;
}
section.galeria .row .contGale {
  padding: 0;
}
section.galeria h6 {
  color: #000 !important;
  display: block; /* Ensure visibility */
}
section.galeria h2 {
  color: #000 !important;
  font-family: "Noto Sans Condensed", sans-serif;
  margin-bottom: 80px;
  display: block; /* Ensure visibility */
}
section.galeria .swiper-wrapper {
  align-items: center; /* Center images vertically if aspect ratios differ */
}
section.galeria .swiper-slide {
  height: auto;
}
section.galeria .swiper-slide figure {
  margin: 0;
  overflow: hidden;
  border-radius: 0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}
section.galeria .swiper-slide figure img {
  width: 100%;
  display: block;
}
section.galeria .btnslider {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 40px;
}
section.galeria .btnslider .swiper-button-prev,
section.galeria .btnslider .swiper-button-next {
  position: static;
  margin: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
  /* Clean up default swiper blue default */
}

@media screen and (max-width: 992px) {
  section.galeria {
    padding: 60px 0;
  }
}
@media screen and (max-width: 767px) {
  section.galeria h2 {
    padding: 0 20px;
  }
}
section.distintivo {
  padding: 320px 0;
  position: relative;
  background-image: url("../imagenes/diferencial.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff;
  /* Pizza Decoration */
}
section.distintivo::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: 10%;
  width: 400px;
  height: 400px;
  background-image: url(../imagenes/PizzaDiferencial.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
section.distintivo .container {
  position: relative;
  z-index: 2; /* Content above pizza */
}
section.distintivo h6 {
  color: #fff;
}
section.distintivo h2 {
  color: #fff;
}
section.distintivo .text-content p {
  color: #fff;
}
section.distintivo .text-content p b {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  section.distintivo {
    padding: 100px 0;
  }
  section.distintivo::after {
    width: 200px;
    height: 200px;
    right: -20px;
    bottom: -20px;
  }
}
@media screen and (max-width: 767px) {
  section.distintivo {
    padding: 120px 15px 250px; /* Huge bottom padding to make space for pizza on mobile */
    text-align: left;
    background-position: 40% 0px;
  }
  section.distintivo::after {
    width: 250px;
    height: 250px;
    right: 0;
    left: 0;
    margin: 0 auto;
    bottom: -50px;
  }
}
section.video {
  padding: 200px 0;
}
section.video h6,
section.video h2,
section.video p {
  text-align: center;
  color: #000;
  text-transform: none;
}
section.video p {
  margin-bottom: 40px;
}
section.video h2 {
  margin-bottom: 70px;
}
section.video iframe {
  padding: 0 !important;
  width: 80%;
  height: 480px;
  border-radius: 10px;
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 992px) {
  section.video {
    padding: 100px 20px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  section.video {
    padding: 150px 0 100px;
  }
  section.video iframe {
    padding: 0 !important;
    width: 100%;
    height: 400px;
    border-radius: 20px;
  }
}
section.diferencial2 {
  padding: 100px 0;
  background-color: #fff;
  position: relative;
  /* Decorations */
}
section.diferencial2 h6 {
  color: #000;
  text-align: center;
}
section.diferencial2 h2 {
  color: #000;
  text-align: center;
  margin: 0 auto 50px;
}
section.diferencial2 p {
  color: #000;
  text-align: center;
  max-width: 800px;
  margin: 0 auto 20px;
}
section.diferencial2 p b {
  font-weight: 700;
}
section.diferencial2 .deco-pizza-right {
  position: absolute;
  top: -100px;
  right: 13%;
  max-width: 20vw;
  z-index: 1;
  width: 291.596px;
  height: 409.549px;
}
section.diferencial2 .deco-tomates-left {
  position: absolute;
  bottom: 50px;
  left: 13%;
  width: 120px;
  max-width: 20vw;
  z-index: 1;
}

@media screen and (max-width: 992px) {
  section.diferencial2 {
    padding: 80px 0;
  }
  section.diferencial2 .deco-pizza-right {
    width: 100px;
  }
  section.diferencial2 .deco-tomates-left {
    width: 80px;
    bottom: 20px;
  }
  section.diferencial2 .deco-pizza-right {
    width: 170px;
    height: auto;
  }
  section.diferencial2 .deco-tomates-left {
    width: 80px;
    bottom: -20px;
    left: 30px;
  }
}
@media screen and (max-width: 767px) {
  section.diferencial2 {
    padding: 60px 0;
    /* Ensure text doesn't overlap decorations on small screens */
  }
  section.diferencial2 h2 br {
    display: none;
  }
  section.diferencial2 .container {
    padding: 0 30px;
  }
  section.diferencial2 .deco-pizza-right {
    top: -60px;
    right: 6%;
  }
}
section.pasos {
  padding: 100px 0;
}
section.pasos h6 {
  color: #000;
}
section.pasos h2 {
  color: #000;
  text-align: left;
  margin-bottom: 40px;
}
section.pasos .img-fluid {
  max-width: 90%;
  margin: 0 0 0 auto;
  display: block;
}
section.pasos .header-pasos {
  padding: 0 30px;
}
section.pasos .cardPasos {
  border-radius: 20px;
  border: 2px solid #b91b2f; /* Red border */
  background: #fff;
  padding: 40px 30px;
  min-height: 380px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  text-align: left;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
section.pasos .cardPasos .number {
  color: #b91b2f;
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  margin-right: 15px;
}
section.pasos .cardPasos .linea-roja {
  flex-grow: 1;
  height: 2px;
  background-color: #b91b2f;
  margin-top: 20px;
}
section.pasos .cardPasos h4 {
  color: #000;
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 20px;
}
section.pasos .cardPasos p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
}
section.pasos .btnslider {
  display: flex;
  justify-content: flex-start; /* Left aligned or center depending on preference, left usually best for text column */
  gap: 20px;
  margin-top: 30px;
  padding-left: 20px;
}
section.pasos .btnslider .swiper-button-prev,
section.pasos .btnslider .swiper-button-next {
  position: static;
  margin: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.3s ease;
}

@media screen and (max-width: 992px) {
  section.pasos {
    padding: 120px 0;
    text-align: center;
  }
  section.pasos .btnslider {
    justify-content: center;
  }
  section.pasos .cardPasos {
    min-height: auto; /* Allow natural height on mobile/tablet */
    margin-bottom: 20px;
  }
  section.pasos .cardPasos {
    min-height: 290px;
    margin-bottom: 20px;
  }
  section.pasos .cardPasos {
    min-height: 380px;
    margin-bottom: 20px;
  }
  section.pasos .img-fluid {
    max-width: 100%;
    margin: 40px auto;
    display: block;
  }
}
.bannerFooter {
  padding: 100px 0;
  text-align: center;
}
.bannerFooter h2 {
  color: #000;
  font-family: "Noto Sans Condensed", sans-serif;
  font-size: 69px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 40px;
  line-height: 1;
}
.bannerFooter p {
  color: #000;
  font-family: "Noto Sans", sans-serif;
  margin: 0 auto 30px;
  line-height: 1.4;
}
.bannerFooter p b {
  font-weight: 700;
}
.bannerFooter a.btnbr {
  background: #fdb913;
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  color: #fff;
  font-family: "Noto Sans", sans-serif;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  display: inline-block;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.bannerFooter a.btnbr:hover {
  background-color: #db9c02;
  transform: translateY(-2px);
  text-decoration: none;
  color: #000;
}

footer {
  background-color: #b91b2f;
}
footer p.copy {
  background-color: transparent;
  text-align: center;
  color: #fff;
  padding: 15px 0;
  margin: 0;
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
}
footer p.copy b {
  font-weight: 700;
}

@media screen and (max-width: 992px) {
  .bannerFooter h2 {
    font-size: 50px;
  }
}
@media screen and (max-width: 767px) {
  .bannerFooter h2 {
    font-size: 39px;
  }
}/*# sourceMappingURL=styles.css.map */