#contact {
    background-color: #343A40;
    letter-spacing: 2px;
    padding: 0 20px 0 20px;
}

#contact a {
    color: #fff;
    text-decoration: none;
}


@media (max-width: 575.98px) {

    #contact {
        padding-bottom: 800px;
    }

    #contact .maps iframe {
        width: 100%;
        height: 450px;
    }
}


@media (min-width: 576px) {

    #contact {
        padding-bottom: 800px;
    }

    #contact .maps iframe {
        width: 100%;
        height: 450px;
    }
}

@media (min-width: 768px) {

    #contact {
        padding-bottom: 350px;
    }

    #contact .maps iframe {
        width: 100%;
        height: 850px;
    }
}

@media (min-width: 992px) {
    #contact {
        padding-bottom: 200px;
    }

    #contact .maps iframe {
        width: 100%;
        height: 700px;
    }
}


#author a {
    color: #fff;
    text-decoration: none;

}

.forma {
    margin-top: 60px;
}

.btn-light:hover {
    background-color: #343A40;
    border: 1px solid #ffffff;
    color: #fff;
    border-radius: 5px;
}

i:hover {
    opacity: 0.7;
}
