#empresa .ativa-timeline,
.copyright p {
    text-align: center;
}

#menu {
    padding: 25px 0 20px;
}

@media (max-width: 480px) {
    #menu {
        padding: 15px 0 !important;
    }
}

#menu .logo img {
    margin-top: 10px;
    z-index: -1;
}

@media (max-width: 992px) {
    #menu .logo img {
        display: none;
    }
}

#menu .menu-destaque .menu .item {
    padding: 5px 15px;
}

    #menu .menu-destaque .menu .item a {
        color: #00446a;
    }

    #menu .menu-destaque .menu .item i {
        color: #555;
    }

    #menu .menu-destaque .menu .item a,
    #menu .menu-destaque .menu .item i {
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

    #menu .menu-destaque .menu .item p {
        font-size: 11px;
        line-height: 18px;
        margin-top: 5px;
        font-weight: 600;
    }

    #menu .menu-destaque .menu .item .ornament.circle-md.i-center {
        text-decoration: none !important;
        cursor: inherit;
    }

#menu .opcoes .social p {
    margin-bottom: 5px;
}

#menu .opcoes .social a {
    display: inline-block;
    text-decoration: none;
    font-size: 24px;
    margin: 10px 8px;
    color: #222;
}

.menu-second .navbar-brand,
.menu-second nav .dropdown ul li:after {
    display: none;
}

@media (max-width: 767px) {
    #menu .opcoes .buscar .input-group {
        padding: 5px 30px;
    }

    #menu .opcoes .fones-topo {
        text-align: center;
        border-right: 0 !important;
    }
}

#menu .opcoes .fones-topo p {
    font-size: 11px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#menu .opcoes .fones-topo h4 {
    margin-top: 5px;
    margin-bottom: 0;
}

    #menu .opcoes .fones-topo h4 .ft-smallest {
        color: #777;
    }

#menu .opcoes .fones-topo i {
    font-size: 1.7em;
    color: #337ab7;
}

#opcoesMobileModal img {
    max-width: 50%;
}

.menu-second {
    margin-bottom: -45px;
}

    .menu-second nav {
        border-radius: 0;
        border: 0;
        border-top: 5px #ededed solid;
    }

        .menu-second nav .dropdown .dropdown-menu {
            padding: 0;
            top: 98%;
            left: 15px;
        }

        .menu-second nav .dropdown ul li a {
            padding: 10px;
            font-size: 14px;
            border-bottom: 2px transparent solid;
            -webkit-transition: all 0.5s ease-out;
            -o-transition: all 0.5s ease-out;
            transition: all 0.5s ease-out;
        }

.menu .menu-plus ul li a i,
.menu .menus ul li a {
    -webkit-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.menu-second nav .dropdown ul li a:hover {
    border-bottom: 2px #0076aa solid;
}

.menu-second nav .dropdown ul .divider {
    margin: 0;
}

@media (max-width: 768px) {
    .menu-second .navbar-brand {
        display: block;
    }
}

.menu-second .nav {
    margin-left: 20%;
}

    .menu-second .nav li a {
        color: #555;
        font-weight: 600;
        font-size: 15px;
    }

.separador {
    padding: 5px;
    background-color: #0088c3;
}

    .separador .navbar-header .mobile-menu-plus {
        display: none;
        list-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .separador .navbar-header .mobile-menu-plus li {
            display: inline-block;
        }

            .separador .navbar-header .mobile-menu-plus li:first-child a {
                margin-right: 20px;
            }

            .separador .navbar-header .mobile-menu-plus li a {
                font-size: 12px;
                color: #fff;
                text-decoration: none;
                font-weight: 600;
                padding: 10px 0;
                cursor: pointer;
            }

                .separador .navbar-header .mobile-menu-plus li a i {
                    font-size: 1.2em;
                    color: #00446a;
                    padding: 5px 0;
                    cursor: pointer;
                }

@media (max-width: 992px) {
    .separador .navbar-header .mobile-menu-plus {
        display: block !important;
    }

        .separador .navbar-header .mobile-menu-plus li {
            display: block;
        }

            .separador .navbar-header .mobile-menu-plus li.social {
                display: none;
            }
}

.logo-mobile > img {
    float: left;
    max-width: 130px;
    margin-right: 60px;
    display: none;
}

.menu {
    z-index: 2;
}

@media (max-width: 994px) {
    .menu .logo-mobile > img {
        display: none !important;
    }
}

.menu .menus ul {
    list-style: none;
    margin-top: 10px;
    padding: 0;
}

    .menu .menus ul li {
        display: inline-block;
    }

        .menu .menus ul li:after {
            content: "|";
            position: relative;
            margin: 0 10px;
            font-weight: 700;
            color: #00446a;
        }

        .menu .menus ul li:last-child a {
            margin-right: 0;
        }

        .menu .menus ul li:last-child:after {
            display: none;
        }

        .menu .menus ul li a {
            text-decoration: none;
            font-size: 16px;
            color: #fff;
            font-weight: 400;
            padding: 10px 0;
            border-bottom: 2px transparent solid;
            transition: all 0.5s ease-out;
        }

            .menu .menus ul li a:hover {
                border-bottom: 2px #0076aa solid;
            }

.menu .menus .dropdown .drop-products li a {
    font-size: 16px;
}

    .menu .menus .dropdown .drop-products li a img {
        float: left;
        max-width: 38px;
    }

    .menu .menus .dropdown .drop-products li a .menu-wrap {
        margin-left: 45px;
    }

    .menu .menus .dropdown .drop-products li a span {
        color: #989395;
        display: block;
    }

.menu .menus .dropdown .sw-chevron-down {
    font-size: 0.5em;
    position: relative;
    top: -2px;
}

.menu .menus .dropdown ul li {
    display: block;
}

    .menu .menus .dropdown ul li:after {
        display: none;
    }

    .menu .menus .dropdown ul li a {
        padding: 10px;
        font-size: 14px;
        color: #00446a;
    }

.menu .menus .dropdown ul .divider {
    margin: 0;
}

@media (max-width: 992px) {
    .menu .menus ul li {
        display: block;
        text-align: center;
        padding: 0;
        margin: 15px 0;
    }

        .menu .menus .dropdown ul li:after,
        .menu .menus ul li:after {
            display: none;
        }

    .menu .menus .dropdown-menu {
        position: static;
        float: none;
    }

    .menu .menus .dropdown ul li a {
        padding: 10px;
        color: #00446a;
    }

    .menu .menus .dropdown ul .divider {
        padding: 1px;
    }
}

@media (max-width: 767px) {
    .menu .menus ul li {
        display: block;
        text-align: center;
        padding: 0;
        margin: 15px 0;
    }

        .menu .menus .dropdown ul li:after,
        .menu .menus ul li:after {
            display: none;
        }

    .menu .menus .dropdown-menu {
        position: static;
        float: none;
    }

    .menu .menus .dropdown ul li a {
        padding: 10px;
        color: #00446a;
    }

    .menu .menus .dropdown ul .divider {
        padding: 1px;
    }
}

.menu .menu-plus {
    padding-right: 0;
}

    .menu .menu-plus ul {
        list-style: none;
        margin-top: 10px;
        margin-bottom: 10px;
    }

        .menu .menu-plus ul li {
            display: inline-block;
        }

            .menu .menu-plus ul li:first-child a {
                margin-right: 20px;
            }

            .menu .menu-plus ul li a {
                text-decoration: none;
                color: #fff;
                font-weight: 600;
                padding: 10px 0;
                cursor: pointer;
            }

                .menu .menu-plus ul li a i {
                    font-size: 1.1em;
                    color: #00699f;
                    padding: 5px 0;
                    cursor: pointer;
                    transition: all 0.5s ease-out;
                }

                .menu .menu-plus ul li a:hover i {
                    color: #e59200;
                }

            .menu .menu-plus ul li.social {
                margin-left: 20px;
            }

                .menu .menu-plus ul li.social i {
                    margin-right: 2px;
                    color: #00699f;
                }

                .menu .menu-plus ul li.social a:hover i {
                    color: #00446a !important;
                }

@media (max-width: 992px) {
    .menu .menu-plus {
        display: none;
    }
}

@media (max-width: 480px) {
    #stick-menu .navbar-brand {
        height: auto;
        padding: 10px 15px;
    }

        #stick-menu .navbar-brand a {
            font-size: 14px;
        }

    #stick-menu .navbar-toggle {
        margin-top: 0;
        margin-bottom: 0;
    }

    #stick-menu .separador {
        padding: 0;
    }
}

.separador .menu .menus ul li a {
    font-size: 17px;
}

#stick-menu.fixed-menu .tel-fixed {
    display: inline-block !important;
}

#rodape {
    width: 100%;
    padding: 40px 0;
    border-top: 10px #0076aa solid;
}

    #rodape .sw-col-2 {
        padding: 10px;
    }

        #rodape .sw-col-2 a {
            display: list-item;
            list-style: none;
            color: #fff;
        }

        #rodape .sw-col-2 img {
            max-width: 120px !important;
            margin-top: 25px;
        }

@media (max-width: 992px) {
    #rodape {
        text-align: center;
    }

        #rodape .row {
            padding-left: 25px;
            padding-right: 25px;
        }

        #rodape img {
            margin: 0 auto;
        }
}

@media (max-width: 1024px) {
    #rodape .sw-col-2 {
        width: 200px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    #rodape .sw-col-2 {
        width: 200px;
        margin: 0 auto;
        float: none;
        display: block;
    }
}

#contato #contatos-seletor #form-setores-fones,
#contato #contatos-seletor #tipos-contato,
#contato #contatos-seletor .abre-contatos-email,
#contato #contatos-seletor .abre-contatos-fone,
.passos .abre-substep.azul,
.passos .abre-substep.safesign,
.passos .abre-substep.ssi,
.passos .abre-substep.win-seven,
.passos .abre-substep.win-xp,
.passos .dropdown-step.guia-leitora {
    display: none;
}

@media (max-width: 368px) {
    #rodape .sw-col-2 {
        text-align: center;
    }
}

.copyright {
    padding: 20px 0;
}

    .copyright p {
        color: #009cec;
        margin: 0;
        font-size: 13px;
    }

#portais {
    background: url(../../img/fundos/bg-topo-home.png) center fixed #00446a;
    background-size: 90%;
    min-height: 500px;
    padding-top: 50px;
    padding-bottom: 50px;
}

@media (max-width: 768px) {
    #portais {
        padding-top: 0;
        padding-bottom: 0;
    }

        #portais .features-grid .grid-row .item:hover h3 {
            font-size: 26px;
        }
}

@media (min-width: 600px) {
    #portais .features-grid .grid-row .item:hover h3 {
        font-size: 26px;
    }
}

#suporte #topo-info .overlay {
    background-color: #3fba3a;
}

#suporte .abre-tabs .hr-icon {
    margin: 40px 0;
}

    #suporte .abre-tabs .hr-icon:after {
        content: "\0f184";
        font-family: safeweb-fonticons;
        font-size: 2em;
        background-color: #0088c3;
        color: #0076aa;
    }

#suporte .abre-tabs .panel img {
    margin: 0 auto;
    max-height: 150px;
}

#suporte #formulario {
    background: url(../../img/fundos/suporte-form.jpg) center no-repeat #0088c3;
}

    #suporte #formulario .overlay {
        background: rgba(255, 255, 255, 0.94);
    }

#suporte .icones-menu-os ul li a {
    color: #0076aa;
    font-weight: 600;
}

#suporte .icones-menu-os ul li i {
    font-size: 4em;
    color: #ffc765;
    margin-bottom: 10px;
}

#suporte #linux table,
#suporte #macos table,
#suporte #windows table {
    margin-bottom: 40px;
}

#suporte #linux .nav .active a,
#suporte #macos .nav .active a,
#suporte #windows .nav .active a {
    background: 0 0;
    border: 0;
    color: #5cb85c;
}

    #suporte #linux .nav .active a img,
    #suporte #macos .nav .active a img,
    #suporte #windows .nav .active a img {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

@media (max-width: 480px) {
    #suporte .nav-os-select {
        margin-bottom: -5px;
        margin-top: 30px;
    }
}

.passos .btn-fechar {
    float: right;
    color: #00699f;
    font-size: 1.8em;
    margin-right: 20px;
}

.passos .dropdown-step {
    padding: 30px 0;
}

    .passos .dropdown-step .sub-tt {
        font-size: 18px;
        margin-bottom: 40px;
        font-weight: 300;
    }

    .passos .dropdown-step img {
        margin-bottom: 20px;
    }

.passos #form-modelos-cartao,
.passos #form-os-token {
    display: none;
    margin-top: 20px;
}

#contato #contatos-seletor {
    background: url(../../img/fundos/contato-topo.jpg) center no-repeat #0088c3;
    background-size: cover;
}

    #contato #contatos-seletor .overlay {
        background-color: rgba(255, 255, 255, 0.93);
    }

#contato .top-feature-title .overlay {
    background-color: rgba(0, 68, 106, 0.75);
}

    #contato .top-feature-title .overlay p i {
        font-size: 36px;
        position: relative;
        top: 7px;
    }

@media (max-width: 992px) {
    #contato .top-feature-title {
        background-size: 250%;
    }
}

#contato .ornament {
    margin-top: -55px;
}

#contato #contatos-seletor {
    margin-top: -20px;
}

    #contato #contatos-seletor p {
        font-size: 15px;
        line-height: 1.5em;
    }

    #contato #contatos-seletor .form p {
        font-weight: 600;
    }

        #contato #contatos-seletor .form p span {
            color: #0076aa;
            font-weight: 800;
        }

    #contato #contatos-seletor #form-setores-email,
    #contato #contatos-seletor #form-setores-fones {
        margin-top: 20px;
    }

    #contato #contatos-seletor hr {
        margin: 10px 0;
    }

    #contato #contatos-seletor .contatos {
        padding-left: 80px;
    }

#contato #ligamos-vc {
    padding-top: 80px;
}

@media (max-width: 480px) {
    #contato #contatos-seletor .contatos {
        padding-left: 15px;
    }

    #contato #ligamos-vc {
        padding-top: 50px;
    }
}

#contato #ligamos-vc #formLigamosPraVoce .nome-input-wrap {
    padding-right: 0;
}

#contato #ligamos-vc #formLigamosPraVoce .email-input-wrap,
#contato #ligamos-vc #formLigamosPraVoce .fone-input-wrap {
    padding-left: 0;
    padding-right: 0;
}

@media (max-width: 768px) {
    #contato .top-feature-title {
        background-size: 550%;
    }

    #contato #ligamos-vc #formLigamosPraVoce .nome-input-wrap {
        padding-left: 0;
    }

        #contato #ligamos-vc #formLigamosPraVoce .nome-input-wrap input {
            border-radius: 6px 6px 0 0;
        }

    #contato #ligamos-vc #formLigamosPraVoce .input-group {
        display: inherit;
    }

        #contato #ligamos-vc #formLigamosPraVoce .input-group .submit {
            width: 100%;
            margin-left: 0;
            border-radius: 0 0 6px 6px;
        }
}

#contato #cafezinho {
    background: url(../../img/fundos/contato-cafe.jpg) center no-repeat fixed #00446a;
    background-size: cover;
}

    #contato #cafezinho .overlay {
        padding: 0 0 120px;
        background-color: rgba(0, 68, 106, 0.75);
    }

@media (max-width: 480px) {
    #contato #cafezinho .overlay {
        padding: 0 0 75px;
    }
}

#contato #cafezinho i,
#empresa #btnPlayVideo {
    padding-top: 13px;
    z-index: 2;
    position: relative;
}

#contato #cafezinho .overlay .content {
    margin-top: 120px;
}

@media (max-width: 480px) {
    #contato #cafezinho .overlay .content {
        margin-top: 75px;
    }
}

#contato #cafezinho h1 {
    font-size: 65px;
    margin: 0;
    position: relative;
    top: -25px;
}

@media (max-width: 480px) {
    #contato #cafezinho h1 {
        top: 0;
    }
}

#contato #cafezinho h3 {
    font-weight: 300;
}

#contato #cafezinho i {
    font-size: 5em;
    color: #0076aa;
    border-radius: 100%;
    border: 10px solid #0076aa;
    width: 125px;
    height: 125px;
}

#contato #cafezinho hr {
    max-width: 40%;
    border-top: 4px #e59200 dashed;
}

#contato .ornament.ornament-t i {
    top: 25px;
    left: 24px;
}

#empresa {
    height: auto !important;
}

    #empresa #btnPlayVideo {
        font-size: 4em;
        color: #fff;
        border-radius: 100%;
    }

        #empresa #btnPlayVideo:before {
            position: relative;
            top: 8px;
            left: 5px;
        }

    #empresa .chamada {
        width: 100%;
        background: url(../../img/fundos/empresa-1.jpg) center no-repeat;
        background-size: cover;
        background-position-y: -10px;
        z-index: -1;
    }

        #empresa .chamada .overlay {
            display: table;
        }

    #empresa .video-section {
        height: 600px;
    }

@media (max-width: 768px) {
    #empresa .video-section {
        height: inherit;
        background: url(../../img/fundos/empresa-1.jpg) no-repeat fixed;
    }
}

#empresa .video-section .overlay {
    background: url(../../img/fundos/bg-topo-home.png) center rgba(0, 136, 195, 0.85);
    background-size: 90%;
    min-height: 500px;
}

@media (max-width: 768px) {
    #empresa .video-section .overlay {
        min-height: 0;
        padding-top: 50px;
        padding-bottom: 100px;
    }
}

#praticas .tab-pane,
#praticas p {
    text-align: left;
}

#empresa .ativa-timeline a {
    position: relative;
    margin-top: -115px;
}

    #empresa .ativa-timeline a i {
        font-size: 2.5em;
        padding: 20px;
        border-radius: 100%;
        border: 10px solid #0076aa;
        z-index: 2;
        position: relative;
    }

#empresa #timeline {
    display: none;
}

    #empresa #timeline .btn-fechar {
        top: 30px;
        right: 20px;
        z-index: 999;
        -webkit-transition: all 0.5s ease-out;
        -o-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
    }

        #empresa #timeline .btn-fechar i {
            font-size: 1.8em;
        }

    #empresa #timeline #itens-sobre {
        position: relative;
        padding: 2em 0;
    }

        #empresa #timeline #itens-sobre:before {
            content: "";
            position: absolute;
            top: 0;
            height: 100%;
            width: 10px;
            background: #0076aa;
            left: 50%;
            margin-left: -5px;
        }

@media (max-width: 768px) {
    #empresa #timeline #itens-sobre:before {
        content: "";
        position: absolute;
        top: 95px;
        left: 8.1%;
        height: 95%;
        width: 10px;
        background: #0076aa;
        margin-left: -5px;
    }
}

#empresa #timeline .cd-date {
    color: #fff;
}

#empresa #timeline .cd-timeline-img .fa-lock {
    left: 62%;
    top: 54%;
}

#empresa #timeline .cd-timeline-img .fa-briefcase {
    left: 54%;
    top: 58%;
}

#empresa #timeline .cd-timeline-img .fa-ticket {
    left: 53%;
    top: 54%;
}

#empresa #timeline .cd-timeline-img .fa-certificate {
    left: 49%;
    top: 55%;
}

#empresa #timeline .cd-timeline-img .fa-chart {
    left: 52%;
    top: 55%;
}

#empresa #timeline .cd-timeline-img .fa-lightbulb-o {
    left: 64%;
    top: 54%;
}

#empresa #timeline .cd-timeline-img .fa-star {
    left: 55%;
    top: 55%;
}

#empresa #timeline .cd-timeline-content .lista:before {
    color: #ffc765;
}

#empresa #timeline .cd-timeline-content .lista.destaque span,
#empresa #timeline .cd-timeline-content .stats {
    font-weight: 800;
}

    #empresa #timeline .cd-timeline-content .stats span {
        color: #32932e;
        font-weight: 600;
    }

#empresa #timeline .cd-timeline-content p {
    font-size: 14px;
}

#empresa .chmd-setores {
    background-color: rgba(0, 136, 195, 0.85);
}

#empresa .features-photo-grid .feature-img .overlay {
    background-color: rgba(0, 68, 106, 0.8);
    display: none;
}

#empresa .features-photo-grid .feature-img:hover .overlay {
    display: block !important;
}

#empresa .features-photo-grid .feature-img.setor-name-1 {
    background: url(../../img/setores/suporte.jpg) 0 70% no-repeat #777;
    background-size: cover;
}

#empresa .features-photo-grid .feature-img.setor-name-2 {
    background: url(../../img/setores/Atendimento.png) center #777;
    background-size: cover;
}

#empresa .features-photo-grid .feature-img.setor-name-3 {
    background: url(../../img/setores/ACI.png) center #777;
    background-size: cover;
}

#empresa .features-photo-grid .feature-img.setor-name-4 {
    background: url(../../img/setores/Comercial.png) center #777;
    background-size: cover;
}

#empresa .features-photo-grid .feature-img.setor-name-5 {
    background: url(../../img/setores/Desenvolvimento-2.png) 0 100% #777;
}

#empresa .features-photo-grid .feature-img.setor-name-6 {
    background: url(../../img/setores/recepcao.jpg) center #777;
    background-size: cover;
}

.divisoria-empresa {
    background-color: rgba(0, 136, 195, 0.85);
    padding-bottom: 10px;
    color: #fff;
}

#diretores .sw-container,
#praticas {
    background-color: #fff !important;
    padding: 40px;
}

#diretores .informacoes {
    height: 50%;
    margin: 0 auto 50px;
    float: none;
    display: block;
}

#diretores .informacoes2 {
    margin-bottom: 15px;
}

#diretores .img-t {
    display: inline-block;
    position: relative;
    width: 188px;
    height: 200px;
    border-radius: 100% !important;
}

    #diretores .img-t img {
        position: relative;
        width: 185px;
        height: 185px;
        border-radius: 100%;
    }

#diretores p {
    margin-top: 10px;
}

#praticas {
    font-size: 16px;
    color: #767173;
}

    #praticas .panel {
        margin-bottom: 0;
    }

    #praticas .btn-curriculo {
        background: #5cb85c;
        color: #fff;
        border-color: #4cae4c;
    }

        #praticas .btn-curriculo:hover {
            background: #269926;
        }

    #praticas .nav-tabs > li.active > a,
    #praticas .nav-tabs > li.active > a:focus,
    #praticas .nav-tabs > li.active > a:hover {
        border-left: solid 2px #eee;
        border-top: solid 2px #eee;
        border-right: solid 2px #eee;
    }

    #praticas .nav-tabs {
        border: none;
    }

        #praticas .nav-tabs a {
            color: #767173;
            font-weight: 600;
            font-size: 18px;
        }

    #praticas .tab-pane ul {
        list-style: none;
        font-size: 16px;
        color: #767173;
    }

    #praticas .tab-pane h5 {
        font-weight: 600;
    }

.modal .btn-curriculo {
    background: #5cb85c;
    color: #fff;
    border-color: #4cae4c;
}

    .modal .btn-curriculo:hover {
        background: #269926;
    }

.modal .modal-header {
    border: none;
}

.modal .btn-danger {
    background: #d44641;
    color: #fff;
    border-color: #d44641;
}

    .modal .btn-danger:hover {
        background: #f3170f;
    }

#somosSafe h4 {
    color: #fff;
    font-size: 90px;
    font-weight: 300;
}

#somosSafe .overlay {
    background-color: rgba(44, 40, 40, 0.7);
}

#somosSafe .type {
    overflow: hidden;
    border-right: hidden;
    scroll-snap-points-x: repeat(100%);
    margin: 0 auto;
    animation: typing 3.5s steps(30, end), blink-caret 0.3s step-end infinite;
    transition: visibility 0s, opacity 0.5s linear;
}

@keyframes typing {
    from {
        width: 0;
    }

    to {
        width: 100%;
    }
}

@keyframes blink-caret {
    from, to {
        border-color: transparent;
    }

    50% {
        border-color: #eee;
    }
}

@media (max-width: 768px) {
    #somosSafe h4 {
        font-size: 35px;
    }
}

.animation-fade {
    animation: fadein 1s;
    -moz-animation: fadein 1s;
    -webkit-animation: fadein 1s;
    -o-animation: fadein 1s;
}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-webkit-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

#direcoes .adp-placemark {
    margin-top: 0;
    margin-bottom: 0;
    display: none;
}

#direcoes .adp-summary {
    margin-bottom: 20px;
    text-align: center;
}

    #direcoes .adp-summary span {
        font-size: 18px;
        color: #fff;
    }

#direcoes .adp table {
    margin: 0 auto;
    border: 3px solid #eee;
    max-width: 100%;
}

#direcoes .adp-legal {
    margin-top: 10px;
    color: #0088c3;
    text-align: center;
}

#locais-atendimento .adp-details,
#locais-atendimento .adp-legal {
    display: none !important;
}

#locais-atendimento .chamada {
    background: url(../../img/fundos/locais-topo.jpg) center no-repeat;
    background-size: cover;
}

    #locais-atendimento .chamada h1 span {
        color: #dd6e6b;
    }

    #locais-atendimento .chamada i {
        top: -1px;
    }

    #locais-atendimento .chamada #localizacao,
    #locais-atendimento .chamada i {
        font-size: 12px;
    }

#ecobarreira .top-feature-title .overlay p i,
#repositorio .top-feature-title .overlay p i {
    font-size: 36px;
    top: 7px;
    position: relative;
}

@media (max-width: 1200px) {
    #locais-atendimento .chamada {
        background-size: 210%;
    }
}

@media (max-width: 992px) {
    #locais-atendimento .chamada {
        background-size: 270%;
    }
}

@media (max-width: 768px) {
    #locais-atendimento .chamada {
        background-size: 510%;
    }
}

#locais-atendimento #info {
    max-height: 600px;
    overflow-y: hidden;
    overflow-x: hidden;
}

@media (max-width: 480px) {
    #locais-atendimento #info {
        padding-left: 0;
        padding-right: 0;
    }

        #locais-atendimento #info .form {
            background: url(../../img/fundos/acoes-sociais/equipe.jpg) center no-repeat fixed #0088c3;
            background-size: cover;
        }

            #locais-atendimento #info .form .overlay {
                background-color: rgba(0, 74, 109, 0.8);
            }

            #locais-atendimento #info .form #form-estado {
                border-radius: 6px 6px 0 0;
            }

            #locais-atendimento #info .form button.dropdown-toggle {
                border-radius: 0 0 6px 6px;
            }

        #locais-atendimento #info .sw-form {
            padding-left: 15px;
            padding-right: 15px;
        }

        #locais-atendimento #info .locais {
            max-height: 350px;
            min-height: inherit;
        }

            #locais-atendimento #info .locais .local .btn-group {
                display: inherit;
            }
}

#locais-atendimento #info .locais {
    max-height: 430px;
    overflow-y: auto;
    min-height: 430px;
}

#locais-atendimento #info > .row {
    min-height: 600px;
}

#locais-atendimento #info .nada-encontrado {
    width: 100%;
    padding: 35px;
}

#locais-atendimento #info .form {
    border-bottom: 2px #eee solid;
}

#locais-atendimento #mapa {
    height: 600px;
}

.features-locais {
    padding-left: 0;
    list-style: none;
    margin-bottom: 0;
}

    .features-locais .feature-icon {
        display: inline-block;
    }

        .features-locais .feature-icon img {
            max-width: 60px;
            margin: 0 5px;
        }

#infoLocal .modal-body.local {
    padding: 20px 15px;
    cursor: default;
}

    #infoLocal .modal-body.local:hover {
        background-color: transparent;
    }

#acoes-sociais .top-feature-title {
    background: url(../../img/fundos/acoes-sociais/equipe.jpg) center no-repeat fixed #0088c3;
    background-size: cover;
}

@media (max-width: 768px) {
    #acoes-sociais .top-feature-title .feature-hero {
        padding: 100px 0;
    }

        #acoes-sociais .top-feature-title .feature-hero h1 {
            font-size: 36px;
        }
}

#acoes-sociais .top-feature-title .overlay {
    background-color: rgba(0, 105, 159, 0.9);
}

#acoes-sociais .owl-page span {
    background: #0088c3;
}

#repositorio .top-feature-title {
    background: url(../../img/fundos/topo-repositorio.jpg) center no-repeat #0088c3;
    background-size: cover;
}

    #repositorio .top-feature-title .overlay {
        background-color: rgba(0, 68, 106, 0.75);
    }

#autoridades-registro .top-feature-title {
    background: url(../../img/fundos/locais-topo.jpg) center no-repeat #0088c3;
    background-size: cover;
}

#autoridades-registro .mapa {
    width: 100%;
    background: url(../../img/fundos/fundo-mapa.jpg) center no-repeat #0088c3;
    background-size: cover;
}

#ecobarreira .top-feature-title {
    background: url(../../img/fundos/acoes-sociais/ecobarreira/topo.jpg) center no-repeat #0088c3;
    background-size: cover;
}

    #ecobarreira .top-feature-title .overlay {
        background-color: rgba(0, 68, 106, 0.75);
    }

#ecobarreira #sobre .img-text {
    max-width: 250px;
}

#certificacao-produto .previewCompra {
    max-height: 50px;
}

#certificacao-produto .lb-mg-fix label {
    margin-top: 7px;
}

#certificacao-produto .img-vantagens img {
    max-width: 180px;
}

#certificacao-produto .nome {
    color: #333;
    font-weight: 600;
}

#certificacao-produto .preco input[type="radio"] {
    display: none;
}

#certificacao-produto .preco label {
    font-weight: 400;
    cursor: pointer;
    padding: 5px;
    -webkit-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
}

    #certificacao-produto .preco label:hover {
        color: #32932e;
    }

    #certificacao-produto .preco label:before {
        content: "";
        width: 15px;
        height: 15px;
        border-radius: 10px;
        background: #fff;
        position: relative;
        display: inline-block;
        right: 5px;
        top: 2px;
        border: 2px solid #eaf6ea;
    }

.enota .ornament.ornament-b i,
.enota .ornament.ornament-t i {
    top: 25px;
    left: 24px;
}

#certificacao-produto .preco label.selecionado {
    font-size: 18px;
    color: #5cb85c;
}

    #certificacao-produto .preco label.selecionado:before {
        background: #a3d7a3;
    }

#certificacao-produto .preco input[type="radio"] {
    width: 14px;
    height: 14px;
}

#produto-selecionado .info {
    margin-top: 5px;
}

#produto-selecionado .preco {
    margin-top: 10px;
    margin-right: 20px;
}

.act-page .layer-act {
    background: url(../../img/fundos/act/fundo-act.jpg) center no-repeat #0088c3;
    background-size: cover;
}

    .act-page .layer-act .overlay {
        background-color: rgba(0, 136, 195, 0.6);
    }

#wrapTickyDemo {
    display: none;
}

.enota #chamada-top,
.enota #chamada-top .overlay {
    min-height: 150px;
}

.enota .top-feature-title {
    background: url(../../img/fundos/enota/topo.jpg) center no-repeat #0088c3;
    background-size: cover;
}

    .enota .top-feature-title .overlay {
        padding: 90px 0;
    }

.enota .overlay {
    background-color: rgba(255, 255, 255, 0.8);
}

.enota .form-demo {
    margin-top: -439px;
}

@media (max-width: 992px) {
    .enota .top-feature-title .overlay {
        padding: 5px 0 30px;
    }

    .enota .form-demo {
        margin-top: inherit;
    }

        .enota .form-demo h2 {
            font-size: 18px;
        }
}

.enota .ornament.ornament-t {
    margin-top: -50px;
}

.enota .ornament.ornament-b {
    margin-bottom: -50px;
}

.enota #features {
    margin-top: -20px;
    margin-bottom: -20px;
}

@media (max-width: 992px) {
    .enota #features {
        margin-bottom: 20px;
    }
}

.enota .features-hero .feature-img .overlay {
    background-color: rgba(0, 136, 195, 0.8);
    display: none;
}

.enota .features-hero .nf-e .feature-img {
    background: url(../../../../statics.safeweb.com.br/imagens/safeweb/site/feature-nfe.jpg) 0 70% #777;
}

.enota .features-hero .nfs-e .feature-img;



@media screen and (max-width: 700px) {
    .traki

{
    margin-left: 0px !important;
    text-align: center !important;
}

.kdown p span {
    position: relative;
    top: -1px !important;
}

.kdown h6 {
    font-size: 15px !important;
}

.kdown p {
    display: block !important;
}
}
