@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap');

/*============================================== MAIN ============================================== 
======================================================================================================
*/
body {
    font-family: 'Poppins', sans-serif!important;
    overflow-x: hidden;

}
a, a:hover {
    text-decoration: none!important;
    transition: all 500ms ease;
}
.wrapper {
    padding:80px 0;
}
.wrapper-md {
    padding:40px 0;
}
.section-title {
    text-align: center;
    margin-top:40px;
    margin-bottom:40px;
}
.no-padding {
    padding-left:0!important;
    padding-right:0!important;
}
.btn-main {
    background: #242f51;
    border: #242f51;
    color: #fff;
    display: block;
    width: 180px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    margin: auto;
    border-radius: 10px;
}
.btn-main-lg {
    background: #242f51;
    border: #242f51;
    color: #fff;
    display: block;
    width: 100%;
    text-transform: uppercase;
    line-height: 80px;
    height: 80px;
    font-size: 20px;
    font-weight: bold;
    text-decoration: none;
    margin: auto;
}
.btn-main:hover , .btn-main-lg:hover {
    background:#cc2128;
    color: #fff;
}
.btn-main-red {
    background:#cc2128;
    border: #cc2128;
    color: #fff;
    display: block;
    width: 220px;
    text-transform: uppercase;
    line-height: 40px;
    font-weight: bold;
    text-decoration: none;
    margin: auto;
    border-radius: 10px;
}
.btn-main-red:hover {
    background: #000;
    color: #fff;
}
.breadcrumbpage-inner , .breadcrumbpage-inner-home {
    color: #ffffff;
    text-align: center;
}
.breadcrumbpage {
    background: #242f51;
    color: #ffffff;
    text-align: center;
    padding: 25px 25px;

}
.breadcrumbpage-inner h1 {
    text-align: center;
    background: #cc2128;
    display: inline-block;
    width: auto;
    padding: 5px 25px 5px 25px;
    text-transform: uppercase;
    position: relative;
    top: 50px;
    z-index: 100;
    border: 1px solid #cc2128;
} 
.breadcrumbpage-inner-home h1 ,.title-flag {
    text-align: center;
    background: #cc2128;
    display: inline-block;
    width: auto;
    padding: 5px 25px 5px 25px;
    text-transform: uppercase;
    position: relative;
    top: 5px;
    z-index: 100;
    color: #ffffff;
    border: 1px solid #cc2128;
}
.title-flag{
    top:0;
    font-size: 20px;
    margin-bottom: 60px;
}
.prod-description{
    font-size: 18px;
}
.breadcrumbpage-inner h1:after , .breadcrumbpage-inner-home h1:after,.title-flag:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: -11px;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 11px solid #cc2128;
}
  
.loading {
    background-color: #fff;
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    padding-top: 104px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.loading img {
    width: 150px;
}


/*============================================== HEADER ============================================== 
======================================================================================================
*/
header .navbar-white li a {
    color: #242f51;
    padding: 10px 15px;
    text-transform: uppercase;
    font-weight: 600;
    position: relative;
}
header .navbar-white li a:hover:after, header .navbar-white li a.selected:after {
    opacity: 1;
    visibility: visible;
    width: 100%;
}
header .navbar-white li a:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: #cc2128;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
header.sticky {
    position: sticky;
    z-index: 99999;
    top: 0;
    left: 0;
    bottom: initial;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    transition: all 0.4s ease;
    animation: fadeInDown 0.5s both 0.1s;
    box-shadow: 0px 0px 13px #00000054;
    width:100%;
    background:#ffffff;
}



header .search-form {
	position: absolute;
    right: 21%;
	z-index: 9999;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	top: 70px;
	box-shadow: 0px 0px 10px #0000001c;
	border-radius: 4px;
	overflow: hidden;
	transform:scale(0);
}
header .search-top.active .search-form {
	opacity:1;
	visibility:visible;
	transform:scale(1);
}
header .search-form input {
	width: 282px;
	height: 50px;
	line-height: 50px;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 3px;
	border: none;
	background: #fff;
	color: #2C2D3F;
}
header .search-form button {
	position: absolute;
	right: 0;
	height: 50px;
	top: 0;
	width: 50px;
	background: #cc2128;
	border: none;
	color: #fff;
	border-radius: 0 4px 4px 0;
	border-left:1px solid transparent;
}
header .search-form button:hover{
	background:#777;
	color:#fff;
	border-color:#777;
}

/*============================================== QUEM SOMOS ============================================== 
======================================================================================================
*/
.segmentos {
    background: url(../img/predios.png)no-repeat bottom center;
    background-size: contain;
    background-attachment: fixed;

   
}
.quemsomos {
    background: url(../img/bgwhite.jpg)repeat;
    background-size: cover;
    background-position: center;
}
.quemsomos-inner {
    padding-left: 150px;
    padding-right: 150px;
}
.quemsomos-inner h2 {
    font-weight: bold;
    color: #242f51;
}
.visao-inner-int {
    border: 2px solid #eeeeee;
    padding: 20px;
}

.segmento.visao-inner {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
	height:220px;
    overflow:
    hidden;
    margin-bottom: 25px;
}
.segmento.visao-inner .desc h4{
	color:#fff;
}
.segmento.visao-inner .desc{
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(51, 51, 51,0.3);
    display: flex;
    align-items: center;
    justify-content: center;
	width:100%;
	height:100%;
    z-index: 2;
}
.segmento.visao-inner img{
	position:
	absolute;
	height:330px;
	width: auto;
	z-index: 1;
}

.visao .section-title h2 {
    font-weight: bold;
    color: #242f51;
}
.visao-inner {
    text-align: center;
}
.visao-inner h4:nth-child(2) {

}
.visao-inner img:hover {
    transition: all .2s ease-out;
    will-change: transform;
    transform: translateY(-5px);
}
.depoimentos , .orcamento {
    background: url(../img/bgblue.jpg)repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
    background-attachment: fixed;

}
.depoimentos h2 {
    font-weight: bold;
}
.depoimentos-inner {
    text-align: center;
    max-width:90%;
    margin: auto;
    font-size: 1rem;
}
.depoimentos-inner span i {
    font-size: 42px;
    margin-right: 15px;
    margin-left: 15px;
}

.owl-slider .owl-nav {
    margin: 0!important;
    position: absolute!important;
    top: 50%!important;
    width: 100%!important;
    margin-top: -25px!important;
}
.owl-slider .owl-nav button {
    height: 40px!important;
    width: 40px!important;
    line-height: 40px!important;
    text-align: center!important;
    background: transparent!important;
    color: #fff!important;
    border:2px solid #fff!important;
    font-size: 20px!important;
    position: absolute!important;
    margin: 0!important;
    -webkit-transition: all 0.4s ease!important;
    -moz-transition: all 0.4s ease!important;
    transition: all 0.4s ease!important;
    padding: 0!important;
    border-radius: 50%!important;
}
.owl-slider .owl-nav button:hover {
    background: #cc2128!important;
    border:2px solid #cc2128!important;
}
.owl-depoimentos .owl-nav  , #sync1 .owl-nav {
    margin: 0!important;
    position: absolute!important;
    top: 50%!important;
    width: 100%!important;
    margin-top: -25px!important;
}
#sync1 .owl-nav button {
    height: 40px!important;
    width: 40px!important;
    line-height: 40px!important;
    text-align: center!important;
    background: transparent!important;
    color: #242f51!important;
    border:2px solid #242f51!important;
    font-size: 20px!important;
    position: absolute!important;
    margin: 0!important;
    -webkit-transition: all 0.4s ease!important;
    -moz-transition: all 0.4s ease!important;
    transition: all 0.4s ease!important;
    padding: 0!important;
    border-radius: 50%!important;
}
#sync1 .owl-nav button.disabled{
    opacity: 0.2;
    pointer-events: none;
}
#sync1 .owl-stage{
    display: flex;
}
#sync1 .item{
    padding: 0 50px;
}
 .owl-depoimentos .owl-nav button {
    height: 40px!important;
    width: 40px!important;
    line-height: 40px!important;
    text-align: center!important;
    background: transparent!important;
    color: #fff!important;
    border:2px solid #fff!important;
    font-size: 20px!important;
    position: absolute!important;
    margin: 0!important;
    -webkit-transition: all 0.4s ease!important;
    -moz-transition: all 0.4s ease!important;
    transition: all 0.4s ease!important;
    padding: 0!important;
    border-radius: 50%!important;
}
.owl-depoimentos .owl-nav button:hover , #sync1 .owl-nav button:hover {
    background: #cc2128!important;
    border:2px solid #cc2128!important;
}
.owl-depoimentos .owl-nav .owl-prev , #sync1 .owl-nav .owl-prev {
    left: 0!important;
}
.owl-depoimentos .owl-nav .owl-next , #sync1 .owl-nav .owl-next {
    right: 0!important;
}
.owl-slider .owl-nav .owl-prev {
    left: 40px!important;
}
.owl-slider .owl-nav .owl-next {
    right: 40px!important;
}
.clientes .section-title h2 {
    font-weight: bold;
    color: #242f51;
}
.clientes-inner {
    margin-bottom:20px;
}
.clientes-img {
    /*filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    /*filter: gray; /* IE6-9 */
    /*-webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.clientes-img:hover {
/*
    filter: none;
    -webkit-filter: grayscale(0%);
*/
}
.estrutura {

}
.estrutura ul {
    list-style: none;
    padding-left: 0;
    display: flex;
}
.estrutura ul li {
    
    flex: 4;
}

a.image{
    position: relative; 
    display: block; 
   
    
}

a.image > span.rollover {
    opacity: 1; 
    -o-transition-duration: 0.7s; 
    -moz-transition-duration: 0.7s; 
    -webkit-transition: 0.7s; 
    background:url(../img/zoom.png) center center no-repeat #000; 
    background-size: 10% auto; 
    cursor: pointer; 
    height: 100%; 
    width: 100%;
    position: absolute; 
    z-index: 1;
    opacity: 0;
}


a.image > span.rollover:hover {
    opacity: .7; 
    -o-transition-duration: 0.7s; 
    -moz-transition-duration: 0.7s; 
    -webkit-transition:  0.7s;
    
}
a.image img {
    position: relative;
    display: block;
    overflow: hidden;
}
a.image:hover img  {
    transform: scale(.99);
    transition: all 500ms ease;
   
}
/*============================================== PRODUTOS ============================================== 
======================================================================================================
*/
.produto-block-one {
    background: #242f51;
    text-align: center;
    color: #fff;
    margin-bottom: 20px;
}
.produto-block-one:hover {
    background: #cc2128;
    transition: all .2s ease-out;
    will-change: transform;
    transform: translateY(-5px);

}
.produto-block-one h3 {
    padding: 0;
    padding-bottom: 15px;
    background: #242f51;
    padding: 14px;
}
.produto-block-one:hover h3{
    background-color: #cc2128;
}
.produto-block-one .inner-box {
    position: relative;
    display: block;
    overflow: hidden;
    height: 320px;
  }
  
  .produto-block-one .inner-box .image-box {
    position: relative;
    display: block;
    overflow: hidden;
  }
  
  .produto-block-one .inner-box .image-box img{
    min-height: 100%;
    height: 320px;
    min-width: auto;
    max-width: 100%;
    transition: all 500ms ease;
    object-fit: cover;
  }
  
.produto-block-one .inner-box:hover .image-box img{
    opacity: 0.1;
    transform: scale(1.1);
  }
  
  .produto-block-one .inner-box .content-box{
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .produto-block-one .inner-box .image-box {
    background: -webkit-linear-gradient(-50deg, #242f51, #242f51 100%);

  }
  .produto-block-one .inner-box .content-box .text{
    position: relative;
    padding: 15px 15px;
    top: 15px;
    opacity: 0;
    transition: all 500ms ease;
  
  }
  
  .produto-block-one .inner-box:hover .content-box .text{
    top: 0px;
    opacity: 1;
  }
  
  .produto-block-one .inner-box .content-box .text h2{
   
    color: #fff;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 3px;
  }
  
  .produto-block-one .inner-box .content-box .text h2 a{
    display: inline-block;
    color: #fff;
  }
  
  .produto-block-one .inner-box .content-box .text h2 a:hover{
    text-decoration: underline;
  }
  
  .produto-block-one .inner-box .content-box .text p {
    font-size: 15px;
    color: #fff;
    font-weight: 600;
  }
  
  .produto-block-one.small-block .inner-box{
    max-width: 281px;
  }
  
  .produto-block-one .inner-box .link{
    position: absolute;
    right: 45px;
    bottom: 15px;
    opacity: 0;
    transition: all 500ms ease;
  }
  
  .produto-block-one .inner-box:hover .link{
    right: 30px;
    opacity: 1;
  }
  
  .produto-block-one .inner-box .link a{
    position: relative;
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    z-index: 1;
  }
  
.btn-cotar-produto{
    background-color: #cc2128;
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
    padding: 12px 45px;
    color: #fff !important;
    font-weight: bold;
    margin-top: 30px;
    font-size: 17px;
    text-transform: uppercase;
    border: none;
}
.btn-cotar-produto:hover{
    background-color: #242f51;
}
/*============================================== BLOG ============================================== 
======================================================================================================*/

  .blog .blog-title{
	text-align:center;
}
.blog .single-news {
	background: #fff;
	position: relative;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	box-shadow: 0px 0px 10px #00000014;
}
.blog .single-news img{
	width:100%;
	margin:0;
	padding:0;
	border-radius: 10px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news .news-head{
	position:relative;
	overflow:hidden;
}
.blog .single-news .news-content {
	text-align: left;
	background: #fff;
	z-index: 99;
	position: relative;
	padding: 30px;
	left: 0;
	z-index: 0;
}
.blog .single-news .news-content:before{
	position:absolute;
	content:"";
	left:0;
	bottom:0;
	height:2px;
	width:0%;
	background:#cc2128;
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.blog .single-news:hover .news-content:before{
	opacity:1;
	visibility:visible;
	width:100%;
}
.blog .single-news .news-body h2 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 10px;
	line-height: 24px;
}
.blog .single-news .news-body h2 a{
	color:#242f51;
	font-weight: 700;
}
.blog .single-news .news-body h2 a:hover {
	color:#cc2128;
}
.blog .single-news .news-content p {
	font-weight: 400;
	text-transform: capitalize;
	font-size: 13px;
	letter-spacing: 0px;
	line-height: 23px;
}
.blog .single-news .news-content  a {
    color:#242f51;
}
.blog .single-news .news-content a i {
    color:#cc2128;
}
.blog .single-news .news-body .date {
	display: inline-block;
	font-size: 14px;
	margin-bottom: 5px;
	background: #cc2128;
	color: #fff;
	padding: 4px 15px;
	border-radius: 3px;
	font-size: 14px;
	margin-bottom: 10px;
	position: absolute;
    top: -20px;
}
.blog.grid .single-news{
	margin-top:30px;
}
.main-sidebar {
	background: #fff;
	margin-top: 30px;
	background: transparent;
}
.main-sidebar .single-widget {
	margin-bottom: 30px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.main-sidebar .single-widget .title {
	position: relative;
	font-size: 18px;
	font-weight: 600;
	text-transform: capitalize;
	margin-bottom: 30px;
	display: block;
	background: #fff;
	padding-left: 12px;
}
.main-sidebar .single-widget .title::before {
	position: absolute;
	content: "";
	left: 0;
	bottom: -1px;
	height: 100%;
	width: 3px;
	background: #cc2128;
}
.main-sidebar .single-widget:last-child{
	margin:0;
}
.main-sidebar .search{
	position:relative;
}
.main-sidebar .search input {
	width: 100%;
	height: 45px;
	box-shadow: none;
	text-shadow: none;
	font-size: 14px;
	border: none;
	color: #222;
	background: transparent;
	padding: 0 70px 0 20px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0;
	border: 1px solid #eee;
	border-radius: 5px;
}
.main-sidebar .search .button {
	position: absolute;
	right: 40px;
	top: 40px;
	height: 44px;
	width: 50px;
	line-height: 45px;
	box-shadow: none;
	text-shadow: none;
	text-align: center;
	border: none;
	font-size: 14px;
	color: #fff;
	background: #cc2128;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	border-radius: 0 5px 5px 0;
}
.main-sidebar .search .button:hover {
	background:#cc2128;
	color:#fff;
}
/* Category List */
.main-sidebar .categor-list {
	margin-top: 15px;
}
.main-sidebar .categor-list li {
	margin-bottom: 10px;
}
.main-sidebar .categor-list li:last-child{
	margin-bottom:0px;
}
.main-sidebar .categor-list li a {
	display: inline-block;
	color: #333;
	font-size:14px;
}
.main-sidebar .categor-list li a:hover{
	color:#cc2128;
	padding-left:7px;
}
.main-sidebar .categor-list li a i {
	display: inline-block;
	margin-right:0px;
	font-size: 9px;
	transform: translateY(-1px);
	opacity:0;
	visibility:hidden;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.main-sidebar .categor-list li a:hover i{
	margin-right: 6px;
	opacity:1;
	visibility:visible;
}
/* Recent Posts */
.main-sidebar .single-post {
	position: relative;
	border-bottom: 1px solid #ddd;
	display: inline-block;
	padding: 17px 0;
}
.main-sidebar .single-post:last-child{
	padding-bottom:0px;
	border:none;
}
.main-sidebar .single-post .image img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
}
.main-sidebar .single-post .content{
	padding-left:100px;
}
.main-sidebar .single-post .content h5 {
	line-height: 18px;
}
.main-sidebar .single-post .content h5 a {
	color: #2C2D3F;
	font-weight: 500;
	font-size: 14px;
	font-weight: 500;
	margin-top: 10px;
	display: block;
	margin-bottom: 10px;
	margin-top: 0;
}
.main-sidebar .single-post .content h5 a:hover{
	color:#cc2128;
}
.main-sidebar .single-post .content .comment , .main-sidebar .side-tags .tag {
padding-left:0;

}
.main-sidebar .single-post .content .comment li{
	color:#888;
	display:inline-block;
	margin-right:15px;
	font-weight:400;
	font-size:14px;
}
.main-sidebar .single-post .content .comment li:last-child{
	margin-right:0;
}
.main-sidebar .single-post .content .comment li i{
	display:inline-block;
	margin-right:5px;
}
/* Blog Tags */
.main-sidebar .side-tags .tag{
	margin-top:40px;
}
.main-sidebar .side-tags .tag li {
	display: inline-block;
	margin-right: 7px;
	margin-bottom: 20px;
}
.main-sidebar .side-tags .tag li a {
	background: #fff;
	color: #333;
	padding: 8px 14px;
	text-transform: capitalize;
	border-radius: 0;
	font-size: 13px;
	background: #F6F7FB;
	border-radius: 4px;
}
.main-sidebar .side-tags .tag a:hover{
	color:#fff;
	background:#cc2128;
	border-color:transparent;
}

.news-single .single-main {
	margin-top: 30px;
	background: #fff;
	padding: 30px;
	-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	-moz-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.10);
	border-radius: 8px;
}
.news-single .news-head{}
.news-single .news-head img{
	width:100%;
	height:100%;
}
.news-single .news-title {
	font-size: 25px;
	margin: 20px 0;
}
.news-single .news-title a {
	color: #252525;
	font-weight: 600;
}
.news-single .news-title a:hover {
	color: #242f51;
}
/* Blog Meta */
.news-single{
	background:#fff;
}
.news-single .meta {
	overflow: hidden;
	border-top: 1px solid #ebebeb;
	border-bottom: 1px solid #ebebeb;
	width: 100%;
	padding: 10px 0;
	margin-bottom: 15px;
}
.news-single .meta span {
	margin-right: 10px;
	display: inline-block;
}
.news-single .meta span:last-child{
	margin:0;
}
.news-single .meta span, .news-single .meta span a {
	color: #2C2D3F;
	font-weight: 400;
}
.news-single .meta span i {
	margin-right: 5px;
	color:#242f51;
}
.news-single .meta-left{
	float:left;
}
.news-single .meta-left .author img {
	width: 45px;
	height: 45px;
	border-radius: 100%;
	margin-right: 12px;
}
.news-single .meta-left .author {
	float: left;
}
.news-single .meta-left span.date {
	margin-top: 10px;
}
.news-single .meta-right {
	float: right;
	margin-top: 10px;
}
.news-single .news-content{
	margin:20px 0;
}
.news-single .news-content p{
	margin-bottom:10px;
}
.news-single .news-content p:last-child{
	margin:0;
}
.news-single .news-text p {
	font-size: 14px;
	margin-bottom:20px;
}
/*============================================== CONTATO ============================================== 
======================================================================================================*/

.contato-address {
    margin-bottom:30px;
}
.contato-address img {
    float: left;
    margin-right: 5px;
}
.contato-address h5 {
    text-transform: uppercase;
    font-weight: bold;
}
.contato-social {
    padding-left: 0;
  
    list-style: none;
}
.contato-social li {
    display: inline-block;
    margin-right: 10px;
}
.contato-social li a { 
    background: #242f51;
    color: #fff;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-size: 18px;
}
.contato-social li a:hover {
    background: #cc2128;
    color: #fff;
}
.orcamentos {

}
.orcamentos h3 , .orcamento-inner h5 {
    color: #242f51;
    margin-bottom: 20px;
}
.orcamentos .form-control , .contato .form-control {
    margin-bottom: 20px;
}
.orcamento-inner {
    padding-top:100px;
    padding-bottom:100px;
    padding-left:150px;
    padding-right:150px;
    
}
span.wpcf7-list-item {
    display:block;
}
/*============================================== FOOTER ============================================== 
======================================================================================================
*/
footer {
    background: url(../img/bgblue.jpg)repeat;
    background-size: cover;
    background-position: center;
    color: #ffffff;
}
footer .footer-wrapper {
    padding:50px 0;
}
footer .footer-widget {

}
footer .footer-widget h4 {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    
}
footer .footer-widget h6 {
    text-transform: uppercase;
    font-weight: bold;
}
footer .footer-widget h6 i {
    margin-right:10px;
}
.footer-social {
    padding-left: 0;
    margin-top: 20px;
    list-style: none;
}
.footer-social li {
    display: inline-block;
    margin-right:10px;
}
.footer-social li a {
    color: #242f51;
    background: #fff;
    display: block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 50%;
    font-size: 18px;
}
.footer-social li a:hover {
    color: #fff;
    background: #cc2128;
  
}
footer .footer-menu {
    padding-left: 0;
    list-style: none;
}
footer .footer-menu li {
    margin-bottom:10px;
}
footer .footer-menu li a {
    color: #ffffff;
    text-transform: uppercase;
}
footer .footer-menu li a:hover {
    margin-left:8px;
 }
 footer .footer-menu li a::before {
    display: inline-block;
    content: '\f105';
    font-family: 'Line Awesome Free';
    font-weight: 700;
    color: #cc2128;
    margin-right:5px;
 }
footer .copyright {
    background:#cc2128;
    color: #ffffff;
    padding: 10px 0 0;
    text-transform: uppercase;
    font-size: 12px;
}
.copyright .copyright-content a {
    color: #ffffff;
}

.cd-top {
    display: inline-block;
    height: 40px;
    width: 40px;
    position: fixed;
    bottom: 70px;
    right: 40px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
    border: 1px solid #000000;
    overflow: hidden;
    text-indent: 100%;
    border-radius: 50%;
    white-space: nowrap;
    background: #000000 url(../img/cd-top-arrow.svg) no-repeat center 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity .3s 0s, visibility 0s .3s;
    -moz-transition: opacity .3s 0s, visibility 0s .3s;
    transition: opacity .3s 0s, visibility 0s .3s;
  }
  
  .cd-top.cd-is-visible,
  .cd-top.cd-fade-out,
  .no-touch .cd-top:hover {
    -webkit-transition: opacity .3s 0s, visibility 0s 0s;
    -moz-transition: opacity .3s 0s, visibility 0s 0s;
    transition: opacity .3s 0s, visibility 0s 0s;
  }
  
  .cd-top.cd-is-visible {
    visibility: visible;
    opacity: 1;
  }
  
  .cd-top.cd-fade-out {
    opacity: 1;
  }
  
  .no-touch .cd-top:hover {
    background-color: #000000;
    opacity: 1;
  }
   /*================================================================ FORMULARIO ===========================================================================================
=======================================================================================================================================================================*/
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
    position: relative;
    padding: .75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    text-align: center;
  }
  
  .invalid input {
    border-color: #dc3545!important;
    padding-right: calc(1.5em + .75rem)!important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23dc3545' viewBox='-2 -2 7 7'%3e%3cpath stroke='%23dc3545' d='M0 0l3 3m0-3L0 3'/%3e%3ccircle r='.5'/%3e%3ccircle cx='3' r='.5'/%3e%3ccircle cy='3' r='.5'/%3e%3ccircle cx='3' cy='3' r='.5'/%3e%3c/svg%3E")!important;
    background-repeat: no-repeat!important;
    background-position: center right calc(.375em + .1875rem)!important;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)!important;
  }
  .wpcf7 form .wpcf7-response-output {
      margin:0!important;
  }
  .grecaptcha-badge { 
      visibility: hidden;
  }
  #form-orcamento #button-modal__orcamento{
    position: fixed;
    right:20px;
    bottom:20px;
    z-index: 101;
    padding:0 10px;
    width: fit-content;
  }
  #form-orcamento  .btn-close{
    position: absolute;
    top: 13px;
    right: 13px;
    font-size: 30px;
    z-index: 102;
    color: white;
  }
  #form-orcamento .form-modal{
    background: #fff;
    padding: 10px;
    border-radius: 5px;
  }

  #form-orcamento .title-flag{
    margin-bottom: 10px;
  }
  #form-orcamento .form-orcamento__backdrop{
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    z-index: 999999;
    background-color: #00000080;
  }

  #form-orcamento .form-orcamento__content{
    position: absolute;
    height: auto;
    max-width: 354px;
    width: 100%;
    right: 25px;
    bottom: 25px;
    display: flex;
 }
 #form-orcamento .form-select{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #F6F7FB99;
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 101;
    justify-content: center;
    gap: 20px;
    backdrop-filter: blur(2px);
 }
 #form-orcamento .form-send{
    display: flex;
    flex-direction: column;
    gap: 5px;
 }
 #form-orcamento .form-checkbox{
    display: flex;
    padding: 10px;
    gap:10px;
 }
 #form-orcamento .form-checkbox label {
    margin: 0;
 }
 #form-orcamento .form-checkbox span {
    margin: 0;
 }
 .row.gale-port img {
    width: 100%;
    height: auto;
    padding: 10px;
}

/* Mega Menu Style */
@media (min-width:960px){
    #banner {
        padding: 0 1rem;
    }
    #banner .container{
        position: relative;
        align-items: stretch;
    }
    .navbar-collapse{
        align-items: stretch;
    }
    #banner #menu-primary{
        align-items: stretch;
    }

    #banner #menu-primary > .menu-item, .mega-menu{
        position: static!important;
        display:flex;
        align-items: center;
    }
    .mega-menu > .sub-menu{
        width: 100%;
        padding: 5px;
        height: 240px;
        bottom:20px;
        left: 0;
    }
    .mega-menu .sub-menu, .sub-menu a{
        background: #f5f5f5;
        color: #333;
    }
    .mega-menu > .sub-menu > .mega-menu__item{
        width: 90px;
        display: flex;
        position: static!important;
    }
    .mega-menu > .sub-menu > .mega-menu__item > a{
        flex:1;
        color:#333;
    }
    .navbar-nav .sub-menu a.menu-image-title-below{
        color:#333;
    }
    .navbar-nav .sub-menu a.menu-image-title-below:hover{
        color:#333;
        background: none;
    }
    .navbar-nav .sub-menu a.selected{
        background:transparent;
    }
    .mega-menu > .sub-menu > .mega-menu__item::after{
        display: none!important;
    }

    .mega-menu:hover > .sub-menu > .mega-menu__item > .sub-menu.selected{
        opacity: 1!important;
        pointer-events: all !important;
        background: #f5f5f5;
    }
    .mega-menu > .sub-menu > .mega-menu__item > .sub-menu{
        transform: translate(0)!important;
        bottom: auto;
        top: 0;
        margin:5px;
        left: 90px;
        width: calc(100% - 95px);
        /* display: grid;
        grid-auto-flow: row;
        grid-template-columns: repeat(4,auto);*/
    }
    .mega-menu > .sub-menu > .mega-menu__item > .sub-menu > li {
        font-size: 13px;
    }

    .mega-menu > .sub-menu > .mega-menu__item  a img{
        width: 100%;
    }

}
/* Galeria do Portifólio */
.button-category{
    padding: 5px 10px;
    color: #dc3545;
    background: white;
    border: 1px #dc3545 solid;
    margin-right: 2px;
}
.button-category:hover,.button-category.active{
    color: white;
    background: #dc3545;
}

.gallery-tab.hidden{
    display: none;
}

/* Single Portfólio */
.portfolio-gallery > div{
    height: 200px;
}

.portfolio-gallery a.image{
    display: flex;
    height: 100%;
}
.portfolio-gallery a.image img{
    object-fit: cover;
    width: 100%;
}

.aligncenter{
    margin: 0 auto;
}
/* Formulário single */
#formulario-single .form__section{
    display: flex;
    flex-direction: column;
    padding: 10px;
}
#formulario-single{
    max-height: 0;
    overflow: hidden;
    transition: 0.3s all ease-in-out;
    margin-top: -95px;
    padding-top: 95px;
}
#formulario-single .form__section .title-flag{
    align-self: center;
}

#formulario-single .form__section .form-send{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(5, auto);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    max-width: 700px;
    margin: auto;
}
#formulario-single .form__section .form-send textarea.form-control{
    grid-area: 4 / 1 / 4 / 3;
}
#formulario-single .form__section .form-send .form-send__spinner{
    grid-area: 5 / 1 / 5 / 3;
}
#formulario-single .form__section .form-send a,  #formulario-single .form__section .form-send p {
    display: none;
}

@media (min-width:768px){
/* Responsivo aqui */
}
@media (max-width:563px){
    #formulario-single .form__section .form-send{
        grid-template-columns: repeat(1, 1fr);
        grid-template-rows: repeat(8, auto);
    }
    #formulario-single .form__section .form-send textarea.form-control{
        grid-area: auto;
    }
    #formulario-single .form__section .form-send .form-send__spinner{
        grid-area: auto     ;
    }
}

