@import url('https://fonts.googleapis.com/css?family=Numans&display=swap');

html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Numans', sans-serif;
    overflow-x: hidden;
}

:focus, :active {
    outline: 0 !important;
}

.navbar ul li {
    font-size: 16px;
}

.navbar a {
    color: #FFF;
}

.nav-link {
	position: relative;
	display: inline-block;
	outline: none;
	color: #fff;
	text-decoration: none;
	font-weight: 400;
	font-size: 14px;
}

.nav-link:hover {
    color: #FFF;
}

.nav-link::after {
    position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 4px;
	background: #E4D42D;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
	-moz-transition: opacity 0.3s, -moz-transform 0.3s;
	transition: opacity 0.3s, transform 0.3s;
	-webkit-transform: translateY(10px);
	-moz-transform: translateY(10px);
	transform: translateY(10px);
}

.nav-link:hover::after,
.nav-link:focus::after {
	opacity: 1;
	-webkit-transform: translateY(0px);
	-moz-transform: translateY(0px);
	transform: translateY(0px);
}

.navbar img {
    width: 200px;
}

.navbar .icon-bar {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #202386;
    
}

.navbar.scrolled {
    background-color: #202386!important;
    transition: all 200ms ease;
    -webkit-box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.75);
    box-shadow: 0px 6px 20px 1px rgba(0,0,0,0.75);
}

.wrap {
    position: relative;
}

.menu-link {
    display: inline-block;
    cursor:  pointer;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 3px;
}

.line-1, .line-2, .line-3 {
    width: 30px;
    margin: 10px;
    height: 2px;
    background-color: #202386;
    transition: 0.2s;
}

.change .line-1 {
    -webkit-transform: rotate(-45deg) translate(-8px, 9px);
    transform: rotate(-45deg) translate(-8px, 9px);
}
  
.change .line-2 {
    opacity: 0;
}
  
.change .line-3 {
    -webkit-transform: rotate(45deg) translate(-7px, -9px);
    transform: rotate(45deg) translate(-7px, -9px);
}

.logo img {
    height: 40px;
}

.nav-r {
    background-color: #202386;
}

.banner {
    height: 80vh;
    padding-top: 10vh;
    background-color: #202386;
    background-image: url(assets/img/banner-fundo.png);
    background-size: cover;;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.banner h2 {
    font-size: 22px;
}

.banner h1 {
    font-size: 72px;
    color: yellow;
}

.banner p {
    font-size: 20px;
    color: #FFF;
}

.infos {
    background-image: url(assets/img/article-fundo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.servicos h3 {
    color: #202386;
}

.servicos p {
    font-size: 20px;
}

.caixas .titulo {
    font-size: 16px;
    font-weight: 600;
    color: #202386;
}

.caixas p {
    font-size: 16px;
}

.caixa {
    border-radius: 10px;
}
.caixa img {
    height: 80px;
}

.caixa:hover {
    box-shadow: 0px 0px 30px 5px rgba(163,163,163,0.6);
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
}

.divisor {
    display: block;
    width: 50px;
    height: 3px;
    background-color: #E4D42D;
}

.divisor2 {
    display: block;
    width: 120px;
    height: 3px;
    background-color: #E4D42D;
}

article button {
    font-size: 14px;
    color: #202386;
    border: 1px solid #202386;
    border-radius: 10px;
    background-color: transparent;
}

@-webkit-keyframes hvr-back-pulse {
50% {
    background-color: #202386;
    }
}
@keyframes hvr-back-pulse {
50% {
    background-color: #202386;
    }
}
.hvr {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    overflow: hidden;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}
.hvr:hover, .hvr:focus, .hvr:active {
    -webkit-animation-name: hvr-back-pulse;
    animation-name: hvr-back-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    background-color: #202386;
    color: white;
}


article h3 {
    color: #202386;
}

.spacing {
    letter-spacing: 2px;
}

.faq {
    background-color: #202386;
    background-image: url(assets/img/faq-fundo.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
}

.faq h3 {
    color: #FFF;
}

.faq p {
    color: #FFF;
}

button p {
    font-weight: 600;
}

.rotate {
    transition: 0.5s;
    transform: rotate(40deg);
}

.card {
    border-radius: 0 !important;
    background-color: transparent !important;
    border: none !important;
}

.card-header {
    background-color: rgba(255, 255, 255, 0.4) !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0 !important;
}

.card-header button {
    color: #FFF !important;
}

.card-body {
    color: #FFF !important;
}

footer {
    height: 40vh;
    background-color: #202386;
    color: #FFF;
}

footer i {
    font-size: 30px;
}

footer img {
    height: 50px;
}

.reveal {
    opacity: 0;
}

.fade {
    position: relative;
    animation: myfirst 2s;
    animation: fadein 3s;
    -webkit-animation: myfirst 2s ease-out forwards; 
}

@keyframes myfirst {
    from {right:-200px; opacity: 0;}
    to {right:0px; opacity: 1;}
}

@-webkit-keyframes myfirst {
    from {right:-200px; opacity: 0;}
    to {right:0px; opacity: 1;}
}

.logos {
    width: 280px;
}

.ferramentas img {
    width: 100%;
    height: auto;

    opacity: 0.5;
    filter: grayscale(100%);
}

.ferramentas img:hover {
    filter: grayscale(0%);
    opacity: 1;
}

footer a {
    color: #FFF !important;
    text-decoration: none;
}


@media (max-width: 576px) {
    .banner .container h1{
        font-size: 36px;
    }
    
    .banner {
        height: 60vh;
    }
}

@media (max-width: 720px) {
    .banner .container {
        padding-top: 0px;
    }

    .texto {
        margin-top: 10vh;
    }
}

@media (max-width: 990px) {
    .panel {
        background-color: #202386;
    }

    .caixa {
        box-shadow: 0px 0px 10px 5px rgba(163,163,163,0.6);
        -webkit-transition-duration: 0.5s;
        transition-duration: 0.5s;
    }

    .navbar {
        background-color: #202386 !important;
        padding: 0 !important;
    }

    footer .menu li {
        list-style-type: none !important;
    }

    .navbar a {
        padding: 0;
        color: #FFF;
        font-size: 18px;
    }

    .navbar .nav-item .nav-link:hover {
        color: #FFF;
    }

    .navbar .icon-bar {
        background-color: #FFF;
    }

    .divisor {
        width: 120px;
    }

    .nav-link::after {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        height: 1px;
        background: #E4D42D;
        content: '';
        opacity: 0;
        -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
        -moz-transition: opacity 0.3s, -moz-transform 0.3s;
        transition: opacity 0.3s, transform 0.3s;
        -webkit-transform: translateY(10px);
        -moz-transform: translateY(10px);
        transform: translateY(10px);
    }
}

@media (max-width: 1200px) {
    .logos {
        width: 160px;
    }
}


.btn.btn-primary{
    background-color: #202386!important;
    border:0;
}

