@import url('https://fonts.googleapis.com/css2?family=Aclonica&family=Fredoka:wght@300..700&display=swap');

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  color: white;
  font-family: "Fredoka", sans-serif;
  font-weight: 400;
  background: linear-gradient(180deg, rgba(24, 49, 129, 1) 0%, rgba(0, 212, 255, 1) 100%);
  min-height: 100vh;
}

main {
  text-align: center;
  padding: 10rem 1.5rem 4rem;
  position: relative;
}

main img {
  width: 65%;
  max-width: 320px; 
  margin: -50px auto 1.5rem;
  display: block;
  padding-bottom: 1rem;
  
}

.h1,
.section-title {
  margin-bottom: 2.5rem;
  font-family: "Aclonica", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 1.1;
}

.section-title {
  font-size: clamp(2rem, 4vw, 3rem);
}

nav {
  text-align: center;
  padding: 20px 0 40px;
}
h2{
    font-family: "fredoka";
    font-weight: 400;
    margin-bottom: 2rem;
}

.botonera {
  display: grid;
  grid-template-columns: repeat(2, minmax(140px, 1fr));
  gap: 1.5rem;
  padding: 0 2.5rem 1rem;
}

.botonera a {
  background: #19788C;
  text-decoration: none;
  color: white;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  padding: 18px 14px;
  border-radius: 20px;
  outline: solid 2px #000000;
  transition: background 0.3s, outline 0.3s, color 0.3s;
}

.botonera a img {
  display: block;
  height: 60px;
  width: auto;
}

.botonera a:hover {
  outline: solid 3px #ffffff;
  background-color: #87ddf7;
  
}

.page {
  min-height: 100vh;
  padding: 1rem;
  position: relative;
}

.back-link {
  position: absolute;
  left: 1rem;
  top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: white;
  font-weight: 700;
  background: rgba(0, 0, 0, 0.2);
  padding: 0.8rem 1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
}

.back-link img {
  width: 24px;
  height: auto;
  display: block;
  z-index: 1000;
}

.product-card {
  display: grid;
  gap: 1rem;
  max-width: 500px;
  margin: 0 auto 2rem;
  padding: 1rem;
}

.product-card img {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
p{
    margin-bottom: 3rem;
}

.price-tag {
  align-self: center;
  justify-self: end;
  background: rgba(135, 221, 247, 0.35);
  color: #05243f;
  padding: 0.9rem 1.2rem;
  border-radius: 18px;
  font-weight: 400;
  margin-bottom: -1.5rem;
  margin-top: 0rem;
}k

.product-info {
  max-width: 520px;
  margin: 0 auto 2rem;
  text-align: left;
  padding: 0 0.5rem;
}

.product-info h3 {
  font-size: 1.6rem;
  margin-bottom: 1rem;
  font-weight: 400;
}

.product-info p {
  font-size: 1rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.9);
}

.cta-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: -15px auto;
  padding: 1rem 2rem;
  border-radius: 999px;
  text-decoration: none;
  color: white;
  background: #1C63BE;
  font-weight: 400;
  border: 2px solid rgba(255,255,255,0.25);
  transition: transform 0.2s, background 0.2s;
}

.cta-button:hover {
  transform: translateY(-2px);
  background: #19788C;
}

.section-text {
  max-width: 520px;
  margin: 2.5rem auto 4rem;
  font-size: 27px;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.95);
  white-space: pre-line;
}

.info-buttons {
  display: grid;
  gap: 1rem;
  max-width: 420px;
  margin: 1.5rem auto;
}

.info-buttons a {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem 1.2rem;
  border-radius: 18px;
  text-decoration: none;
  color: white;
  background: rgba(255, 255, 255, 0.15);
  border: 1px solid rgba(255,255,255,0.25);
  font-weight: 400;
}

.info-buttons a img {
  width: 26px;
  height: auto;
  
  
}

.swiper {
  width: min(100%, 480px);
  padding-bottom: 2rem;
  margin: 0 auto;
}
.abril{
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    text-align: center;
    
}
.uno{
    display: block;
}
.dos {
    display: none;
    
}
.tres {
    display: none;
    
}

.swiper-slide {
    position: relative;
  background: rgb(126, 214, 255);
  border-radius: 24px;
  padding: 2rem 1.5rem 1.5rem;
  display: grid;
  gap: 1rem;
  text-align: center;
}

.swiper-slide img {
  width: 180px;
  margin: 0 auto;
}

.slider-title {
    font-size: 1.4rem;
    margin-top: 2.5rem;
  margin-bottom: 0.5rem;
}

.slider-desc {
  color: rgba(255,255,255,0.88);
  line-height: 1.5;
  margin-bottom: 1rem;
}

.slider-price {
  display:table;
  margin-left: auto;
  align-items: center;
  justify-content: center;
  padding: 0.9rem 1.1rem;
  border-radius: 16px;
  background: rgba(135, 221, 247, 0.25);
  color: #05243f;
  font-weight: 700;
}
