@import url('https://fonts.googleapis.com/css2?family=Archivo&display=swap');
/* @font-face {
    font-family: 'FontAwesome';
    src: url('../fonts/fontawesome-webfont.eot?v=4.7.0');
    src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'),url('../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'),url('../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'),url('../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'),url('../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular') format('svg');
    font-weight: normal;
    font-style: normal
} */
.rodape {
    background-color: #3b3b3b;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    overflow: hidden;
}
.informacoesContato {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    font-weight: 400;
    font-style: italic;
    margin: 10px;
    width: 250px;
}
.informacoesContatoContainer {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 5%;
    min-width: 250px;
}
/* .fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-variant-east-asian: normal;
    font-variant-alternates: normal;
    font-kerning: auto;
    font-optical-sizing: auto;
    font-feature-settings: normal;
    font-variation-settings: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 1;
    font-family: FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
} */
.fa {
    text-decoration: none;
    color: white;
    padding: 6%;
    margin: 5px;
}
.fa-linkedin:before {
    content: "\f0e1";
}
.fa-instagram:before {
    content: "\f16d";
}
.fa-facebook:before {
    content: "\f09a";
}
.desenvolvedores {
    color: #f5a218;
    font-weight: 400;
    font-style: italic;
    font-size: x-small;
    margin: 10px;
    display: flex;
    align-items: center;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.logoPequena {
    height: 12%;
    width: 12%;
    margin: 0.5%;
}
.informacoesContato {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
    color: white;
    font-weight: 400;
    font-style: italic;
    margin: 10px;
    min-width: 250px;
}
.linkCtt {
    text-decoration: none;
    color: white;
    margin: 5px;
    font-weight: 400;
    font-size: smaller;
}

@media screen and (max-width: 768px) {
    .rodape{
        flex-direction: column;
    }
}