#about-container-background{

  
   
    

    
    height: 350px;
 
 
    background-color:#17517B;
    background-image:
    radial-gradient(rgb(11, 70, 114) 9px, transparent 1px),
    repeating-radial-gradient(rgb(11, 70, 114) 0, rgb(11, 70, 114) 4px, transparent 5px, transparent 20px, rgb(11, 70, 114) 21px, rgb(11, 70, 114) 25px, transparent 26px, transparent 50px);
    background-size: 30px 30px, 90px 90px;

    background-position: top;
    background-attachment: fixed;
     
 
     
     
}
#about-photo{
    position: absolute;
    z-index: 2;
   
}
#about-photo img{
    max-height: 439px;
    max-width: 283px;
    object-fit: cover;
}
#about-background-photo{
    height: 450px;
    background-color:white;
    background-image:
    radial-gradient(rgb(230, 223, 238) 9px, transparent 1px),
    repeating-radial-gradient(rgb(230, 223, 238) 0, rgb(230, 223, 238) 4px, transparent 5px, transparent 20px, rgb(230, 223, 238) 21px, rgb(230, 223, 238) 25px, transparent 26px, transparent 50px);
    background-size: 30px 30px, 90px 90px;
    background-position:center center;
     background-attachment: fixed; 
 
    border-radius: 100px 0px 0px 50px;
    width: 300px; 
    position: relative;
}
#about-container{
    background-color:white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 32px 0px 0px 0px;
margin: 90px 30px 0 30px;
display: flex;
justify-content: space-between;
flex-wrap: wrap;

margin-bottom: 200px;
padding: 20px 0 50px 30px;
margin-top:-70px;
z-index: 10;



  

}
#about-about{
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 32px;
    text-align: right;
}

#about-name{
    color: white;
    font-family: 'Marcellus' , sans-serif;
    font-size: 40px;
}
#about-services{
    color: white;
    font-family: 'Marcellus', 'sans-serif';
    font-size:20px;
}
#about-text{
    padding: 70px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}


#about-container-left ul{
    margin: 40px 40px 0 40px;
    display: flex;
    flex-direction: column;
    gap:30px;
    font-family: 'Rosarivo';
    
}
#about-container-left li{
    margin-top:20px;
    text-align: justify;
    font-size:var(--font-size-default);
    color: var(--cor-text-default)
}
#about-container-left{
    width: 70%;
  
   
}

#about-about-container{
    display: flex;
    flex-direction: column;
   
    justify-content: center;
    align-items: center;
   padding-top: 100px;
  
 
    
}
#about-titulo{
    font-size: 32px;
    text-transform: uppercase;
    color: var(--color-blue-titles);
    text-align: left;
}
