*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins';
}

body {
    width: 100%;
    height: fit-content;
    margin: 0;
    padding: 0;
    background-color: #f8fafc;
}

@font-face {
    font-family: 'Neue Haas Grotesk';
    src: url('NeueHaasGrotText.otf');
}

.info{
    background: url('Imagenes/bg-textura.png');
}

/* Mi historia */
.historia {
    background: #f8fafc;
}

.historia-panel {
    background: rgba(255, 255, 255, .88);
    border: 1px solid #dbeafe;
    backdrop-filter: blur(5px);
}

.historia-badge {
    color: #ffffff;
    background: linear-gradient(90deg, #00348e 0%, #0e7490 100%);
}

.historia-impacto {
    background: linear-gradient(160deg, #dcfce7 0%, #ecfeff 100%);
    border-left: 6px solid #12a561;
}

.historia-mini-card {
    background: #ffffff;
    border: 1px solid #dbeafe;
    box-shadow: 0 12px 28px rgba(0, 52, 142, .08);
    transition: transform .25s ease, box-shadow .25s ease;
}

.historia-mini-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 32px rgba(0, 52, 142, .14);
}

.historia-icon {
    width: 42px;
    height: 42px;
    border-radius: 9999px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    background: linear-gradient(135deg, #00348e 0%, #12a561 100%);
}

.historia-cta {
    color: #ffffff;
    background: linear-gradient(90deg, #12a561 0%, #0f9d58 100%);
}

.historia-cta:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 28px rgba(18, 165, 97, .35);
}

/*Cajas Immunocal*/
section{
    transition: .5s;
}

.content{
    transition: .5s;
}

#nombre,
.stack h2,
.prod h2,
h2.titulos,
.promos button a{
    font-family: 'Neue Haas Grotesk', sans-serif;
}

.thumb{
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.thumb li{
    list-style: none;
    display: inline-block;
    margin: 0 20px;
    cursor: pointer;
    transition: 0s;
}

.thumb li:hover{
    transform: translateY(-15px);
}

.thumb li img{
    max-width: 100px;
}

/*Secci[on pastillas*/
.pastillas .left a{
    transition: 1s
}

.left {
    height: 100vh;
    flex-basis: 50%;
    position: sticky;
    top: 0;
    left: 0;
    box-sizing: border-box;
}

.right {
    height: 100vh;
    flex-basis: 50%;
    position: sticky;
    top: 0;
}

.imagenes {
    position: absolute;
    width: 250px;
    top: 8%;
    right: auto;
}

.imagenes .img-container {
    position: absolute;
    transition: .5s ease-in-out;
}

.card {
    width: 350px;
    height: 350px;
    border-radius: 25px;
    margin-bottom: 10px;
    position: absolute;
    top: calc(50% - 175px);
    left: calc(50% - 175px);
    transition: .5s ease-in-out;
    box-sizing: border-box;
    padding: 35px;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.card:nth-child(1) {
    background: #12a561;
}
.card:nth-child(2) {
    background: #cc3848;
}
.card:nth-child(3) {
    background: #d36849;
}
.card:nth-child(4) {
    background: #4d1187;
}
.card:nth-child(5) {
    background: #f5a562;
}
.card:nth-child(6) {
    background: #54367c;
}
.away {
    transform-origin: bottom left;
}

/*Otros productos*/
.prod{
    justify-content: flex-start;
    transition: .5s;
    transition-delay: .5s;
}

.prod:hover{
    transition-delay: 0s;
}

.prod .circle{
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.prod .circle::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    background: var(--clr);
    clip-path: circle(120px at center);
    transition: .5s;
}

.prod:hover .circle::before{
    clip-path: circle(400px at center);
}

.prod .circle img{
    transition: .5s;
    transition-delay: .5s;
}

.prod:hover .circle img{
    transform: scale(0);
    transition-delay: 0s;
}

.prod .textos{
    transition: .5s;
    opacity: 0;
}

.prod:hover .textos{
    opacity: 1;
    visibility: visible;
    transition-delay: .5s;
}

.prod .img img{
    transform: scale(0);
    transition: .5s;
    transition-delay: 0s;
}

.prod:hover .img img{
    transform: scale(1);
    transition-delay: .5s;
}

/* Testimonios */
.testimonios {
    background: #f8fafc;
}

.testimonio-card {
    position: relative;
    background: #ffffff;
    border: 1px solid #dbeafe;
    transition: transform .3s ease, box-shadow .3s ease;
}

.testimonio-card::before {
    content: '\201C';
    position: absolute;
    top: 14px;
    right: 18px;
    font-size: 48px;
    line-height: 1;
    color: #bfdbfe;
    font-family: 'Neue Haas Grotesk', sans-serif;
}

.testimonio-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 14px 28px rgba(0, 52, 142, .16);
}

.avatar-circle {
    width: 48px;
    height: 48px;
    border-radius: 9999px;
    background: #00348e;
    color: #ffffff;
    font-weight: 600;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media screen and (max-width: 968px) {
    .card{
        width: 300px;
        height: 300px;
        top: calc(50% - 125px);
        left: calc(50% - 125px);
    }

    .prod{
        width: auto;
        max-width: 350px;
        align-items: flex-start;
    }

    .prod:hover{
        height: 600px;
    }
}

@media screen and (max-width: 768px) {
    .left,
    .right{
        flex-basis: auto;
    }

    .historia-glow {
        opacity: .3;
    }

    .left{
        height: 100vh;
    }

    .whatsapp{
        width: 70px;
        height: 70px;
    }
    .whatsapp img{
        width: 70px;
        height: 70px;
    }
}

@media screen and (max-height: 740px) {
    .img-container img{
        height: 170px;
    }
}