* {
    font-family: 'Lato', sans-serif;
    /* font-family: "Antipasto"; */
    -webkit-transition-duration: .2s;
    -o-transition-duration: .2s;
    transition-duration: .2s;
}

@font-face {
    font-family: "Antipasto";
    font-style: normal;
    font-weight: normal;
    src: url('../fonts/antipastopro-demibold.otf');
    src: url('../fonts/antipastopro-demibold.otf') format('opentype'), url('../fonts/antipasto.woff2') format('woff2'), url('../fonts/antipasto.woff') format('woff'), url('../fonts/antipasto.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
}

@font-face {
    font-family: 'MondaRegular';
    src: url('../fonts/MondaRegular.eot');
    src: url('../fonts/MondaRegular.eot') format('embedded-opentype'), url('../fonts/MondaRegular.woff2') format('woff2'), url('../fonts/MondaRegular.woff') format('woff'), url('../fonts/MondaRegular.ttf') format('truetype'), url('../fonts/MondaRegular.svg#MondaRegular') format('svg');
}

body {
    margin: 0;
    padding: 0;
    background-color: #fff;
    /* font-family: "Antipasto"; */
}

strong {
    font-weight: 400;
}


/* HEADER */

.scroll-aparecer {
    /* border-bottom: 1px solid #ccc; */
    position: fixed;
    z-index: 100000;
    top: 0;
    display: block;
}

.information a {
    text-decoration: none !important;
    color: #fff;
    margin: 10px 0 10px 0
}

.information a:hover {
    color: #fff;
}

#btnMobileBox {
    color: #fff;
    width: 40px;
    height: 40px;
    border-radius: 5px;
    padding: 5px 0 0 0;
    margin: 0 10px 0 10px;
}

.header {
    left: 0;
    width: 100%;
    padding: 0;
    bottom: 0;
    z-index: 10000;
    transition: all 1s ease-in-out;
    height: auto;
    min-height: 30px;
    background-color: #FFF;
    border: none;
    line-height: 40px;
}

.menuList li a {
    color: #222;
    font-size: 16px;
    align-items: center;
    margin: 5px 20px 5px 20px;
    text-decoration: none;
}

.menuList li a:hover {
    /* background-color: #f2f2f2; */
    color: #1887f3;
}

.drop-menu a {
    color: #1887f3!important;
    margin: 0!important;
}

.drop-menu a:hover {
    background-color: rgba(24, 135, 243, 0.7)!important;
    color: #FFF!important;
}

.imgLogo {
    width: 250px;
}

#icons a {
    /* background-color: #48c856; */
    border-radius: 5px;
    color: #222;
}


/* #icons a:hover {
    color: #FFF;
} */

.fa-whatsapp {
    font-size: 20px;
}

.popup {
    position: fixed;
    z-index: 9999999;
    left: -215px;
    top: 50%;
    transition: left 1.5s;
}

.popup a {
    text-decoration: none;
}

.popup:hover {
    left: 0;
}

.popup .close {
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -10px;
    padding: 2px;
    width: 22px;
    height: 22px;
    opacity: .9;
    background: #333;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 100%;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.popup .text {
    background: #48c856;
    padding: 5px 15px;
}

.popup .text * {
    color: #fff;
    margin: 0;
}

.popup .text .fa {
    position: absolute;
    background: #48c856;
    border-radius: 50%;
    right: -56px;
    top: 50%;
    margin-top: -35px;
    width: 70px;
    height: 70px;
    font-size: 45px;
    padding: 10px 21px;
}

.popup .text .fa:hover {
    opacity: 1;
}

.whatsappopup:before {
    font-size: 38px;
}

footer {
    height: 100%;
    padding-top: 50px;
}

.listFooterMenu li>a {
    text-decoration: none!important;
    color: #222;
    font-size: 15px;
}

.list-group li {
    font-size: 15px;
}

.dropdown {
    position: relative;
    display: inline-block;
}

.dropdown li>a {
    color: #fff;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #48c856;
    min-width: 230px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    padding: 5px 5px;
    border-radius: 5px;
    z-index: 1;
    text-align: center;
    color: #fff;
}

.dropdown-content a {
    text-decoration: none;
    color: #fff;
}

.dropdown:hover .dropdown-content {
    display: block;
}

.email li {
    font-size: 15px;
    list-style-type: none;
    color: #646464;
    line-height: 30px;
}

.contato li {
    font-size: 15px;
    list-style-type: none;
    color: #646464;
    text-align: center;
    line-height: 30px;
}

.headerMain {
    height: 120px;
    background-color: #FFF
}

.title:after {
    content: "";
    height: 3px;
    width: 50px;
    position: absolute;
    background-color: rgba(24, 135, 243, 0.7);
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}

.title strong {
    color: rgba(24, 135, 243, 0.7);
    font-size: 30px;
}

.title h1 {
    color: #646464;
    font-size: 30px;
}

.hoverzoom {
    position: relative;
    max-width: 320px;
    max-height: 277px;
    overflow: hidden;
    margin-bottom: 5px;
}

.hoverzoom img {
    width: 100%;
    height: 277px;
    border-radius: 5px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover img {
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
}

.hoverzoom .retina {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    background: none repeat scroll 0 0 rgba(24, 135, 243, 0.2);
    border-radius: 2px;
    text-align: center;
    padding: 30px;
    -webkit-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -moz-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -ms-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    -o-transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
    transition: all .8s cubic-bezier(.190, 1.000, .220, 1.000);
}

.hoverzoom:hover .retina {
    opacity: 1;
    box-shadow: inset 0 0 50px 50px rgba(24, 135, 243, 0.2);
}

.hoverzoom .retina p {
    color: #fff;
    text-align: center;
    font-size: 30px;
    line-height: 40px;
}

.bar {
    background-color: rgba(24, 135, 243);
}

.bar h3 {
    color: #FFF;
    font-size: 18px;
    padding: 10px;
    margin: 20px;
}

.bar h4 {
    border: 1px solid #fff;
    font-size: 15px;
    color: #FFF;
    padding: 10px;
    margin: 20px;
}

.bar a {
    text-decoration: none;
}


/* HEADER TOP */

.header-top-area {
    background-color: rgba(24, 135, 243);
    color: #cbd3dc;
    padding-top: 15px;
    position: relative;
    /* height: 80px; */
    z-index: 100000;
}

header.header-top-area.corner-shape:after {
    display: none;
}

.header-top-area:after {
    position: absolute;
    content: '';
    bottom: 0;
    right: 0px;
    width: 0;
    height: 0;
    border-bottom: 250px solid rgba(24, 135, 243);
    border-left: 250px solid transparent;
    z-index: -1;
}

.header-top-left a {
    text-decoration: none;
    color: #fff;
}

.header-top-left span {
    padding-right: 10px;
    position: relative;
    top: 2px;
    font-size: 14px;
}

.header-top-left ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-top-left .nice-select .option {
    color: #ffff;
    font-size: 14px;
    font-weight: 400;
}

.header-top-left .nice-select .option:hover,
.nice-select .option.focus,
.nice-select .option.selected.focus {
    background-color: #fff;
    color: #5dafef;
    font-size: 14px;
    font-weight: 400;
}

.nice-select:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.nice-select:after {
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    content: '';
    display: block;
    height: 9px;
    margin-top: -5px;
    pointer-events: none;
    position: absolute;
    right: 18px;
    top: 50%;
    -webkit-transform-origin: 66% 66%;
    transform-origin: 66% 66%;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    width: 9px;
}

.shop-show-right .nice-select .list {
    margin-top: 0;
    left: 17px;
}

.shop-show-right.left .nice-select .list {
    margin-top: 6px;
}

.header-top-left>ul>li {
    display: inline-block;
    padding-right: 25px;
}

.header-top-left ul li i {
    padding-right: 13px;
}

.header-top-right a {
    /* margin-left: 40px; */
    text-decoration: none;
    color: #fff;
}

.header-top-right span {
    padding-right: 10px;
    position: relative;
    top: 2px;
    font-size: 16px;
}

.header-top-right ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

.header-top-right ul li {
    display: inline-block;
    position: relative;
}

.header-top-right ul li:after {
    /* position: absolute;
    top: 6px;
    left: 15px;
    width: 2px;
    height: 10px;
    content: "";
    background-color: #fff; */
}

.header-top-right ul li:first-child:after {
    display: none;
}

.header-top-right ul li .slider-1-bg {
    display: block;
    padding-left: 40px;
    padding-right: 0;
    text-transform: capitalize;
    color: #cbd3dc;
}

.header-top-right ul li a i {
    margin-right: 7px;
}

.single-blog-1 {
    text-align: center;
    /* border: 1px solid #fff; */
    padding-top: 25px;
    border-radius: 5px;
    background-color: #fff;
}

.single-blog-1:hover img {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
}

.single-blog-1 img {
    border-radius: 5px;
    -webkit-transition: .3s;
    transition: .3s;
    width: 250px;
    height: 250px;
}

.single-blog-1 h2 {
    font-size: 24px;
    color: #646464;
    margin-top: 34px;
    font-weight: 600;
    margin-bottom: 27px;
    -webkit-transition: .3s;
    transition: .3s;
}

.single-blog-1:hover h2 {
    color: #5DAFEF;
}

.single-blog-1 p {
    color: #536d87;
    font-size: 16px;
    padding: 0 10px;
    line-height: 28px;
}

section.homepage-2.blog-2-area .single-blog-1 {
    text-align: center;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 50px;
}

.iconsFooter {
    font-size: 25px;
    margin: 5px;
    padding: 10px;
    border-radius: 5px;
    color: #FFF;
    background-color: #5DAFEF;
}

.iconsHeaderTop {
    color: #5DAFEF;
    background-color: #fff;
    padding: 5px;
    border-radius: 5px;
}

.novasede p {
    line-height: 10px;
}

.containerSomos {
    background-color: #EDF4FD;
    padding-bottom: 40px;
    padding-top: 40px;
}

.containerProduto {
    background-color: #f2f2f2;
    padding-bottom: 40px;
    padding-top: 40px;
}

#vermais {
    margin-top: 50px;
}

.popup2 {
    display: block;
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .9);
}

.popup2 * {
    font-family: sans-serif;
    text-align: center;
}

.popup2 .p_content {
    position: relative;
    overflow: hidden;
    width: 50%;
    margin: auto;
    margin-top: 5%;
    border-radius: 10px;
    min-width: 300px;
    background: #ddd;
    box-shadow: 0 5px 15px 4px rgba(0, 0, 0, .3);
}

.popup2 .p_content li {
    font-size: 22px;
    margin-bottom: 10px;
    font-weight: 700;
}

.popup2 .p_title {
    padding: 30px 20px;
    margin-top: 0;
    text-transform: uppercase;
    font-size: 2em;
    line-height: 1.8em;
    color: #1987f4;
    background-size: cover;
    margin-bottom: 20px;
}

.popup2 p {
    margin: 10px 40px;
    font-size: 1.6em;
    color: #333;
}

.popup2 button {
    position: relative;
    bottom: 0;
    opacity: 1;
    margin-bottom: 0;
    padding: 15px;
    font-size: 1.6em;
    font-weight: bold;
    text-transform: uppercase;
    background: #1987f4;
    color: #fff;
    border: none;
    cursor: pointer;
    z-index: 99999;
    width: 100% !important;
    transition: all .3s;
}

.popup2 button:hover {
    opacity: 1;
    background: #1987f4;
    color: #222;
}

.BackgroundAbout {
    background-image: url(../images/fachada-atual-quem-somos-1.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
    padding-top: 150px;
    color: #fff;
}

.BackgroundChapasPS {
    background-image: url(../images/chapas-para-impressao-3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
    padding-top: 150px;
    color: #fff;
}

.BackgroundChapasBobinas {
    background-image: url(../images/prod-laminados-ps.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
    padding-top: 150px;
    color: #fff;
}

.BackgroundBudget {
    background-image: url(../images/orcamento.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    text-align: center;
    padding-top: 150px;
    color: #fff;
}

.carouselTeam div>img {
    cursor: pointer;
}

.containerCarouselTeam {
    background-color: #EDF4FD;
}

.containerProdutos {
    background-color: #f2f2f2;
}

.icons-contact {
    color: #fff;
    font-size: 35px;
    background-color: rgba(0, 135, 200, 0.5);
    padding: 30px;
    border-radius: 100px;
}

.container-contact {
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px 2px #ddd;
    border-radius: 5px;
    padding: 50px;
    position: relative;
    z-index: 10000;
    background-color: #fff;
}

.container-cadastro {
    border: 1px solid #fff;
    box-shadow: 1px 1px 2px 2px #ddd;
    border-radius: 5px;
    padding: 50px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-color: #fff;
}

.orcamento {
    border-radius: 5px;
    border: 1px solid #f7f7f7;
    box-shadow: 1px 1px 2px 2px #f7f7f7;
    margin: -30px 40px 40px;
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #fff;
    position: relative;
    z-index: 10000;
}

.dropbtn {
    color: #000;
    padding: 12px;
    font-size: 16px;
    border: none;
    background: transparent;
}

.dropdown1 {
    position: relative;
    display: inline-block;
}

.dropdown-content1 {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
}

.dropdown-content1 a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content1 a:hover {
    background-color: #ddd;
    margin: 0;
}

.dropdown1:hover .dropdown-content1 {
    display: block;
}

.dropdown1:hover .dropbtn {}

.produto-ativo {
    font-weight: 700;
    background-color: #1987F3;
    border-color: 1px solid #1987F3(--main-contrast);
    color: #FFF;
    text-decoration: none!important;
}

.produto-ativo:hover {
    color: #FFF;
}

.btn-simples {
    background-color: #1987F3;
    color: #FFF;
    border-radius: 0;
}

.btn-simples:hover {
    background-color: #1987F3;
    color: #FFF;
    border-radius: 0;
}

.produto {
    border: 1px solid #1987F3(--main);
    color: #1987F3(--main);
    display: block;
    text-align: center;
    padding: 20px 0;
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: none!important;
    transition: background-color 0.5s ease;
}