body {
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    background-color: #f3f3f3;
    color: black;
}


/*==========MENU==========*/

#menu a {
    font-size: 18px;
    font-weight: bold;
    color: #3f3f3f;
}

#menu a:hover {
    opacity: 0.7;
}

#menu button {
    font-size: 18px;
    font-weight: bold;
}


/*==========SLIDER DE IMAGENES==========*/

.carousel-inner {
    max-height: 28rem;
}


/*==========MEDIA QUERIES PANTALLAS ANCHAS==========*/

@media (max-width:1200px) {
    #local {
        flex-wrap: wrap;
        padding-top: 30px;
    }
    .wrapper {
        width: 90%;
        margin: auto;
        padding-top: 50px;
    }
}


/*==========MEDIA QUERIES PANTALLAS SM==========*/

@media (max-width:768px) {
    #intro,
    #equipo {
        width: 90% !important;
    }
    #equipo p {
        display: none;
    }
    .servicio-fila {
        width: 100% !important;
        text-align: center;
    }
}


/*==========MEDIA QUERIES PANTALLAS EXTRA SM==========*/

@media(max-width:576px) {
    .icono-wrap {
        flex-wrap: wrap;
        justify-content: center !important;
    }
}


/*==========SECCION NUESTRO EQUIPO MAPA==========*/

#local {
    background: #e2e2e2;
    padding-bottom: 300px;
    display: flex;
    justify-content: center;
}

.wrapper {
    width: 75%;
    margin-left: 85px;
    padding-top: 100px;
}


/*==========CONTACTOS BACKGROUND==========*/

#bg-contacto {
    position: relative;
    top: -100px;
}

#contacto {
    background-color: black;
    min-height: 500px;
    position: relative;
}


/*==========CONTACTOS FORMULARIOS==========*/

#contenedor-formulario {
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: gray;
    border-radius: 5px;
    max-width: 650px;
}

#titulo-formulario {
    color: black;
}


/*==========FOOTER==========*/

footer {
    background: blue;
    min-width: 100px;
}

footer p {
    color: whitesmoke;
    text-align: center;
}

#iconos i {
    font-size: 26px;
    padding: 10 8px;
    vertical-align: -0.8em;
    color: whitesmoke;
}