h1{
    padding-bottom: 24rem;
    text-shadow: 1px 1px 10px rgb(0 0 0 / 10%);
}

#hero-01{
    background-image:url("/assets/images/kamay2.jpg?v=1.0");
    background-position:top;
    background-repeat:no-repeat;
    background-size:cover;
    height: fit-content;
    overflow: hidden;
    padding-top:94px;
    position: relative;
}

#hero-02 ul.cont-hero2-brands{
    margin-top: 1rem;
    position: relative;
    z-index: 2;
}

#hero-02 ul.cont-hero2-brands li{
    display: inline-block;
}

#section-03 h2{
    margin-bottom: 4rem;
}

#section-03 .col-team a .cont-team-figure{
    height: 150px;
    width: 150px;
    border-radius: 50px;
    overflow: hidden;
    margin: auto;
    will-change: transform;
}
#section-03 .col-team a .cont-team-figure figure{
    width: 100%;
    height: 100%;
    transition: transform .6s ease;
}
#section-03 .col-team a:hover .cont-team-figure figure{
    transform: scale(1.1);
}

#section-03 .col-team a{
    text-decoration: none;
}

#section-03 .col-team p{
    line-height: 1.5rem;
    text-align: center;
}

#section-03 .col-team p strong{
    letter-spacing: .15rem;
    text-transform: uppercase;
    display: block;
}

#section-03 .col-team p small{
    color: #4CACFF;
    display: block;
    font-size: .9rem;
}

#section-03 .col-team a img{
    height: 60px;
    margin-top: 2rem;
}
#section-03 figure.team{
    background-position: center;
    background-size: cover;
}
#section-03 figure.team.team01{
    background-image: url(/assets/images/team/gaby-ruggeri.jpg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team02{
    background-image: url(/assets/images/team/antonio-pena.jpg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team03{
    background-image: url(/assets/images/team/laura-prado.jpg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team04{
    background-image: url(/assets/images/team/amadeo.jpg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team05{
    background-image: url(/assets/images/team/isabel-pena.jpg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team06{
    background-image: url(/assets/images/team/sofi-ocampo.jpeg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team07{
    background-image: url(/assets/images/team/marcos-latamendia.jpg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team08{
    background-image: url(/assets/images/team/julio-cazaban.jpeg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team09{
    background-image: url(/assets/images/team/agustina-guerrero.jpg);
    background-position: center;
    background-size: cover;
}

#section-03 figure.team.team10{
    background-image: url(/assets/images/team/matsuda.jpg);
    background-position: center;
    background-size: cover;
}
#section-03 figure.team.team11{
    background-image: url(/assets/images/team/inigo.jpg);
    background-position: center;
    background-size: cover;
}
#section-03 figure.team.team12{
    background-image: url(/assets/images/team/felipe-lozano.jpg);
    background-position: center;
    background-size: cover;
}

@media (max-width: 768px) {
    #hero-02 ul.cont-hero2-brands li img{
        height: 40px;
    }
    #section-02 figure{
        text-align: center;
    }
    #section-02 figure img{
        width: 250px;
    }
}