/*
Theme Name: Usigrav CNC
Theme URI: http://www.proximaweb.com.br
Author: Prowimaweb
Author URI: http://www.proximaweb.com.br
Tema utilizado para a construção do site pronto
Version: 1.0a
Tags: pw, usigravcnc-com-br
Text Domain: usigravcnc-com-br

Tema utilizado para a construção do site pronto

*/




/* start_pwthemebuilder */
/* 
* PW Theme Builder
* 0.6.2
* http://proximaweb.com.br
* 2020-03-16 21:01:54
*/

*:focus, button:focus {
	outline: none !important;
}

#banner-rotativo{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	z-index: 5;
	font-size: 3em;
	color: #fff;
	text-transform: uppercase;
}

#banner-rotativo .swiper-slide{
	background-size: cover;
}

@media (max-width:767.98px){
	p, ul {
		font-size: 20px;
	}
	#banner-rotativo p{
		font-size: .55em;
	}
}

#banner-rotativo p{
	line-height: 1;
}

#banner-rotativo strong, #banner-rotativo b{
	font-weight: 800; 
	font-size: 1.66em;
}



.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 170px;
}

/* GERAL */
*::focus{
	outline: none;
}
body{
	font-family: 'Open Sans', sans-serif; 
	font-weight: 300;
	overflow-x: hidden;
}
strong, b{font-weight: 700;}
.pre-titulo-secao{
	color: #b5babe;
	font-weight: 700;
	text-transform: uppercase;
	display: block;
	font-size: 1.2em;
}
.titulo-secao{
	font-size: 1.2em;
	text-transform: uppercase;
	line-height: 1;
}
@media (min-width:768px){
	.titulo-secao{font-size: 2.2em;}
}
.titulo-secao strong, .titulo-secao b{
	font-weight: 800;
	font-size: 2em;
}
@media (min-width:768px){
	.titulo-secao strong, .titulo-secao b{font-size: 1.3em;}
}
.padding-secao{
	padding-top: 90px;
	padding-bottom: 80px;
}
.btn-usigrav{
	display: inline-block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	padding: 15px 30px;
	border: none;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s;
}
.btn-usigrav.vermelho{
	color: #fff;
	background-color: #d0252b;
}
.btn-usigrav.vermelho:hover{background-color: #c0151b;}
.btn-usigrav.branco{
	color: #d0252b;
	background-color: #fff;
}
.btn-usigrav.branco:hover{background-color: #eee;}
.shadow{box-shadow: 2px 2px 7px rgba(0,0,0,.3);}

/* BLOCO 1 : CABEÇALHO */

#cabecalho{
	position: relative;
	z-index: 15;
	max-height: 870px;
	color: #fff;
}
#cabecalho a{color:#fff;}
#cabecalho a:hover{color:#eee;}

#nav-cabecalho{height: 100px;}

#conteudo-cabecalho{
	height:calc(100% - 220px);
	color: #fff;
	font-size: 1.5em;
	text-transform: uppercase;
	line-height: 1;
}
@media (min-width:768px){
	#conteudo-cabecalho{font-size: 3em;}
}
#conteudo-cabecalho strong, #conteudo-cabecalho b{
	font-weight: 800; 
	font-size: 2em;
}
@media (min-width:768px){
	#conteudo-cabecalho strong, #conteudo-cabecalho b{font-size: 1.8em;}
}

.logo-container{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #d0252b;
	height: 100px;
	border-radius: 0 0 5px 5px;
	box-shadow: 3px 3px 15px rgba(0,0,0,.3);
	width: 100%;
	padding: 0 1em;
}
.logo-container .logo{padding-right: 1em;}
@media (min-width:768px){
	.logo-container{
		width: 340px;
		padding: 0;
	}
	.logo-container .logo{padding-right: 0;}
}

#menu-principal-1{
	text-transform: uppercase;
	font-weight: bold;
	font-size: .875em;
	line-height: 26px;
}
#menu-principal-1 li a{padding:8px 13px;}
.pw-icon-menu-mobile span {background-color: #fff;}

#menu-principal-1 ul.sub-menu {
	background-color: #d0252b;
    padding: 10px 15px;
    border-radius: 5px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
}

#menu-principal-1 ul.sub-menu li{border-bottom: 1px solid rgba(0,0,0,.07);}
#menu-principal-1 ul.sub-menu li:last-child{border-bottom: none;}
#menu-principal-1 ul.sub-menu li a{
	display: block;
	padding: 10px 0;
	font-weight: 300;
    font-size: .9em;
}

#cabecalho ul.menu-redes-sociais li a, #rodape ul.menu-redes-sociais li a {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
	font-size: .875em;
    color: #555;
	background-color: #fff;
    text-align: center;
    line-height: 30px;
    transition: background-color .3s, color .3s;
}
#cabecalho ul.menu-redes-sociais li a:hover, #rodape ul.menu-redes-sociais li a:hover{
	background-color: #d0252b;
	color: #fff;
}

/* BLOCO 2 : DESTAQUES */

#destaques{
	margin-top: calc(100vh - 270px);
	position: relative;
	z-index: 6;
}
.destaques-item{
	background-color: #d0252b;
	height: auto;
	color: #fff;
	border-radius: 5px;
	padding: 35px;
	text-align: center;
	flex-basis: 100%;
	margin-bottom: 2em;
	transition: background-color .3s;
}
a.destaques-item:hover{
	color: #fff;
	background-color: #c0151b;
}
@media (min-width:768px){
	.destaques-item{
		height: 360px;
		margin: 0 15px;
		flex-basis: calc(100% - 90px);
		margin-bottom: 0;
	}
}
.destaques-item:first-child{margin-left:0;}
.destaques-item:last-child{margin-right:0;}
.destaques-item figure{margin: 0 0 35px;}
.destaques-item h2{
	font-size: 2.25em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.05;
}
@media (min-width:768px) and (max-width: 1599.98px){
	.destaques-item h2{font-size: 1.5em;}
}

/* BLOCO 3 : ATENDEMOS */

#atendemos p{margin: 0;}
#atendemos p strong, #atendemos p b{color: #aaa;}
#atendemos .row article:first-child{margin-bottom:2em;}
#atendemos .row article .titulo-secao strong{font-size:1.5em;}
@media (min-width:768px){
	#atendemos .row article:first-child{margin-bottom:0;}
	#atendemos .row article .titulo-secao strong{font-size:1.3em;}
}


/* BLOCO 4 : SOBRE */

#sobre{background-color: #f5f5f5;}

.container-lista-servicos ul{
	list-style: square inside url("images/icone-lista.png");
	padding-left: 0;
}

/* BLOCO 6 : USINAGEM */

#ferramentas{background-color: #f5f5f5;}

.container-bg-usinagem{
	width: 100%;
	height: 360px;
	background-position: center;
	background-size: cover;
}

@media (min-width:768px){
	.container-bg-usinagem{
		width: 1000px;
		height: 100%;
		background-position: center left;
		background-size: auto;
	}
}

/* BLOCO 8 : GALERIA */
#galeria .pw-carrossel .swiper-slide {max-width: 100%;}
@media (min-width:768px){
	#galeria .pw-carrossel .swiper-slide {max-width: 500px;}
}
#galeria .pw-carrossel .swiper-slide img{
	width: 100%;
	height: auto;
}
@media (min-width:768px){
	#galeria .pw-carrossel .swiper-slide img{
		width: 500px;
		height: auto;
	}	
}

/* BLOCO 9 - CONTATO */

#contato{
	background-color: #d0252b;
	color: #fff;
}

.container-50{width: 100%;}
@media (min-width:768px){
	.container-50{width: 50%;}
}
.container-100{width: 100%;}

#form-contato input:not([type=submit]), #form-contato textarea{
	width: 100%;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #fff;
	padding: 35px 7px 7px;
	color: #fff;
}

#form-contato input::placeholder, #form-contato textarea::placeholder{
	color: rgba(255,255,255,.5);
	text-transform: uppercase;
	font-weight: bold;
}

#form-contato textarea {
	height: 100px;
	margin-bottom: 2em;
}
.anr_captcha_field{text-align: center;}
#anr_captcha_field_1{display: inline-block;}

/* RODAPÉ */

ul#menu-rodape li{
	display: block;
}

ul#menu-rodape li a{
	padding: 0;
	display: inline-block;
}

ul#menu-rodape li a:hover{
	color:#eee;
}

/* Whatsapp */
.btn-whats {
	position: fixed;
	bottom: 60px;
	right: 5px;
	z-index: 999;
}

.btn-whats a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #24cc63;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
}

/* end_pwthemebuilder */




































































































































































































































































/* start_BODY */
body{
background-repeat:no-repeat;background-position:center center;
				}
/* end_BODY */








/* start_PRELOAD */
#loader-container{display:none !important;}
/* end_PRELOAD */








/* start_pw-banner-296 */
#pw-banner-296 .pw-banner-slide-0{
background-image:url('https://usigravcnc.com.br/wp-content/uploads/2020/02/bg-cabecalho-1.jpg');background-repeat:no-repeat;background-position-x:center;background-position-y:top;
}@media (min-width: 768px) and (max-width:991px) {#pw-banner-296 .pw-banner-slide-0{
background-image:url('https://usigravcnc.com.br/wp-content/uploads/2020/02/bg-cabecalho-1.jpg');background-repeat:no-repeat;background-position-x:center;background-position-y:top;
}}@media (max-width: 767px) {#pw-banner-296 .pw-banner-slide-0{
background-image:url('https://usigravcnc.com.br/wp-content/uploads/2020/02/bg-cabecalho-1.jpg');background-repeat:no-repeat;background-position-x:center;background-position-y:top;
}}#pw-banner-296 .pw-banner-slide-1{
background-image:url('https://usigravcnc.com.br/wp-content/uploads/2020/02/banner-principal-com-vermelho.png');background-repeat:no-repeat;background-position-x:center;background-position-y:top;
}@media (min-width: 768px) and (max-width:991px) {#pw-banner-296 .pw-banner-slide-1{
background-image:url('https://usigravcnc.com.br/wp-content/uploads/2020/02/banner-principal-com-vermelho.png');background-repeat:no-repeat;background-position-x:center;background-position-y:top;
}}@media (max-width: 767px) {#pw-banner-296 .pw-banner-slide-1{
background-image:url('https://usigravcnc.com.br/wp-content/uploads/2020/02/banner-principal-com-vermelho.png');background-repeat:no-repeat;background-position-x:center;background-position-y:top;
}}
/* end_pw-banner-296 */






















