/* IMPORTANDO ARQUIVOS CSS */
@import url('../css/bootstrap.css');
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400&display=swap');

* {
    font-family: 'Montserrat', sans-serif;
}
h1,h2,h3,h4,h5,h6,p {
    font-weight: 800;
}
a:hover {
    text-decoration: none;
}
:root {
    --bg-one: #fff;
}
/* ESTILOS GLOBAIS */
.social-menu-wrapper,
.scm-brand-area {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ESTILOS ESPECÍFICOS */
.social-menu-wrapper {
    background-color: var(--bg-one);
    min-height: 100vh;
    max-width: 100vw;
    padding: 3rem 0;
}
.scm-info-area {
    text-align: center;
}
.scm-info-area p {
    margin: 0;
}
.text-info {
    color: #00aab2 !important;
}
a.text-info:hover, a.text-info:focus {
    color: #00aab2 !important;
}
.btn-dark {
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}
