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

body {
    font-family: "Space Grotesk", serif;
    line-height: 1.3;
    color: #00643a;
}

h1, h2, h3, h4 {
   font-family: "Glass Antiqua", serif;
}

h1{
    font-size: 70px;
}

h2 {
    font-size: 62px;
}

h3 {
    font-size: 54px;
}

h4 {
    font-size: 28px;
}

header {
    background-color: #fff151;
    color: #185A2F;
    text-align: center;
    padding: 1rem;

}

header h1 {
    font-size: 4rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-family: "Glass Antiqua", serif;
    font-weight: 500;
}

header p {
    font-size: 1rem;
    margin-bottom: 1rem;
    font-family: "Space Grotesk", serif;
    font-weight: 500;
    line-height: 1.2rem;
}

nav {
    background-color: #e73f1e;
    color: #fef9d5;
    font-weight: bold;
    padding: 1rem;
    font-family: "Space Grotesk", serif;
}

nav ul {
    list-style: none;
    display: flex;
    justify-content: center;
    gap: 2rem;
}

nav a{
    color: white;
    text-decoration: none;
    font-weight: bold;
}

nav a:hover {
    color: hsl(344, 100%, 84%);
}

.hero {
    font-family: "Glass Antiqua", serif;
    background-color: #f7c7de;
    padding: 4rem 2rem;
    text-align: center;
}

.hero h2 {
    color: #185A2F;
    font-size: 4rem;
    margin-bottom: 3rem;
}

.features {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 4rem 4rem;
    background-color: #fef9d5;
}

.feature-card {
    background-color: #fff151;
    padding: 2rem;
    border-radius: 18px;
    text-align: center;
    flex: 1;
    max-width: 300px;
    box-shadow: 0 2px 5px rgba(0,0, 0, 0.1);
}


.feature-card h3 {
    color: #185A2F;
    margin-bottom: 1rem;
}

.feature-card p {
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.info-selection {
    color: #185A2F;
    padding: 4rem 2rem;
    text-align: center;
}

.info-selection h2 {
    color: #185A2F;
    font-size: 2rem;
    margin-bottom: 2rem;
}

.info-section.bg-light {
    text-align: center;
    background-color: #fef9d5;
    color: #fff151;
}

.info-section.bg-dark {
    text-align: center;
    padding: 2rem;
    background-color: #185A2F;
    color: #fff151;
}

.info-content {
    max-width: 800px;
    margin: 0 auto;
    color: #185A2F;
}

.timeline {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 0rem auto;
    padding: 4rem;
    gap: 1rem;
}

.timeline-item {
    flex: 1;
    padding: 1rem;
    background-color: #185A2F;
    color: #fef9d5;
    border-radius: 18px;
    margin-top: -1rem;
    box-shadow: 0 2px 5px rgba(0,0, 0, 0.1);
}

.cta-button {
    display: inline-block;
    background-color: #185A2F;
    color: #fef9d5;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    margin-top: 1rem;
    font-family: "Space Grotesk", serif;
}

.cta-button:hover {
    background-color: #36140e;
}


footer {
    background-color: #e73f1e;
    color: #fef9d5;
    text-align: center;
    padding: 2rem;
}

.testimonial {
    display: inline-block;
    justify-content: center;
    gap: 0rem;
    margin-top: 1rem;
    padding: 4rem;
    background-color: #185A2F;
}

.testimonials-card {
    background-color: #fff151;
    color: #185A2F;
    padding: 1rem;
    text-align: center;
    border-radius: 18px;
    max-width: 400px;
    box-shadow: 0 2px 5px rgba(0,0, 0, 0.1);
}

.imagen {
    transition: transform 0.5s ease-in-out;
}

.imagen:hover {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fondo {
    background-color: #fef9d5;
}

.cabeza {
    font-family: "Space Grotesk", serif;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: -3rem;
}


.sub {
    font-size: 2rem;
    line-height: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.cta-button {
    color: white;
    padding: 10px 20px;
    border-radius: 25px;
    border: none;
    cursor: pointer;
    position: relative;
    overflow: hidden;
}

.cta-button::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.4);
    top: 0;
    left: -100%;
    transition: left 0.3s ease;
}

.cta-button:hover::before {
    left: 100%;
}

.cta-button {
    display: inline-block;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-button:hover {
    transform: translateY(-5px) scale(1.05); 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4); 
}

.sticker {
    display: inline-block;
    border-radius: 10px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.3); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sticker:hover {
    transform: translateY(-5px) scale(1.05); 
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.4); 
}

.transpa {
    background-color: transparent;
    display: inline-block;
    transition: transform 0.1s ease, filter 0.1s ease;
}

.transpa:hover {
    color: transparent;
    transform: translateY(0px) scale(1.25); 
    filter: drop-shadow(0px 10px 30px rgba(0, 0, 0, 0.1)); 
}

.borde {
    transition: transform 0.3s ease-out;
}

.borde:hover {
    transform: translate(10px, -10px); /* Se mueve hacia la derecha y arriba */
}

.hora {
    font-weight: bold;
}


