button,
input {
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 1.4px;
}

.background {
    display: flex;
    min-height: 100vh;
    margin-top: -300px;
}

.container-home {
    flex: 0 1 700px;
    margin: auto;
    padding: 10px;
}

.screen {
    position: relative;
    background: #3e3e3e;
    border-radius: 15px;
}

.screen:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 20px;
    right: 20px;
    bottom: 0;
    border-radius: 15px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, .4);
    z-index: -1;
}

.screen-header {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: #4d4d4f;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.screen-header-left {
    margin-right: auto;
}

.screen-header-button {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-right: 3px;
    border-radius: 8px;
    background: white;
}

.screen-header-button.close {
    background: #ed1c6f;
}

.screen-header-button.maximize {
    background: #e8e925;
}

.screen-header-button.minimize {
    background: #74c54f;
}

.screen-header-right {
    display: flex;
}

.screen-header-ellipsis {
    width: 3px;
    height: 3px;
    margin-left: 2px;
    border-radius: 8px;
    background: #999;
}

.screen-body {
    display: flex;
}

.screen-body-item {
    flex: 1;
    padding: 50px;
}

.screen-body-item.left {
    display: flex;
    flex-direction: column;
}

.app-title {
    display: flex;
    flex-direction: column;
    position: relative;
    color: #07a0f6;
    font-size: 26px;
}

.app-title:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 25px;
    height: 4px;
    background: #07a0f6;
}

.app-contact {
    margin-top: auto;
    font-size: 8px;
    color: #888;
}

.app-form-group {
    margin-bottom: 15px;
}

.app-form-group.message {
    margin-top: 40px;
}

.app-form-group.buttons {
    margin-bottom: 0;
    text-align: right;
}

.app-form-control {
    width: 100%;
    padding: 10px 0;
    background: none;
    border: none;
    border-bottom: 1px solid #666;
    color: #ddd;
    font-size: 14px;
    text-transform: uppercase;
    outline: none;
    transition: border-color .2s;
}

.app-form-control::placeholder {
    color: #666;
}

.app-form-control:focus {
    border-bottom-color: #ddd;
}

.app-form-button {
    background: none;
    border: none;
    color: #07a0f6;
    font-size: 14px;
    cursor: pointer;
    outline: none;
}

.app-form-button:hover {
    color: #077fc5;
}

.credits {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    color: #ffa4bd;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 16px;
    font-weight: normal;
}

.credits-link {
    display: flex;
    align-items: center;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
}

.dribbble {
    width: 20px;
    height: 20px;
    margin: 0 5px;
}

@media screen and (max-width: 520px) {
    .screen-body {
        flex-direction: column;
    }

    .screen-body-item.left {
        margin-bottom: 30px;
    }

    .app-title {
        flex-direction: row;
    }

    .app-title span {
        margin-right: 12px;
    }

    .app-title:after {
        display: none;
    }
}

@media screen and (max-width: 600px) {
    .screen-body {
        padding: 40px;
    }

    .screen-body-item {
        padding: 0;
    }
}

/*          LAYOUT
------------------------------------------- */
html,
body {
    overflow-x: hidden;
    color: black;
}

body {
    font-family: Helvetica, Arial, sans-serif;
    color: black;
    background: url(../Imagens/fundo1.svg) no-repeat;

}

#home {
    margin-top: 200px;
    display: flex;
    color: black;
    justify-content: center;
    justify-self: center;
    align-items: center;
    height: 100vh;
}

.footer-heading {
    color: white;
}

footer h3 {
    color: white;
}

.email {
    background-color: #08F5E7;
}

#home h3,
h4 {
    margin-bottom: 40px;
}

.botao-um {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

#destaque {
    margin-top: 100px;
    width: 100%;
    background: #07A0F6;
    padding-top: 20px;
    padding-bottom: 20px;
}

#destaque h5 {
    font-weight: lighter;
    letter-spacing: 0em;
}

#conteudo {
    margin-top: 100px;
    color: black;
}

#conteudo .cont-two {
    margin-top: 100px;
    margin-bottom: 100px;
}

/*          BARRA DE NAVEGAÇÃO
------------------------------------------- */
nav.navbar-transparente {
    background: rgba(8, 8, 8);
    box-shadow: black;
    border-bottom-color: black;
    padding: 15px 0px;
}

.navbar-light .navbar-nav .nav-link {
    color: white;
    padding: 9px;

}

.navbar-light .navbar-nav .nav-link:hover {
    color: #9bf0e1
}

.navbar-light .navbar-toggler {
    color: rgba(255, 255, 255, .5);
    border-color: rgba(255, 255, 255, 0.5);
}

.navbar-light .navbar-brand i:hover {
    color: #9bf0e1;
}

.divisor {
    width: 1px;
    background: rgb(136, 131, 131);
    margin: 12px 15px;
}

/*          CAPA
------------------------------------------- */
.btn-custom {
    color: white;
    border-radius: 100px;
    padding: 20px;
    -webkit-border-radius: 500px;
    -moz-border-radius: 500px;
    text-transform: uppercase;
    transition: background 0.4s, color 0.4s;
    padding: 10px 20px;
}

.btn-azul {
    background: #07A0F6;
    color: #FFFFFF;
    font-size: large;
    font-weight: bold;
}

.btn-azul:hover {
    background: #23FFF0;
    color: white;
}

.btn-branco {
    border: 2px solid white;
}

.btn-branco:hover {
    background-color: white;
    color: black;
}

/*          ESTRUTURA DE CONTEÚDOS
------------------------------------------- */
footer p {
    font-size: 14px
}

.container-fluid {
    background-color: #4527A0
}

.top-part {
    background-color: #512DA8
}

.center-content {
    margin-top: 120px;
    margin-bottom: 120px
}

.btn-pink {
    border-radius: 0;
    background-color: #FF4081;
    color: #fff !important;
    letter-spacing: 2px;
    padding: 10px;
    padding-right: 20px;
    padding-left: 20px
}

.btn-pink:hover {
    background-color: #F50057
}

.line {
    border-top: 1px solid #7B1FA2;
    width: 90% !important
}

.fa-mobile {
    font-size: 20px
}

#contact {
    font-size: 15px
}

.grey-text {
    color: lightgrey
}

/*          TIPOGRAFIA
------------------------------------------- */
h1 {
    font-weight: 900;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
    color: black;
}

h2 {
    font-size: 3em;
    font-weight: 700;
    letter-spacing: -0.04em;
}

h3 {
    font-size: 2em;
    font-weight: 700;
    letter-spacing: -0.04em;
    color: black;
}

@media (max-width: 575.98px) {
    .contact-us{
        margin-bottom: 100px;
    }
    footer {
        margin-top: 100px;
    }

    #home {
        margin-top: 150px;
    }

    #conteudo {
        margin-top: 100px;
    }

    .background {
        margin-top: -230px;
    }

    #home .botao-um {
        justify-content: center;
        align-self: center;
        align-content: center;
        justify-self: center;
        justify-items: center;
        margin-bottom: 50px;
    }

    .botao-um {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }

    .navbar-light .navbar-brand i {
        padding: 2px;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    h1 {
        font-size: 4em;
    }

    h4 {
        font-size: 2em;
    }

    .btn-custom {
        margin: 10px 15px;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    h1 {
        font-size: 5em;
    }

    h4 {
        font-size: 2em;
    }

    img {
        width: 300px;
        height: 300px;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    h1 {
        font-size: 6em;
    }

    img {
        width: 350px;
        height: 350px;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 7em;
    }

}