* {
    box-sizing: border-box;
    margin: 0;
    outline: 0;
    padding: 0
}

@keyframes slideInLeft{
    from {
        transform: translateX(-300px);
      }
    
      to {
        transform: translateX(0);
      }
}

@keyframes slideInRight {
    from {
      transform: translateX(300px);
    }
  
    to {
      transform: translateX(0);
    }
}

@keyframes slideInTop {
    from {
      transform: translateY(300px);
    }
  
    to {
      transform: translateY(0);
    }
}

:root {
    --primary-color: #efb815
}

body,
button {
    pointer-events: all;
    color: #444;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

#wrapper{
    padding-top: 20px;
    text-align: center;
}

a,
button {
    cursor: pointer
}

a {
    color: inherit;
    text-decoration: none
}

ul {
    list-style: inside
}

li {
    list-style: none
}

img {
    border: none
}

section {
    min-height: 100vh
}

.container {
    margin-left: auto;
    margin-right: auto;
    max-width: 62rem;
    padding: 0 1rem;
    width: 100%
}

.navbar {
    background-color: #fff;
    border-bottom: .0625rem solid rgba(68, 68, 68, .25);
    height: 5rem;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

.navbar .container {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    justify-content: space-between
}

.navbar .navbar-brand {
    align-items: center;
    display: flex;
    font-size: 1.125rem;
    font-weight: 500;
    margin-left: .5rem;
    text-transform: uppercase
}

.navbar .navbar-brand img {
    display: block;
    height: 3rem;
    margin: 0
}

.navbar .navlinks {
    display: none;
    color: #212121;
    font-size: 1rem;
    font-weight: 400;
    flex-basis: 100%;
    height: 100%;
    text-align: center;
    text-transform: uppercase
}

.navbar .navlinks li {
    font-weight: 500;
    display: flex;
    justify-content: center
}

.navbar .navlinks li a {
    margin-bottom: .5rem;
    margin-top: 1.5rem
}

.menu {
    background-color: transparent;
    border: none
}

.linha {
    background-color: #202020;
    height: .25rem;
    width: 1.875rem
}

.linha:nth-child(2) {
    margin: 0.25rem 0px
}

main {
    display: flex;
    flex-direction: column;
    margin-top: 3.5rem
}

@media (min-width:576px) {
    section {
        min-height: 110vh
    }

    .foto-em-pe-mobile {
        display: none !important
    }

    .navbar .navlinks li a {
        align-items: center;
        display: flex;
        height: 100%;
        margin: 0;
        padding: 0 .75rem;
        transition: background-color .2s linear, color .2s linear
    }

    .navbar .navlinks li a:hover {
        background-color: #ffdf82;
    }
}

.inicio {
    background: #fac938;
    background: linear-gradient(180deg, rgba(250, 201, 56, 1) 0, rgba(239, 184, 21, .19931722689075626) 100%);
    align-items: center;
    background-repeat: no-repeat;
    color: #fff;
    display: flex;
    font-size: 1.125rem;
    font-weight: 300;
    overflow: hidden;
    padding: 4rem 0;
    position: initial;
    text-align: center;
    min-height: 110vh
}

.inicio .inicio-texto {
    display: flex;
    flex-direction: column;
    z-index: 25
}

.inicio .inicio-texto li {
    margin: 1rem 0
}

.inicio .foto-bg-inicio {
    display: none;
    z-index: -1
}

.inicio .foto-bg-inicio-cut {
    animation: slideInTop 1.5s ease-in;
    display: block;
    left: 0;
    position: absolute;
    top: 70%;
    width: 100%;
    z-index: -1
}

.container-inicio {
    color: #202020;
    text-align: center;
    margin-bottom: 350px;
    margin-left: auto;
    margin-right: auto;
    max-width: 62rem;
    padding: 0 1rem;
    width: 90%
}

.container-inicio h1 {
    text-transform: uppercase;
    font-family: Cardo, serif;
    font-size: 28px;
    height: 100%;
    font-weight: 700
}

.container-inicio h2 {
    font-size: 18px;
    font-weight: 100;
    width: 100%;
    padding-top: 25px
}

.container-foto-mobile {
    margin-top: 20px;
    bottom: 100% auto
}

.foto-em-pe-mobile{
    margin: 0 auto;
    display: block;
    left: 0;
    position: relative;
    top: 0;
    width: 100%;
    opacity: 1
}

.sobre {
    min-height: 80vh !important
}

@media (min-width:992px) {
    .inicio {
        background: #efb815;
        background: linear-gradient(90deg, rgba(239, 184, 21, 1) 0, rgba(242, 203, 87, .9248074229691877) 35%, rgba(242, 203, 87, .7455357142857143) 69%, rgba(242, 203, 87, .49343487394957986) 92%)
    }

    .container-inicio {
        margin-top: 20px;
        margin-left: 14%;
        text-align: left;
        width: 50%
    }

    .solucoes .box-items {
        height: 300px;
        width: 30% !important
    }

    .container-inicio h1 {
        font-size: 60px;
        width: 80%
    }

    .container-inicio h2 {
        width: 65%
    }

    .inicio .inicio-texto {
        text-align: left;
        width: 75%
    }

    .inicio .foto-bg-inicio {
        display: block;
        left: -30%;
        position: absolute;
        top: 0;
        width: 150%
    }

    .inicio .foto-bg-inicio-cut {
        display: none
    }
}

.main-logo {
    padding-top: 40px;
    width: 50%;
    margin: 0 auto;
    display: block;
    height: 50%rem;
}

.servicos {
    background: #fac938;
    align-items: center;
    overflow: hidden;
    padding: 2rem 0;
    position: initial;
    text-align: left
}

.container-servicos {
    margin-top: 20px;
    color: #212121;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 62rem;
    padding: 0 1rem;
    width: 100%
}

.container-servicos h1 {
    font-family: Cardo, serif;
    font-size: 40px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
    font-weight: 700
}

.servicos .servicos-topicos-texto {
    list-style: none;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    flex-direction: column
}

.servicos .servicos-topicos-texto h2 {
    font-family: Cardo, serif !important;
    text-transform: uppercase;
    font-size: 25px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    color: #212121
}

.servicos .servicos-topicos-texto h3 {
    opacity: .75;
    padding-bottom: 20px;
    font-size: 20px;
    margin: 0 auto;
    width: 100%;
    text-align: left;
    font-style: italic;
    text-transform: uppercase;
    font-weight: 100
}

.servicos .servicos-topicos-texto li {
    width: 80%;
    text-align: justify;
    font-size: 18px;
    margin-top: 50px;
    color: #212121;
    font-weight: 100
}

.botao-servicos-1 {
    border: none;
    background: #212121;
    color: var(--primary-color);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .5);
    display: flex;
    width: 85%;
    font-size: 20px;
    font-weight: 600;
    font-family: Cardo, serif;
    margin: 0 auto;
    min-width: 10.25rem;
    min-height: 5rem;
    padding: .85rem;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 50px;
    text-transform: uppercase;
    transition: .71s
}

.botao-servicos-1:hover {
    background: #5a5a5a;
    border: none;
    transition: .72s
}

.solucoes {
    font-family: Cardo, serif;
    align-items: center;
    background: #f5f5f5;
    color: #212121;
    min-height: calc(100vh - 1rem);
    overflow: hidden;
    padding: 1rem 0;
    position: initial;
    text-align: justify
}

.botao-servicos-2 {
    background: #212121;
    color: var(--primary-color);
    -webkit-box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .5);
    box-shadow: 0 10px 16px 0 rgba(0, 0, 0, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 20px;
    font-weight: 600;
    margin: 0 auto;
    min-width: 10.25rem;
    min-height: 5rem;
    padding: .85rem;
    margin-top: 10px;
    text-transform: uppercase;
    transition: background-color .5s linear
}

.botao-servicos-2:hover {
    background: #ffdf82;
    color: #212121;
    border: none;
    transition: background-color .5s linear
}

.solucoes .solucoes-bg {
    display: none;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1
}

.container-solucoes {
    margin-top: 50px;
    color: #212121;
    text-align: center;
    margin-bottom: 35px;
    margin-left: auto;
    margin-right: auto;
    max-width: 62rem;
    padding: 0 1rem;
    width: 100%
}

.container-solucoes h1 {
    font-size: 40px;
    font-weight: 700
}

.container-solucoes h2 {
    font-weight: 100;
    padding-top: 30px;
    font-size: 22px;
    text-transform: uppercase;
    opacity: .8;
    width: 75%;
    margin: 0 auto;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.container-items {
    padding-bottom: 40px;
    list-style: none;
    padding-top: 2%;
    margin: 0 auto;
    width: 80%;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-evenly
}

.solucoes .box-items {
    display: block;
    padding: 25px;
    width: 90%;
    height: 180px;
    background: #fff;
    opacity: .75;
    box-shadow: rgba(33, 33, 33, 2);
    margin: 10px;
    text-align: center
}

.solucoes .box-items h1 {
    margin-top: 0;
    padding: 1px;
    font-weight: 700;
    font-size: 19px;
    font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
}

.solucoes .solucoes-topicos-texto {
    width: 90%;
    margin: 0 auto;
    padding-bottom: 40px
}

.solucoes .solucoes-topicos-texto li h4 {
    font-size: 18px;
    font-weight: 500
}

.solucoes .solucoes-topicos-texto li {
    text-align: justify;
    list-style: none;
    text-align: left;
    font-size: 16px;
    font-weight: 200;
    margin-top: 1rem;
    padding: 0 1rem
}

#sobre-gradient {
    background: #fff;
    background: linear-gradient(0deg, #dcdcdc 0, #fff 100%)
}

#sobre-gradient #sobre-foto-em-pe {
    display: none;
    width: 32rem
}

.bottom{
    position: relative;
    opacity: 0;
}

.bottom.active{
    opacity: 1;
    animation: slideInTop 1.2s ease-in;
}

.left{
    position: relative;
    opacity: 0;
}

.left.active{
    opacity: 1;
    animation: slideInLeft 1.2s ease-in;
}

.right{
    position: relative;
    opacity: 0;
}

.right.active{
    opacity: 1;
    animation: slideInRight 1s ease-in;
}

@media (min-width:992px) {
    .main-logo {
        width: 20%;
        height: 20%;
    }

    #sobre-gradient {
        align-items: flex-end;
        display: flex
    }

    .sobre {
        margin-left: 10%;
        min-height: 75vh !important
    }

    #sobre-gradient #sobre-foto-em-pe {
        display: block;
        margin-left: 25%
    }
}

@media (min-width:1350px) {
    .inicio .foto-bg-inicio {
        left: 0;
        top: 7.5%;
        width: 100%
    }

    #sobre-gradient #sobre-foto-em-pe {
        display: block;
        margin-left: 33%
    }
}

.sobre {
    margin-top: 10%;
    padding: 2rem 0;
    text-align: center
}

.sobre .sobre-quest {
    font-family: Cardo, serif;
    text-transform: uppercase;
    font-size: 25px
}

.sobre .sobre-titulo {
    font-family: Cardo, serif;
    text-transform: uppercase;
    font-size: 55px;
    font-weight: 600;
    margin-bottom: 30px
}

.sobre .sobre-topicos-texto li {
    font-weight: 300;
    margin-top: 1rem;
    padding: 0 1rem
}

.sobre .sobre-topicos-texto div {
    font-size: 20px;
    font-weight: 200
}

@media (min-width:992px) {
    .sobre {
        text-align: left
    }

    .sobre .sobre-topicos-texto div {
        margin-top: 20px;
        width: 75%;
        padding: 0;
        font-size: 20px
    }
}

@media (min-width:992px) {
    .servicos .servicos-topicos-texto li {
        padding: 0
    }
}

@media (max-width: 767px) {
    .navbar .navlinks li a {
        padding-top: 1.5rem;
        padding-bottom: 1.5rem;
    }
    .navbar.active {
        height: auto
    }
    .navbar.active .navlinks {
        display: block
    }
}

@media (min-width:768px) {
    .navbar .navlinks {
        display: flex !important;
        flex-basis: auto
    }
    .menu {
        display: none !important
    }

    .solucoes .solucoes-topicos-texto {
        width: 70%
    }

    .container-servicos h1 {
        padding-top: 20px;
        font-size: 45px;
        text-align: center;
        width: 70%;
        margin: 0 auto;
        font-weight: 700
    }

    .servicos .servicos-topicos-texto h2 {
        text-align: left;
        font-size: 32px;
        width: 100%;
        font-weight: 300
    }

    .servicos .servicos-topicos-texto {
        font-weight: 300;
        list-style: none;
        width: 50%;
        margin: 0 auto;
        align-items: center
    }

    .servicos .servicos-topicos-texto li {
        text-align: justify;
        width: 100%;
        font-size: 20px;
        font-weight: 100;
        font-family: Poppins, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif
    }

    .botao-servicos-1 {
        width: 50%;
        font-size: 25px
    }

    .botao-servicos-2 {
        font-size: 25px
    }

    .servicos .botao {
        font-size: 1rem
    }
}

.footer {
    background: var(--primary-color)
}

.footer .container {
    padding: 2rem
}

.footer .footer-redes-sociais {
    display: flex;
    list-style: none;
    justify-content: center
}

.footer .footer-redes-sociais li a {
    align-items: center;
    background-color: #212121;
    border-radius: 1.5rem;
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .25);
    display: flex;
    height: 5rem;
    justify-content: center;
    margin: 1rem;
    width: 5rem;
    transition: background-color .2s linear
}

.footer .footer-redes-sociais li a svg {
    color: var(--primary-color);
    height: 1.875rem;
    transition: transform .2s linear;
    width: 1.875rem
}

.footer .footer-redes-sociais li a:hover {
    background-color: #515151
}

.footer .footer-redes-sociais li a:hover svg {
    transform: scale(1.375)
}

@media (min-width:768px) {
    .footer .footer-redes-sociais li a {
        height: 6.25rem;
        width: 6.25rem
    }

    .footer .footer-redes-sociais li a svg {
        height: 2.5rem;
        width: 2.5rem
    }

    .solucoes .box-items {
        width: 60%
    }

    .solucoes .box-items h1 {
        margin-top: 30px
    }
}

.footer .footer-copyright {
    color: #fff;
    font-weight: 300;
    margin-top: 1rem;
    text-align: center
}
