@font-face {
    font-family: Roboto-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

@font-face {
    font-family: Open-Sans-Regular;
    src: url(../fonts/Roboto-Regular.ttf);
}

html{
    overflow-x:hidden;
}

::-webkit-scrollbar {
    width: 6px;
    background: #BDBFC1;
}
::-webkit-scrollbar-thumb {
    background: #F58634;
    border-radius: 10px;
}

.body-cont {
    padding: 0px;
}

.h1-config {
    color: #000000;
    font-family: Open-Sans-Regular;
    text-align: center;
    padding: 20px 0px;
}

.link-logo {
    width: 175px;
    height: 50px;
}

.img-logo {
    width: 100%;
    margin-top: -17px;
}

.nav-config {
    background-color: red;
	padding: 0px 80px;
}

.a-menu:hover {
	color: #000000 !important;
} 

.a-menu {
    color: #000000 !important;
    font-family: Open-Sans-Regular;
    display: block;
    margin: 0;
    padding: 0 38px;
    text-decoration: none;
    position: relative;
    padding-right: 1.3rem !important;
    padding-left: 1.3rem !important;
}

.a-menu:hover:before {
    animation: progress 0.2s linear forwards;
}

.a-menu:before {
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 0;
    height: 2px;
    background: #F58634;
    content: '';
    margin: 0 14px;
}

@keyframes progress {
    from { width: 0%; }
    to { width: calc(100% - 28px); }
}

.footer-config {
    position: absolute;
    width: 100%;
}

.home-cont {
    width: 100%;
    height: 100vh;
}

.image-home-group {
    display: block;
    position: relative;
}

.bhome-1 {
    display: block;
    position: absolute;
    top: 137px;
    width: 167px;
    left: 180px;
}

.bhome-2 {
    display: block;
    position: absolute;
    top: 134px;
    left: 360px;
    width: 700px;
}

.bhome-3 {
    display: block;
    position: absolute;
    top: 320px;
    width: 455px;
    left: 599px;
}

.bhome-4 {
    display: block;
    position: absolute;
    z-index: -1;
    width: 1290px;
    top: 800px;
    animation: rocket 3s linear forwards;
    transform-origin: top right;
}

@keyframes rocket {
  from {
    left: -1000px;
    top: 800px;
    transform: rotate(45deg);
    }
  to {
    transform: rotate(0deg);
    left: -1px;
    top: 180px;
    }
}

.quemsomos-cont {
    background-color:;
    width: 100%;
    height: 100vh;
}

.cubo-orange {
    width: 450px;
    height: 450px;
    background: #F58634;
    margin-left: 100px;
    margin-top: 15px;
}

.text-about {
    font-family: Open-Sans-Regular;
    font-size: 25px;
    color: black;
    text-shadow: -2px 2px 0px rgba(255, 255, 255, 1);
    position: absolute;
    text-align: center;
    padding: 23% 0px;
    width: 94%;
}

.contato-cont {
    background-color:;
    width: 100%;
    height: 50vh;
}

.rocket {
    display: block;
    position: absolute;
    font-size: 46vw;
    z-index: -1;
    color: #ececec;
    top: 1690px;
    left: 27%;
}

.serviços-cont {
    background-color:;
    width: 100%;
    height: 100vh;
}

.cel-config {
    text-align: center;
}

.title-cel {
    font-family: Open-Sans-Regular;
    font-size: 24px;
    margin-top: 10px;
    text-align: center;
}

.icon-config {
    font-size: 78px;
    width: 120px;
    height: 120px;
    border-radius: 60px;
    border: 2px solid #000;
    text-align: center;
    line-height: 116px;
    text-align: center;
}

.span-icon {
    text-align: justify !important;
}

.container-config {
    padding: 13% 0px;
}

.rede-social {
    font-size: 22px;
    margin-left: 15px;
}

.local {
    font-size: 21px;
}

.orange-box {
    background-color: orange;
    height: 100vh;
}

@media (max-width: 1199px) {

}

@media (max-width: 990px) {
    .text-about {
        font-size: 20px;
        margin-top: 60px;
    }

    .cubo-orange {
        width: 350px;
        height: 350px;
    }
}