/*-------------------------------------------------------------------------------------
    Custom CSS
---------------------------------------------------------------------------------------*/

h1 {
    font-size: 50px;
    line-height: 60px;
}

.btn {
    white-space: normal;
}

@media (max-width: 576px) and (min-width: 320px) {
    .btn {
        font-size: 18px;
    }
}

.strong {
    font-weight: bold;
}
.p-color2 {
    color: #777777;
}

.error {
    color: #cb352c;
    padding-top: 5px;
    font-size: 13px;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,<svg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'><path stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/></svg>");
}

#main-banner {
    background-image: url('../img/banner.jpg');
    background-position: top;
}

.header-top {
	background-color: #1f2534;
}

.navbar {
	padding: 0px;
}

.main_navbar.sticky {
    background: #ffffff !important;
    border-bottom: 1px solid #cccccc;
}

.main_navbar {
	background-color: #f9f9f9 !important
}

.navbar-dark .navbar-nav .nav-link {
    color: #777777;
    font-weight: bold;
}

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link:focus,
.navbar-dark .navbar-nav .nav-link.active {
    color: #6cb8ff !important;
}

.nav-item .btn-primary {
    padding: 10px 25px;
    margin-left: 10px;
    margin-top: -3px;
    text-transform: uppercase;
}

.navbar-brand img {
	max-height: 75px;
}

.header-social {
    margin-top: -8px;
}

.header-contact-info ul li i {
    color: #6cb8ff;
}

header .logo-partner {
    max-height: 40px;
    padding-left: 5px;
}

.caption-content p {
	font-size: 18px;
}

#nossos-servicos, #sobre {
    padding: 80px 0 50px;
}

#nossos-servicos .icon {
    color: #0b89ff;
    font-size: 61px;
    padding-bottom: 30px;
}

#sobre {
    padding-bottom: 80px;
}

#contact-now {
    background-color: #1f2534;
	background-image: none;
}

#contact-now .overlay {
	 background-color: #1f2534;
}

.contact-now-button a {
    background-color: #ed3338;
    line-height: 24px;
    font-size: 18px;
}

#contact-now .p-color {
	color: #3fa2ff;
    font-weight: bold;
    font-size: 24px;
	line-height: 32px;
}

#counter {
    background-image: url(../img/notebook-bg.jpg);
	background-position: top;
    background-attachment: fixed;
}

.counter-single i {
    font-size: 65px;
    color: #0b89ff;
}

.service-single .logo {
    max-height: 120px;
}

#agente-autorizado {
    padding: 80px 0 50px;
}

#agente-autorizado .col-md-3 {
    margin-left: auto;
    margin-right: auto;
}

.sponsors img.sponsor {
    opacity: 0.4;
    margin: 10px 25px;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    -ms-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    max-height: 64px;
}

.sponsors img.sponsor:hover {
    opacity: 1;
}

#cta-2 {
    padding: 80px 0px 40px;
}

#depoimentos {
    padding: 80px 0px;
}

#depoimentos .client-name {
    padding-top: 15px;
}


#contato {
    padding: 80px 0;
}

.contact-btn button {
    cursor: pointer;
}

@media (max-width: 420px) {
    .main_navbar {
        margin-top: 80px;
    }

    .sponsors img.sponsor {
        display: block;
        margin: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 768px) {
    .nav-item .btn-primary {
        margin-top: 5px;
        margin-left: 0px;
    }
     .caption-content {
         padding-top: 230px;
     }

    .full-height {
        height: inherit;
        padding-bottom: 60px;
        min-height: 100vh;
    }
}