@charset "utf-8";

/*!
 * style.css -
 * Licenciado - Agência Finalité
 * Author - Lívia Mitie Tomokane / Agência Finalité
 * Copyright (c) 2018 Agência Finalité
 */

@media only screen and (max-width:1380px) {
    body {
        font-size: 14px
    }
}

.tipo_p {
    position: relative;
    margin-bottom: 10px;
    display: block;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #595b5c
}

.tipo_p h1,
.tipo_p h2,
.tipo_p h3 {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #595b5c;
    float: left;
    padding: 0;
    margin: 0;
    margin-right: 4px
}

.msg-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
    padding: 8px;
    border-radius: 5px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: block;
    font-size: 14px
}

.msg-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    padding: 8px;
    border-radius: 5px;
    font-weight: 300;
    text-align: center;
    width: 100%;
    margin-top: 20px;
    position: relative;
    display: block;
    font-size: 14px
}

.font-tema {
    font-family: 'Montserrat', sans-serif
}

.font-light {
    font-weight: 200
}

.font-regular {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-bold {
    font-weight: 700
}

.font-big {
    font-size: 36px
}

.font-14 {
    font-size: 14px
}

.font-16 {
    font-size: 16px
}

.font-24 {
    font-size: 24px
}

.font-28 {
    font-size: 28px
}

.font-36 {
    font-size: 36px
}

@media only screen and (max-width: 767px) {
    .font-big {
        font-size: 28px
    }
}

.color-white {
    color: #fff!important
}

.color-gray {
    color: #a2a4af!important
}

.color-az {
    color: #2466af!important
}

.color-az-claro {
    color: #0094d6!important
}

.color-rx {
    color: #682e8c!important
}

.color-lj {
    color: #d35a2a!important
}

.color-vd {
    color: #5aa59c!important
}

.color-mg {
    color: #cc1c59!important
}

.background-rx {
    background: #682e8c;
    transition: all .5s
}

.background-lj {
    background: #d35a2a
}

.background-vd {
    background: #5aa59c
}

.background-mg {
    background: #cc1c59
}

.background-az {
    background: #0066b3
}

.background-gray {
    background: #f5f5f5
}

.background-dark-gray {
    background: #393d51!important
}

.background-blue-light {
    background: #10d7e5!important
}

.background-green-light {
    background: #40dcc1!important
}

.background-blue {
    background: #5379e3!important
}

.background-roxo_light {
    background: #8469f0!important
}

.background-rx:hover {
    background: #532470;
    color: #fff
}

.background-lj:hover {
    background: #a84821;
    color: #fff
}

.background-vd:hover {
    background: #48847c;
    color: #fff
}

.background-mg:hover {
    background: #a31647;
    color: #fff
}

.titulo_1 {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700
}

.titulo_1.sub_line:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #ccc;
    left: calc(50% - 20px);
    position: relative;
    top: 10px;
    display: flex;
    margin-bottom: 30px
}

.background-image {
    background-position: center center!important;
    background-size: cover!important;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%
}

@media only screen and (max-width: 767px) {
    .titulo_1 {
        font-size: 28px;
        text-align: center
    }
    .font-big {
        font-size: 28px;
        text-align: center
    }
}

.wapper .main {
    background: #fff;
    overflow: hidden!important
}

.block-aos {
    display: block;
    position: relative
}

.composs-header {
    position: absolute;
    display: block;
    margin: auto;
    width: 100%
}

.top-bar .info-contato,
.top-bar .redes-sociais {
    display: inline-flex
}

.top-bar {
    text-align: right;
    padding: 10px 0;
    z-index: 999;
    position: relative
}

.top-bar .info-contato ul {
    margin-bottom: 0
}

.top-bar .info-contato ul li {
    color: #fff;
    padding: 0 15px
}

.top-bar .info-contato ul li:after {
    content: '';
    height: 15px;
    width: 1px;
    background: #fff;
    position: relative;
    top: 5px;
    right: -15px;
    float: right
}

.top-bar .info-contato ul li:last-child:after {
    content: '';
    width: 0;
    height: 0
}

.top-bar .info-contato ul li a {
    color: #fff
}

.top-bar .info-contato ul li i {
    margin-right: 10px
}

.top-bar .redes-sociais ul {
    margin-bottom: 0
}

.top-bar .redes-sociais ul li {
    padding: 0 2px
}

.top-bar .redes-sociais ul li a i {
    padding: 4px;
    background: #fff;
    color: #000;
    border-radius: 50%;
    font-size: 13px;
    width: 21px;
    text-align: center;
    height: 21px
}

@media only screen and (max-width:767px) {
    .top-bar .info-contato ul {
        text-align: center
    }
    .top-bar .info-contato ul li:after {
        content: '';
        height: 0
    }
    .top-bar .redes-sociais {
        display: none;
        width: 100%;
        text-align: center
    }
}

.middle-bar .logo-sec img {
    max-width: 100%;
    width: 470px
}

.navbar {
    position: relative;
    z-index: 9999;
    width: 100%;
    max-width: 1200px
}

.menu-nav ul,
.menu-nav .child ul {
    list-style: none;
    padding-left: 0
}

@media only screen and (min-width: 992px) {
    .menu-nav {
        width: 100%
    }
    .menu-nav ul {
        float: right;
        text-align: right;
        width: 100%;
        display: block;
        margin-bottom: 0
    }
    .menu-nav ul li {
        display: inline-flex;
        padding: 15px 0
    }
    .menu-nav ul li a {
        text-transform: uppercase;
        color: #fff;
        font-size: 13px;
        font-weight: 600;
        padding: 5px 20px;
        font-family: Montserrat, sans-serif;
        transition: all .2s
    }
    .menu-nav ul li:last-child a {
        padding-right: 0
    }
    .menu-nav ul li a:hover {
        color: #a3e7f0
    }
    .menu-nav ul li.active a {
        border: 1px solid #fff;
        color: #a3e7f0
    }
    .menu-nav .has-child .child .btn-dropdown {
        display: none
    }
    .menu-nav .has-child .child {
        position: absolute;
        left: 0;
        margin-top: 40px;
        width: 100%;
        padding: 15px 0
    }
    .menu-nav .has-child .child ul {
        width: 25%;
        display: inline-block
    }
    .menu-nav .has-child .child ul li {
        display: block;
        text-align: left;
        padding: 0
    }
    .menu-nav .has-child .child ul li a {
        display: block;
        text-align: left;
        color: #777;
        text-transform: inherit;
        font-weight: 500;
        padding: 14px 10px 14px 20px;
        background: #f4f6f7;
        border: .5px solid #eee;
        border-collapse: collapse;
        width: 100%;
        transition: all .4s
    }
    .menu-nav .has-child .child ul li a:hover {
        background: #fff;
        border-left: 3px solid #00bcd4;
        color: #333
    }
    .menu-nav .has-child .child .dropdown-item {
        width: 25%;
        float: left;
        display: block
    }
    .menu-nav .has-child .child .dropdown-item .has-categoria .dropdown-item {
        width: 100%
    }
    .menu-nav .has-child .child .dropdown-menu {
        width: 100%
    }
    .menu-nav .has-child .child {
        display: none
    }
    .menu-nav .has-child:hover .child {
        display: flex
    }
}

@media only screen and (max-width: 991px) {
    .menu-nav.collapse {
        display: none
    }
    .menu-nav.collapse.show {
        display: block
    }
    .menu-nav {
        position: relative;
        width: 100%;
        background: rgba(255, 255, 255, .98);
        padding: 0;
        display: flex
    }
    .menu-nav .has-child .child {
        display: none;
        position: relative;
        clear: both
    }
    .menu-nav .has-child.active .child {
        display: block
    }
    .menu-nav .has-child .btn-down {
        width: 50px;
        float: right;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #aaa;
        border-left: 1px solid #aaa
    }
    .menu-nav .has-child .btn-down:after {
        display: inline-block;
        width: 0;
        height: 0;
        margin-left: .255em;
        vertical-align: .255em;
        content: "";
        border-top: .3em solid;
        border-right: .3em solid transparent;
        border-bottom: 0;
        border-left: .3em solid transparent
    }
    .menu-nav ul,
    .menu-nav .child ul {
        width: 100%;
        margin-bottom: 0
    }
    .menu-nav ul li {
        width: 100%;
        clear: both
    }
    .menu-nav ul a {
        color: #333;
        padding: 10px;
        display: block;
        border-bottom: 1px solid #aaa
    }
    .menu-nav .has-child a {
        width: calc(100% - 50px);
        float: left
    }
    .menu-nav .has-child .child .dropdown-item li a {
        width: calc(100% - 50px);
        float: left
    }
    .menu-nav .has-child .child .dropdown-item .dropdown-menu li a {
        width: 100%;
        padding: 10px 20px
    }
    .menu-nav .has-child .child .dropdown-item .btn-dropdown {
        width: 50px;
        float: right;
        padding: 10px;
        text-align: center;
        border-bottom: 1px solid #aaa;
        border-left: 1px solid #aaa
    }
    .menu-nav .has-child .child .dropdown-item .dropdown-menu {
        position: relative!important;
        transform: none!important
    }
}

.menu-nav .has-child .child .dropdown-item .title {
    text-transform: uppercase;
    font-weight: 700
}

.nav-fixed.fixed.nav-down {
    top: 0;
    position: fixed;
    background: none;
    width: 100%;
    display: block;
    z-index: 9999
}

.nav-fixed.fixed.nav-down .logo-sec img {
    display: none
}

.nav-fixed.fixed.nav-down .navbar-toggler {
    margin-top: 0
}

.nav-fixed.fixed .navbar {
    position: relative
}

@media only screen and (min-width: 992px) {
    .nav-fixed.fixed.nav-down {
        background: rgba(44, 46, 61, 0.8)
    }
    .nav-fixed.fixed .menu-nav ul li {
        padding: 10px 0
    }
    .nav-fixed.fixed .menu-nav .has-child .child {
        top: 0
    }
    .nav-fixed.fixed .menu-nav .has-child .child ul li {
        padding: 0
    }
}

.composs_10 {
    display: block;
    position: relative;
    padding: 70px 0;
    background: url(../img/template/fale-com-agencia-marketing-bg.jpg)
}

#home .composs_10 {
    background: url(../img/template/fale-com-agencia-marketing-bg.jpg)
}

.composs_10 .titulo {
    color: #fff;
    font-size: 51px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    margin-top: 60px
}

.composs_10 .subtitulo {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 300
}

.composs_10 .dados-contato {
    display: inline-flex;
    width: 100%
}

.composs_10 .dados-contato .item {
    display: block;
    text-align: center;
    position: relative;
    padding-right: 77px
}

.composs_10 .dados-contato .item:last-child {
    padding-right: 0
}

.composs_10 .dados-contato .item .icon-item {
    width: 50px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    padding-top: 12px;
    display: block;
    position: relative;
    margin: auto auto 25px
}

.composs_10 .dados-contato .item .icon-item i {
    color: #fff
}

.composs_10 .dados-contato .item .titulo-item {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
    margin-bottom: 20px
}

.composs_10 .dados-contato .item p,
.composs_10 .dados-contato .item p a {
    color: #99a9b5
}

.composs_10 .btn-floating.btn-large,
.composs_10 .btn-floating.btn-lg {
    width: 40px;
    height: 40px
}

.composs_10 .btn-floating.btn-large i,
.composs_10 .btn-floating.btn-lg i {
    font-size: 1.345rem;
    line-height: 42px
}

.composs_10 .btn-floating,
.composs_10 .btn-floating i {
    display: inline-block;
    color: #fff
}

.composs_10 .btn-floating {
    z-index: 1;
    overflow: hidden;
    padding: 0;
    border-radius: 50%;
    transition: .3s
}

.composs_10 .btn-instagram {
    background: radial-gradient(circle at 30% 107%, #fdf497 0, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%)
}

.composs_10 .btn-facebook {
    background: #3B5998
}

.composs_10 .btn-twitter {
    background: #55ACEE
}

.composs_10 .btn-linkedin {
    background: #0082CA
}

.composs_10 .btn-google-plus {
    background-color: #DD4B39
}

.composs_10 .formulario {
    margin-top: 20px;
    position: relative;
    display: block
}

.composs_10 .formulario input,
.composs_10 .formulario textarea {
    width: 100%;
    margin-bottom: 30px;
    background: #212331;
    padding: 12px;
    border: 1px solid #f5f5f5;
    color: #fff;
    overflow: hidden
}

.composs_10 .formulario textarea {
    height: 180px;
    overflow: hidden
}

.composs_10 .formulario .btn-item {
    width: 100%;
    background: #0094d6;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 700;
    padding: 10px;
    border: none;
    transition: all .4s;
    border-radius: 4px
}

.composs_10 .formulario .btn-item:hover {
    background-color: #2466af;
    color: #fff
}

#home .composs_10 {
    padding-top: 100px;
    margin-top: -104px
}

#about .composs_10 {
    padding-top: 100px;
    margin-top: -104px
}

@media only screen and (max-width: 767px) {
    .composs_10 .titulo {
        font-size: 28px
    }
    .composs_10 .dados-contato {
        display: block
    }
    .composs_10 .dados-contato .item {
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .composs_10 .dados-contato {
        display: block
    }
    .composs_10 .dados-contato .item {
        text-align: center;
        width: 50%;
        float: left;
        display: block;
        position: relative;
        height: 217px;
        padding-right: 0;
        margin-bottom: 30px
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .composs_10 .dados-contato .item {
        width: 25%;
        padding-right: 0
    }
}

.button-forgeral {
    position: fixed;
    right: 0;
    top: 90px;
    z-index: 999;
    background: #0094d6;
    padding: 10px 25px;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 0 36px 0 rgba(209, 230, 229, 0.06);
    display: block;
    right: -228px;
    transition: right .4s ease-in-out
}

.button-forgeral img {
    position: relative;
    height: 20px
}

.button-forgeral span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 20px
}

.button-forgeral:hover {
    right: 0
}
.button-lateral {
    position: fixed;
    right: 0;
    top: 90px;
    z-index: 999;
    background: #0094d6;
    padding: 10px 25px;
    border-radius: 30px 0 0 30px;
    box-shadow: 0 0 36px 0 rgba(209, 230, 229, 0.06);
    display: block;
    right: -228px;
    transition: right .4s ease-in-out
}

.button-lateral img {
    position: relative;
    height: 20px
}

.button-lateral span {
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    margin-left: 20px
}

.button-lateral:hover {
    right: 0
}

.sidebar-open .button-lateral {
    right: 300px
}

.sidebar-open .button-lateral span {
    display: none
}

.sidebar-open .button-lateral:hover span {
    display: inline-block
}

@media only screen and (max-width: 767px) {
    .button-lateral {
        right: 0!important;
        padding: 12px 20px;
        bottom: 70px;
        top: inherit;
        z-index: 999999;
    }
    .sidebar-open .button-lateral {
        display: none
    }
    .button-lateral span {
        display: none
    }
    .button-lateral img {
        position: relative;
        height: 24px
    }
}

#contato .button-lateral {
    display: none!important
}

.newsletter {
    background-color: #0094d6;
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
    position: relative
}

.newsletter .titulo-item {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase
}

.newsletter .text-item p {
    color: #fff
}

.newsletter .text-item span {
    font-weight: 300;
    font-size: 13px
}

.newsletter form input {
    padding: 12px;
    border: 1px solid #ddd;
    width: calc(100% - 174px);
    border-radius: 4px
}

.newsletter form .btn-item {
    padding: 12px 35px;
    border: 1px;
    font-weight: 700;
    font-size: 15px;
    height: 50px;
    background: #212331;
    color: #fff;
    margin-left: 4px;
    border-radius: 4px;
    text-transform: uppercase
}

.newsletter form .btn-item i {
    margin-right: 15px
}

.sidebar-closed .main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    right: 0;
    transition: right .4s ease-in-out;
    z-index: 99
}

.sidebar-open .main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    right: 300px;
    transition: right .4s ease-in-out;
    z-index: 99
}

.sidebar-closed .main-content,
.sidebar-open .main-content {
    position: fixed;
    display: block;
    z-index: 0;
    height: 100%
}

.sidebar-closed.sitemap-open .main-content .composs_sidebar {
    display: none
}

.main-content .composs_sidebar {
    position: fixed;
    z-index: 1000;
    right: 0;
    width: 300px;
    height: 100%;
    top: 0;
    background: #1e1c2f
}

.main-content .composs_sidebar .formulario-orcamento input,
.main-content .composs_sidebar .formulario-orcamento textarea {
    width: 100%;
    margin-bottom: 25px;
    background: #212331;
    padding: 8px 12px;
    border: 1px solid #f5f5f5;
    color: #fff;
    overflow: hidden
}

.main-content .composs_sidebar .item {
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto;
    position: relative;
    display: block;
    height: 100%
}

.main-content .composs_sidebar .item .titulo-item {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 30px;
    position: relative;
    display: block
}

.main-content .composs_sidebar .formulario-orcamento textarea {
    height: 180px
}

.main-content .composs_sidebar .formulario-orcamento .btn-item {
    width: 100%;
    background: #0094d6;
    color: #fff;
    text-transform: uppercase;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 10px;
    border: none;
    transition: all .4s;
    border-radius: 4px
}

.main-content .composs_sidebar .formulario-orcamento .btn-item:hover {
    background-color: #2466af;
    color: #fff
}

.sidebar-open.sitemap-open .main-content .composs_sitemap {
    right: 300px
}

.composs_sidebar .btn-closed {
    background: #0094d6;
    color: #fff;
    width: 32px;
    height: 32px;
    display: block;
    position: absolute;
    text-align: center;
    transition: all .2s ease;
    z-index: 999;
    right: 0
}

.composs_sidebar .btn-closed:hover {
    background: #2466af
}

.composs_sidebar .btn-closed:before {
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 22px;
    padding-top: 1px;
    display: block
}

@media only screen and (max-width: 767px) {
    .main-content .composs_sidebar .formulario-orcamento .btn-item {
        font-size: 16px;
        padding: 12px
    }
    .main-content .composs_sidebar .formulario-orcamento input,
    .main-content .composs_sidebar .formulario-orcamento textarea {
        padding: 11px 12px
    }
    .sidebar-open .main-content .composs_sidebar .item {
        display: block
    }
    .sidebar-closed .main-content .composs_sidebar .item {
        display: none
    }
}

.sitemap-closed .main-content .composs_sitemap {
    display: none
}

.sitemap-closed .main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    bottom: 0;
    transition: all .4s ease-in-out;
    z-index: 99;
    margin-bottom: 0
}

.sitemap-open .main {
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    position: relative;
    z-index: 99;
    margin-bottom: 450px
}

.sitemap-closed .main-content {
    position: fixed;
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    transition: all .4s ease-in-out;
    z-index: 0
}

.sitemap-open .main-content {
    position: fixed;
    z-index: 1000;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    z-index: 9
}

.sitemap-open .main-content .composs_sitemap {
    position: fixed;
    width: 100%;
    bottom: 0;
    display: block
}

.main-content .composs_sitemap .titulo_1 {
    font-size: 28px
}

.main-content .composs_sitemap .col {
    border-right: 1px solid #ccc;
    margin-bottom: 50px;
    width: 20%;
    display: block;
    position: relative
}

.main-content .composs_sitemap .col:last-child {
    border-right: none
}

.main-content .composs_sitemap .col ul li {
    padding: 4px 0
}

.main-content .composs_sitemap .col ul li a {
    color: #595b5c
}

.main-content .composs_sitemap .col ul li.titulo-item {
    text-transform: uppercase;
    font-weight: 700;
    display: block
}

@media only screen and (max-width: 991px) {
    .sitemap-open .main {
        margin-bottom: 20px
    }
    .sitemap-open .main-content {
        position: relative
    }
    .sitemap-open .main-content .composs_sitemap {
        position: relative
    }
}

@media only screen and (max-width: 767px) {
    .main-content .composs_sitemap .col {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width:991px) {
    .main-content .composs_sitemap .col {
        width: 33%;
        float: left
    }
}

footer {
    background: url(../img/template/finalite-design-agencia-bg.jpg);
    height: 783px;
    padding: 180px 40px 40px;
    position: relative;
    background-position: center top!important;
    background-size: cover!important;
    background-repeat: no-repeat!important;
    display: flex
}

#home footer {
    background: url(../img/template/finalite-design-agencia-bg.jpg)
}

footer .widget-1,
footer .widget-1 a {
    color: #fff
}

footer .widget-1 .item-1 .logo-img img {
    width: 100%
}

footer .widget-1 .item-2 {
    padding: 60px;
    text-align: justify
}

footer .widget-1 .item-3 {
    padding-left: 102px
}

footer .widget-2 {
    margin-top: 80px
}

footer .widget-2 .titulo-item,
footer .widget-2 .titulo-item a {
    color: #13a89e;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 20px
}

footer .widget-2 .item-1 ul li {
    margin-bottom: 5px
}

footer .widget-2 .item-1 ul li a,
footer .widget-2 p {
    color: #fff
}

footer .widget-2 .item-2 {
    display: inline-flex
}

footer .widget-2 .item-2 .imagem-item img {
    width: 55px;
    margin-right: 85px;
    margin-left: 48px
}

footer .widget-2 .item-2 .copyright {
    color: #fff;
    margin-top: 60px;
    font-size: 12px
}

footer .widget-2 .item-2 .copyright span {
    color: #13a89e
}

@media only screen and (max-width: 992px) {
    footer {
        background: url(img/template/finalite-design-agencia-bg-mobile.jpg);
        height: auto;
        padding: 40px 0;
        text-align: center
    }
    #home footer {
        background: url(../img/template/finalite-design-agencia-bg-mobile.jpg)
    }
    footer .widget-1 .item-2 {
        padding: 15px;
        text-align: center
    }
    footer .widget-1 .item-3 {
        padding: 15px
    }
    footer .widget-2 {
        margin-top: 25px
    }
    footer .widget-2 .imagem-item {
        display: none
    }
    footer .widget-2 .andress-item {
        width: 100%
    }
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 40px;
    right: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    background: rgba(44, 46, 61, 0.8) url(img/template/icones/back-to-top.png) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    transition: all .3s;
    z-index: 999
}

.cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1
}

.cd-top.cd-fade-out {
    opacity: .5
}

.no-touch .cd-top:hover {
    background-color: #e86256;
    opacity: 1
}

#home .cd-top {
    background: rgba(44, 46, 61, 0.8) url(../img/template/icones/back-to-top.png) no-repeat center 50%
}

@media only screen and (min-width: 768px) {
    .cd-top {
        right: 20px;
        bottom: 20px
    }
}

@media only screen and (max-width: 767px) {
    .cd-top {
        right: 10px!important;
        bottom: 10px!important
    }
}

@media only screen and (min-width: 1024px) {
    .cd-top {
        height: 40px;
        width: 40px;
        right: 30px;
        bottom: 30px
    }
}


/* Fullscreen overlay for modal background */

#active-popup {
    background-color: rgba(52, 73, 94, 0.7);
    position: absolute;
    width: 100%;
    height: 100% !important;
    top: 0;
    left: 0;
    z-index: 999;
}

#gdpr-box {
    display: none;
    width: 100%;
    background: #000;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 999;
}

.popup {
    text-align: center;
    position: relative;
    display: block;
    padding: 30px 0;
}

.popup .texto-item {
    margin-bottom: 20px;
}

.btn-outline-white.small {

    padding: 5px 10px  !important;;

}

.btn-outline-white.small span{font-size: 12px !important;}