/*
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: local('Raleway'), local('Raleway-Regular'), url(fonts/raleway/raleway.woff) format('woff');
}
@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 700;
  src: local('Raleway Bold'), local('Raleway-Bold'), url(fonts/raleway/raleway-bold.woff) format('woff');
}
*/

@import url(https://fonts.googleapis.com/css?family=Raleway:400,700|Arimo:400,700|Oxygen:400,700|Varela+Round|Maven+Pro:400,700);
     

.rowbox{   
    display: flex;
    box-shadow: 0px 0px 6px -2px #555;
    margin-bottom: 10px;
    flex-wrap: wrap;
}.rowbox > li{
    flex: 1 1 auto;
    list-style: none;
    
}
.icontext2{
    display: block;
    margin: auto;
   
    cursor: pointer;
    /*background: #fff;*/
    transition: 300ms;
}.icontext2:active{
    transform: scale(0.95);

}.icontext2:hover{
    /*background:#fff;*/
    box-shadow: 0px 0px 35px -14px #ccc inset;

    /*box-shadow: 0px 0px 35px -14px #ccc inset,0px -2px 0px 0px #CD2F2F inset;*/
}.icontext2 div{
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    
}.icontext2 div[data-type="icon"]{
    text-align: center;
    padding-right: 5px;
    vertical-align: top;
}.icontext2 div[data-type="text"]{
    /*width: 100%;*/
}.icontext2 div[data-type="text"] label{
    color: #0E0E0E;
    font-weight: bold;
    cursor: pointer;
}.icontext2 div[data-type="text"] p{
    color: #444;
}.icontext2 div[data-type="text"] span {
    color: #50911B;
    font-weight: bold;
    cursor: pointer;
}


*{
	/*color:#888;*/
        /* font-family: 'Raleway'; */
        /* font-family: 'Open Sans'; */
        /* font-family: "Kanit", Sans-serif !important; */
        font-family: "Work Sans", Sans-serif !important;
		
		
}

.row{
	margin:0px !important;
}


h1{
	font-size: 28px;
	padding-bottom: 5px;
	padding-top: 5px;
}
h2{
	font-size:25px; margin:0 0 0 0; font-weight:normal;
}
/*h3{
	color:#8E0000;
	font-size:25px; 
	margin:0 0 0 0; 
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-transform: uppercase;
}

*/
.floatRight{ float:right; }
.floatLeft{ float:left; }




.header{
	background: #2c2b2a;
    padding-top: 20px;
    padding-bottom: 20px;
    backdrop-filter: blur(2px);
}.sobreBanner{	
	padding-top: 20px;
	padding-bottom: 20px;
	/*border-bottom: 1px solid #ccc;	*/
}

.footer{
	border-top: 1px solid #D7D7D7;	
	/*background: #F8F8F8;*/
	padding-top: 20px;
	padding-bottom: 20px;
}

.header .logo img{
	/*height: 90px;*/
}

.preinfo{
	padding-top: 0px;
	padding-bottom: 0px;
}

.rightMargin{
	/*margin-right: 30px;*/
	display: table;
	margin: 0px 0px 0px auto;
	/*width: 320px !important;*/
	text-align: center;
}

.formu{ 
	position: absolute;
	/*top: 100%;*/
	right: 0px;
	z-index: 100;
	text-align: center;
	background:#f6f7f8;
	width:300px;
	padding:10px; 
	padding-left:20px; 
	padding-right:20px; 
	height: 382px;
	box-sizing: border-box;
	
}

.formu label{	
	color:#CD2F2F; 
	font-weight: bold;
	text-decoration:bold; 
	font-size:15px;
	margin: 0px !important; 
	padding: 10px;
	display: block;
}
.formu p{	
	padding: 10px;
	display: block;
	}
.form input{ margin:0 0 5px 0; }
.form input[type="radio"]{ margin:0 0 10px 0; }

/*.destaques .column:not(:last-child){*/
.destaques{
	display: table;
	width: 100%;
}	
.destaques .column div{
	position: relative;
}	
.destaques .column:not(:last-child) div{
	margin-right: 20px;
}
.destaques .column{
	/*position: relative;*/
	/*margin: 10px;*/
    /*display: inline-table;*/
    /*width: 338px;*/
}
.destaques .column:not(:last-child){
	padding-right: 10px;
}
.destaques [data-rel="img"]{ 
	width:100%; margin:0 0 0 0; 
}
.destaques [data-rel="text"]{ 
	margin: 0px 0px 4px 0;
	color: #fff;
	text-align: center;
	padding: 13px 0;
	font-size: 130%;	
	left: 0px;
	width: 100%;
	box-sizing: border-box;
	/*position: absolute !important;*/
	bottom: 0px;
	left: 0px;
	width: 100%;
	background: RGBA(0, 0, 0, 0.85);
	 }
.destaques [data-rel="text"] cite{ 
	color: #fff;
	font-style: normal;
}	 

.copyright p{
	font-size: 12px;
}
.copyright .copylogo{
	height: 18px;
	vertical-align: middle;
}

@media screen and (max-width: 880px) {
	.chamada{
		/*display: none;*/
	}
	.header .column{
		text-align: center !important;
	}
	.rightMargin {
		margin:auto !important;
	}
	h2 {
    	font-size: 25px;
    	text-align: center;
	}
	.banners .textobanner{
	    left: 0px !important;
	}
	.banners .textobanner p{
	    padding: 10px !important;	    
	}
	.formu {
       position: static !important;   
       width: 100% !important;     
    }
    .contentText{
		margin-top: 0px !important;
	}
	.contentText p {
	    /*text-align: justify;*/
	    /*padding: 5px;*/
	}
	.destaques .column{
		padding-right: 0px !important;
	}
}


footer  .content{
	/*padding: 15px;*/
	box-sizing: border-box;
}
footer  h1{	
	font-size: 15px;
}

/* ALTERAÇÕES LP KD-PNEUS */

/* BANNER */

/* .itabs.tabBanner * {
    padding: 0px !important;
    margin: 0px auto !important;
} */
.fraseBanner {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
	padding-top: 200px !important;
	box-sizing: border-box;
	height: 100%;
	width: 100%;
}
@media screen and (max-width: 700px) {
  
    .fraseBanner {
        padding-top: 20px !important;
        margin-top: 210px !important;
	}
}

.content-banner {
	width: 100% !important;
}

.content-banner .text {
    display: flex;
    flex-direction: column;
	width: 100%;
	gap: 20px;
}
/* MAPA E FORMULÁRIO */

.containerform , .containerLead  {
	margin: 0px 0;
}
.containerLead .background-overlay,
.containerform .background-overlay{
	background-color: #000000e5;
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    height: 100%;
}
.containerform .background-overlay{
	background-color: #00000077;

}

.containerLead{
	position: relative;
	background-color: transparent;
	background-image: url(https://custodio.arq.br/wp-content/uploads/Fundo_Custodio_1_.webp);
    background-position: center center;
    background-size: cover;
}
.containerLead .content {
    padding: 50px 0;
}
.containerLead .content .text {
    font-size: 2.2rem;
    font-weight: 700;
    color: white;
    display: flex;
	text-transform: uppercase;
    align-items: center;
	width: 67%;
}
.containerLead .content .text img {
    width: 768px;
}
.containerLead .action div {
    margin: 25px 0;
}
.containerLead .action span {
	width: 180px !important;
    text-align: start !important;
}
.containerLead .content .whatsapp a{
	font-weight: 700;
	padding: 10px;
	background-color: #4A9841;
}
.containerLead .content .televendas a{
	font-weight: 700;
	padding: 10px;
	color: white;
	background-color: transparent;
    background-image: linear-gradient(90deg,#441D60 0%,#29123A 100%);
}

.containerLead .televendas a:hover, .containerLead .whatsapp a:hover {
    transform: scale(1.1);
}
@media screen and (max-width: 700px){
	.containerLead .content .text img {
		width: 90%;
	}
}

.containerform{
	background-color: transparent;
	background-image: url("/lp-seat-couros/app/defaultlp/_assets/img/bancos/fundo-maps.jpg");
    background-position: center center;
    background-size: cover;
	position: relative
	
}
.containerform .content, .containerLead .content {
    position:relative;
    display: flex;
    justify-content: space-between;
	margin: auto;
	align-items: center;
}
.map iframe {
	height: 382px;
    margin: 0;
    width: 100%;
    padding: 40px 0;
	max-width: 1224px;
}
.formBan {
	/* margin: 30px 0; */
    height: 470px;
    background-color: #ffffff;
    /* display: flex;
    position: relative;
    flex-direction: column;
    justify-content: center;
    width: 390px;
    gap: 20px; */
}
.formBan label {
	padding: 0;
    color: #000;
    margin-left: 10px !important;
    font-size: .8rem;
}
.formBan p {
	color: #ccc;
}

.formBan h4 span {
    color: #ccc;
    margin: 5px 0 !important;
    /* padding: 16px 0; */
}


form.contact_widgets_form.novalp-form div {
    margin-top: 9px;
}

.formBan p {
    padding: 0;
}
.formBan span {
	color: #000;
    font-weight: 700;
    /* font-size: 1rem; */
}
.formBan .contact_widgets_form{
	display: flex;
	flex-direction: column;
	gap: 5px;
}

.formBan input, .formBan select {
    /* border-radius: 13px 5px !important; */
    min-height: 35px;
	padding: 6px !important;
}
/* .formBan input[type="submit"] {
    margin-top: 20px !important;
} */
.formBan input[type="submit"]:hover {
    padding: 15px 0 !important;
}
.buttonAction {
    display: flex;
    justify-content: flex-end;
	gap: 20px;
}
.buttonAction * {
	font-family: 'Kanit', sans-serif;
}   

.buttonFly {
position: fixed;
bottom: 2%;
right: 1%;
display: flex;
flex-direction: column;
z-index: 9999;
}

.buttonFly img {
height: 80px;
transition: .4s;
}

.buttonFly a {
margin: 10px 0;
}
.buttonFly a:hover img, .buttonFly .whatsapp{
transform: scale(1.2);
}
.column.right.buttonAction .whatsapp img, .buttonAction .televendas img {
transition: .4s;
}
.column.right.buttonAction .whatsapp:hover img, .buttonAction .televendas:hover img {
	transform: scale(1.1);
}


.tabsContent .menu-tabs > ul {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
.tabsContent .menu-tabs > ul > li {
width: 25%;
}
.tabsContent .menu-tabs > ul > li > a {
padding: 10px 5px 10px 20px;
width: 100%;
text-align: start;
}

						
.tabsContent .menuBtnOnoff {
color: white;
font-weight: 800;
margin: 0 0 0 23px;
display: flex;
align-items: center;
width: 52px;
cursor: pointer;
}
.buttonAction .whatsapp ,.buttonAction .televendas  {
background: #2c2b2a;
border-radius: 51px;
}
.whatsapp a, .televendas a, .products .card .buy a {
display: flex;
align-items: center;
background-color: transparent;
border: rgb(255, 255, 255) solid 2px;
padding: 12px 0;
display: flex;
transition: .4s;
color: rgb(255, 255, 255);
justify-content: center;
border-radius: 51px;
width: 270px;
text-align: center;
text-decoration: none;
font-weight: 600;
text-transform: uppercase;
font-size: 1.5rem;
}
.whatsapp a:hover{
	background-color: #00000;
	transform: scale(1.1);
 }
  .televendas a:hover{
	background-color: #00000;
	transform: scale(1.1);
}

.whatsapp a > *, .televendas a > * {
padding: 0 8px;
}
.televendas img ,.whatsapp img {
	width: 25px;
    margin: 0px !important;
    padding: 0 10px 0 0px;
}
.fraseBanner div.lojaOnline {
	padding: 0px 24px;
	width: 100%;
	display:flex;
	/* justify-content: center; */
}
.fraseBanner .lojaOnline a {
	padding: 8px 60px 11px 60px !important;
    color: white;
    background-color: #2c2b2a;
    text-decoration: none;
    font-size: 1.3rem;
    font-weight: 600;
    border-radius: 5px;
    font-family: 'Kanit', sans-serif;
	transition: .4s;
}
.lojaOnline a:hover {
	background-color: #36629c;
}

.products {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
} 
.products .card {
	width: 25%;
	margin: 20px;
	display: flex;
	flex-direction: column;
	align-items: center;
}
   

.products .card > img {
	width: 180px;
}
.products .card .title {
	font-size: 1.5rem;
	font-weight: 700;
	width: 70%;
	margin: 15px 0;
}
.products .card .contentPrice {
	background-color: #FEEE00;
	display: flex;
	flex-direction: column;
	width: 70%;
	border-radius: 11px;
	margin: 10px 0;
	padding: 5px 10px;
	min-height: 63px;
	color: #223fd2;
}
.products .card .contentPrice .desc {
	font-size: .7rem;
}
.products .card .contentPrice .price {
	font-size: 1.5rem;
	text-transform: uppercase;
	font-weight: 800;
	padding-bottom: 15px;
	text-align: center;
}
.products .card .contentPrice .price p {
	text-align: center;
}
.products .card .buy {
    width: 70%;
    display: flex;
    margin: 20px 0 5px 0;
    justify-content: space-evenly;
    background-color: #30B360;
    border-radius: 51px;
    padding: 5px 10px;
}
.products .card .buy a {
    font-weight: 700;
    width: 85%;
    text-transform: none;
    background-color: transparent;
}
.products .card .buy a:hover {
	transform: scale(1.15);
}

.products .card .buy a span {
    font-size: 1.1rem;
    white-space: nowrap;
    margin-left: 5px;
}
.products .card .buy a img {
	width: 16px;
	padding: 0;
	margin: 0 !important;
}



/* AJUSTES CUSTODIO */
.wrapper {
    display: flex !important;
	flex-direction: column !important;
}
.wrapper > header {
	position: absolute;
    top: 0;
	width: 100%;
    z-index: 9;
}
.wrapper > header > .header{
	background-color: rgba(133, 133, 133, 0.329) !important;
	
}
.wrapper > header .logo img{
	width: 230px !important;
	display: flex;
}

/* AJUSTES MOBILE CUSTODIO */
@media screen and (max-width: 700px){
	.wrapper {
	   /* display: table !important; */
   } 
   .wrapper > header {
	   /* position: relative !important; */
	   /* top: 0; */
	   /* width: 100%; */
	   /* z-index: 9; */
   }
    .wrapper > header > .header{
	   background-color: rgba(0, 0, 0, 0.548) !important;
	   
   }
   .wrapper > header .logo img{
	margin: auto;
    } 
   
   }