/*******************************************
***          YT Framework: css          ***
*******************************************/







 
 
   /* Bloco com o CSS Das Landing Pages  Novas */
 


.image_product .row::after {
content: "";
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 100vw;
    height: 678px;
    background-color: #06163a;
    z-index: -1;
    top: 0px;
}

.image_product{
    margin-bottom: 40px;
    color: #fff;
    margin-top: 27px;

}

.image_product .form{
    background-color: #fff;
	color:#000;
	padding: 23px;
	margin-top:30px;
	box-shadow: 0px 10px 20px rgb(141 155 170 / 25%);
}
	


.image_product .form label{
	display:none;
}

.image_product .bfQuickMode section input[type='text'], .image_product .bfQuickMode section textarea, .image_product .bfQuickMode section select{

float: none;
margin: 0px;
width: 100%;
background-color: #efefef;
border: none;
padding: 15px;

}


.image_product .bfQuickMode .bfSubmitButton{
background-color:#ff5e14;
text-transform: uppercase;
color:#fff;
font-weight: bold;
float: none;
padding: 10px 0px;
width: 50%;
}

.form_title{
display: table;
    margin: auto;
    background: #141414;
    padding: 4px 40px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
	
}







.whatsappchat {
  transform-origin: bottom center;
}

.shake {
  animation: shake 0.5s infinite;
  transform-origin: bottom center;
}


@keyframes shake {
  0% {
    transform: rotate(-3deg) translate(0, 0);
  }
  10%, 90% {
    transform: rotate(3deg) translate(0, 0);
  }
  20%, 80% {
    transform: rotate(-2deg) translate(0, -5px);
  }
  30%, 50%, 70% {
    transform: rotate(2deg) translate(0, -5px);
  }
  40%, 60% {
    transform: rotate(-2deg) translate(0, -5px);
  }
  100% {
    transform: rotate(-3deg) translate(0, 0);
  }
}












@keyframes bounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}




.scroll-icon {
    max-width: 23px;
    margin: auto;
    z-index: 1;
    position: relative;
    animation: bounce 2s ease-in-out infinite;
}

#k2Container .itemFullText .image_product .itemTitle {
    text-transform: uppercase;
    font-family: Roboto Condensed, sans-serif;
    font-weight: 700;
    font-size: 3em;
}



#k2Container .itemFullText .image_product .itemTitle::after {

    display: none;

}

.itemTitle__sub{
    background: #f55b13;
    display: table;
    padding: 3px 15px;
    margin-bottom: 50px;
}

.margin{
padding: 87px 0px;
}

#k2Container .content h2{
	color:#ff6600;
	font-size: 3em;
	margin-top: 0px;
}

#k2Container .content h2:after{
	display:none;

}

.itemTitle__subcontent{
color:#ff6600;
margin-bottom:20px;

}


.contet__bullet{
    background: #f5f5f5;
    padding: 24px 0px;
	margin-bottom:20px;
}

.contet__bullet li{
margin-bottom: 15px;
}

.content__box{
    max-width: 190px;
    padding: 16px;
	background: linear-gradient(to bottom, #ff8c00, #ff5722);
    color: #fff;
    font-weight: 900;
    text-transform: uppercase;
    border: 4px solid #fff;
    text-align: center;
    margin-top: -143px;
    position: relative;
    top: -118px;
    left: -20px;
    font-size: 13px;
    line-height: 16px;

}

.content__box span{
    font-size: 55px;
    width: 100%;
    display: table;
    margin-bottom: 28px;
    margin-top: 16px;
	font-family: 'Exo', sans-serif;

}



.content .img img {
    width: 90%;
    margin: auto;
}

.grey_landing{
    position: relative;
padding: 100px 0px;
	
}

.grey_landing .row::after {
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    left: -100%;
    height: 100%;
	    background-color: #f5f5f5;
    background-repeat: no-repeat;
	 z-index: -1;
}




.black_landing{
    position: relative;
padding: 100px 0px;
	
}

.black_landing .row::after {
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    left: -100%;
    height: 100%;
	    background-color: #141414;
    background-repeat: no-repeat;
	 z-index: -1;
}






.orange_landing{
    position: relative;
padding: 50px 0px;
	
}

.orange_landing .row::after {
    content: "";
    position: absolute;
    top: 0;
    width: 300%;
    left: -100%;
    height: 100%;
	    background-color: #ff6600;
    background-repeat: no-repeat;
	 z-index: -1;
}






.titulo_landing{
	text-transform:uppercase;
	color:#06163a;
	font-weight:900;
	font-size:22px;
	margin-bottom:5px;
	font-family: 'Exo', sans-serif;
	
}
.box_text{

	border:1px solid #ff6600;
		margin-bottom:10px;

}
.box_text span{
	background:#ff6600;
	color:#fff;
	width:100%;
	margin-bottom:10px;
	margin:auto;
	display:block;
	padding:4px 10px;
	font-size: 14px;
	
}

#k2Container.itemView .itemBody .box_text p{
	padding:10px;
	    margin: 0 0 8px;
}


#k2Container.itemView .title_center h2{
	width:100%;
	text-align:center;
	margin-bottom:50px;
	font-weight:900;
	color:#ff6600;
    font-size:50px;
	margin-top: 0px;
	
}

#k2Container.itemView .title_center h2:after{
	margin: auto;
	height: 5px;
}

.number_landing{
background: linear-gradient(to bottom, #ff8c00, #ff5722);

    color: #fff;
    font-weight: 900;
    font-size: 50px;
    text-align: center;
    padding: 35px 20px;
    max-width: 95px;
    margin: auto;
}

.block_number_landing .container-fluid{
margin-bottom:30px;
box-shadow: 0px 10px 20px rgb(141 155 170 / 25%);
    padding: 20px;
}

#k2Container.itemView .itemBody .block_number_landing .container-fluid p{
	margin-top:15px;
}

.block_number_landing img{
margin:auto;
}

.orcamento_bar img{
	width:60px;
	margin:auto;
	
}

#k2Container.itemView .orcamento_bar h3{
	margin-top: 0px;
    margin-bottom: 0px;
	color:#fff;
	font-weight:900;
	font-family: 'Exo', sans-serif!important;
	
}


#k2Container.itemView .orcamento_bar h3:after{
background: none;
	
}

.orcamento_bar span{
	width:100%;
	color:#fff;
	font-weight:600;
	text-align:center;
	    display: block;
}

.orcamento_bar span a{
	color:#fff;
}

.email_desc a{
	font-size:13px;
}

.four_block img{

    background: #ff5e14;
    padding: 14px;
    border-radius: 47px;

  display: block;
  margin: 0px auto 26px;
	
}

.four_block .col-md-3 img{
	width:90px;
}

.four_block .col-md-3 span{
	width:100%;
	display:block;
	text-align:center;
	font-weight:700;
	font-size:16px;
}

#k2Container.itemView .itemBody .four_block p{
	font-size:17px;
}

.four_block .block .square{
  background: #fff;
  padding: 17px;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;	
	
}

.four_block .text{
	padding:15px;
}


#k2Container.itemView .four_block h2{
	margin-top:0px;
}











.four_block_icon img{

    background: radial-gradient(circle, #ff8c00, #ff5722);
    box-shadow: 0 8px 12px rgb(223 138 11 / 20%);
    padding: 14px;
    border-radius: 47px;

  display: block;
  margin: 0px auto 26px;
	
}

.four_block_icon .col-md-3 img{
	width:90px;
}

.four_block_icon .col-md-3 span{
	width:100%;
	display:block;
	text-align:center;
	font-weight:700;
	font-size:16px;
}

#k2Container.itemView .itemBody .four_block_icon p{
	font-size:17px;
}

.four_block_icon .block .square{
  background: #fff;
  padding: 17px;
  min-height: 280px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;	
	
}

.four_block_icon .text{
	padding:15px;
}


#k2Container.itemView .four_block_icon h2{
	margin-top:0px;
}


















.block{
margin-top:40px;
display: table;
}	



.lists_adv .list_title{
	padding:10px;
	border:2px solid #ec671b;
	margin-bottom:14px;
	color:#ec671b;
	text-transform:uppercase;
}

.lists_adv .block .square{
	display:block;
	background:none;
	min-height: auto;
	padding: 0px;
}
 
.lists_adv .lists_adv_block{
	padding:10px;
	border:2px solid #fff;
	color:#fff;

}

.lists_adv .list_content_subtitle{
	border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 13px;
	text-transform:uppercase;
	font-weight:800;
	font-size: 18px!important;
}

.lists_adv .list_content_text{
	    font-weight: 300!important;
}

.lists_adv_block .no_border{
    border-bottom: none;
    margin-bottom: 0px;
    padding-bottom: 5px;
}

.form_footer .form{
	box-shadow: 0px 10px 20px rgb(141 155 170 / 25%);
    margin-top: 0px;
}




#k2Container .form_footer h2{
	color:#01387d;
}



#k2Container .form_footer .itemTitle__subcontent {
    color: #000;
    margin-bottom: 20px;
}




.accordion {

  border-radius: 5px;
  	box-shadow: 0px 4px 8px rgb(141 155 170 / 19%);
}

.accordion-header {
  background-color: #fff;
  border-bottom: 1px solid #ededed;
  padding: 20px;
  cursor: pointer;
  position: relative;
  color:#000;
  text-transform:uppercase;
  font-weight:600;
  font-size: 17px;
}

.accordion-content {
  display: none;
  padding: 20px;
  color:#000;
}



.accordion-header:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.293 12.293a1 1 0 0 1 0-1.414l9-9a1 1 0 0 1 1.414 0l9 9a1 1 0 0 1-1.414 1.414L12 4.414l-8.293 8.293a1 1 0 0 1-1.414 0z' fill='%23%23000'/%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 36%;
  right: 10px;
  transform: rotate(180deg);
}


.accordion-header.active:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M2.293 12.293a1 1 0 0 1 0-1.414l9-9a1 1 0 0 1 1.414 0l9 9a1 1 0 0 1-1.414 1.414L12 4.414l-8.293 8.293a1 1 0 0 1-1.414 0z' fill='%23%23000'/%3E%3C/svg%3E");
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: 36%;
  right: 10px;
  transform: rotate(0deg);

}






















/* Extra small devices (phones, less than 768px) */
@media (max-width: 767.98px) {
	

.image_product .bfQuickMode section input[type='text'], .image_product .bfQuickMode section textarea, .image_product .bfQuickMode section select{
	
	max-width: 100%;
	
}






	
	
.block1{
	float:none;
	width:100%;
	padding: 50px 20px 20px 20px;
}

.block2{
	float:none;
	width:100%;
	padding: 20px;
}

.block3{
	float:none;
	width:100%;
	padding: 20px;
}
	
	
.block4{
	float:none;
	width:100%;
	padding: 20px;
}
.nossos_produtos .titleblock {
    width: 67%;
	font-size: 21px;
}


.ajuste {

    margin: auto;
}
	

.lists_adv .lists_adv_block {
margin-bottom:40px;
}


.four_block .block .square {
    margin-bottom: 30px;
	min-height: 240px;
}

.four_block_icon .block .square {
    margin-bottom: 30px;
	min-height: 240px;
}


.lists_adv .block .square {
    margin-bottom: 30px;
	min-height: auto;
}


#k2Container.itemView .four_block h2 {
padding:20px;
}


.grey_landing {
    position: relative;
    padding: 50px 0px;
}


#k2Container.itemView .title_center h2 {

    margin-bottom: 10px;
	font-size: 42px;


}


.orcamento_bar .col-xs-6{

    min-height: 135px;
}

.number_landing {
    font-size: 55px;
	margin-bottom: 20px;
	font-family: 'Exo', sans-serif;
}

.block_number .txt{
    max-width: 450px;
    float: none;
    margin: auto;
}


#k2Container.itemView .itemBody .block_number_landing .container-fluid p {
    margin-top: 0px;
}

.title_center .block_number{
	margin-top:50px;
}

.titulo_landing {
    margin-top: 45px;
} 


.box_text {

    margin-top: 43px;
    margin-bottom: 42px;
}




}





/* Extra small devices (phones, less than 480px) */

@media (max-width: 480px) {

.four_block  .col-xs-6 {
    width: 100%;
    float: none;
}


.four_block_icon  .col-xs-6 {
    width: 100%;
    float: none;

}



.orcamento_bar .col-xs-6{
	float:left;
}

.contact_whats {
    float: right;
}

.four_block_icon .block {
	margin:10px auto;
    width: 100%;
}


.four_block_icon .block .square {
    max-width: 247px;
		margin:17px auto;
}


.image_product .bfQuickMode .bfSubmitButton {

    width: 100%;
}


.content__box {
    left: -6px;
}




}
















/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}