@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;700&display=swap');


*{
    
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    box-sizing: border-box;
}

.li1{
    display: none;
}
header{
    z-index: 9999;
    position: fixed;
    width: 100%;
    display: flex;
    transition: 0.5s;
    padding: 10px 20px;
    z-index: 10;
    flex-direction: column;
}
header.abajo{
    background: rgb(21, 27, 63);
    padding: 0px 0px;
}
nav{
    background: #2fcdcd00;
    height: 75px;
    width: 100%;
}
.enlace{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
}
.logo{
    margin-left: 20px;
    height: 80px;
    transition: 0.5s;
}
header.abajo .logo{
    height: 75px;
}
.ul1{
    display: flex;
    justify-content: center;
    align-items: center;
}
nav ul li{
    justify-content: center;
    align-items: center;
    display: inline-block;
    line-height: 75px;
    margin: 0 5px;
}
nav ul li a{
    font-size: 17px;
    position: relative;
    font-family: 'Montserrat', sans-serif;
    margin: 0 15px;
    text-decoration: none;
    color: #fff;
    font-weight: 400;
    transition: 0.5s;
}
header.abajo nav ul li a{
    color: rgb(255, 255, 255, 0.8);

}
nav ul li a:hover{
    color: rgb(64, 75, 136);
}
.checkbtn{
    font-size: 30px;
    color: #ff0000;
    float: right;
    line-height: 70px;
    margin-right: 40px;
    cursor: pointer;
    display: none;
}
#check{
    display: none;
}
.zona1{
    z-index: 9;
    height: 100vh;
    background: url(/Imagen-abogados.webp);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filtro{
    position: absolute;
    z-index: 1;
    height: 100vh;
    width: 100%;
    background-color: rgba(15, 20, 47, 0.4);
    backdrop-filter: blur(02px);
}
.sociales a{
    text-decoration: none;
    color: rgb(255, 255, 255, 0.8);
}
.contenido{
    margin-top: 7%;
    color: white;
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    z-index: 1;
    height: auto;
    width: 78%;
    font-family: 'Montserrat', sans-serif;}
.titulo{
    display: flex;
    justify-content: center;
    align-items: center;
        text-align: center;
}
.tituloin{
    margin-top: 0%;
    width: 60%;
}
.tituloin h3{
    font-weight: 500;
    font-size: 1.3em;
    margin-bottom: 15px;
}
.titulo h2{
    font-size: 2.7em;
    line-height: 1;
}

.divider{
    margin-top: 17%;
    margin-bottom: 15px;
    height: 1px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1);
}
.contacto{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.telefono{
    margin-left: 10px;
    display: flex;
    gap: 10px;
}
.telefono h4{
    font-weight: 600;
    color: white;
    font-size: 18px; 
    font-family: 'Montserrat', sans-serif;}
.icon{
    color: white;
    font-size: 25px;
}
.numero{
    color: white;
    text-decoration: none;
    font-family: 'Montserrat', sans-serif;    font-size: 35px;
    font-weight: 400;
}
.menuresponsive{
    display: none;
}

/*comienzo del main*/
.main1{
    z-index: 1;
    position: relative;
    width: 100%;
    height: auto;
    background-color: rgb(255, 255, 255);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido2{
    margin-top: 9%;
    margin-bottom: 9%;
    display: flex;
    gap: 80px;
}
.especificacion{
    display: flex;
    gap: 15px;
}
.introduccion{
    max-width: 500px;
    font-size: 20px;
}

.texto{
    display: flex;
    flex-direction: column;
}
.imagenmain1 {
    width: 100%;
    max-width: 500px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .decoration {
    margin-left: 16%;
    position: absolute;
    background-color: rgba(37, 49, 116, 0.2);
    height: 86vh;
    width: 40vh;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    z-index: 9;
  }
  
  .imagen1 {
    z-index: 9999;
    background: url(/Imagen\ de\ WhatsApp\ 2025-07-24\ a\ las\ 16.57.02_217b0691.jpg);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    width: 60vh;
    height: 74vh;

    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
  }
.icon1{
    color: rgb(89, 104, 187);
    font-size: 25px;
    margin-bottom: 20px;
}
.texto{
    font-family: 'Montserrat', sans-serif;    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.introduccion{
    margin-bottom: 60px;
}
.introduccion h3{
    color: rgb(89, 104, 187);
    margin-bottom: 5px;
    font-size: 18px;
}
.introduccion h2{
    color: rgb(64, 75, 136);
    margin-bottom: 15px;
    font-size: 25px;
}
.introduccion p{
    font-size: 18px;
    color: rgb(64, 75, 136);    
}
.divider1{
    margin-top: -20px;
    margin-bottom: 40px;
    background-color: rgb(89, 104, 187, 0.5);
    height: 1px;
    width: 100%;
}
.data1{
    font-size: 20px;
    width: 250px;
}
.data1 h2{
    color: rgb(89, 104, 187);
    margin-bottom: 5px;
    font-size: 20px;
}
.data1 p{
    font-size: 18px;
    color: rgb(64, 75, 136);    
}


.contenido3{
    height: 90%;
    width: 90%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.texto2{
    text-align: center;
    color: rgb(255, 255, 255);
    font-family: 'Montserrat', sans-serif;}
.titulo-espec{
    font-size: 30px;
    color: #d0d1d9;
}
.opciones{
    border: 0;
    font-size: 100%;
    font-style: inherit;
    font-weight: inherit;
    margin: 0;
    outline: 0;
    padding: 0;
    vertical-align: baseline;
    
}
.opciones li{
    text-align: center;
    display: list-item;
    font-size: 18px;
    color: #d0d1d9;
    font-weight: 400;
}

.iconoespecial{

    border-radius: 100%;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 50px;
    height: 50px;
}
.iconoespecial1{

    border-radius: 100%;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #d0d1d9;
    margin-top: 10px;
    font-size: 30px;
    height: 50px;
}
.especialbox{
    transition: 0.3s;
    font-family: 'Montserrat', sans-serif;    width: 275px;
    height: 300px;
    background: rgb(21,27,63, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border: 2px solid #d0d1d9;
    border-radius: 20px;
}
.especialbox h4{
    color: #d0d1d9;
    margin-bottom: 30px;
    font-size: 20px;
    font-family: 'Montserrat', sans-serif;}
.especialidades{
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.servicios-box{
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.especialbox:hover{
    background: rgb(28, 36, 87, 0.8);
}
.especialbox1{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.especialbox1 h4{
    font-size: 20px;
    color: #98a6e1;;
    margin-bottom: 0;
}
.especialbox1 i{
    font-size: 20px;
    color: #98a6e1;
}
.filtro2{
    position: absolute;
    z-index: 1;
    height: 100%;
    width: 100%;
    background-color: rgba(15, 20, 47, 0.7);
    backdrop-filter: blur(0px);

}
.main2{
    z-index: 1;
    position: relative;
    width: 100%;
    height: 70vh;
    background: url(/img/fondoespecialidades.jpg);
    background-size: cover;
    background-position: center center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.contenido3{
    z-index: 9999;
}
.footer{
    color: white;
    height: 40vh;
    background-color: #151b3f;
    display: flex;
    justify-content: center;
    font-family: 'Barlow Condensed', sans-serif;
}

.contenidofooter{
    display: flex;
    flex-direction: column;
    padding-top: 2em;
    width: 85%;
    color: rgb(255, 255, 255, 0.8);
}
.sociales{
    align-items: center;
    justify-content: center;
    display: flex;
    gap: 5rem;
    border-bottom: 1px solid rgb(255, 255, 255, 0.8);
    height: 100px;
    width: 100%;
    margin-bottom: 1.7em;
}
.sociales i{
    font-size: 1.75rem;
}
.sociales .g{
    font-size: 2.5rem;
}
.demasfooter{
    align-items: center;
    justify-content: center;
    display: flex;
    width: 100%;  
    top: 0;
}
.demasfooter ul{
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    font-size: 1.2em;
}
.copy{
    margin-top: 1.7em;
    width: 100%;
    font-size: 1em;
    display: flex;
    align-items: baseline;
    justify-content: baseline;
}
@media (max-width: 992px){
    .ul1{
        z-index: 9999;
        width: 100%;
        margin-left: 0%;
        position: fixed;
        height: 100%;
        background: #151b3f;
        display: flex;
        justify-content: flex-start;
        flex-direction: column;
        align-items: baseline;
        transform: translateX(-100%);
    }
    .li1{
        color: white;
        padding-left: 0px;
        margin-top: 0px !important;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        height: 45px;
        padding-left: 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.4);
        font-size: 18px;
    }
    .ul1 li a{
        margin: 0px !important;
        margin-top: 20px;
        font-family: Arial, Helvetica, sans-serif;
        text-decoration: none;
        color: white;
        font-size: 18px;
        text-transform: uppercase;
    }
    .ul1 li{
        width: 100%;
        padding-left: 20px;
        line-height:normal;
        margin: 0px;
        margin-top: 20px;
    }
    @keyframes slide-in-right {
        from {
          transform: translateX(-100%);
        }
        to {
          transform: translateX(0);
        }
      }
      
      @keyframes slide-out-left {
        from {
          transform: translateX(0);
        }
        to {
          transform: translateX(-100%);
        }
      }
      
    .sociales{
        justify-content: space-between;
        gap: 0px;
    }
    .sociales i{
        font-size: 1.4em;
    }
    .sociales .g{
        font-size: 2m;
    }
    .email{
        width: 100% !important;
        margin-bottom: 1em;
    }
    .nada{
        display: none;
    }
    .demasfooter  ul li{
        width: 50%;
        text-align: center;
        padding-bottom: 1em;
        padding-right: 0;
        min-height: 40px;
        font-size: 0.9em !important;
    }
    .contenidofooter{
        gap: 30px !important;
    }
    .copy{
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 14px;
        width: calc(100% + 30px);
    }
    .demasfooter ul{

        display: flex;

        flex-direction: row;

        flex-wrap: wrap;

        padding: 0;

        align-items: center;

        justify-content: center;
    }
    .secciones{
        display: none;
    }
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75px;
        background: rgb(21, 27, 63);
        transition: 0.7s;
        z-index: 9999;
        padding: 0px 0px;   
    }
    header.abajo{
        background: rgb(21, 27, 63);
        position: fixed;
        width: 100%;
        transition: 0.5s;
    }
    .logo{
        height: 75px;
        margin-left: 20px;
        position: relative;
        z-index: 9999; 
    }
    .checkbtn{
        display: block;
        color: white;
        z-index: 9999;
        position: relative;
    }
    .nav{
        width: 100%;
        height: 75px;
    }

    .main1{
        height: 10%;
        max-width: 952px;
    }
    .imagenmain1{
        display: none;
    }
    .contenidofooter{
        margin-top: 20px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: column;
    }
    .footer{
        height: auto;
    }
    .main2{
        height: auto;
    }
    .contenido3{
        margin-top: 30px;
        margin-bottom: 30px;
    }
}
@media (max-width: 768px){
    .ul1{
        width: 100%;
        margin-top: 0%;
        position: fixed;
        height: 100%;
        background: #151b3f;
        display: flex;
        justify-content: baseline !important;
        flex-direction: column;
        align-items: baseline;
    }
    .tituloin{
        text-align: center;
        width: 78%;
    }
    .especialidades{
        display: flex;
        flex-direction: column;
    }
    .main2{
        height: auto;
    }
    .contenido3{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    header{
        display: flex;
        justify-content: center;
        align-items: center;
        height: 75px;
        background: none;
        transition: 0.7s;
        z-index: 9999;
        padding: 0px 0px;   
    }
    header.abajo{
        background: rgb(21, 27, 63);
        position: fixed;
        width: 100%;
        transition: 0.5s;
    }

    .logo{
        height: 75px;
        margin-left: 20px;
        position: relative;
        z-index: 9999; 
    }
    .checkbtn{
        display: block;
        color: white;
        z-index: 9999;
        position: relative;
    }
    .nav{
        width: 100%;
        height: 75px;
    }

    .titulo{
        margin-top: 50px;
        width: auto;
        height: auto;
        margin-bottom: 50px;
        text-align: center;
    }
    .tituloin h2{
        height: 100%;
        width: 100%;
        font-size: 1.75em;
    }
    .tituloin h3{
        width: 100%;
        font-size: 1em;
    }
    .telefono{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
    }
    .telefono{
        text-align: center;
    }
    .telefono i{
        font-size: 16px;
    }
    .telefono h4{
        text-align: center;
        font-size: 0.9em;
    }
    .contacto h3{
        justify-content: center;
        align-items: center;
        display: flex;
    }
    .numero{
        text-align: center;
        font-size: 1.4em;
    }
    .divider1{
        display: none;
    }
    .texto{
        gap: 35px;
    }
    .especificacion{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    .imagenmain1{
        display: none;
    }
    .introduccion{
        width: 90%;
    }
    .introduccion h3{
        font-size: 16px;
    }
    .texto{
        text-align: center;
    }
    .introduccion{
        margin-bottom: 25px;
    }
    .responsive{
        justify-content: center;
        display: flex;
        gap: 15px;
    }
    .contenido2{
        margin-top: 16%;
        margin-bottom: 16%;
    }
    .especialidades{
        gap: 60px;
    }
    .contacto1 a {
        font-size: 14px;
        text-decoration: none;
        color: white;
        transition: 0.2s;
    }
    .contenidofooter{
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 70px;
    }
    .logofooter{
        margin-bottom: 10px;
    }
    .titulo-espec{
        font-size: 1.7rem;
        margin-bottom: -20px;
    }
}
@media (max-width: 330px) {
    .ul1{
        width: 100%;
        margin-top: 0%;
        position: fixed;
        height: 100%;
        background: #151b3f;
        display: flex;
        justify-content: baseline !important;
        flex-direction: column;
        align-items: baseline;
    }
    .especialidades{
        gap: 60px;
    }
    .logofooter{
        margin-bottom: 10px;
    }
    .texto{
        gap: 60px;
    }
    .especificacion{
        display: flex;
        flex-direction: column;
        gap: 50px;
    }
    header.abajo .logo{
        transition: 0.3s;
        margin: 2px;
        margin-left: 18px;
        height: 71px;
    }
    .logo{
        height: 75px;
        margin-left: 20px;
        position: relative;
        z-index: 9999; 
    }
    .slide-content section{
        width: 85%;
    }
    .slide-content_modified{
        width: 100%;
        height: 100%;
    }
    #slides_modified{
        width: auto;
        height: auto;
    }
    #overflow_modified{
            width: 200px;
            height: auto;
    }
    .slide-content_modified iframe {
        width: 200px;
        height: 100%;
    }
    #bullets_modified label{ 
        font-size: 0.9em;
        height: 40px;
        width: 200px;
    }
    .columna1{
        display: flex;
        flex-direction: column;
        text-align: center;
    }
    .secopcion1 a {
        border-right: none;
    }
    .footerlogo img{
        height: 60px;
    }
    .contacto1 a {
        font-size: 12px;
        text-decoration: none;
        color: white;
        transition: 0.2s;
    }
    .contactanos{
        width: 100%;
    }
    .footerlogo{
        width: 100%;
    }
    .secciones{
        width: 100%;
    }
    .tituloin h2 {
        height: 100%;
        width: 100%;
        font-size: 1.45em;
    }
    .especialbox{
        height: 240px;
        width: 220px;
    }
    .especialbox i{
        font-size: 25px;
    }
    .especialbox h4{
        font-size: 18px;
    }
    .especialbox ul li{
        font-size: 14px;
    }
}












.contenidomain2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50vh;
    width: 100%;
  }
  .wrapper31 {
    max-width: 1100px;
    width: 100%;
    position: relative;
  }
  .wrapper31 .flecha {
    color: white;
    top: 50%;
    height: 50px;
    width: 50px;
    cursor: pointer;
    font-size: 1.25rem;
    position: absolute;
    text-align: center;
    line-height: 50px;
    border-radius: 50%;
    box-shadow: 0 3px 6px rgba(0,0,0,0.23);
    transform: translateY(-50%);
    transition: transform 0.1s linear;
  }
  .wrapper31 .flecha:active{
    transform: translateY(-50%) scale(0.85);
  }
  .wrapper31 .flecha:first-child{
    left: -22px;
  }
  .wrapper31 .flecha:last-child{
    right: -22px;
  }
  .wrapper31 .carousel31{
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: calc((100% / 3) - 12px);
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    border-radius: 8px;
    scroll-behavior: smooth;
    scrollbar-width: none;
  }
  .carousel31::-webkit-scrollbar {
    display: none;
  }
  .carousel31.no-transition {
    scroll-behavior: auto;
  }
  .carousel31.dragging {
    scroll-snap-type: none;
    scroll-behavior: auto;
  }
  .carousel31.dragging .card31 {
    cursor: grab;
    user-select: none;
  }
  .carousel31 :where(.card31, .img31) {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .carousel31 .card31 {
    scroll-snap-align: start;
    height: 342px;
    list-style: none;
    cursor: pointer;
    padding-top: 15px;
    flex-direction: column;
    border-radius: 8px;
    overflow: hidden;
  }
  .carousel31 .card31 .img31 {
    background: #8B53FF;
    height: 148px;
    width: 148px;
    border-radius: 50%;
  }
  .card31 .img31 img {
    width: 140px;
    height: 140px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid #fff;
  }
  .carousel31 .card31 h2 {
    font-weight: 500;
    font-size: 1.56rem;
    margin: 30px 0 5px;
  }
  .carousel31 .card31 span {
    color: #6A6D78;
    font-size: 1.31rem;
  }
  
  @media screen and (max-width: 900px) {
    .wrapper31 .carousel31 {
      grid-auto-columns: calc((100% / 2) - 9px);
    }
  }
  
  @media screen and (max-width: 600px) {
    .wrapper31 .carousel31 {
      grid-auto-columns: 100%;
    }
    .flecha{
        display: flex;
        align-items: center;
        justify-content: center;
        text-align: center;
        height: 30px !important;
        width: 30px !important;
    }
    #right31{
        margin-right: 10px;
        align-items: center;
        justify-content: center;
    }
    #left31{
        margin-left: 10px;
        align-items: center;
        justify-content: center;
    }
  .subscribe__container {
    grid-template-columns:
      minmax(0, 1fr)
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, calc(var(--max-width) / 2))
      minmax(0, 1fr);
  }

  .subscribe__image {
    position: relative;
    isolation: isolate;
    grid-area: 1/3/2/5;
    height: 100%;
  }

  .subscribe__image img {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: unset;
    height: 100%;
  }

  .subscribe__content {
    padding-block: 8rem;
    grid-area: 1/2/2/3;
  }

  .subscribe__content :is(.section__header, .section__description) {
    text-align: left;
  }



  .footer__container {
    grid-template-columns: repeat(4, 1fr);
  }
}

  
  :root {
  --primary-color: #e74c3c;        /* Rojo vibrante, ideal para llamadas a la acción */
  --primary-color-dark: #7b1d17;   /* Rojo profundo, elegante para fondos o headers */
  --text-dark: #2b1b1a;            /* Casi negro con matiz rojizo, para textos fuertes */
  --text-light: #80706f;           /* Gris cálido, ideal para textos secundarios */
  --extra-light: #fff5f5;          /* Fondo claro rosado, suave y agradable */
  --white: #ffffff;                /* Fondo neutro */
  --max-width: 1200px;
}


  
.subscribe__container {
  position: relative;
  isolation: isolate;
  display: grid;
  overflow: hidden;
  background-color: var(--extra-light);
}

.subscribe__container::before,
.subscribe__container::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 3rem;
  top: 0;
  left: 0;
  background-color: var(--white);
  z-index: -1;
}

.subscribe__container::after {
  top: unset;
  bottom: 0;
}




.subscribe__content input {
  width: 100%;
  outline: none;
  border: none;
  font-size: 1rem;
  color: var(--text-dark);
  padding-inline: 1rem;
  background-color: transparent;
}

.subscribe__content .btn {
  padding-block: 1rem;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
@media (max-width: 768px) {
  /* Ocultar imagen en mobile */
  .subscribe__image {
    display: none;
  }
.subscribe__container{
    display: flex !important;
}
  /* Adaptar grilla a una sola columna */
  .form__grid {
    grid-template-columns: 1fr;
  }

  /* Asegurar buen alto del textarea */
  .form__textarea textarea {
    min-height: 140px;
  }

  /* Centrar texto */
  .subscribe__content .section__header,
  .subscribe__content .section__description {
    text-align: center;
  }

  /* Ajustar paddings en mobile */
  .subscribe__content {
    padding-inline: 1rem;
  }

  /* Formularios full width con padding interior */
  .form__juridico-grid {
    width: 100%;
    max-width: 100%;
    padding: 1rem;
    margin-inline: auto;
  }
}
.ubicacion {
  padding: 60px 20px;
  text-align: center;
  font-family: 'Montserrat', sans-serif;
}

.ubicacion h2 {
  font-size: 2rem;
  color: #151b3f;
  font-weight: 600;
  margin-bottom: 30px;
}

.ubicacion h2 span {
  color: rgb(64, 75, 136); /* mismo tono de hover de tu navbar */
}

.map-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  height: 450px;
  margin: 0 auto;
  border: 3px solid rgb(64, 75, 136);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.map-container iframe {
  width: 100%;
  height: 100%;
  border: none;
}

/* Responsive */
@media (max-width: 768px) {
  .ubicacion {
    padding: 40px 15px;
  }

  .ubicacion h2 {
    font-size: 1.5rem;
  }

  .map-container {
    height: 300px;
  }
}

@media (max-width: 480px) {
  .ubicacion h2 {
    font-size: 1.3rem;
  }

  .map-container {
    height: 250px;
  }
}

.detalle-direccion {
  text-align: center;
  font-size: 1.2rem;
  color: #6f7380;
  margin-top: 12px;
  font-weight: 500;
}
