
      .centro{
        width:100%;
        display:flex;
        padding:90px 50px 70px 50px;
        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:399px;
        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 17px 24px;
        gap:19px;
        align-items:center;
        margin-top:47px;
        color:black;
        width:fit-content;
      }
      
      .centro .number{
        padding:9px 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;
      }


      @media(max-width:950px){
        .centro .container{
          flex-direction: column;
          text-align: center;
          align-items: center;
          gap: 50px;
        }

        .centro .textos{
          align-items: center;
        }

        .centro .pleca{
          margin-top: 35px;
        }

        .centro .foto{
          width: 100%;
          max-width: 500px;
          height: auto;
          max-height: 500px;
        }


      }              
      @media(max-width:700px){
                
          .centro .pleca{
            flex-direction: column;
            gap: 10px;
          }

          
        

       }





       @media(max-width:700px){

  .centro{
    padding:63px 35px 49px 35px;
  }

  .centro .container{
    gap:28px;
  }

  .centro .foto{
    border-radius:35px;
    max-height: 400px;
  }

  .centro .foto img{
    border-radius:35px;
  }

  .centro .pleca{
    flex-direction:column;
    padding:11.9px 11.9px 11.9px 16.8px;
    gap:8px;
    border-radius:14px;
    margin-top:20px;
  }

  .centro .number{
    padding:6.3px 15.4px;
    border-radius:6.3px;
  }

  .centro .spaces{
    padding:18.9px 0 11.2px 0;
  }

  /* Tipografías */

  .centro .titular{
    font-size:30px;
    line-height:32px;
  }

  .centro .textos .texto{
    font-size:16px;
    line-height:23px;
  }

  .centro .pleca .texto{
    font-size:16.5px;
    line-height:15.75px;
  }

}