    .contenedorSede{
        display:flex;
        justify-content:center;
        width:100%;
        scroll-margin-top:200px;
        padding:0px 20px 132px 20px;
        background-color:#F4FBFF;
      }
      
      .sede{
        display:flex;
        width:100%;
        max-width:1239px;
        /*background-color:brown;*/
        justify-content:space-between;
        align-items:center;
        gap:20px;
      }
      
      .sede .textos{
        display:flex;
        flex-direction:column;
        /*background-color:beige;*/
        max-width:641px;
      }
      
      .sede .badge{
        background-color:#1E2F6F;
        padding:14px 21px;
        margin-bottom:40px;
        font-size:16px;
        line-height:16px;
        font-weight:600;
        color:white;
        width:fit-content;
      }
      
     .sede .nacion{
        display:flex;
        /*background-color:orange;*/
        gap:21px;
        align-items:center;
        margin-bottom:45px;
      }
      
      .sede .bandera{
        width:185.97px;
        height:106.35px;
        background-color:black;
      }
      
      .sede .nacionVertical{
        display:flex;
        flex-direction:column;
      }
      
           
      .sede .line{
        display:flex;
        width:100%;
        height:2px;
        background-color:#D9D9D9;
      }
      
      .sede .place{
        display:flex;
        /*background-color:grey;*/
        gap:27px;
        margin-top:45px;
      }
      
      .sede .placeIcon{
        display:flex;
        width:56px;
        height:56px;
        flex-shrink:0;
      }
      
      .sede .placeTextos{
        display:flex;
        width:100%;
        max-width:473px;
        flex-direction:column;
        /*background-color:lightblue;*/
        gap:14px;
      }
      
      .sede .foto{
        display:flex;
        width:100%;
        height:600px;
        max-width:557px;
      }
      
      .sede .estado{
        font-size:26.83px;
        line-height:26.83px;
        font-weight:700;
        color:#1E2F6F;
      }
      
      .sede .mexico{
        font-size:85.97px;
        line-height:85.97px;
        font-weight:700;
        color:#1E2F6F;
      }
      
      .sede .parrafoTitle{
        font-size:18px;
        line-height:28px;
        font-weight:700;
        color:#1E2F6F;
      }
      
     .sede .parrafo{
        font-size:16px;
        line-height:24px;
        font-weight:500;
      }
      
     .sede img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }
