@font-face {
    font-family: 'bernadetteregular';
    src: url('../fonts/bernadette-webfont.woff2') format('woff2'),
        url('../fonts/bernadette-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
}

img {
    pointer-events: none;
}

.intra {
    color: rgb(236, 236, 236);
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1010;

}


/*--------------------------------------------------------------
# #Header
--------------------------------------------------------------*/

/* .fix-header {
    background-color: #fefefe;
    transition: all 1s;
}
.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1001;
    transition: all 1s;
} */

.fix-header {
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    z-index: 900;
    margin-top: -16px;
    background-color: #fff;
    -webkit-transition: All 1s ease;
    -moz-transition: All 1s ease;
    -o-transition: All 1s ease;
    transition: All 1s ease;
    position: fixed;
}

.fix-header .fixed-menu {
    padding: 0;
    position: fixed;
    margin-top: 0px;
    width: 100%;
}

.fixed-menu {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    box-shadow: 0px 0px 20px 1px rgba(85, 85, 85, 1);
    /*background-color:rgba(255,255,255,0.9);*/
    margin-top: -146px;
    position: fixed;
    border: none;
}

@media screen and (max-width: 1265px) {
    .fixed-menu {
        margin-top: -154px;
    }
}

header h1 {
    display: inline;
}

#header {
    padding: 20px 0 5px;
}

#header a {
    color: #c2cad0;
    text-decoration: none;
    transition: all .6s;
}

#header a:hover {
    color: #212529;
}

#header .scl {
    width: 300px;
    transition: all .5s;
}

#header .scl:hover {
    transform: scale(1.05);
}

#header i {
    color: #c2cad0;
    font-size: 3em;
    position: relative;
    right: 11px;
    /* position: absolute;
    margin: 0 -55px; */
}

#header p {
    margin-bottom: 0;
    text-align: left;
}

#header span {
    color: #c2cad0;
    text-align: left;
}

#header .social-top i {
    font-size: 2em;
    position: static;
    margin: 0;
    transition: all .5s;
}

#header .social-top i:hover {
    transform: scale(1.1);
    color: #0b0c10;
}

@media screen and (max-width: 991px) {
    .fix-header {
        margin-top: 0px;
    }

    .fixed-menu {
        margin-top: 0;
    }
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/

.navbar {
    padding-top: 0;
    padding-bottom: 0;
}

.active {
    /* color: #0b0c10 !important; */
    font-weight: bolder;
}

.navbar-brand {
    transition: all .5s;
}

.navbar-brand:hover {
    transform: scale(1.05);
}

.navbar-light .navbar-nav .nav-link {
    color: #0b0c10;
}

.nav-link {
    text-align: center;
    border-bottom: 5px solid transparent;
    padding: .8em 0;
    transition: all .5s;
    transition-timing-function: ease;
}

.dropdown-menu {
    padding: 0;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #fff;
    color: #212529;
    font-weight: bolder;
}

.nav-link:hover {
    border-bottom: 5px solid #0b0c10;
    transform: scale(1.05);
}

.dropdown-item {
    padding: .5rem 1rem .5rem 2rem;
}

.dropdown-icon {
    color: #5d5c61;
    position: absolute;
    left: 7px;
    padding: .25rem .1rem;
}

hr {
    margin: 0 auto;
    color: inherit;
    background-color: #c2cad0;
    border: 0;
    opacity: .25;
    width: 95%;
}

@media screen and (max-width: 991px) {
    .dropdown-menu {
        border-radius: 0;
        border-left: none;
        border-right: none;
        border-top: 1px solid rgba(0, 0, 0, .15);
        border-bottom: 1px solid rgba(0, 0, 0, .15);
    }
}

@media screen and (max-width: 575px) {
    .navbar-brand img {
        width: 150px;
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer-info {
    background: #333;
    text-align: center;
    color: #c2cad0;
}

#footer-info a {
    color: #c2cad0;
    text-decoration: none;
    transition: all .6s;
}

#footer-info a:hover {
    color: #f0f0f0;
}

#footer-info i {
    font-size: 2em;
}

#footer {
    background: #0b0c10;
}

#footer img {
    border-radius: 10px;
}

#footer .footer-image {
    transition: all .5s;
}

#footer .footer-image:hover {
    transform: scale(1.1);
}

#footer ul {
    padding: 0;
}

#footer h5 {
    color: #fff;
    text-transform: uppercase;
}

#footer a {
    color: #c2cad0;
    text-decoration: none;
    margin: 2px 0;
    transition: all .5s;
}

#footer a:hover {
    color: #fff;
    letter-spacing: 0.05em;
}

#footer .btn-footer {
    padding: 8px 15px;
    background: #c2cad0;
    color: #0b0c10;
    font-weight: 600;
    transition: all .5s;
}

#footer .btn-footer:hover {
    background: #fff;
    color: #0b0c10;
}

@media screen and (min-width: 991px) {
    #footer .footer-border {
        border-right: 2px solid;
    }
}

@media screen and (max-width: 767px) {
    #footer-info .margin-contact {
        margin: 1em auto;
    }

    #footer-info .margin-icon {
        margin-top: 1em;
    }
}

#copyright {
    background: #000;
}

#copyright p {
    color: #fefefe;
}

/*--------------------------------------------------------------
# Hero
--------------------------------------------------------------*/

#top {
    /* background: url('../img/slide1.jpg') center no-repeat; */
    background-size: cover;
    /* height: 700px; */
    position: relative;
    top: 184px;
    margin-bottom: 184px;
}

#top .carousel-item {
    height: 535px;
}

#top .first-slide {
    background: url('../img/slide1.png') center no-repeat;
    padding: 150px 0 0 130px;
}

#top .first-slide h2 {
    font-size: 4em;
    color: #0b0c10;
    line-height: 1.3em;
}

#top .first-slide b {
    font-family: 'bernadetteregular';
    color: #fefefe;
    font-size: 2em;
    text-transform: lowercase;
}

#top .second-slide {
    background: url('../img/slide2.png') center no-repeat;
    padding: 140px 0;
}

#top .third-slide h2 {
    color: #6b6b6a;
}

#top .third-slide {
    background: url('../img/slide3.png') center no-repeat;
    padding: 220px 0;
}

#top h2 {
    color: #fff;
    font-size: 3.5em;
    text-transform: uppercase;
}

.btn-hero {
    padding: 8px 15px;
    background: #f0f0f0;
    color: #0b0c10;
    font-weight: 600;
    margin: 30px 0 0;
    transition: all .5s;
}

.evox-top {
    width: 370px;
    display: block;
}

.btn-hero:hover {
    background: #0b0c10;
    color: #f0f0f0;
}

.btn-hero2 {
    padding: 8px 15px;
    background: #0b0c10;
    color: #f0f0f0;
    font-weight: 600;
    transition: all .5s;
}

.btn-hero2:hover {
    background: #f0f0f0;
    color: #0b0c10;
}

@media screen and (max-width: 1399px) {
    #top .second-slide {
        padding: 140px 0;
    }

    #top .third-slide {
        padding: 65px 0;
    }
}

@media screen and (max-width: 991px) {
    #top {
        top: 82px;
        margin-bottom: 70px;
    }

    #top .carousel-item {
        height: 340px;
    }

    #top h2 {
        color: #fff;
        font-size: 3em;
        text-transform: uppercase;
    }

    .btn-hero {
        margin: 0;
    }

    #top .first-slide {
        padding: 90px 0;
        background-position: left top;
        text-align: center;
    }

    #top .first-slide h2 {
        font-size: 2.5em;
    }


    #top .second-slide {
        padding: 40px 0;
        background-position: right;
        text-align: center;
    }

    #top .third-slide {
        padding: 65px 0;
        background-position: right top;
        background-position-x: -680px;
        text-align: center;
    }

    #top .third-slide h2 {
        font-size: 2.5em;
    }
}

@media screen and (max-width: 767px) {
    #top {
        /* height: 700px; */
        top: 49px;
        margin-bottom: 40px;
    }

    #top .first-slide {
        padding: 130px 0;
    }
}

@media screen and (max-width: 575px) {
    #top {
        /* padding-right: 10px;
        padding-left: 10px; 
        height: 340px;*/
    }

    #top .carousel-item {
        height: 340px;
        text-align: center;
    }

    #top h2 {
        font-size: 2em;
    }

    #top .first-slide {
        padding: 100px 0;
    }

    #top .second-slide {
        padding: 60px 0;
    }

    #top .second-slide h2 {
        font-size: 1.5em;
    }

    #top .third-slide {
        background-position-x: -770px;
    }

    #top .third-slide h2 {
        font-size: 1.5em;
    }
}

/*--------------------------------------------------------------
# Home-Empresa
--------------------------------------------------------------*/

#home-empresa {
    background: url('../img/rodabg.png') left bottom no-repeat;
    background-position-x: 5%;
}

#home-empresa img {
    border-radius: 15px;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(200, 200, 200, 1);
    -moz-box-shadow: 0px 0px 10px 2px rgba(200, 200, 200, 1);
    box-shadow: 0px 0px 10px 2px rgba(200, 200, 200, 1);
    margin: 0 0 0 auto;
    display: block;
}

#home-empresa span {
    text-transform: uppercase;
    color: #c2cad0;
    letter-spacing: .3em;
    margin: 0;
    font-weight: 700;
}

#home-empresa h2 {
    margin: 0;
}

.btn-home-empresa {
    padding: 8px 15px;
    background: #0b0c10;
    color: #fff;
    font-weight: 600;
    transition: all .5s;
}

.btn-home-empresa:hover {
    background: #c2cad0;
    color: #0b0c10;
}

.mw-50 {
    max-width: 50%;
}

/*--------------------------------------------------------------
# Faixa Home
--------------------------------------------------------------*/

#faixa-home {
    background-color: #0b0c10;
    text-align: center;
}

#faixa-home p {
    color: #c2cad0;
}

#palette {
    color: #5d5c61;
    color: #c2cad0;
    color: #0b0c10;
}

/*--------------------------------------------------------------
# Testimonials
--------------------------------------------------------------*/
.testimonials .section-header {
    margin-bottom: 40px;
}

.testimonials .testimonial-item {
    text-align: center;
}

.testimonials .testimonial-item .testimonial-img {
    width: 120px;
    border-radius: 50%;
    border: 4px solid #fff;
    margin: 0 auto;
}

.testimonials .testimonial-item h3 {
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0 5px 0;
    color: #111;
}

.testimonials .testimonial-item h4 {
    font-size: 14px;
    color: #999;
    margin: 0 0 15px 0;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
    color: #90c8fc;
    font-size: 26px;
}

.testimonials .testimonial-item .quote-icon-left {
    display: inline-block;
    left: -5px;
    position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
    display: inline-block;
    right: -5px;
    position: relative;
    top: 10px;
}

.testimonials .testimonial-item p {
    font-style: italic;
    margin: 0 auto 15px auto;
}

.testimonials .owl-nav,
.testimonials .owl-dots {
    margin-top: 5px;
    text-align: center;
}

.testimonials .owl-dot {
    display: inline-block;
    margin: 0 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ddd !important;
}

.testimonials .owl-dot.active {
    background-color: #0563bb !important;
}

@media (min-width: 992px) {
    .testimonials .testimonial-item p {
        width: 80%;
    }
}

/*--------------------------------------------------------------
# Home Serviços
--------------------------------------------------------------*/

#home-servicos {
    text-align: center;
    background-color: #c2cad0;
}

#home-servicos span {
    text-transform: uppercase;
    color: #5d5c61;
    letter-spacing: 0.5em;
}

#home-servicos h3 {
    color: #0b0c10;
}

#home-servicos .serv-link a {
    display: contents;
    text-decoration: none;
}

#home-servicos .home-servicos {
    background-color: #fefefe;
    border: 1px solid #989898;
    border-radius: 10px;
    width: 250px;
    height: 200px;
    margin: 0 auto;
    color: #5d5c61;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    transition: all .5s;
}

#home-servicos .home-servicos:hover {
    color: #0b0c10;
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}

#home-servicos i {
    font-size: 4em;
}

#home-servicos .home-servicos p {
    font-size: 1.2em;
    font-weight: 600;
}

#home-servicos .servicos-contato {
    text-align: left;
}

#home-servicos .servicos-contato h4 {
    color: #0b0c10;
    font-weight: 600;
}

#home-servicos .servicos-contato p {
    color: #5d5c61;
    font-weight: 600;
}

#home-servicos .servicos-contato .btn-home-servicos {
    padding: 8px 15px;
    background: #0b0c10;
    color: #fff;
    font-weight: 600;
    transition: all .5s;
}

#home-servicos .servicos-contato .btn-home-servicos:hover {
    background: #5d5c61;
    color: #fefefe;
}

#home-servicos hr {
    margin: 0 auto 20px;
    color: inherit;
    background-color: #0b0c10;
    border: 0;
    opacity: .25;
    width: 95%;
}

.btn-home-serv {
    position: relative;
    overflow: hidden;
    transition: all 400ms;
    color: #fefefe;
    background-color: #0b0c10;
    padding: 0rem 2rem;
    font-size: 1.2rem;
    outline: 0;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.btn-home-serv:hover {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(105, 105, 105, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(105, 105, 105, 1);
    box-shadow: 0px 0px 20px 1px rgba(105, 105, 105, 1);
    color: #fff;
}

@media screen and (max-width: 767px) {
    #home-servicos .servicos-contato {
        text-align: center;
    }
}

/*--------------------------------------------------------------
# Home Dúvidas
--------------------------------------------------------------*/

#duvidas {
    background: url('../img/roda-bg.png') right no-repeat;
    background-size: auto;
}

#duvidas .accordion-item {
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
}

#duvidas .accordion-header {
    background: #0b0c10;
    border-radius: 10px;

}

#duvidas .lista {
    list-style-type: circle;
}

#duvidas .accordion-button {
    background: #0b0c10;
    color: #fefefe !important;
    text-align: left;
}

#duvidas .accordion-button:focus {
    box-shadow: 0 0 0 0.25rem rgb(253 13 13 / 25%);
}

#duvidas .accordion-body {
    background-color: #fff;
}

@media screen and (max-width: 1900px) {
    #duvidas {
        background-position-x: 120%;
        /* background-position-y: 140%; */
    }
}

/*--------------------------------------------------------------
# Sobre Empresa
--------------------------------------------------------------*/

#sobre-empresa {
    padding-top: 200px;
    background: url('../img/rodabg.png') right no-repeat;
}

#sobre-empresa span {
    text-transform: uppercase;
    color: #c2cad0;
    letter-spacing: .3em;
    margin: 0;
    font-weight: 700;
}

#sobre-empresa p {
    color: #666666;
}

#sobre-empresa .sobre-icons img {
    max-width: 84px;
    display: block;
    margin: 0 auto;
}

@media screen and (max-width: 991px) {
    #sobre-empresa {
        padding-top: 100px;
    }
}

@media screen and (max-width: 767px) {}

/*--------------------------------------------------------------
# Valores
--------------------------------------------------------------*/

#valores {
    background: #F2F2F2;
}

#valores span {
    text-transform: uppercase;
    color: #c2cad0;
    letter-spacing: .3em;
    margin: 0;
    font-weight: 700;
}

#valores h3 {
    text-transform: uppercase;
}

#valores p {
    color: #666666;
}

/*--------------------------------------------------------------
# Valores
--------------------------------------------------------------*/

#fotos .gallery-parent1 {
    width: 400px;
    height: 300px;
    border: 1px solid #cecece;
    margin: 10px 10px 10px auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#fotos .gallery-parent2 {
    width: 300px;
    height: 300px;
    border: 1px solid #cecece;
    margin: 10px auto 10px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#fotos .gallery-parent3 {
    width: 300px;
    height: 300px;
    border: 1px solid #cecece;
    margin: 10px 10px 10px auto;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#fotos .gallery-parent4 {
    width: 400px;
    height: 300px;
    border: 1px solid #cecece;
    margin: 10px auto 10px 10px;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}

#fotos .foto1 {
    background: url('../img/foto1.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto1:hover {
    transform: scale(1.2);
}

#fotos .foto2 {
    background: url('../img/foto2.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto2:hover {
    transform: scale(1.2);
}

#fotos .foto3 {
    background: url('../img/foto3.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto3:hover {
    transform: scale(1.2);
}

#fotos .foto4 {
    background: url('../img/foto4.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto4:hover {
    transform: scale(1.2);
}

#fotos .foto5 {
    background: url('../img/foto5.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto5:hover {
    transform: scale(1.2);
}

#fotos .foto6 {
    background: url('../img/foto6.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto6:hover {
    transform: scale(1.2);
}

#fotos .foto7 {
    background: url('../img/foto7.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto7:hover {
    transform: scale(1.2);
}

#fotos .foto8 {
    background: url('../img/foto8.jpg') center no-repeat;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all .6s;
}

#fotos .foto8:hover {
    transform: scale(1.2);
}

/* @media screen and (max-width: 991px) {
    #fotos .gallery-parent1 {
        width: 400px;
        height: 400px;
        margin: 10px auto;
    }

    #fotos .gallery-parent2 {
        width: 400px;
        height: 400px;
        margin: 10px auto;
    }

    #fotos .gallery-parent3 {
        width: 400px;
        height: 400px;
        margin: 10px auto;
    }

    #fotos .gallery-parent4 {
        width: 400px;
        height: 400px;
        margin: 10px auto;
    }
} */

@media screen and (max-width: 991px) {
    #fotos .gallery-parent1 {
        width: 250px;
        height: 250px;
        margin: 10px auto;
    }

    #fotos .gallery-parent2 {
        width: 250px;
        height: 250px;
        margin: 10px auto;
    }

    #fotos .gallery-parent3 {
        width: 250px;
        height: 250px;
        margin: 10px auto;
    }

    #fotos .gallery-parent4 {
        width: 250px;
        height: 250px;
        margin: 10px auto;
    }
}

/*--------------------------------------------------------------
# Serviços
--------------------------------------------------------------*/

#titulo-servicos {
    padding-top: 182px;
    background: #0b0c10;
    text-align: center;
}

#titulo-servicos span {
    text-transform: uppercase;
    color: #c2cad0;
    letter-spacing: .3em;
    margin: 0;
    font-weight: 700;
}

#titulo-servicos h2 {
    color: #fff;
}

#servicos-apresentacao {
    background: url('../img/rodabg.png') bottom right no-repeat;
    background-size: auto;
}

#servicos-apresentacao .servs img {
    max-width: 80px;
    position: relative;
    top: 15px;
}

#servicos-contato {
    background: #F2F2F2;
    margin-top: 10em;
}

#servicos-contato img {
    margin-top: -100px;
}

#servicos-contato h3 {
    text-align: right;
}

#servicos-contato p {
    text-align: right;
    color: #989898;
}

#servicos-contato a {
    text-decoration: none;
}

#servicos-contato .contato-serv {
    width: 100%;
    height: 100%;
    border: 1px solid #989898;
    border-radius: 10px;
    background-color: #fefefe;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
    transition: all .5s;
}

#servicos-contato .contato-serv:hover {
    transform: scale(1.1);
    -webkit-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.75);
}

#servicos-contato .contato-serv p {
    text-align: center;
    color: #000;
}

#servicos-contato .contato-serv img {
    margin: 0 auto;
    display: block;
    max-width: 80px;
    padding: 5px;
}

@media screen and (max-width: 1199px) {
    #servicos-contato img {
        margin-top: -78px;
    }
}

@media screen and (max-width: 991px) {
    #titulo-servicos {
        padding-top: 100px;
    }

    #servicos-contato {
        margin-top: 0;
    }

    #servicos-contato p {
        text-align: center;
    }

    #servicos-contato h3 {
        text-align: center;
    }
}

@media screen and (max-width: 575px) {
    #titulo-servicos {
        padding-top: 60px;
    }
}

/*--------------------------------------------------------------
# Contato / Orçamento
--------------------------------------------------------------*/

#contato {
    padding-top: 182px;
    text-align: left;
}

#contato img {
    border-radius: 0px;
}

#contato .orcamento {
    background-color: #D1E1E5;
}

#contato .orcamento img {
    padding-top: 127px;
}

@media screen and (max-width:1399px) {
    #contato img {
        position: relative;
        left: -40px;
    }

    #contato .orcamento img {
        padding-top: 210px;
        position: relative;
        left: 40px;
    }
}

@media screen and (max-width:1199px) {
    #contato img {
        left: -140px;
        padding-top: 200px;
    }

    #contato .orcamento img {
        padding-top: 260px;
        position: relative;
        left: -50px;
    }
}

#contato i {
    font-size: 2em;
}

#contato a {
    text-decoration: none;
}

.btn-contato {
    position: relative;
    overflow: hidden;
    transition: all 400ms;
    color: #fefefe;
    background-color: #0b0c10;
    padding: .5rem 2rem 1rem;
    font-size: 1.2rem;
    outline: 0;
    border: 0;
    border-radius: 0.25rem;
    box-shadow: 0 0 0.5rem rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.btn-contato:hover {
    -webkit-box-shadow: 0px 0px 20px 1px rgba(105, 105, 105, 1);
    -moz-box-shadow: 0px 0px 20px 1px rgba(105, 105, 105, 1);
    box-shadow: 0px 0px 20px 1px rgba(105, 105, 105, 1);
    color: #fff;
}

.btn-contato i {
    font-size: 2em;
    position: relative;
    top: 8px;
}

#contato .orcamento-label label {
    position: static;
    font-size: 16px;
}

#contato .form-check-input {
    margin-top: 0;
}

.group {
    margin-bottom: 20px;
}

@media screen and (max-width: 991px) {
    #contato {
        padding-top: 70px;
        text-align: center;
    }

    .g-recaptcha {
        transform: scale(0.77);
        -webkit-transform: scale(0.77);
        transform-origin: 0 0;
        -webkit-transform-origin: 0 0;
    }
}

@media screen and (max-width: 767px) {
    #contato .margin-contact {
        margin: 1em auto;
    }

    #contato .margin-icon {
        margin-top: 1em;
    }
}

@media screen and (max-width: 575px) {
    #contato {
        padding-top: 30px;
    }
}

/*--------------------------------------------------------------
# Produtos
--------------------------------------------------------------*/

#produtos .nav {
    display: block
}

#produtos .list-group-item {
    border: none;
    padding: .3rem 0;
}

#produtos .list-group-item:hover {
    background: transparent;
    border: none;
}

#produtos .list-group-item.active {
    background-color: transparent;
    border-color: none;
}

#produtos .list-group-item-action:active {
    background-color: transparent;
}

#produtos a {
    text-decoration: none;
    color: #666666;
    transition: all .5s;
}

#produtos a:hover {
    color: #333;
    text-decoration: underline;
    letter-spacing: .1em;
}

#produtos .prods a {
    text-decoration: none;
    color: #666666;
    transition: all .5s;
}

#produtos .prods a:hover {
    text-decoration: none;
    letter-spacing: 0;
}

#produtos .card {
    transition: all .5s;
}

#produtos .card:hover {
    -webkit-box-shadow: 0px 0px 10px 1px rgba(148, 148, 148, 1);
    -moz-box-shadow: 0px 0px 10px 1px rgba(148, 148, 148, 1);
    box-shadow: 0px 0px 10px 1px rgba(148, 148, 148, 1);
}

#produtos .card-body {
    background-color: #D1E1E5;
}

#produtos .card-body .btn-prod {
    color: #fefefe;
}

#produtos .nov {
    margin: 0;
    font-weight: 700;
    font-size: 1.5em;
    background-color: #000;
    color: #fff;
    margin-bottom: 5px;
}

#produto {
    padding-top: 222px;
}

#produto span {
    text-transform: uppercase;
    color: #c2cad0;
    letter-spacing: .3em;
    margin: 0;
    font-weight: 700;
}

#produto i {
    font-size: 2em;
}

#produto a {
    text-decoration: none;
}

.carouselitem {
    border: 1px solid #c8c8c8;
    border-radius: 15px;
    padding: 110px 50px;
}

.carouselindicators {
    bottom: -10px;
}

.next-icon2 {
    background-image: url('../img/angle-right-solid.svg');
}

.prev-icon2 {
    background-image: url('../img/angle-left-solid.svg');
}

.carouselindicators li {
    max-width: 80px;
    width: 100%;
    height: auto;
    transition: all .5s ease;
    border-bottom: none;
    border: 1px solid #0b0c10;
}

.carouselindicators .active {
    opacity: 1;
    border: 1px solid #0b0c10;
}

.hr-prod {
    background-color: #0b0c10;
}

#descricao p {
    color: #5d5c61;
}

@media screen and (max-width: 991px) {
    #produto {
        padding-top: 112px;
    }
}


/*--------------------------------------------------------------
# Classes criadas para tirar do inline por causa da CSP
--------------------------------------------------------------*/

.wdt-50 {
    width: 50px;
}

.mbmenos2 {
    margin-bottom: -2px;
}

.mxwdt-250 {
    max-width: 250px;
}

.text-white {
    color: #fff;
}

.popup-style {
    color: #fff;
    float: right;
    z-index: 999;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    opacity: 1;
    border: none;
    background: transparent;
    font-size: 50px;
}

.carousel-p {
    background-color: #fefefe;
    padding: 5px 30px 5px 6px;
    color: #0b0c10;
    display: inline-block;
    font-size: 1.5em;
}

.rotate-35 {
    transform: rotate(-35deg);
}

.bg-fe {
    background: #fefefe;
}

.bg-f2 {
    background: #f2f2f2;
}

.bg-ff {
    background: #ffffff;
}

.mxwdt-64 {
    max-width: 64px;
}

.margeb-20 {
    margin-bottom: 20px;
}

#gifup {
    display: none;
}

.map {
    border: 0;
    margin-bottom: -7px;
}

.br-10 {
    border-radius: 10px;
}