/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 28 2025 | 19:31:15 */
.webinar-banner-img img {
    width:100%;
    height:100vh;
    object-fit:cover;
    object-position:center;
    border-radius:15px 0px 0px 15px
}

/* .texto-decorado h2 a{
    color:#fff !important; 
    text-shadow:
        -2px -2px 0 #c8def1,  
         2px -2px 0 #c8def1,
        -2px  2px 0 #c8def1,
         2px  2px 0 #c8def1,
        -2px  0px 0 #c8def1, 
         2px  0px 0 #c8def1,
         0px  2px 0 #c8def1, 
         0px -2px 0 #c8def1;
} */
.person-1 img, .person-2 img, .person-3 img{
    width:100px;
    aspect-ratio:1/1;
    border-radius:3em;
    border:3px solid #054a8b;
}

.person-2{
    transform:translateX(-30px)
}

.person-3{
    transform:translateX(-60px)
}