
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,500;1,700&display=swap');

 
body{
 font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    overflow-x: hidden;
}

#menu li > a {
    font-size:18px;
    font-weight: bold;
    color: #3f3f3f
}

#menu button{
    font-size:18px;
    font-weight: bold; 
}

.carousel-inner{
    max-height: 39rem;
}

@media (max-width:768px){
    #introp{
        width: 90% !important;
    }
}

.servicio-fila{
    width: 100px !important;
    text-align: center;
}

@media(max-width: 576px) {
    .icono-wrap{
        flex-wrap: wrap;
        justify-content: center !important;
    }

    #bg-contacto{
        position:relative;
        top:-110px;
    }



}

#local {
    margin-top:50px;
    background-color: #f3f3f3;
    display:flex;
    justify-content: center; 
    padding-bottom: 300px; 
}

.mapa {
    background: url(../img/MAPA.png);
    width:100%;
    height:500px;
}


.wrapper-local {
    width:50%;
    margin-left:100px;
    padding-top:150px;
}

#numeros-local{
    margin:0 !important;
    padding:0 !important;
}
#numeros-local div {
    padding: 0 20px 0 0;   
    text-align:left;
    height:48px;
}

#numeros-local div:not(:last-child) {
    border-right: 2px solid #3f3f3f;
  }
#numeros-local div:not(:first-child) {
    padding-left:20px;
  }

#numeros-local p{
    margin:0;
}

#bg-contactos{
    position:relative;
    top: -130px;
} 

 #seccion-contacto{
    background-color: #1b2a4e;
    min-height:500px;
    position:relative;
}

#contenedor-formulario{
    position:absolute;
    top:30%;
    left:50%;
    transform: translate(-50%, -50%);
    background: #fbfafa;
    border-radius:5px;

}

#titulo-formulario{
    color: #3f3f3f;}



    .footer {
        background-color: #333;
        color: #fff;
        padding: 40px 0;
      }
    
      .container {
        max-width: 1200px;
        margin: 0 auto;
        padding: 0 20px;
      }
    
      .footer-content {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
      }
    
      .footer-column {
        width: 33%;
        margin-bottom: 20px;
      }
    
      .footer-column h3 {
        font-size: 18px;
        margin-bottom: 10px;
      }
    
      .footer-column p {
        margin-bottom: 5px;
      }
    
      .footer-column ul {
        list-style: none;
        padding: 0;
      }
    
      .footer-column ul li {
        margin-bottom: 5px;
      }
    
      .footer-column ul li a {
        color: #fff;
        text-decoration: none;
      }
    
      .social-icons {
        display: flex;
      }
    
      .social-icon {
        display: inline-block;
        margin-right: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 20px;
      }
    
      .footer-bottom {
        text-align: center;
        margin-top: 20px;
      }



      