.bg-kids {
    background-image: url('/dam/multiHotel-Universal-Beach-Hotels/kids/fondo-sea-club-kids.webp');
    background-size: cover; 
    background-position: bottom; 
    background-repeat: no-repeat;
}
.center-kids .row>div:first-child {
    display: flex;
    justify-content: center;
    align-items: center;
}
.img-kids {
    width: 370px;           
    height: 370px;        
    object-fit: cover;      
    border-radius: 50%;   
    border: 10px solid #ecac77;
    box-sizing: border-box; 
    display: block;       
    margin: 0 auto;        
}
.text-kids{
    font-size: 18px;
}
.logo-kids {
    max-width: 320px; 
    height: auto;
}
.contenedor-logo {
    display: flex;
    justify-content: center; 
    align-items: center;    
}
@media (max-width: 991px) {
    .img-kids {
        width: 300px;           
        height: 300px;   
    }
}