
      .centro{
        width:100%;
        display:flex;
        padding:90px 20px 70px 20px;
        background:linear-gradient(to right, #951443, #641629);
        justify-content:center;
        color:white;
      }
      
      .centro .container{
        display:flex;
        width:100%;
        max-width:1464px;
        gap:22px;
        justify-content:space-between;
        /*background-color:darkblue;*/
        align-items:center;
      }
      
      .centro .textos{
        display:flex;
        flex-direction:column;
        /*background-color:green;*/
        max-width:910px;
      }
      
      .centro .foto{
        width:100%;
        max-width:499px;
        height:534px;
        background-color:black;
        border-radius:50px;
        flex-shrink:0;
      }
      
      .centro img{
        object-position:center;
        object-fit:cover;
        width:100%;
        height:100%;
      }
      
      .centro .foto img{
        border-radius:50px;
      }
      
      .centro .pleca{
        display:flex;
        background-color:white;
        border-radius:20px;
        padding:17px 17px;
        gap:19px;
        align-items:center;
        margin-top:47px;
        color:black;
        width:fit-content;
      }
      
      .centro .number{
        padding:14px 22px;
        background:linear-gradient(to right, #941442, #591624);
        border-radius:9px;
        color:white;
        white-space: nowrap;
      }
      
      
      
      .centro .titular{
        font-size:44px;
        line-height:45px;
      }
      
      .centro .textos .texto{
        font-size:20px;
        line-height:27px;
      }
      
      .centro .pleca .texto{
        font-size:22px;
        line-height:21px;
      }
      
      .centro .spaces{
        padding:27px 0 16px 0;
      }
      
      .centro .brillo{
        color:#F1CB65;
      }
