    .contenedorSede{
        display:flex;
        justify-content:center;
        width:100%;
        scroll-margin-top:200px;
        padding:0px 20px 72px 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;
        width: 100%;
        flex-direction:column;
        max-width:580px;
      }
      .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;
        max-width: 366px;
      }
     .sede img{
        width:100%;
        height:100%;
        object-position:center;
        object-fit:cover;
      }

      .sede .logoSubire{
        display: flex;
        width: auto;
        height: 117px;
        margin: 17px 0 25px 0;
      }

     .sede .logoSubire img{
        width:auto;
        height:117px;
        object-position:center;
        object-fit:cover;
      }

      .sede .botonVerde{
        display:flex;
        position: relative;
        width:100%;
        text-decoration:none;
        cursor:pointer;
        padding:14px 5px;
        background-color:transparent;
        border:3px solid #0E8A87;
        text-align:center;
        color:#0E8A87;
        justify-content:center;
        align-items:center;
        font-size:16px;
        line-height:24px;
        font-weight:700;
        margin-top: 42px;
      }



      .contenedorGuadalajara{
        display:flex;
        justify-content:center;
        width:100%;
        padding:0 20px 132px 20px;
        background-color:#F4FBFF;
      }

      .guadalajaraSede{
        display:flex;
        width:100%;
        max-width:1239px;
        flex-direction:column;
        align-items:center;
        gap:44px;
      }

      .guadalajaraSede .textos{
        display:flex;
        flex-direction:column;
        align-items:center;
        text-align:center;
        gap:16px;
      }

      .encabezadoGuadalajara{
        display:flex;
        align-items:center;
        justify-content:center;
        gap:14px;
        width:100%;
      }

      .banderaGuadalajara{
        display:flex;
        width:152px;
        height:87px;
        flex-shrink:0;
      }

      .banderaGuadalajara img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
      }

      .nacionGuadalajara{
        display:flex;
        flex-direction:column;
        align-items:flex-start;
        text-align:left;
      }

      .guadalajaraSede h2{
        font-size:22px;
        line-height:27px;
        font-weight:700;
        color:#1E2F6F;
        margin:0;
      }

      .guadalajaraSede .mexicoGuadalajara{
        font-size:69px;
        line-height:69px;
        font-weight:700;
        color:#1E2F6F;
        margin:0;
      }

      .guadalajaraSede p{
        font-size:18px;
        line-height:22px;
        font-weight:700;
        color:#414343;
        margin:0;
            font-size: 20px;
    line-height: 28px;
    font-weight: 600;
      }

      .galeriaGuadalajara{
        display:grid;
        width:100%;
        grid-template-columns:repeat(4, minmax(0, 1fr));
        gap:3px;
      }

      .fotoGuadalajara{
        display:flex;
        width:100%;
        height:280px;
        overflow:hidden;
      }

      .fotoGuadalajara img{
        width:100%;
        height:100%;
        object-fit:cover;
        object-position:center;
      }




      .sede .titular {
    font-size: 48px;
    line-height: 48px;
    font-weight: 700;
    margin-bottom: 18px;
    color: #1E2F6F;
}



      @media(max-width:1000px){
        .sede .nacion {
          flex-direction: column;
          margin-bottom: 20px;
        }

        .sede{
          flex-direction: column;
          justify-content: center;
          align-items: center;
          gap: 40px;
        }

        .sede .textos{
          justify-content: center;
          align-items: center;
          max-width: 100%;
          max-width: 1000px;
        }

        .sede .placeTextos{
          max-width: 600px;
        }

        .sede .place{
          flex-direction: column;
          align-items: center;
          text-align: center;
          max-width: 1400px;
          gap: 15px;
          margin-top: 20px;
        }

        .sede .parrafoTitle{
          max-width: 1000px;
        }

        .galeriaGuadalajara{
          grid-template-columns:repeat(2, minmax(0, 1fr));
        }
        
      }

      @media(max-width:700px){

        .sede .estado {
    font-size: 22px;
    line-height: 22px;
    font-weight: 700;
    text-align: center;
        }

.sede .mexico {
    font-size: 71px;
    line-height: 85.97px;
    font-weight: 700;
}

        .contenedorGuadalajara{
          padding:0 20px 86px 20px;
        }

        .guadalajaraSede{
          gap:28px;
        }

        .encabezadoGuadalajara{
          gap:12px;
        }

        .banderaGuadalajara{
          width:34%;
          max-width:118px;
          height:auto;
          aspect-ratio:279 / 160;
        }

        .guadalajaraSede h2{
          font-size:17px;
          line-height:20px;
        }

        .guadalajaraSede .mexicoGuadalajara{
          font-size:53px;
          line-height:55px;
        }


        .galeriaGuadalajara{
          grid-template-columns:1fr;
          gap:14px;
        }

        .fotoGuadalajara{
          height:260px;
        }

        .guadalajaraSede p{
          font-size: 18px;
          line-height: 24px;
        }

      }
