﻿@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

body {
    font-family: 'Work Sans', sans-serif;
}

a {
    transition: all 0.5s;
    color: #263a4f;
}

    a:hover {
        text-decoration: none;
        color: #7d8c9c;
    }

img {
    max-width: 100%;
}

h2 {
    font-size: 32px;
    line-height: 42px;
    /*color: #263a4f;*/
    margin: 0 0 10px;
    font-weight: 600;
    letter-spacing: -1px;
}

h3, h4 {
    margin: 0 0 10px;
    font-weight: 400;
    line-height: 1.7;
    color: #263a4f;
    letter-spacing: -.5px;
}

.display-5 {
    font-size: 2rem;
    font-weight: 300;
    line-height: 1.2;
}

.display-6 {
    font-size: 1rem;
    font-weight: 300;
    line-height: 1;
}

[data-toggle="tooltip"] {
    cursor: help;
}

#box-home {
    background-image: url('/imagens/fundo-home.jpg');
    background-position: center;
    background-size: cover;
    position: relative;
}

    #box-home #box-home-interno {
        /*position: absolute;*/
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        color: #fff;
    }

        #box-home #box-home-interno p {
            position: relative;
            z-index: 33;
        }

        #box-home #box-home-interno a {
            /*color: #fff;*/
        }

        #box-home #box-home-interno .carousel-control-prev, #box-home #box-home-interno .carousel-control-next {
            z-index: 40;
        }

        #box-home #box-home-interno #home-comentarios h4 {
            color: #67ACD4;
            margin-top: 5%;
        }


#particles-js {
    position: absolute;
    width: 100%;
    height: 100%;
}

.home-logo img {
    max-width: 350px;
    width: 60%;
}

#home-menu .navbar-nav {
    margin: auto;
}

    #home-menu .navbar-nav .nav-link {
        color: #67ACD4;
        font-weight: bold;
        text-transform: uppercase;
        background-color: rgba(0, 0, 0, 0.2);
        border-radius: 5px;
        margin: 0 5px;
        padding: .5rem 1.5rem;
    }

        #home-menu .navbar-nav .nav-link:hover {
            color: #fff;
            /*background-color: rgba(255, 255, 255, 0.8);*/
            background-color: rgba(65, 94, 167, 0.85);
        }

.btn-info {
    color: #fff;
    background-color: rgba(65, 94, 167, 0.88);
    border-color: #415EA7;
}

    .btn-info:hover {
        color: #fff;
        background-color: #314986;
        border-color: #415EA7;
    }

#interno-menu {
    padding: 0;
    -webkit-border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    -moz-border-radius-bottomleft: 8px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

    #interno-menu .nav-link {
        padding: 1.2rem 1rem;
        text-transform: uppercase;
        /*color: #000;*/
        color: #fff;
        font-weight: 500;
        font-size: 15px;
        border-radius: 5px;
    }

    #interno-menu .navbar-brand {
        padding: 0;
    }

        #interno-menu .navbar-brand img {
            max-height: 40px;
            padding-left: 1rem;
        }

    #interno-menu .navbar-nav .nav-link:hover {
        background-color: rgba(0,0,0,.3);
        /*background-color: rgba(0,0,0,.03);*/
    }

.home-noticia {
    background-color: #f9fafa;
    display: block;
    position: relative;
}

    .home-noticia h3 {
        color: #263a4f;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        margin-top: 15px;
    }

    .home-noticia:hover h3 {
        color: #67ACD4;
    }

    .home-noticia strong {
        background-color: #67ACD4;
        padding: 5px 15px;
        text-align: center;
        color: #000;
        font-size: 12px;
        text-transform: uppercase;
        font-weight: 600;
        font-family: work sans, sans-serif;
        position: absolute;
        width: auto;
        height: auto;
        left: 0;
        top: 20px;
    }

    .home-noticia .read-more {
        display: block;
        font-family: work sans, sans-serif;
        color: #263a4f;
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        position: relative;
        padding-left: 30px;
        transition: all 200ms linear 0ms
    }

        .home-noticia .read-more:before {
            background-color: #67ACD4;
            position: absolute;
            content: "";
            width: 20px;
            height: 2px;
            left: 0;
            top: calc(50% - 1px);
            transition: all 200ms linear 0ms
        }

    .home-noticia:hover .read-more {
        color: #67ACD4;
        padding-left: 40px
    }

        .home-noticia:hover .read-more:before {
            width: 30px
        }

.bg-dark {
    background-color: #4c4a4d !important;
}


.bg-hdark {
    background-color: #232427 !important;
}


.bg-dot {
    /*background-image: url('/imagens/bg-dots.png');*/
}

.home-depoimentos {
    height: 90%;
    margin-top: 3%;
    position: relative;
}

.owl-sem-seta .owl-nav {
    display: none;
}


.home-depoimento {
    border-left: solid 3px #67ACD4;
    width: 90%;
    margin: auto;
    background-color: #fff;
}

    .home-depoimento p {
        color: #7d8c9c;
        font-style: italic;
        font-size: 90%;
    }

        .home-depoimento p:before, .home-depoimento p:after {
            content: '"';
        }


.titulo-setor {
    text-align: center;
    position: relative;
    font-size: 25px;
    margin-bottom: 15px;
    z-index: 1;
    COLOR: #305570;
}

    .titulo-setor span {
        display: block;
        text-transform: uppercase;
        font-size: 12px;
        color: #263a4f;
        font-weight: 600;
        letter-spacing: 0;
        font-family: work sans, sans-serif;
        position: relative;
        margin-bottom: 10px;
        z-index: 2;
        /*background-color: #fff;*/
        padding: 5px 0;
    }

    .titulo-setor:before {
        /*   background-color: transparent;
            position: absolute;
            content: "";
            width: 20px;
            height: 30px;
            left: calc(50% - 10px);
            top: calc(50% - 15px);
            border: 3px solid #67ACD4;
            opacity: .5;
            z-index: -1;*/
        background-color: transparent;
        position: absolute;
        content: "";
        width: 20px;
        left: calc(50% - 10px);
        border: 2px solid #67ACD4;
        opacity: .5;
        z-index: 0;
        bottom: -3px;
        height: 37px;
    }

#scroll-topo {
    position: fixed;
    right: 0;
    bottom: 0;
    display: block;
    width: 35px;
    background-color: #6b6b6b;
    height: 35px;
    text-align: center;
    padding-top: 4px;
    color: #fff;
    /* border: solid 2px #4f4a4e;
    border-radius: 50%;*/
}

.home-numeros {
    /*    background-image: url('/imagens/bussiness.jpg');
    background-position: center;
    background-size: cover;*/
    background-color: #4f4a4e;
}

.home-contagem {
    text-align: center;
    line-height: 1.1em;
    font-size: 48px;
    padding: 40px 10px;
}

    .home-contagem strong {
        color: #67ACD4;
        display: block;
    }

    .home-contagem small {
        color: #fff;
        display: block;
        font-size: 60%;
        line-height: 26px;
        letter-spacing: -2px;
    }

.box-shadow, .box-shadow-hover:hover {
    -webkit-box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
    -moz-box-shadow: 0 .2rem 2.8rem rgba(36, 36, 36, .1);
    box-shadow: 0 0.2rem 2.8rem rgba(36, 36, 36, .1);
}

.imagem-4x3 {
    display: block;
    padding-bottom: 75%;
    position: relative;
    background-position: center;
    background-size: cover;
}

.imagem-16x9 {
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    background-position: center top;
    background-size: cover;
}

.imagem-4x3 {
    display: block;
    padding-bottom: 75%;
    position: relative;
    background-position: center top;
    background-size: cover;
}

.imagem-redonda {
    border-radius: 50%;
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    background-position: center;
    background-size: cover;
}

    .imagem-redonda div {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
    }



.social a span {
    display: inline-block;
    width: 50px;
    height: 30px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
    border-radius: 10px;
    color: #04c6fb;
}


.social a strong {
    display: inline-block;
    margin-left: 5px;
}

.social a.facebook span {
    background-color: #3b5998;
    color: #fff;
}

.social a.linkedin span {
    background-color: #2867B2;
    color: #fff;
}

.social a.site span {
    background-color: darkgray;
    color: #fff;
}

.social a.instagram span {
    background: #d6249f;
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
    color: #fff;
}

.social a + a {
    margin-left: 13px;
}

.select2-container .select2-selection--single {
    height: 38px !important;
}

.select2-selection {
    border: 1px solid #ced4da !important;
}

.select2-selection__placeholder {
    color: #444 !important;
    line-height: 35px !important;
    padding-left: 9px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    margin-top: -7px !important;
    border-style: none !important;
    margin-left: -3px !important;
}

    .select2-container--default .select2-selection--single .select2-selection__arrow b:before {
        font-family: "Font Awesome 5 Free";
        /* font-weight: 900; */
        content: "\f107";
        color: #495057;
        font-size: 90%;
    }

.select2-container--default .select2-selection--single .select2-selection__rendered {
    /*  padding-left: 15px!important;*/
}

.menu-cliente {
    display: inline-block;
    width: 48%;
    float: left;
    padding: 2%;
    border-bottom: solid rgba(36, 36, 36, .1) 1px;
    margin-right: 2%;
    background-color: #6a686f;
    color: #fff;
    font-weight: bold;
    margin-bottom: 2px;
}


    .menu-cliente:hover {
        color: #fff;
        background-color: #544f5f;
    }


    .menu-cliente:last-child {
        background-color: #fff;
        padding: 0 2%;
    }

.footer {
    padding: 20px 0;
    font-size: 16px;
}

.widget-content {
    color: #fff;
    letter-spacing: -1.2px;
}

    .widget-content h4 {
        color: #fff;
        margin: 0 0 10px;
        font-weight: 500;
        line-height: 1.7;
        letter-spacing: -.5px;
        font-size: 16px;
    }


.widget-links .fab, .widget-links .fas {
    margin: 5px;
    /* padding: 9px 9px; */
    border-radius: 50%;
    color: #04C6FB;
    width: 35px;
    text-align: center;
    background-color: #4c4a4d;
    border: solid 2px #04C6FB;
    width: 35px;
    height: 35px;
    line-height: 30px;
}

    .widget-links .fab:hover, .widget-links .fas:hover {
        color: #4c4a4d;
        text-align: center;
        background-color: #04C6FB;
    }
/*
.widget-links .fa-whatsapp {
    background-color: #25D366;
}

.widget-links .fa-envelope-open {
    background-color: #67acd4;
}

.widget-links .fa-facebook-f {
    background-color: #3b5998;
}

.widget-links .fa-youtube {
    background-color: #FF0000;
}

.widget-links .fa-instagram {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f09433', endColorstr='#bc1888',GradientType=1 );
}*/

.widget-links-social a {
    display: inline-block;
    float: left;
}

.widget-links {
    list-style: none;
    padding-left: 15px;
}


    .widget-links li, .widget-links li a {
        color: rgba(255, 255, 255, 0.6);
        display: inline-block;
    }

        .widget-links li + li:before {
            content: '|';
            margin: 0 10px;
        }


.bg-rodape {
    background-color: #4E4C4D;
}

.slide-home {
}

    .slide-home .carousel-item {
        /* min-height: 200px;*/
    }

        .slide-home .carousel-item img {
            /* position: absolute;
            height: 100%;
            width: auto;
            display: block;
            max-width: none;*/
        }

    .slide-home .carousel-caption {
        background: none;
        position: relative;
        padding: 0;
    }


    .slide-home h2 {
        letter-spacing: 0;
        line-height: 60px;
        font-weight: 600;
    }


#chat-conversa {
    overflow-y: scroll;
    background: rgba(189, 189, 189, 0.04);
}

    #chat-conversa .mensagem {
        display: inline-block;
        margin: 10px;
        padding: 10px;
        border: solid 1px silver;
        border-radius: 10px;
        background-color: #fff;
        word-break: break-all;
    }

        #chat-conversa .mensagem.minha {
            float: right;
            background-color: #f2fdff;
            border-color: #00a3e2;
        }

        #chat-conversa .mensagem small {
            display: block;
            color: #17a2b8;
        }

    #chat-conversa .foto-icone {
        width: 50px;
        height: 50px;
        background-size: cover;
        display: inline-block;
        border-radius: 50%;
    }

    #chat-conversa .mensagem strong {
        text-align: right;
        display: block;
    }

.linha-interacao {
    display: block;
    margin-bottom: 10px;
    border: solid 1px silver;
}

    .linha-interacao strong {
        display: block;
    }

.breadcrumb {
    background-color: transparent;
    font-size: 14px;
    letter-spacing: -.8px;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "»";
    color: #305570;
}

.breadcrumb-item.active {
    color: #305570;
    font-weight: bold;
    letter-spacing: 0;
}

.dados-contato {
}

    .dados-contato h3 {
        line-height: inherit;
    }

    .dados-contato h4 {
        line-height: inherit;
    }


.traducao {
    position: fixed;
    z-index: 1030;
    right: 5px;
    top: 5px;
}


    .traducao .bandeira {
        display: none;
    }

        .traducao .bandeira img {
            height: 20px;
            width: auto;
        }

    .traducao #google_translate_element {
        display: none;
    }

.check-chave {
    line-height: 0;
    display: inline-block;
    position: relative;
    margin-left: 50px;
}

    .check-chave:before {
        content: 'Não';
        position: absolute;
        left: -40px;
        top: 20px;
        /* transform: translateY(50%); */
        font-size: 20px;
        font-weight: bold;
        color: grey;
    }


    .check-chave:after {
        content: 'Sim';
        position: absolute;
        right: -40px;
        top: 20px;
        font-size: 20px;
        font-weight: bold;
        color: #bada55;
    }

    .check-chave input[type=checkbox] {
        height: 0;
        width: 0;
        visibility: hidden;
    }

    .check-chave label {
        cursor: pointer;
        text-indent: -9999px;
        width: 100px;
        height: 30px;
        background: grey;
        display: block;
        border-radius: 100px;
        position: relative;
    }

        .check-chave label:after {
            content: '';
            position: absolute;
            top: 5px;
            left: 5px;
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 90px;
            transition: 0.3s;
        }

    .check-chave input:checked + label {
        background: #bada55;
    }

        .check-chave input:checked + label:after {
            left: calc(100% - 5px);
            transform: translateX(-100%);
        }

    .check-chave label:active:after {
        width: 130px;
    }

.item-demonstracao + .item-demonstracao:before {
    content: '\f101';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 155%;
    color: #17a2b8;
}


.item-demonstracao {
}

    .item-demonstracao a {
        font-size: 110%;
        display: block;
        border: solid 1px #5872b2;
        /*padding: 10px;*/
        z-index: 1;
        position: relative;
        background-color: #4e4c4d;
        color: white;
        height: 160px;
    }

        .item-demonstracao a div {
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            width: 100%;
        }

    /*        .item-demonstracao a:after {
            content: ' ';
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            background-image: url('/imagens/mapa-tr-p.png');
            z-index: -1;
            background-size: cover;
            opacity: 0.8;
        }*/

    .item-demonstracao strong {
        display: block;
        /* width: 10%; */
        /* height: 100%;*/
        text-align: center;
        font-size: 40px;
        /*  font-weight: 100; float: left;*/
        padding-right: 10px;
        color: #17a2b8;
    }

    .item-demonstracao span {
        display: block;
        /*  width: 85%;
        float: left;*/
        height: 60px;
    }

.categoria-destaque a {
    background-color: #4e4c4d;
    color: #fff;
    display: block;
    width: 100%;
    height: 100%;
    padding: 10px;
    border-radius: 10px;
    height: 310px;
    position: relative;
    padding-top: 3rem;
}


    .categoria-destaque a.categoria-logado {
        height: inherit;
        padding-top: 1rem;
    }

    .categoria-destaque a small {
        position: absolute;
        bottom: 10px;
        color: #04C6FB;
        right: 10px;
    }

    .categoria-destaque a strong {
        display: block;
        color: #04C6FB;
        font-size: 110%;
        padding-bottom: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

        .categoria-destaque a strong i {
            margin-right: 5px;
        }

.produto {
    border: solid 2px #e0e0e0;
    -webkit-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.17);
    box-shadow: 3px 5px 9px 0px rgba(0,0,0,0.17);
    height: 100%;
    border-radius: 5px;
}

    .produto h3 {
        font-size: 16px;
        line-height: initial;
        font-weight: bold;
        margin-top: 5px;
    }

    .produto .valor {
        font-size: 110%;
    }

.carousel-caption {
    right: 0;
    bottom: 0;
    left: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0,0,0,0.9948354341736695) 0%, rgba(0,0,0,0) 100%);
}

.quem-somos-solucoes {
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.17);
    -moz-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.17);
    box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.17);
}

    .quem-somos-solucoes:hover {
        -webkit-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.4);
        -moz-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.4);
        box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.4);
    }

    .quem-somos-solucoes span {
        display: block;
        padding: 35px;
    }


        .quem-somos-solucoes span h5 {
            line-height: 30px;
        }

            .quem-somos-solucoes span h5 i {
                display: block;
                font-size: 40px;
                padding: 30px;
                color: #1d92a9;
            }





.quem-somos-sub {
}

    .quem-somos-sub a {
        background-color: #4f4a4e;
        display: block;
        padding: 20px;
        -webkit-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.17);
        -moz-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.17);
        box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.17);
        color: #17a2b8;
        height: 100px;
        border-radius: 20px;
        position: relative;
    }

        .quem-somos-sub a:hover {
            -webkit-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.4);
            -moz-box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.4);
            box-shadow: 0px 0px 28px 5px rgba(0,0,0,0.4);
        }

        .quem-somos-sub a h5 {
            /* line-height: 30px;*/
            margin: 0;
            font-size: 16px;
            top: 50%;
            transform: translateY(-50%);
            position: absolute;
            width: 80%;
            text-align: center;
        }

            .quem-somos-sub a h5 i {
                /* display: block;
                font-size: 40px;
                padding: 30px;*/
                margin-right: 5px;
                color: #1d92a9;
            }

#conteudo-quem {
    /*    background-color: #fff;
    border: solid 1px silver;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 30px;
    display: none;*/
}
    /*
    #conteudo-quem table {
        border-collapse: separate;
        border-spacing: 10px 0;
    }*/


    #conteudo-quem blockquote div {
        background-color: #415EA7;
        padding: 10px;
        color: #fff;
        display: inline-block;
        border-radius: 10px;
        margin-bottom: 10px;
        /*width: 49%;*/
    }

        #conteudo-quem blockquote div h2 {
            font-size: 23px;
            text-align: right;
            margin: 0;
            color: #04c6fb;
            line-height: inherit;
        }

        #conteudo-quem blockquote div h3 {
            font-size: 12px;
            text-align: right;
            margin: 0;
            color: #fff;
            font-weight: bolder;
        }


.boxes-azuiz figure {
    color: #415EA7;
    padding: 10px;
    /* color: #fff; */
    border-radius: 10px;
    border: solid 2px #e0e0e0;
    -webkit-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.17);
    -moz-box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.17);
    box-shadow: 6px 6px 5px 0px rgba(0,0,0,0.17);
}

    .boxes-azuiz figure h2 {
        font-size: 23px;
        text-align: right;
        margin: 0;
        /*color: #04c6fb;*/
        line-height: inherit;
    }

    .boxes-azuiz figure h3 {
        font-size: 12px;
        text-align: right;
        margin: 0;
        /*color: #fff;*/
        font-weight: bolder;
    }

.titulo-produto {
    /* font-size: 25px;
    line-height: 25px;*/
}

.dados-preco {
    font-size: 20px;
}

.dados-empresa h4 {
    font-size: 20px;
}

.dados-empresa .btn.btn-sm {
    padding: 0 11px;
}

.boxes-q1 {
    background-color: #4f4a4e;
    position: relative;
    padding: 20px;
    margin-right: 15%;
    color: #04c6fb;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 30px;
}

.boxes-q2 {
    margin-top: -20px;
    background-color: #7d7a7d;
    position: relative;
    padding: 20px;
    margin-left: 10%;
    color: #fff;
    font-size: 18px;
}

.owl-nav {
    top: -20px;
    position: relative;
    text-align: center;
}

.owl-categorias .owl-nav button.owl-next, .owl-categorias .owl-nav button.owl-prev {
    background-color: rgba(0, 0,0, .28) !important;
    margin: 10px;
    width: 25px;
    height: 25px;
    border-radius: 50%;
}

.owl-categorias .owl-dots {
    display: none;
}

.botoes-novidades a i {
    color: #04c6fb;
}








#columns {
    column-width: 165px;
    column-gap: 15px;
    /* width: 90%; */
    /*max-width: 1100px;*/
    /* margin: 50px auto;*/
}

div#columns figure {
    background: #fefefe;
    /* border: 2px solid #fcfcfc; */
    box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
    /* margin: 0 2px 15px; */
    /* padding: 15px; */
    /* padding-bottom: 10px; */
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
}

    div#columns figure img {
        width: 100%;
        height: auto;
        /* border-bottom: 1px solid #ccc; */
        /* padding-bottom: 15px; */
        /* margin-bottom: 5px;*/
    }

    div#columns figure figcaption {
        font-size: .9rem;
        color: #444;
        line-height: 1.5;
        padding-left: 2px;
        padding-right: 2px;
    }

div#columns small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

    div#columns small a {
        color: #666;
        text-decoration: none;
        transition: .4s color;
    }

div#columns:hover figure:not(:hover) {
    opacity: 0.4;
}


#mostra-pint {
    column-width: 310px;
    column-gap: 15px;
    /* width: 90%; */
    /*max-width: 1100px;*/
    /* margin: 50px auto;*/
}

div#mostra-pint figure {
    background: #fefefe;
    transition: opacity .4s ease-in-out;
    display: inline-block;
    column-break-inside: avoid;
    margin: 0 0 1.5rem;
    cursor: zoom-in;
}

    div#mostra-pint figure img {
        width: 100%;
        height: auto;
        border-radius: 15px;
    }

    div#mostra-pint figure figcaption {
        color: #000;
        padding-left: 2px;
        padding-right: 2px;
        font-weight: 500;
    }

div#mostra-pint small {
    font-size: 1rem;
    float: right;
    text-transform: uppercase;
    color: #aaa;
}

    div#mostra-pint small a {
        color: #666;
        text-decoration: none;
        transition: .4s color;
    }

#pintModal .modal-content {
    border-radius: 1rem;
}

.solicitacoes .card {
    background-color: #4e4c4d;
    border: solid 15px #4e4c4d;
    border-radius: 15px;
}

    .solicitacoes .card .card-body {
        background-color: #ffffff29;
        border: solid 1px rgb(14,130,148);
        border-radius: 15px;
    }

        .solicitacoes .card .card-body h5 {
            color: #67ACD4;
            height: 48px;
            overflow: hidden;
        }

        .solicitacoes .card .card-body .border-light {
            border-color: #67ACD4 !important;
            height: 200px;
            overflow: hidden;
        }

        .solicitacoes .card .card-body .btn-info {
            background-color: #67ACD4;
        }

        .solicitacoes .card .card-body img {
            width: 20px;
        }

#quem-somos {
    position: absolute;
    height: 500px;
    width: 100%;
    top: 0;
    left: 0;
    background-color: #4f4a4e;
}

#cinza-solucoes {
    background-color: #4E4C4D;
    position: absolute;
    /* top:500px;*/
    /* height: 2000px;*/
    left: 0;
    width: 100%;
    z-index: -1;
}

#carouselFotosProdutos {
    border-radius: 25px;
    overflow: hidden;
}

.quadro-anuncio {
    padding: 15px;
    margin-top: 20px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 20px 0px;
    border: solid 1px #eaeaea;
    font-size: 18px;
    line-height: initial;
    -webkit-border-top-right-radius: 32px;
    -webkit-border-bottom-right-radius: 32px;
    -moz-border-radius-topright: 32px;
    -moz-border-radius-bottomright: 32px;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
}


    .quadro-anuncio h2 {
        color: #67ACD4;
    }


    .quadro-anuncio h4 {
        color: #67ACD4;
    }

.quadro-anuncio-esquerda {
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-top-left-radius: 32px;
    -webkit-border-bottom-left-radius: 32px;
    -moz-border-radius-topleft: 32px;
    -moz-border-radius-bottomleft: 32px;
    border-top-left-radius: 32px;
    border-bottom-left-radius: 32px;
}

.botao-interesse {
    padding: 10px;
    border-radius: 15px;
    padding: 10px;
    border: solid 1px #67ACD4;
    color: #67ACD4;
    font-size: 25px;
    display: block;
}


#coluna-menu {
    -webkit-box-shadow: 3px 0px 10px -3px rgba(0,0,0,0.3);
    -moz-box-shadow: 3px 0px 10px -3px rgba(0,0,0,0.3);
    box-shadow: 3px 0px 10px -3px rgba(0,0,0,0.3);
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 20px;
}

    /* Hide default HTML checkbox */
    .switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #cc0000;
    -webkit-transition: .4s;
    transition: .4s;
}

    .slider:before {
        position: absolute;
        content: "";
        /*       height: 26px;
        width: 26px;*/
        height: 12px;
        width: 12px;
        left: 4px;
        bottom: 4px;
        background-color: white;
        -webkit-transition: .4s;
        transition: .4s;
    }

.switch input:checked + .slider {
    background-color: green;
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

    .slider.round:before {
        border-radius: 50%;
    }

.pricing-table-title {
    /* text-transform: uppercase; */
    font-weight: 700;
    /* color: #FFF; */
    margin-top: 15px;
    text-align: left;
    margin-bottom: 25px;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    color: #403e3d;
    font-size: 1.5rem;
}


.clearfix:after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    clear: both;
}
/** ========================
 * Contenedor
 ============================*/
.pricing-wrapper {
    /* width: 960px;
    margin: 40px auto 0;*/
}

.pricing-table {
    margin: 0 1%;
    text-align: center;
    width: 23%;
    float: left;
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,0.4);
    box-shadow: 0 0 15px rgba(0,0,0,0.4);
    -webkit-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

    .pricing-table:hover {
        -webkit-transform: scale(1.06);
        -ms-transform: scale(1.06);
        -o-transform: scale(1.06);
        transform: scale(1.06);
    }

.pricing-title {
    color: #FFF;
    background: #415EA7;
    padding: 20px 0;
    font-size: 1.5em;
    text-transform: uppercase;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    font-weight: bold;
    margin: 0;
}


.pricing-table:nth-child(even) .pricing-title {
    background: #67ACD4;
}

.pricing-table:nth-child(even) .pricing-action {
    background: #67ACD4;
}

.pricing-table:nth-child(even) .table-buy .pricing-action:hover {
    background: red;
}

/*
.pricing-table.recommended .pricing-title {
    background: #67ACD4;
}

.pricing-table.recommended .pricing-action {
    background: #67ACD4;
}*/

.pricing-table .price {
    background: #4f4a4e;
    font-size: 2em;
    font-weight: 700;
    padding: 20px 0;
    text-shadow: 0 1px 1px rgba(0,0,0,0.4);
    color: #fff;
}

    .pricing-table .price sup {
        font-size: 0.4em;
        position: relative;
        left: 5px;
    }

.table-list {
    background: #FFF;
    color: #403d3a;
    list-style: none;
    padding: 0;
}

    .table-list li {
        /*   font-size: 1.4em;*/
        font-weight: 700;
        padding: 12px 6px;
        font-size: 15px;
    }

        .table-list li:before {
            content: "\f00c";
            font-family: 'Font Awesome 5 Free';
            color: #3fab91;
            display: inline-block;
            position: relative;
            right: 5px;
            font-size: 16px;
        }

        .table-list li span {
            font-weight: 400;
        }

            .table-list li span.unlimited {
                color: #FFF;
                background: #415EA7;
                font-size: 0.9em;
                padding: 5px 7px;
                display: inline-block;
                -webkit-border-radius: 38px;
                -moz-border-radius: 38px;
                border-radius: 38px;
            }


        .table-list li:nth-child(2n) {
            background: #F0F0F0;
        }

.table-buy {
    background: #FFF;
    padding: 15px;
    text-align: left;
    overflow: hidden;
}

    .table-buy p {
        float: left;
        color: #37353a;
        font-weight: 700;
        font-size: 1.25em;
    }

        .table-buy p sup {
            font-size: 0.5em;
            position: relative;
            left: 5px;
        }

    .table-buy .pricing-action {
        float: right;
        color: #FFF;
        background: #415EA7;
        padding: 5px;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        font-weight: 700;
        font-size: .8em;
        text-shadow: 0 1px 1px rgba(0,0,0,0.4);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease;
    }

        .table-buy .pricing-action:hover {
            background: #cf4f3e;
        }

/*.recommended .table-buy .pricing-action:hover {
    background: #228799;
}*/

/** ================
 * Responsive
 ===================*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
    .pricing-wrapper {
        width: 768px;
    }

    .pricing-table {
        width: 236px;
    }

    .table-list li {
        font-size: 1.3em;
    }
}

@media only screen and (max-width: 767px) {
    .pricing-wrapper {
        width: 420px;
    }

    .pricing-table {
        display: block;
        float: none;
        margin: 0 0 20px 0;
        width: 100%;
    }
}

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
    }
}


.novo-rodape {
    font-size: 15px;
    color: #fff;
}

    .novo-rodape strong {
        font-size: 16px;
        text-transform: uppercase;
    }

    .novo-rodape ul {
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .novo-rodape ul li {
            padding-left: 10px;
        }

    .novo-rodape a {
        /*letter-spacing: -1px;*/
        color: #fff;
    }

    .novo-rodape ul li a i {
        margin-right: 5px;
    }

    .novo-rodape .social a {
        display: inline-block;
        padding: 3px;
        font-size: 17px;
        color: #fff;
    }

    .novo-rodape img {
        width: 180px;
        max-width: 100%;
    }

@media only screen and (max-width: 479px) {
    .pricing-wrapper {
        width: 300px;
    }
}

@media screen and (max-width: 480px) {
    .quadro-anuncio {
        -webkit-border-radius: 32px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 0;
        -moz-border-radius: 32px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 0;
        border-radius: 32px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }


    .quadro-anuncio-esquerda {
        -webkit-border-radius: 0;
        -webkit-border-top-left-radius: 32px;
        -webkit-border-top-right-radius: 32px;
        -moz-border-radius: 0;
        -moz-border-radius-topleft: 32px;
        -moz-border-radius-topright: 32px;
        border-radius: 0;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
    }

    .traducao {
        top: 89px;
        position: absolute;
        z-index: 50;
    }


    #coluna-menu {
        padding-top: 1.5rem;
    }
}

@media screen and (max-width: 750px) {
    #columns {
        column-gap: 0px;
    }

        #columns figure {
            width: 100%;
        }
}

@media (min-width: 576px) {
    .menu-cliente {
        display: block;
        width: 98%;
        margin-bottom: 20px;
        border-radius: 5px;
        padding-left: 5%;
    }

    /*    #conteudo-quem table tr td {
        display: table-cell;
    }
*/


    #conteudo-quem blockquote {
        /*   width: 24.5%;*/
    }

    .boxes-q1 {
        font-size: 30px;
    }

    .boxes-q2 {
        font-size: 35px;
    }
}

@media (min-width: 992px) {
    #home-menu {
        background-color: transparent !important;
    }

    #box-home #box-home-interno #home-comentarios h4 {
    }

    #box-home #box-home-interno #home-comentarios h2 {
        font-size: 50px;
        margin-top: 5%;
        margin-bottom: 5%;
    }
}
