/*--------------------------------------------------------------

# General

--------------------------------------------------------------*/

body {
    background: #fff;
    color: #444;
    font-family: "Open Sans", sans-serif;
}

a {
    color: #1bb1dc;
}

a:hover, a:active, a:focus {
    color: #0a98c0;
    outline: none;
    text-decoration: none;
}

p {
    padding: 0;
    margin: 0 0 30px 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Back to top button */

.back-to-top {
    position: fixed;
    display: none;
    background: #246695;
    color: #fff;
    width: 44px;
    height: 44px;
    text-align: center;
    line-height: 1;
    font-size: 16px;
    border-radius: 50%;
    right: 15px;
    bottom: 70px;
    transition: background 0.5s;
    z-index: 11;
}

.back-to-top i {
    padding-top: 12px;
    color: #fff;
}

/*--------------------------------------------------------------

  # Top Bar

  --------------------------------------------------------------*/

#topbar {
    padding: 0 0 5px 0;
    font-size: 14px;
    transition: all 0.5s;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

#topbar .social-links {
    text-align: right;
    padding-top: 8px;
}

#topbar .social-links a {
    color: #1bb1dc;
    padding: 4px 12px;
    display: inline-block;
    line-height: 1px;
    font-size: 24px;
}

#topbar .social-links a:hover {
    color: #4ce197;
}

#topbar .social-links a:first-child {
    border-left: 0;
}

/*--------------------------------------------------------------

  # Header

  --------------------------------------------------------------*/

#header {
    height: 110px;
    transition: all 0.5s;
    z-index: 997;
    transition: all 0.5s;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #fff;
    box-shadow: 5px 5px 30px rgba(122, 174, 223, 0.2);
}

#header.header-scrolled, #header.header-pages {
    height: 70px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0px 0px 30px rgba(136, 167, 242, 0.3);
}

#header.header-scrolled .logo img {
    margin: 0;
}

#header.header-scrolled #topbar, #header.header-pages #topbar {
    display: none;
}

#header .logo img {
    padding: 0;
    margin: 8px 0;
    max-height: 62px;
}

.main-pages {
    margin-top: 60px;
}

/*--------------------------------------------------------------

# Navigation Menu

--------------------------------------------------------------*/

/* Desktop Navigation */

.main-nav {
    letter-spacing: 1px;
}

.main-nav, .main-nav * {
    margin: 0;
    padding: 4px 0;
    list-style: none;
}

.main-nav, .main-nav i {
    font-size: 12px;
}

.main-nav>ul>li {
    position: relative;
    white-space: nowrap;
    float: left;
}

.main-nav a {
    display: block;
    position: relative;
    color: #7b7b7b;
    padding: 10px 15px;
    transition: 0.3s;
    font-size: 14px;
    font-family: "Open Sans", sans-serif;
    text-transform: uppercase;
}

.main-nav .btn-cliente {
    font-size: 14px;
    background-color: #1bb1dc;
    color: #fff;
    border-radius: 4px;
    padding: 4px 6px;
    border: 0;
    margin-right: 14px;
    font-weight: 600;
}

.main-nav .btn-cliente:hover {
    background-color: #4ce197;
    color: #fff;
}

.main-nav a:hover, .main-nav .active>a, .main-nav li:hover>a {
    color: #1bb1dc;
    text-decoration: none;
}

.main-nav .drop-down ul {
    display: block;
    position: absolute;
    left: 0;
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 10px 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
    transition: ease all 0.3s;
    border-radius: 8px;
}

.main-nav .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.main-nav .drop-down li {
    min-width: 180px;
    position: relative;
}

.main-nav .drop-down ul a {
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    color: #065e77;
}

.main-nav .drop-down ul a:hover, .main-nav .drop-down ul .active>a, .main-nav .drop-down ul li:hover>a {
    color: #fff;
    background-color: #1bb1dc;
}

.main-nav .drop-down .drop-down ul {
    top: 0;
    left: calc(100% - 30px);
}

.main-nav .drop-down .drop-down:hover>ul {
    opacity: 1;
    top: 0;
    left: 100%;
}

.main-nav .drop-down .drop-down>a {
    padding-right: 35px;
}

.main-nav .drop-dawn i {
    position: absolute;
    right: 15px;
}

/***** Mobile Navigation *****/

.mobile-nav {
    position: fixed;
    top: 0;
    bottom: 0;
    z-index: 9999;
    overflow-y: auto;
    left: -260px;
    width: 260px;
    padding-top: 18px;
    background: rgba(22, 215, 255, 0.8);
    transition: 0.4s;
}

.mobile-nav button{
    border: 0;
    background-color: #45f0ff;
    color: #fff;
    font-weight: 700;
    border-radius: 8px;
    padding: 2px 5px;
    margin: 15px;
    text-transform: uppercase;
    font-size: 14px;
}

.mobile-nav button:hover{
    background-color: #40f4ce;
}

.mobile-nav * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.mobile-nav a {
    display: block;
    position: relative;
    color: #fff;
    padding: 10px 20px;
    font-weight: 500;
}

.mobile-nav a:hover, .mobile-nav .active>a, .mobile-nav li:hover>a {
    color: #31fffc;
    text-decoration: none;
}

.mobile-nav .drop-down>a:after {
    content: "\f078";
    font-family: FontAwesome;
    padding-left: 10px;
    position: absolute;
    right: 15px;
}

.mobile-nav .active.drop-down>a:after {
    content: "\f077";
}

.mobile-nav .drop-down>a {
    padding-right: 35px;
}

.mobile-nav .drop-down ul {
    display: none;
    overflow: hidden;
}

.mobile-nav .drop-down li {
    padding-left: 20px;
}

.mobile-nav-toggle {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 24px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 1;
    cursor: pointer;
    text-align: right;
}

.mobile-nav-toggle i {
    margin: 18px 18px 0 0;
    color: #000;
}

.mobile-nav-overly {
    width: 100%;
    height: 100%;
    z-index: 9997;
    top: 0;
    left: 0;
    position: fixed;
    background: rgba(70, 70, 70, 0.6);
    overflow: hidden;
    display: none;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav {
    left: 0;
}

.mobile-nav-active .mobile-nav-toggle i {
    color: #fff;
}

/*--------------------------------------------------------------

# Sections

--------------------------------------------------------------*/

/* Sections Header

--------------------------------*/

.section-header h3 {
    font-size: 36px;
    color: #353535;
    text-align: center;
    font-weight: 700;
    position: relative;
    text-transform: uppercase;
}

.section-header p {
    text-align: center;
    margin: auto;
    font-size: 15px;
    padding-bottom: 60px;
    color: #353535;
    width: 70%;
}


/*********************** FORM LOGIN CENTRAL CLIENTE 
/************************/

#modalLogin .modal-content{
    color: #797979;
}

#modalLogin .modal-content label,
#modalLogin .modal-content i
{
    font-size: .9rem;
}

#modalLogin .modal-dialog{
    position: absolute;
    top: 30%;
    left: 80%;
    transform: translate(-50%, -50%);
}

#modalLogin .btn-form{
    text-align: center;
}

#modalLogin #btnEntrar{
    width: 100%;
    text-align: center;
    background-color: #1bb1dc;
    border-color: #1bb1dc;
}

#modalLogin #btnEntrar:hover{
    background-color: #1693b6;
}

#modalLogin input{
    margin-bottom: 10px;
}

.modal-backdrop {
    z-index: initial;
}

#modalLogin .modal-header img{
    width: 90%;
    opacity: .5;
    margin: 0 auto;
}

/* About Us Section

--------------------------------*/

#about {
    padding: 150px 0;
    position: relative;
}

#about .about-content {
    padding-top: 50px;
}

#about .about-content .logo-spaco-about {
    text-align: center;
}

#about .about-content img {
    padding-top: 100px;
}

#about .about-content i {
    text-shadow: 1px 1px 5px;
}

#about .success-right {
    max-width: 800px;
}

#about .about-content h2 {
    font-size: 3em;
    letter-spacing: 3px;
    font-weight: 300;
    text-transform: uppercase;
}

#about .about-content h3 {
    font-weight: 500;
    font-size: 20px;
    text-transform: uppercase;
}

#about .about-content p {
    color: #000;
    line-height: 1.8em;
}

#about .about-content ul {
    list-style: none;
    padding-top: 80px;
    font-size: 20px;
}

#about .about-content ul li {
    color: #000;
    padding-bottom: 40px;
}

#about .about-content ul li i {
    font-size: 24px;
    color: #1bb1dc;
    padding-right: 4px;
}

#about .about-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}

#about .about-img img {
    width: 100%;
    transition: .5s;
    margin-top: 100px;
}

#about .about-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#about .about-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#about .about-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

/*--------------------------------------------------------------

  # Section Success Case

  --------------------------------------------------------------*/

#team {
    padding: 150px 0;
    z-index: -1;
    height: 700px;
    background-color: #fff;
}

section.img-team {
    background-image: url("../img/about-parallax.webp");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: right top;
    background-attachment: fixed;
    z-index: -1;
}

#team p:nth-of-type(2) {
    padding-top: 0;
}

#team .row:nth-of-type(2)>div:nth-of-type(2) {
    z-index: 1;
}

#team .case-content h2 {
    font-size: 3.5em;
    font-weight: 700;
    color: #0c4576;
    text-transform: uppercase;
}

#team .case-content .logo-spaco-about::after {
    content: "";
    display: block;
    background-color: #fff;
    width: 80%;
    height: 100px;
    position: absolute;
    left: 70px;
    top: 150px;
    z-index: -1;
    border-radius: 14px;
}

#team .case-content h3 {
    font-size: 1.5em;
    font-weight: 300;
    color: #000;
}

#team iframe {
    border-radius: 20px;
    width: 540px;
    height: 300px;
}

#team .case-content p {
    font-size: 1.75em;
    padding: 15px 30px;
}

#team .case-content img {
    width: 48px;
}

#team .row:nth-of-type(2) {
    margin-top: 70px;
}

/* Section Diferenciais

--------------------------------*/

#diferenciais {
    padding: 100px 0 150px 0;
    text-align: center;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

#diferenciais .diferencial-item p {
    padding: 0 90px;
    margin: 0;
}

#diferenciais .row:nth-of-type(2) {
    padding: 80px 0;
}

#diferenciais .row:nth-of-type(2) .diferencial-item {
    padding-right: 13px;
    padding-left: 13px;
}

#diferenciais .box {
    text-align: center;
}

#diferenciais .img-thumbnail {
    border: 0;
    text-align: center;
}

#diferenciais .diferenciais-content {
    padding-top: 50px;
}

#diferenciais .diferenciais-content .logo-spaco-diferenciais {
    text-align: center;
}

#diferenciais .diferenciais-content img {
    padding-top: 100px;
}

#diferenciais .diferenciais-content i {
    text-shadow: 1px 1px 5px;
}

#diferenciais .diferenciais-content h2 {
    font-size: 3.5em;
    font-weight: 300;
    padding: 0 20px;
    text-transform: uppercase;
}

#diferenciais .diferenciais-content h3 {
    font-weight: 300;
    font-size: 1.5rem;
    padding: 0 20px;
}

#diferenciais .diferenciais-content p {
    color: #000;
    line-height: 1.8em;
}

#diferenciais .diferenciais-content ul {
    list-style: none;
    padding-top: 80px;
    font-size: 20px;
}

#diferenciais .diferenciais-content ul li {
    color: #000;
    padding-bottom: 40px;
}

#diferenciais .diferenciais-content ul li i {
    font-size: 24px;
    color: #1bb1dc;
    padding-right: 4px;
}

#diferenciais .diferenciais-img {
    position: relative;
    margin: 30px 30px 30px 30px;
}

#diferenciais .diferenciais-img img {
    width: 100%;
    transition: .5s;
    margin-top: 100px;
}

#diferenciais .diferenciais-img img:hover {
    width: 100%;
    -webkit-transform: scale(1.03);
    transform: scale(1.03);
}

#diferenciais .diferenciais-img::before {
    position: absolute;
    left: -31px;
    top: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

#diferenciais .diferenciais-img::after {
    position: absolute;
    right: -31px;
    bottom: -30px;
    width: 90%;
    height: 92%;
    z-index: -1;
    content: '';
    background-color: #ebf1fa;
    transition: .5s;
}

/*--------------------------------------------------------------

# Footer

--------------------------------------------------------------*/

#footer {
    padding: 0 0 30px 0;
    font-size: 16px;
    position: relative;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('../img/paisagem.webp');
}

#footer .overlay{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #354ca66e;
}

#footer .footer-top {
    padding: 90px 0;
}

#footer .btn-footer a {
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
    display: inline-block;
    padding: 8px 38px;
    border-radius: 20px;
    transition: 0.3s;
    margin: 10px;
    color: #1bb1dc;
    background-color: #fff;
    text-transform: uppercase;
}

#footer .btn-footer a:hover {
    color: #fff;
    background-color: #33daf1;
}

#footer .footer-top .social-links a {
    font-size: 24px;
    display: inline-block;
    background: #fff;
    color: #1bb1dc;
    line-height: 1;
    padding: 6px 0;
    margin-right: 4px;
    border-radius: 50%;
    text-align: center;
    width: 36px;
    height: 36px;
    transition: 0.3s;
}

#footer .footer-top .social-links a:hover {
    background: #33daf1;
    color: #fff;
}

#footer .footer-top .social-links a:nth-of-type(2) {
    font-size: 1.8em;
}

#footer .footer-top h4 {
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    padding-bottom: 10px;
    letter-spacing: 1.5px;
}

#footer .footer-top .footer-links {
    margin-bottom: 30px;
}

#footer .footer-top .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#footer .footer-top .footer-links ul li {
    padding: 8px 0;
}

#footer .footer-top .footer-links ul li:first-child {
    padding-top: 0;
}

#footer .footer-top .footer-links ul a {
    color: #dedede;
}

#footer .footer-top .footer-links ul a:hover {
    color: #33daf1;
}

#footer .copyright {
    text-align: center;
    padding-top: 30px;
    color: #fff;
    font-size: 15px;
}

#footer .credits {
    text-align: center;
    font-size: 14px;
    padding-top: 4px;
    color: #797979;
}

#footer .credits a {
    color: #1bb1dc;
}

#footer .credits a:hover {
    color: #0a98c0;
}

/*--------------------------------------------------------------

  # Responsive Media Queries

  --------------------------------------------------------------*/

@media (min-width: 992px) {
    #intro .intro-info {
        padding-top: 80px;
    }
}

@media (max-width: 991px) {
    #topbar {
        display: none;
    }
    #header {
        height: 70px;
        padding: 15px 0;
    }
    #header .logo img {
        margin: 0;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    #about {
        padding-top: 100px;
    }
    #about div.col-lg-6:last-child {
        display: none;
    }
    .mobile-nav-toggle i {
        color: #1bb1dc;
        margin: 22px 18px 0 0;
    }
    #footer .footer-left {
        display: none;
    }
    section#team {
        background-color: #006d8d;
    }
    section#team h2, section#team h3, section#team p {
        color: #fff !important;
    }
    section.img-team {
        background-image: none;
    }
}

@media (max-width: 768px) {
    .back-to-top {
        display: none !important;
    }
    #diferenciais {
        padding: 50px 0 100px 0;
    }
    #diferenciais .diferenciais-content h2 {
        font-size: 2.5em;
    }
    #modalLogin .modal-dialog {
        left: 50%;
    }
}

@media (max-width: 767px) {
    #about {
        padding: 70px 20px;
    }
    #about .success-right {
        padding: 0 40px;
    }
    #about .about-content h2 {
        font-weight: 700;
        letter-spacing: 0;
    }
    #about .logo-spaco-about {
        display: none;
    }
    #diferenciais .diferenciais-content h3 {
        padding: 0;
        letter-spacing: 0;
    }
    #diferenciais .row:nth-of-type(2) {
        padding: 0;
    }
    #diferenciais .diferencial-item {
        padding-top: 30px;
    }
    #intro {
        height: auto;
        padding: 80px 0 60px 0;
    }
    #intro .container {
        height: auto !important;
    }
    #intro .intro-img {
        width: 80%;
    }
    #intro .intro-info {
        text-align: center;
        padding-top: 40px;
    }
    #intro .intro-info h2 {
        font-size: 34px;
        margin-bottom: 30px;
    }
    .section-header p {
        width: 100%;
    }
    #team {
        padding: 100px 0;
    }
    #team .case-content h2 {
        font-size: 3em;
    }
}

@media (max-width: 574px) {
    #team {
        height: 100%;
        padding: 50px 20px;
    }
    .section-header h3 {
        font-size: 30px;
    }
    #diferenciais .diferencial-item p {
        padding: 0;
    }
    #footer .footer-top .social-links a {
        margin-bottom: 25px;
    }
    #footer .footer-top {
        display: none;
    }
}