@font-face {
  font-family: "Garage Gothic";
  src: url(assets/fonts/garage-gothic.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Light";
  src: url(assets/fonts/OpenSans-Light.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans";
  src: url(assets/fonts/OpenSans-Regular.ttf) format("truetype");
}
@font-face {
  font-family: "Open Sans Bold";
  src: url(assets/fonts/OpenSans-Bold.ttf) format("truetype");
}

/* Generales */
body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: clip;
  padding-top: 100vh;
}

/* Bloque 1 (fondo fijo) */

#bloque-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 100dvh; /* permite crecer más allá del alto visible */
  overflow-y: auto; /* permite scroll si el contenido es mayor */
  z-index: 0;
  pointer-events: none;
}
#bloque-1 .container {
  pointer-events: auto;
  padding-bottom: 50px; /* espacio de respiro si el contenido crece */
}

.bg-hero {
  background-image: url("assets/01_cabecera/bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}
.logo img {
  width: 245px;
  max-width: 248px;
  margin-bottom: 20px;
}
.title-h1 {
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(2rem, 5vw + 1rem, 6.25rem);
  color: #002d72;
  text-transform: uppercase;
  margin-bottom: 30px;
}

.title-h1-spn {
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(1.5rem, 4vw + 1rem, 3.125rem);
  color: #002d72;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.pastilla {
  background: rgba(255, 255, 255, 0.8);
  padding: 30px;
  border-radius: 20px;
  margin-top: 20px;
  padding-bottom: 80px;
}
.pastilla h2 {
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(1.25rem, 3vw + 0.5rem, 2.5rem 40px);
  color: #002d72;
  text-transform: uppercase;
  text-align: center;
}
.pastilla p {
  font-size: clamp(1rem, 2vw + 0.5rem, 1.5rem);
  color: #002d72;
}
.rojo {
  font-size: clamp(0.9rem, 1.5vw + 0.3rem, 1.125rem) !important;
  color: #e40137 !important;
}
.boton {
  margin-top: -60px;
}
.boton a {
  background-color: #e40137;
  color: #fff;
  font-family: "Garage Gothic", sans-serif;
  padding: 20px 80px;
  font-size: clamp(2rem, 6vw + 1rem, 4.375rem);
  border-radius: 20px;
  text-decoration: none;
  display: inline-block;
}

.boton a:hover {
  background-color: #00205b;
}
@media (max-width: 768px) {
  .pastilla {
    margin-top: 40px;
  }
}
.titular-div {
  margin-top: -230px;
}
.titular-rojo {
  margin-left: -130px;
}
.titular-azul {
  color: #177b9c;
  text-align: center;
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(32px, 5vw, 65px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 30px;
}
.titular-azul-02 {
  color: #087597;
  text-align: center;
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(20px, 2.2vw, 35px);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 20px;
  margin-left: -200px;
}
.ficticio{
  margin-top: 8rem;
}
/* Bloque 2  */
#bloque-2 {
  position: sticky;
  top: 0;
  z-index: 1;
  min-height: 100vh;
}
.bg-rojo {
  background: linear-gradient(#e40137, #e40137),
    url("assets/00_commons/BG-gotas.jpg") center center / cover no-repeat;
  background-blend-mode: multiply;
  height: 100vh;
  position: relative;
}
.titulo-pasos,
.titulo-participa {
  font-family: "Garage Gothic", sans-serif;
  color: white;
  text-transform: uppercase;
}
.titulo-pasos {
  font-size: clamp(1.5rem, 4vw + 1rem, 3.125rem);
  margin-bottom: 10px;
}
.titulo-participa {
  font-size: clamp(2rem, 6vw + 1rem, 5rem);
  margin-top: 30px;
  margin-bottom: 20px;
}
.paso {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.numero-paso {
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(4rem, 10vw + 2rem, 15.625rem);
  color: white;
  position: absolute;
  left: 45px;
}
.texto-paso,
.texto-paso-bold {
  font-family: "Open Sans Bold", sans-serif;
  font-size: 25px;
  color: white;
  margin: 0 auto;
  max-width: 320px;
  text-align: center;
  line-height: 25px;
}
.texto-paso-bold {
  font-family: "Open Sans Bold", sans-serif;
  max-width: 300px;
}
.texto-legal {
  font-family: "Open Sans", sans-serif;
  font-size: clamp(0.875rem, 1vw + 0.25rem, 0.9rem);
  color: white;
  margin-top: 20px;
}
.link-legal {
  color: white;
  text-decoration: underline;
}

section:not(#bloque-1):not(#bloque-2),
footer {
  position: relative;
  z-index: 2;
}

/* Bloque 3 */
.bg-azul {
  background-image: url("assets/03_propuesta-valor/bg-multicolor.webp");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 0px;
}
#bloque-3 h4 {
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(1.5rem, 4vw + 1rem, 3.125rem);
  color: white;
  text-transform: uppercase;
  margin-bottom: 40px;
}
#bloque-3 .col-md-3 {
  text-align: center;
  margin-bottom: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#bloque-3 img {
  height: 160px;
  object-fit: contain;
  margin-bottom: 20px;
}
.pastilla-roja {
  background-color: #e40137;
  border-radius: 20px;
  padding: 12px 40px;
  display: inline-block;
  max-width: 280px;
  margin: 0 auto;
}
.pastilla-roja p {
  font-family: "Garage Gothic", sans-serif;
  font-size: 25px;
  line-height: 25px;
  color: white;
  text-transform: uppercase;
  margin: 0;
}

/* Bloque 4 */
.bg-rojo2 {
  background: linear-gradient(#e40137, #e40137),
    url("assets/00_commons/BG-gotas.jpg") center center / cover no-repeat;
  background-blend-mode: multiply;
  padding: 60px 0;
  position: relative;
  color: white;
}
#bloque-4 h5 {
  font-family: "Garage Gothic", sans-serif;
  text-transform: uppercase;
  font-size: clamp(1.5rem, 4vw + 1rem, 5rem);
  color: white;
  margin-bottom: 50px;
}
#bloque-4 .row:nth-child(2) .col {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  text-align: center;
}
#bloque-4 img {
  object-fit: contain;
  margin-bottom: 15px;
}
#bloque-4 .col p {
  text-transform: uppercase;
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(1rem, 2.5vw + 0.5rem, 1.875rem);
  margin: 0;
  color: white;
}
.pastilla-gama {
  background-color: white;
  border-radius: 0;
  text-align: center;
  padding: 15px 18px;
  margin-top: 40px;
  width: 100%;
}
.pastilla-gama-borde {
  border-right: 2px solid #00205b;
}
.pastilla-gama p {
  font-family: "Garage Gothic", sans-serif;
  font-size: clamp(1rem, 2.5vw + 0.5rem, 1.875rem);
  text-transform: uppercase;
  margin: 0;
  color: #00205b;
  font-weight: bold;
  letter-spacing: 0.5px;
}
#bloque-4 .row:last-child .col-md-8,
#bloque-4 .row:last-child .col-md-4 {
  display: flex;
  align-items: center;
  justify-content: center;
}

.row-gama {
  --bs-gutter-x: 0rem 0px;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}

/* Footer */

footer.bg-azul-oscuro {
  background-color: #002d72;
  padding: 40px 0;
  color: white;
  text-align: center;
  font-family: "Garage Gothic", sans-serif;
}

footer .row > div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

footer a {
  color: white;
  font-size: clamp(1.25rem, 3vw + 0.5rem, 2rem);
  text-decoration: none;
  font-family: "Garage Gothic", sans-serif;
  font-weight: bold;
}

footer a:hover {
  text-decoration: underline;
}

footer .rights {
  width: 100%;
  margin-top: 20px;
}

footer .rights p {
  font-size: clamp(1rem, 2.5vw + 0.5rem, 1.5rem);
  margin: 0;
  font-family: "Garage Gothic", sans-serif;
}
/*Bloque nuevo perfect serve*/
.col-margin-left-120 {
  margin-left: -120px;
}
.mleft-50px {
  margin-left: -50px;
}
.mleft50px {
  margin-left: 50px;
}
.vinho-tinto {
  z-index: 99;
}

/*NUEVO*/
.logotipo{
  margin-right: 650px;
}
.titular-rojo {
  margin-top: -180px;
}
.titular-azul {
  margin-left: -200px;
}
/*Media queries*/
@media (min-width: 0px) and (max-width: 767px) {
  #bloque-1 {
    position: relative;
    height: auto;
  }
  body {
    padding-top: 0vh;
  }
  #bloque-2 {
    position: relative;
    height: auto;
    padding: 50px 0px;
  }
  .boton a {
    padding: 20px 40px;
  }
  .boton a {
    font-size: 30px;
  }
  #bloque-1 .col-md-6 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .pastilla-roja p {
    font-size: clamp(1.2rem, 3vw + 0.5rem, 0.875rem);
    margin: 0;
  }
  .pastilla-roja {
    padding: 12px 18px;
  }
  .pastilla-gama p {
    font-size: 12px;
  }
  footer a {
    font-size: 22px;
  }
  footer .rights p {
    font-size: 18px;
  }
  .col {
    width: 100% !important;
  }
  #bloque-4 .col p {
    font-size: 13px;
  }
  .w-60-mob {
    width: 60% !important;
  }
  .w-40-mob {
    width: 40% !important;
  }
  #bloque-3 .col-md-3 {
    width: 50% !important;
  }
  #bloque-3 img {
    height: 100px;
  }
  .titular-div {
    margin-top: 0px;
  }
  .titular-rojo {
    width: 90%;
    margin-left: 20px;
    margin-top: 0px;
  }
  .img-circle {
    width: 50%;
    margin-top: 20px;
  }
  .numero-paso {
    left: 15px;
  }
  .sumo-natural {
    margin-top: 20px;
  }
  .mleft50px {
    margin-left: 0px;
  }
  .m-div-circle {
    margin-left: 50px;
  }
  .titular-azul-02 {
    margin-top: 1rem;
    margin-left: 0px;
    font-size: 28px;
}
.ingredientes{
  margin-top: 5rem!important;
}
.logotipo {
  margin-right: 0px;
}
.titular-azul {
  margin-left: 0px;
  margin-top: 2rem;
}
.ficticio {
  margin-top: 0rem;
}
.titular-azul {
  font-size:45px;
}
}

@media (min-width: 768px) and (max-width: 1023px) {
  #bloque-1 {
    position: relative;
  }
  body {
    padding-top: 0vh;
  }
  #bloque-2 {
    position: relative;
  }
  .boton a {
    padding: 20px 40px;
  }
  .boton a {
    font-size: 30px;
  }
  #bloque-1 .col-md-6 {
    margin-top: 0px;
  }
  .pastilla-roja p {
    font-size: clamp(1.2rem, 3vw + 0.5rem, 0.875rem);
    margin: 0;
  }
  .pastilla-roja {
    padding: 12px 18px;
  }
  .pastilla-gama p {
    font-size: 25px;
  }
  footer a {
    font-size: 22px;
  }
  footer .rights p {
    font-size: 18px;
  }
  .titular-div {
    margin-top: -100px;
  }
  .titular-rojo {
    width: 90%;
    margin-left: 0px;
  }
  .img-circle {
    width: 60%;
  }
  .numero-paso {
    position: relative;
  }
  .sumo-natural {
    margin-top: -20px;
  }
  .titular-azul-02 {
    margin-left: 0px;
    margin-top: 0rem;
}
.ficticio {
  margin-top: 0rem;
}
.titular-azul {
  margin-left: 0px;
  margin-top: 0rem;
}
}
@media (min-width: 1024px) and (max-width: 1399px) {
  #bloque-1 {
    position: relative;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100%;
    z-index: 0;
    pointer-events: none;
  }
  body {
    padding-top: 0vh;
  }
  #bloque-2 {
    position: relative;
  }
  .boton a {
    padding: 20px 40px;
  }
  .boton a {
    font-size: clamp(2rem, 6vw + 1rem, 2.375rem);
  }
  #bloque-1 .col-md-6 {
    margin-top: 0px;
  }
  .pastilla-roja p {
    font-size: 25px;
    margin: 0;
  }
  .titular-div {
    margin-top: -100px;
  }
  .titular-rojo {
    width: 90%;
    margin-left: 0px;
  }
  .img-circle {
    width: 60%;
  }
  .numero-paso {
    left: 0px;
  }
  .img-circle{
    width: 50%;
    height: 50%;
  }
  .ficticio {
    margin-top: 0rem;
}
.titular-azul-02 {
  margin-top: 0rem;
  margin-left: 0px;
}
.titular-azul {
  margin-left: 0px;
  margin-top: 0rem;
}

}

@media (min-width: 1400px) and (max-width: 1710px) {
  .title-h1 {
    font-size: clamp(2rem, 5vw + 1rem, 5rem) !important;
  }
  .boton a {
    font-size: clamp(2rem, 6vw + 1rem, 2.375rem) !important;
  }
  .titulo-participa {
    font-size: clamp(2rem, 6vw + 1rem, 4rem);
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .texto-paso,
  .texto-paso-bold {
    font-size: 25px;
  }
  .pastilla-roja p {
    font-size: 25px;
  }
  #bloque-4 h5 {
    font-size: clamp(1.5rem, 4vw + 1rem, 4rem);
  }
  #bloque-4 .col p {
    font-size: clamp(1rem, 2.5vw + 0.5rem, 1.5rem);
  }
  footer a {
    font-size: clamp(1.25rem, 3vw + 0.5rem, 1.5rem);
  }
  footer .rights p {
    font-size: clamp(1rem, 2.5vw + 0.5rem, 1.3rem);
  }
  .titular-div {
    margin-top: -100px;
  }
  .titular-rojo {
    width: 80%;
  }
  .titulo-pasos {
    padding-top: 30px;
  }
  .mt-div-30px {
    margin-top: -30px;
  }
  .img-circle{
    width: 50%;
    height: 50%;
  }
  
.titular-azul-02 {
  margin-top: 20px;
}
}
@media (min-width: 1400px) and (max-width: 1509px) {
  .img-fluid {
    max-width: 55% !important;
    height: auto;
  }
  .ficticio {
    margin-top: 1rem;
}
}
@media (min-width: 1510px) and (max-width: 1609px) {
  .img-fluid {
    max-width: 60% !important;
    height: auto;
  }
  .ficticio {
    margin-top: 1rem;
}
}
@media (min-width: 1610px) and (max-width: 1709px) {
  .img-fluid {
    max-width: 66% !important;
    height: auto;
  }
  .ficticio {
    margin-top: 1rem;
}
}
@media (min-width: 1710px) and (max-width: 1819px) {
  .img-fluid {
    max-width: 70% !important;
    height: auto;
  }
  .ficticio {
    margin-top: 0rem;
}
}

@media (min-width: 1820px) and (max-width: 1920px) {
  .img-fluid {
    max-width: 70% !important;
    height: auto;
  }
}

body {
  margin: 0;
  font-family: "Open Sans", sans-serif;
  overflow-x: clip;
  padding-top: 100vh; /* solo si #bloque-1 es fixed */
}

@media (max-height: 700px) {
  #bloque-1 {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    overflow-y: visible !important;
  }

  #bloque-2 {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    overflow-y: visible !important;
  }

  body {
    padding-top: 0 !important;
  }
}

@media (max-width: 1399px) {
  body {
    padding-top: 0 !important;
  }

  #bloque-1 {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }
  #bloque-2 {
    position: relative !important;
    height: auto !important;
    min-height: auto !important;
    overflow: visible !important;
  }
}

/* POR DEFECTO: sin scroll en pantallas grandes */
#bloque-1 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: 0;
  pointer-events: none;
  overflow-y: hidden !important; /* sin scroll por defecto */
}

/* SOLO si pantalla es más pequeña que 1080px de alto o menos de 1920px de ancho */
@media (max-height: 1079px), (max-width: 1919px) {
  #bloque-1 {
    overflow-y: auto;
  }
}
