#sfondo_foto{
background-repeat: no-repeat;
background-position: center;
background: url("");
background-position-y: center;
background-position-x: center;
background-size: cover;
width:100%;
aspect-ratio:2.66;
}
#sfondo_foto h1{
position: absolute;
transform: translateX(-50%);
left: 50%;
bottom: 0px;
margin-bottom: 0px;
color: var( --e-global-color-astglobalcolor0 );
background: rgb(255,255,255);
background: linear-gradient(0deg,#F8F7F3 0%, #f8f7f3c6 60%, #f8f7f300 100%);
width: 100%;
padding-top: 10px;
}
#foto_atleta1{
background:url("");
background-size: cover;
background-position-x: center;
height:100%;
box-shadow: 5px 5px 10px 0px #898989;
}