﻿.content {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

#app {
    flex: 1;
}

.line__height {
    line-height: 1.714;
}

@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}


@media (min-width: 200px) and (max-width: 767px) {
    .w-50 {
        width: 80% !important;
    }
}


strong, b {
    font-weight: bold !important;
}

.margin-center {
    margin: 0 auto !important;
}

.margin-top-5 {
    margin-top: 5px !important;
}

.margin-left-5 {
    margin-left: 5px !important;
}

.margin-right-5 {
    margin-right: 5px !important;
}

.margin-bottom-5 {
    margin-bottom: 5px !important;
}

.margin-top-15 {
    margin-top: 15px !important;
}

.margin-left-15 {
    margin-left: 15px !important;
}

.margin-right-15 {
    margin-right: 15px !important;
}

.margin-bottom-15 {
    margin-bottom: 15px !important;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-left-30 {
    margin-left: 30px !important;
}

.margin-right-30 {
    margin-right: 30px !important;
}

.margin-bottom-30 {
    margin-bottom: 30px !important;
}

[v-cloak] {
    display: none !important;
}

div.clear {
    clear: both;
    width: 100%;
}

.d-block-mobile {
    display: none !important;
}

.d-none-mobile {
    display: block !important;
}

.d-block-991 {
    display: none !important
}

.d-block-1199 {
    display: none !important
}

.set {
    color: #00afd6 !important;
    border-bottom: 1px solid #00afd6;
    padding-bottom: 7px;
}

.pad-0 {
    padding: 0 !important;
}

.pad-l-0 {
    padding-left: 0 !important;
}

.pad-r-0 {
    padding-right: 0 !important;
}

.pad-l-0-991 {
    padding-left: 0 !important;
}

.pad-r-0-991 {
    padding-right: 0 !important;
}

.pad-15 {
    padding: 15px;
}

.pad-r-30 {
    padding-right: 30px;
    padding-left: 0;
}

.col5 {
    display: block;
    width: 20%;
    float: left;
}

.col-xl-2-5 {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}


a.hvr-underline-from-left.set {
    -webkit-transform: none !important;
    transform: none !important;
}

    a.hvr-underline-from-left.set:before {
        background: none !important;
    }

li.active {
    color: #00afd6;
}

body {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    color: #333;
    position: relative;
    font-size: 14px;
}

h1, h2, h3, h4, h5 {
    font-family: 'Open Sans', sans-serif;
    line-height: 1.3;
    color: #333;
}

footer {
    display: block;
    width: 100%;
    background: #000;
    color: #fff;
}

div.redes-sociais {
}

    div.redes-sociais a {
        font-size: 16px;
        display: block;
    }

.hover-icon:hover {
    color: #00afd6;
}


div.rodape img {
    display: block;
    margin: 0 auto;
    margin-bottom: 30px;
}

div.dohms-assinatura {
    display: block;
    width: 100%;
    background: #666;
    padding: 10px 0 5px;
    color: #fff;
    font-size: 12px;
    text-align: right;
}

#gotop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #dadada;
    color: #828282;
    width: 50px;
    height: 50px;
    cursor: pointer;
    padding: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}

    #gotop:hover {
        background-color: #bfbfbf;
        color: #fff
    }

.navbar-nav {
    margin: 0 auto
}

.navbar {
}

.nav-link {
    cursor: pointer;
    font-size: 16px;
    margin: 0 5px;
}

    .nav-link:hover {
        color: #00afd6 !important;
    }

.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    padding: 20px;
    color: #fff;
    text-align: center;
    width: 100%;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
}

    .carousel-caption h3 {
        font-size: 24px;
        text-align: center;
        color: #fff;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
    }

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
}

    .hvr-underline-from-left:before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 0;
        right: 100%;
        bottom: 0;
        background: #00afd6;
        height: 1px;
        -webkit-transition-property: right;
        transition-property: right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .hvr-underline-from-left:hover:before {
        right: 0;
    }

#header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 110px;
    z-index: 1000;
    -webkit-transition: height 1s;
    -moz-transition: height 1s;
    transition: height 1s;
    padding: 15px 0;
    box-shadow: 0 0 20px rgba(0,0,0,.5);
    background-color: #fff;
}

/*#header.shrink {
        animation: animatetop 0.4s;
        height: 55px;
        -webkit-transition: height 1s;
        -moz-transition: height 1s;
        transition: height 1s;
        background: #fff;
        padding: 0;
    }*/

@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}

.carousel-control-next, .carousel-control-prev {
    opacity: .8;
    color: #00afd6;
    font-size: 42px;
}

    .carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
        opacity: 1;
        color: #00afd6;
    }

section#media_box {
    width: 100%;
    display: block;
    margin-top: 110px;
    background-color: #f1f1f1;
}

section#quem_somos {
    width: 100%;
    display: block;
    padding: 60px 0;
}

div.quem_somos {
    width: 100%;
    display: block;
}

    div.quem_somos h1 {
        font-size: 36px;
        text-align: left;
        color: #00afd6;
        font-weight: 100;
        margin-bottom: 30px;
    }

    div.quem_somos h2 {
        font-size: 24px;
        text-align: left;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1.5;
    }

a.title-collapse:before {
    font-family: "FontAwesome";
    content: "\f0da";
    margin-right: 2.5px;
    color: #9f9f9f;
    font-size: 25px;
    font-size: 30px;
    transform: rotate(90deg);
    margin-right: 10px;
    vertical-align: sub;
    display: inline-block;
    -webkit-transition-duration: .4s;
    -moz-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
}

a.title-collapse.collapsed:before {
    content: "\f0da";
    margin-right: 10px;
    transform: none;
}

div.quem_somos p {
    font-size: 18px;
    text-align: left;
    font-weight: 200;
    line-height: 1.5;
}

/*div.quem_somos a {
        width: 100%;
        display: block;
    }*/


section#produtos {
    width: 100%;
    display: block;
    padding: 60px 0;
    background-color: #f1f1f1;
}

div.produtos {
    width: 100%;
    display: block;
}

    div.produtos h1 {
        font-size: 36px;
        text-align: left;
        color: #00afd6;
        font-weight: 100;
        margin-bottom: 30px;
    }

    div.produtos h2 {
        font-size: 24px;
        text-align: left;
        font-weight: 600;
        margin-bottom: 15px;
        line-height: 1.5;
    }

div.produtos-info {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px;
}

    div.produtos-info h1 {
        font-size: 20px;
        display: block;
        width: 100%;
        margin: 10px 0 0;
        text-align: left;
        color: #333;
        font-weight: 400;
        padding: 0;
    }

    div.produtos-info h2 {
        font-size: 18px;
        display: block;
        width: 100%;
        margin: 10px 0;
        min-height: 92px;
    }

a.btn-vja-produto {
    display: table;
    width: auto;
    text-align: center;
    padding: 15px;
    color: #fff;
    background-color: #00afd6;
    margin-left: auto;
    margin-top: 15px;
}

    a.btn-vja-produto:hover {
        background-color: #2980b9;
    }

a.btn-vja-mais {
    text-align: right;
    color: #00afd6;
    padding: 15px;
    width: auto;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    overflow: hidden;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: color, background-color;
    transition-property: color, background-color;
}

    a.btn-vja-mais:hover {
        background-color: rgba(180, 0, 0, .1);
    }

section#noticias {
    width: 100%;
    display: block;
    padding: 60px 0;
}

div.noticias {
    width: 100%;
    display: block;
}

    div.noticias h1 {
        font-size: 36px;
        text-align: left;
        color: #00afd6;
        font-weight: 100;
    }

div.box-noticias-info {
    width: 100%;
    display: block;
    margin-top: 30px;
}

div.noticias-info {
    display: block;
    width: 100%;
}

    div.noticias-info h1 {
        font-size: 24px;
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: left;
        color: #333;
        font-weight: 400;
        padding: 0;
    }

    div.noticias-info h2 {
        font-size: 18px;
        display: block;
        width: 100%;
        margin: 10px 0 0;
    }

    div.noticias-info a {
        display: block;
        width: 100%;
    }

        div.noticias-info a:hover h1 {
            color: #00afd6;
        }

        div.noticias-info a:hover h2 {
            color: #2980b9;
        }

section#contato {
    width: 100%;
    display: block;
    padding: 0;
}

div.contato {
    width: 100%;
    display: block;
    padding-top: 60px;
}

    div.contato h1 {
        font-size: 36px;
        text-align: left;
        color: #00afd6;
        font-weight: 100;
        margin-bottom: 30px;
    }

div.contato-info, div.contato-form {
    display: block;
    width: 100%;
}

div.contato-info {
    background-color: #f1f1f1;
    text-align: center;
    padding: 12.5%;
    margin-top: 22px;
}

    div.contato-info h1 {
        font-size: 32px;
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
        color: #333;
        font-weight: 400;
    }

    div.contato-info h2 {
        font-size: 24px;
        display: block;
        width: 100%;
        margin: 10px 0;
        text-align: center;
        color: #333;
        font-weight: 400;
    }

    div.contato-info h3 {
        font-size: 18px;
        display: inline-flex;
        width: auto;
        margin: 10px 0;
        text-align: center;
        color: #333;
        font-weight: 400;
    }

    div.contato-info .fa-home {
        font-size: 18px;
    }

div.contato-form label {
    width: 100%;
    display: block;
}

div.contato-form input, div.contato-form textarea {
    width: 100%;
    padding: 5px;
    display: block;
    margin: 5px 0 10px;
}

    div.contato-form input[type="submit"] {
        width: auto;
        padding: 15px;
        background-color: #00afd6;
        cursor: pointer;
        color: #fff;
        border: 1px solid;
    }

        div.contato-form input[type="submit"]:hover {
            background-color: #2980b9;
        }

div.aviso-form {
    display: block;
    margin: 15px 0;
    width: 100%;
}

section#indice-blog, section#blog-interna, section#produto-interna {
    padding-bottom: 60px;
}

a.btn-indice-noticia {
    width: 100%;
    height: 38px;
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    padding: 3.4% 0;
    display: block;
    text-align: center;
    background-color: #dadada;
}

    a.btn-indice-noticia:hover {
        background-color: #bfbfbf;
    }

div.indice-blog {
    display: block;
    width: 100%;
    margin-top: 116px;
}

    div.indice-blog h1 {
        font-size: 36px;
        text-align: left;
        color: #00afd6;
        font-weight: 100;
        margin-bottom: 30px;
        margin-right: 30px;
    }

ul.list-inidce-blog {
    display: block;
    width: 100%;
    padding-right: 30px;
}

    ul.list-inidce-blog li {
        display: block;
        width: 100%;
        margin: 15px 0;
        padding-bottom: 15px;
        border-bottom: 1px solid #dadada;
    }

        ul.list-inidce-blog li:first-child {
            margin-top: 0;
        }

        ul.list-inidce-blog li:last-child {
            margin-bottom: 0;
        }

        ul.list-inidce-blog li a {
            width: 100%;
        }

            ul.list-inidce-blog li a h1 {
                font-size: 24px;
                margin: 5px 0 15px;
                font-weight: 400;
                line-height: 1.1;
                border: none;
                text-align: left;
                color: #333;
                max-height: 80px;
            }

            ul.list-inidce-blog li a h2 {
                line-height: 1.4;
                display: -webkit-box;
                -webkit-line-clamp: 2;
                -webkit-box-orient: vertical;
                text-overflow: ellipsis;
                height: 42px;
                overflow: hidden;
            }

            ul.list-inidce-blog li a time {
                font-size: 12px;
            }

            ul.list-inidce-blog li a span {
                font-size: 12px;
                text-transform: uppercase;
                font-weight: 600;
            }

            ul.list-inidce-blog li a:hover h1, ul.list-inidce-blog li a:hover h2 {
                color: #00afd6;
            }

            ul.list-inidce-blog li a div.blog-img {
                width: 100%;
                overflow: hidden;
            }

.border-r {
    border-right: 1px solid #dadada;
}

div.busca-avancada {
    display: block;
    width: 100%;
    margin-top: 116px;
}

    div.busca-avancada h1 {
        font-size: 30px;
        font-weight: 200;
        margin: 0;
        margin: 15px 0 30px;
    }

div.pad-busca, pad-btn-busca {
    display: block;
    width: 100%;
}

    div.pad-busca input, div.pad-busca select, select#categoria_blog {
        width: 100%;
        padding: 5px;
        border-radius: 5px;
        border: 1px solid #dadada;
        margin: 5px 0 10px;
    }

div.boxredes {
    display: inline-flex;
    padding: 2% 0;
    width: auto;
    margin-right: 30px;
}

div.title-redes {
    margin: 15px 0 30px;
    display: block;
    width: 97%;
    border-bottom: 1px solid #dadada
}

div.tweet {
    display: inline;
    margin-left: auto;
    margin-right: 5px;
}

div.blog-interna {
    display: block;
    width: 100%;
    margin-top: 116px;
    min-height: 700px;
}

    div.blog-interna h1 {
        font-size: 36px;
        text-align: left;
        color: #00afd6;
        font-weight: 100;
        margin-bottom: 30px;
    }

div.blog-interna-info {
    display: block;
    width: 100%;
    padding-right: 30px;
}

    div.blog-interna-info h1 {
        width: 100%;
        display: block;
        font-size: 30px;
        font-weight: 500;
        color: #333;
        margin: 0 0 10px;
        border: none;
        text-align: left;
    }

    div.blog-interna-info h2 {
        font-size: 18px;
        margin: 15px 0 10px;
        width: 100%;
        line-height: 1.4;
        display: block;
    }

    div.blog-interna-info p {
        font-size: 15px;
        line-height: 1.4;
        margin: 11px 0;
    }

        div.blog-interna-info p a {
            color: #00afd6;
            font-weight: 500;
        }

            div.blog-interna-info p a:hover {
                font-weight: 700;
            }

    div.blog-interna-info time {
        font-size: 12px;
        align-self: center;
    }

    div.blog-interna-info img {
        display: block;
        width: 100%;
        padding: 6px 15px 10px 0;
    }

    div.blog-interna-info small {
        width: 97%;
        display: block;
        border-bottom: 1px dashed;
        padding-right: 15px;
        font-size: 12px;
        font-style: italic;
    }

    div.blog-interna-info div.blog-img iframe {
        height: 594px;
    }

div.ultimas-noticias {
    display: block;
    width: 100%;
    margin-top: 116px;
}

    div.ultimas-noticias h1 {
        font-size: 30px;
        font-weight: 200;
        /*margin: 15px 0 0;*/
    }

ul.list-ultimas-noticias {
    display: block;
    width: 100%;
    margin-top: 30px;
}

    ul.list-ultimas-noticias li {
        width: 100%;
        display: block;
        border-bottom: 1px solid #dadada;
        padding-bottom: 15px;
        margin-bottom: 30px;
    }

        ul.list-ultimas-noticias li a {
            width: 100%;
            display: block;
        }

            ul.list-ultimas-noticias li a:hover h1, ul.list-ultimas-noticias li a:hover h2 {
                color: #00afd6
            }

        ul.list-ultimas-noticias li h1 {
            font-size: 20px;
            font-weight: 300;
            margin: 0 0 5px;
        }

        ul.list-ultimas-noticias li time {
            font-size: 10px;
        }

        ul.list-ultimas-noticias li h2 {
            font-size: 14px;
        }

button.btn-busca-noticia {
    width: 100%;
    height: 40px;
    border: 1px solid #dadada;
    border-radius: 5px;
    cursor: pointer;
    padding: 0;
    display: block;
    background-color: #dadada;
}

    button.btn-busca-noticia:hover {
        background-color: #bfbfbf;
    }


div.produto-interna {
    display: block;
    width: 100%;
    margin-top: 140px;
}

    div.produto-interna h1 {
        font-size: 36px;
        text-align: left;
        color: #00afd6;
        font-weight: 100;
        margin-bottom: 30px;
    }

div.produto-interna-info {
    display: block;
    width: 100%;
}

    div.produto-interna-info h1 {
        width: 100%;
        display: block;
        font-size: 24px;
        font-weight: 600;
        color: #2980b9;
        margin: 0 0 10px;
        border: none;
        text-align: left;
    }

    div.produto-interna-info h2 {
        font-size: 18px;
        margin: 15px 0 10px;
        width: 100%;
        color: #333;
        line-height: 1.4;
        font-weight: 500;
        display: block;
    }

    div.produto-interna-info h3 {
        font-size: 16px;
        margin: 15px 0 10px;
        width: 100%;
        line-height: 1.4;
        font-weight: 600;
        display: block;
    }

    div.produto-interna-info p {
        font-size: 16px;
        line-height: 1.6;
        margin: 10px 0;
    }

        div.produto-interna-info p iframe, div.produto-interna-info iframe {
            width: 100%;
            height: 550px;
            display: block;
        }

        div.produto-interna-info p a {
            color: #00afd6;
            font-weight: 500;
        }

            div.produto-interna-info p a:hover {
                font-weight: 700;
            }

    div.produto-interna-info time {
        font-size: 12px;
    }

    div.produto-interna-info img {
        display: block;
        width: 100%;
        border: 1px solid #dadada;
    }

div.contato-map {
    display: block;
    width: 100%;
}

    div.contato-map iframe {
        border: 1px solid #dadada;
    }

div.box-quem-somos {
    display: block;
    width: 100%;
    height: calc(100% - 50px);
}

div.box-interna {
    display: block;
    width: 100%;
    padding-bottom: 30px;
    margin-bottom: 45px;
    border-bottom: 1px solid #dadada;
}

    div.box-interna ul {
        list-style: circle;
    }

        div.box-interna ul li {
            list-style-position: inside;
        }

.bkg-construtora {
    background-image: url('../img/bkg/bkg-construtora.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}

.bkg-home {
    background-image: url('../img/bkg/bkg-home.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: auto;
    background-attachment: fixed;
}
/*Paginação*/
.pagenav {
    margin: 30px auto;
    display: block;
}

    .pagenav .pagination li {
        border: 1px solid #aaa;
        border-left: 0;
        cursor: pointer;
    }

        .pagenav .pagination li.atual {
            background: #bc2a8d;
            color: #fff
        }

        .pagenav .pagination li:first-child {
            border-bottom-left-radius: 5px;
            border-left: 1px solid #dadada;
            border-top-left-radius: 5px;
        }

        .pagenav .pagination li:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px;
        }

        .pagenav .pagination li span {
            display: block;
            font-size: 16px;
            height: 36px;
            min-width: 36px;
            padding: 10px;
            text-align: center;
        }

        .pagenav .pagination li:hover span, .pagenav .pagination li:focus span {
            color: #fff;
            background: #bc2a8d;
        }

/*/Paginação*/


@media (max-width: 1199px) {
    .d-block-1199 {
        display: block !important
    }
}

@media (max-width: 991px) {
    .d-none-991 {
        display: none !important
    }

    .d-block-991 {
        display: block !important
    }

    .pad-0-991, .pad-l-0-991, .pad-r-0-991 {
        padding: 0 15px !important;
    }

    .pad-0-991 {
        padding: 0 !important
    }
}

@media (max-width: 768px) {
}

@media (max-width: 767px) {
    .nav-link {
        margin: 0;
    }

    .bkg-construtora, .bkg-home {
        background-size: 100%;
    }

    div.contato-info {
        padding: 1.5%;
    }

    #contato > div > div > div > div > div > div:nth-child(3) > div > h2:nth-child(6) > a {
        font-size: 17px;
    }

    .mr-mobile-auto {
        margin-right: auto !important;
    }

    .ml-mobile-auto {
        margin-left: auto !important;
    }

    .d-block-mobile {
        display: block !important;
    }

    .d-none-mobile {
        display: none !important;
    }

    .pad-0, .pad-l-0, .pad-r-0 {
        padding: 0 15px !important;
    }

    .p-m-0, .pad-m-0 {
        padding: 0 !important;
    }

    .pad-l-m-0 {
        padding-left: 0 !important;
    }

    .pad-r-m-0 {
        padding-right: 0 !important;
    }

    .col5 {
        width: 100%;
    }

    #header, #header.shrink {
        height: auto;
    }

    .navbar {
        padding: 0;
    }

    .navbar-toggler {
        border: 1px solid;
        color: #00afd6;
        background-color: rgba(0, 175, 214, .1);
        margin-left: auto;
    }

    div.shrink > #menu > div > div > div > div > div.col-sm-8.col-12.float-left.pad-m-0 > nav > button.navbar-toggler {
        margin-top: 0;
    }

    .navbar-nav {
        text-align: center;
    }

        .navbar-nav li:first-child {
            margin-top: 30px;
        }

        .navbar-nav li:last-child {
            margin-bottom: 15px;
        }

    section#media_box {
        margin-top: 160px;
    }

    .carousel-control-next, .carousel-control-prev {
        font-size: 18px;
    }

    .nav-link {
        width: 100%;
    }

    section#produtos, section#quem_somos, section#noticias, section#contato {
        padding: 30px 0;
    }

    section#noticias {
        padding-bottom: 0;
    }

    div.contato {
        padding-top: 30px;
    }

    div.noticias-info {
        margin-bottom: 15px;
    }

    div.produtos-info {
        margin-bottom: 15px;
    }

    div.quem_somos a {
        margin-bottom: 15px;
    }

    div.indice-blog, div.blog-interna, div.produto-interna {
        margin-top: 180px;
    }

        div.produto-interna h1 strong {
            display: block;
            width: 100%;
        }

    .border-r {
        border: none;
    }

    ul.list-inidce-blog, div.blog-interna-info {
        padding-right: 0;
    }

    div.ultimas-noticias {
        margin-top: 30px;
    }

    .carousel-caption {
        padding: 5px;
    }

        .carousel-caption h3 {
            font-size: 16px;
        }

    div.boxredes {
        margin-right: 0;
    }

        div.boxredes iframe {
            margin-right: auto
        }

    .fb_iframe_widget {
        margin-right: 5px
    }

    div.redes-sociais {
        margin: 15px 0 0;
    }

    div.produto-interna-info p iframe, div.produto-interna-info iframe {
        height: 100%;
    }

    div.indice-blog h1 {
        margin-right: 0;
    }

    #menu > div > div > div > div > div.col-sm-3.col-6.p-0 > div > a > div > div > img {
        max-width: 100% !important;
    }

    div.box-quem-somos {
        height: auto;
    }

    div.produto-interna-info h1 {
        margin-top: 15px;
    }
}

.serviços-info {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    //min-height: 192px;
    max-width: 460px;
}

    .serviços-info i {
        color: #00afd6;
    }

    .serviços-info li {
        font-size: 16px;
    }


div.serviços-info h1 {
    font-size: 20px;
    display: block;
    width: 100%;
    margin: 10px 0 0;
    text-align: left;
    color: #333;
    font-weight: 400;
    padding: 0;
}

div.serviços-info h2 {
    font-size: 18px;
    display: block;
    width: 100%;
    margin: 10x 0;
    //min-height: 92px;
}

.serviços-construtora {
    display: block;
    width: 100%;
    background-color: #fff;
    padding: 15px;
    min-height: 316px;
    max-width: 460px;
}

    .serviços-construtora i {
        color: #00afd6;
    }

    .serviços-construtora li {
        font-size: 16px;
    }


.link-tel {
    color: #00afd6;
}


#link-email {
    color: #00afd6;
    font-size: 18px;
}

#link-whatsapp {
    color: #00a957;
}

    .link-tel:hover, #link-email:hover, #link-whatsapp:hover {
        font-weight: bold;
    }

#serviços {
    background-color: #f1f1f1;
}



.form__search {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

    .form__search > :nth-child(1) {
        flex: 1;
        margin-right: 10px;
    }


.table__bordered {
    border: none;
}

.table thead th {
    /* border-bottom: none; */
    border-bottom: 0px solid #dee2e6;
    border-bottom-width: 1px;
}

.wraper_options_cidade div {
    flex: 1 !important;
    margin: 0 20px;
}

.wraper_options_cidade button {
    height: 100%;
    margin-top: 18px;
}


.banner__nao_filiado {
    /*height: 80px;*/
    display: flex;
    /*align-items: center;*/
    justify-content: center;
}


@media (max-width: 1024px) {
    .wraper_options_cidade {
        flex-direction: column;
    }
}

@media (max-width: 425px) {
}

@media (max-width: 375px) {
}

@media (max-width: 320px) {
}

.dropdown-submenu {
    position: relative;
}

    .dropdown-submenu .dropdown-menu {
        top: 0;
        left: 100%;
        margin-top: -1px;
    }

.table-acoes thead th {
    background-color: #9f9f9f !important;
    font-size: 15px;
    color: white;
}

.table-acoes tbody td {
    background-color: #9f9f9f !important;
    font-size: 15px;
    color: white;
}

.underline {
    text-decoration: underline !important;
}

.custom-file-label::after {
    content: "Procurar" !important;
}