/**************************************************************************************
Defaults 
***************************************************************************************/
html {
	overflow-x:hidden;
	-webkit-font-smoothing: antialiased;
}
body {
	background:#ededed;/*191919*/
	overflow-x:hidden;
	
	color:white;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	-webkit-font-smoothing: antialiased;
}

a, button	{
	cursor:pointer;
	/*text-decoration:none;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;*/
}
a:hover, a:focus, button:focus{
	text-decoration: none;
	outline:none;
}
a:hover{
	text-decoration: none;
}
p, li{}
p{
	line-height:24px;
	display:block;
	margin: 0 0 15px 0;
}
p a{
    color: #0090ff;
}

hr{
	margin-bottom:30px;
	border-color:#ddd;
}

h1, h2, h3, h4, h5, h6{
	font-weight: 700;
}
h1{
	font-size: 50px;
	font-weight: 600;
	letter-spacing:-0.075rem;
}
h1 span{
	display:block;
}
h1.titulo-categoria{
	font-size: 18px;
	letter-spacing:0;
	line-height:24px;
	text-transform:uppercase;
}
h1.titulo-como{
	font-size: 30px;
	font-weight: 600;
	letter-spacing:-0.075rem;
}
h2{
	color:#343a40;
	font-size: 22px;
	font-weight: 300;
}
h3{
	color:#343a40;
	font-size: 12px;
	font-weight: 300;
	letter-spacing:5px;
	text-transform:uppercase;
}

figure{
	margin:0 !important;
}

input, select.custom-select{
	font-size: 14px !important;
}

input.form-control::-webkit-input-placeholder,
textarea.form-control::-webkit-input-placeholder,
textarea.form-control,
select.custom-select {
	color:#1c1c1c;
	text-shadow: 0;
	font-size: 14px;
}

button{
	border:none;
}

/**************************************************************************************
Bootstrap Overwrites
***************************************************************************************/


/**************************************************************************************
Custom Classes
***************************************************************************************/
/* Start of "Micro clearfix" */
.cf { zoom: 1; }
.cf:before,
.cf:after { content: ""; display: table; }
.cf:after { clear: both; }
/* End of "Micro clearfix" */

.pr{
	position:relative;
}
.bl{
	display:block;
	width: 100%;
}

.nopadding {
  padding: 0 !important;
  margin: 0 !important;
}
.npl	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-left: 0 !important;
}
.npr	{
	margin-top: 0 !important;
	margin-bottom: 15px !important;
    padding-right: 0 !important;
}
.noleft	{
	padding-left: 0 !important;
}
.noright	{
	padding-right: 0 !important;
}
.no-vert{
	margin-top:0;
	margin-bottom:0;
	padding-top:0;
	padding-bottom:0;
}

.espacio{
	padding:6rem 0;
}
.espacio-top{
	padding-top:6rem;
}
.espacio-top-mini{
	padding:3rem 0 6rem 0;
}
.espacio-bottom{
	padding-bottom:6rem;
}

.full-height, .half-height{
	position: relative;
}
.col5{
	float: left;
	display:block;
	padding-right: 15px;
	padding-left: 15px;
	width: 20%;
}

.imgfull	{
	width: 100%;
	min-width: 100%;
	max-width: 100%;
}
.half{
	width: 50%;
}
.imgbordershadow	{
	box-shadow:0px 0px 40px 0px rgba(50, 50, 50, 0.2);
}
.nobo{
	border:none !important;
}
.borde{
    border: 1px solid #ced4da;	
}

.limit{
	display:block;
	width: 100%;
	overflow:hidden;
}
.grow { transition: all .5s ease-in-out; }
.grow:hover { transform: scale(1.1); }

.table-responsive-wrapper{
	display:block;
	width: 100%;
	overflow-x:none;
}

.blanco{
	background:white;
}
.grismedio{
	background:#777;/*#222*/
}
.grisclaro{
	background:#ededed;
}
.grismuyclaro{
	background:#f9f9f9;
}

.txtazul{
	color:#0075ed !important;
}
.stafftitulo{
	color: #ed453a;
	font-size: 11px;
	font-weight: 900;
	letter-spacing:4px;
	text-transform:uppercase;
}

.volanta{
	color:#7f7f7f;
	font-family: 'Lato', sans-serif;
	font-size: 12px;
	font-weight: 700;
	letter-spacing:0.25rem;
	text-transform:uppercase;
}
.volantamini{
	color:#7f7f7f;
	font-family: 'Lato', sans-serif;
	font-size: 9px;
	font-weight: 900;
	letter-spacing:0.125rem;
	text-transform:uppercase;
}

.boton{
	display:inline-block;
	padding:0px 35px;
	height: 55px;
	background:#0090ff;
	border-radius:30px;
	color:white;
	font-size: 16px;
	font-weight: 600;
	line-height:55px;
	cursor: pointer !important;
}
.boton:hover{
	background:#0048ff;
	color:white;
}
.botonlinea{
	padding:0px 25px;
	height: 40px;
	background:white;
	border:solid 1px #ddd;
	color:gray;
	font-size: 9px;
	font-weight: 900;
	letter-spacing:1px;
	line-height:40px;
}
.botonblanco{
	background:white;
	color:black;
}
.botonblanco:hover{
	background:#0075ed;
}

/**************************************************************************************
Nav
***************************************************************************************/
.logos{
	background: #292929;
}
.logos a{
	padding: 2rem 0;
}
img.logo-johnson{
	margin-top: 10px;
}

.navbar {
    padding:0;
}
.navbar.bg-dark{
	background:#393939 !important;
}
a.navbar-brand{
	margin:40px 0 !important;
}

ul.navbar-nav{
	width: 100%;
}
li.nav-item{
	padding:0;
	width: 16.6%;
	border-right: solid 1px #303030;
}
li.nav-item:last-child{
	border-right: none !important;
}

a.nav-link{
	width: 100%;
	padding:0 30px !important;
	
	color:white !important;
	letter-spacing:0.015rem;
	line-height:70px;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
}
a.nav-link:hover{
	color: #0090ff !important;
}

.show > .nav-link,
.active > .nav-link,
.nav-link.show,
.nav-link.active {
	color: #0090ff !important;
}

.dropdown-submenu {
	position: relative;
}
.dropdown-menu {

}
.dropdown-submenu>a:after {
  content: "";
  float: right;
  border: none;
  font-family: 'FontAwesome';
}
.dropdown-submenu>.dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: 0px;
  margin-left: 0px;
}
.dropdown:hover>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

/**************************************************************************************
Home
***************************************************************************************/
#caHome{
	position: relative;
}

#homebanner{
	z-index: 2 !important;
	position: absolute;
	bottom:0;
	left:0;
	
	padding:30px 0;
	width: 100%;
	
	background:rgba(0,0,0,0.5);
}
#homebanner h1{
	display:block;
	
	color:white;
	font-size: 20px;
	letter-spacing:0 !important;
	text-align: center;
}
#homebanner h1 span{
	display:inline-block !important;
}

.about {
	background:white;
}
.about h1{
	color:#000;
}
.about h2{
	color:#777;
}
.about h3{
	display: inline-block;
	margin: .75rem 0 1.5rem 0px;
	padding: 1.25rem 2rem;
	background: black;
	color: white;
	letter-spacing: 2px;
}
.about p{
	color:#a8a8a8;
}
	
.item-categoria a{
	position: relative;
	display:block;
	overflow:hidden;
	height: 98%;
}
a.alto{
	height: 350px;
	display:block;
	overflow:hidden;
}
.item-categoria a img{
	margin:-1px 0 0 0;
}
.item-categoria a span{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	display:none;
	height: 100%;
	width: 100%;
	background:rgba(0,144,255,0.9);
}
.item-categoria a:hover span{
	display:block;
}
.item-categoria a span img{
	margin-top: 6.25rem;
}
.item-categoria h4 {
	margin:30px 0;
}	
.item-categoria h4 a{
	font-size: 20px;
	text-transform:uppercase;
}
.item-categoria h4 a:hover{
	text-decoration: underline;
}

a.item-chico-thumb{
	position: relative;
	height: 200px;
	display:block;
	overflow:hidden;
}
a.item-chico-thumb span{
	position: absolute;
	top:0;
	left:0;
	z-index: 1;
	
	display:none;
	height: 100%;
	width: 100%;
	
	background:rgba(0,144,255,0.9);
	
	color:white;
	font-size: 3rem;
	font-weight: 300;
	line-height:200px;
}
a.item-chico-thumb:hover span{
	display:block;
}
.item-chico h4 a{
	display:block;
	margin-top: 15px;
	min-height: 66px;
	font-size: 16px;
	text-transform:uppercase;
}

body.single.single-post h1.text-dark{
	font-size: 27px;
	font-weight: bolder;
}

.item-noticia a{
	color:black;
	font-size: 12px;
	text-decoration:underline;
}
.item-noticia a:hover{
	color:#0090ff;
}

.item-noticia p.botonlinea a{
	padding:0px 25px;
	height: 40px;
	background:white;
	border:solid 1px #ddd;
	color:gray;
	font-size: 9px;
	font-weight: 900;
	letter-spacing:1px;
	line-height:40px;
}

.item-noticia h4{
	margin-top: 1.5rem;
	line-height:21px;
}
.item-noticia h4 a{
	color:#3a3a3a;
	font-size: 18px;
	font-weight: 400;
	text-decoration: none;
}
.item-noticia p,
.item-noticia ul li{
	color:#888;
	font-size: 14px;
	line-height:21px;
}

.item-noticia ul {
	display:block;
	margin:0 0 30px 0;
	padding:0;
}
.item-noticia ul li{
	display:block;
	padding:0 0 10px 20px;
	background:url(../_img/flecha.png) no-repeat 0 8px;
	background-size: 11px;
	color:#343a40;
}

.item-noticia p a{
	color:#0090ff;
}
.item-noticia p a:hover{
	color:black;
}

.item-noticia figure.imgfull img{
	width: 100% !important;
}

.footer{
	padding:3rem 0;
	background:white;
}
.footer p,
.footer nav a{
	display:block;
	color:black;
	font-size: 12px;
	line-height:18px;
}
.footer nav a{
	display:block;
	padding:0 0 20px 0;
}
.footer nav a:hover{
	color:#0090ff;
	text-decoration:underline;
}
.footer h6{
	margin-bottom: 1.5rem;
	color:black;
	font-size: 12px;
	font-weight: 600;
}

a#whatsapp{
	z-index: 2;
	position: fixed;
	bottom: 30px;
	right: 30px;
	
	padding: 0.5rem 1rem;
	
	background: #25D366;
	border-radius: 12px;
	/*box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.15);*/
	
	color: white;
}
a#whatsapp:hover{
	background: #128C7E;
}
a#whatsapp img{
	width: 24px;
	filter: invert(100%);
}
a#whatsapp span{
	display: inline-block;
	margin-left: 5px;
	
	color: white;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: -0.035rem;
}

.cat-header{
	background:white;
}
.cat-header h1{
	color:black;
}
.cat-header p{
	color:#343a40;
}

.producto p,
.como p,
p.breadcrumb-trail,
p.breadcrumb-trail a{
	color:#343a40;
}

.producto h1{
	font-size: 36px;
}
.producto ul {
	margin:0;
	padding:0;
}
.producto ul li{
	display:block;
	padding:0 0 10px 20px;
	background:url(../_img/flecha.png) no-repeat 0 8px;
	background-size: 11px;
	color:#343a40;
}

.cat-elements .item-categoria a span img{
	margin-top: 9rem;
}

.wp-pagenavi{
	text-align: left;
}
.wp-pagenavi a, .wp-pagenavi span {
	margin: 0px !important;
    padding: 0 10px 0 0;
	
    border: none !important;
	
	color:black;
	font-size: 12px;
	text-decoration: none;
}
.wp-pagenavi a{
	color: #0090ff;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
	border: none !important;
    border-color: none;
}

.search-form{
	float: left;
	margin-bottom: 3rem;
	width: 100%;
	
	background:white;
	border:solid 1px #ddd;
	border-radius:15px;
}
.search-form:hover{
	background:#ddd;
}
.search-form input{
	float: left;
	height: 50px;
	width: 80%;
	
	background:none;
	border:none;
	outline:none;
	
	font-size: 10px;
	font-weight: 400;
	text-indent: 15px;
}
.search-form button{
	float: right;
	margin:10px 15px 0 0;
	background:none;
	border:none;
}

.collage-margen{
	margin-top: 1.9rem;
}

/*como*/
.como h1{
	color:black;
}
.como h6{
	display:block;
	height: 50px;
	width: 50px;
	background:#c2f9ff;
	border:outside solid 10px #222;
	border-radius:50px;
	color:#222222;
	font-size: 20px;
	line-height:50px;
	text-align: center;
}
.como h2{
	height: 50px;
	line-height:50px;
	color:black;
	font-size: 20px;
	font-weight: 700;
	text-transform:uppercase;
}
.paso img{
	margin:1rem 0 0 1.4rem;
}

.contacto h2,
.contacto p{
	color:#343a40;
}
.contacto hr{
	margin:2rem 0 0 0;
	height: 1px;
	width: 100px;
	float: left;
	background:#0090ff;
}

figure.destacada{
	display:block;
	position: relative;
	overflow:hidden;
	height: 99%;
}
figure.destacada img{
	margin:-1px 0 0 0;
}

/*showroom*/
.bwg_slideshow_dots_container_0{
	display:none !important;
}

/*form*/
.gform_wrapper label.gfield_label, 
.gform_wrapper legend.gfield_label {
	color:#343a40;
    font-weight: 400 !important;
    font-size: inherit;
}
.gform_wrapper .gfield_required {
    color: #0090ff !important;
    margin-left: 4px;
}

div.ginput_container.ginput_container_text input,
div.ginput_container.ginput_container_email input,
div.ginput_container.ginput_container_phone input,
.gform_wrapper textarea.large	{
	padding:1em 15px 1em 15px !important;
	height: 40px;
	width: 100%;
	border:none;
	background:white;
	color:black;
}
.gform_wrapper textarea.large{
	height: 180px !important;
}

input.gform_button.button{
	display:inline-block;
	padding:0px 35px;
	height: 55px;
	background:#0090ff;
	border:none;
	border-radius:30px;
	color:white;
	font-size: 16px;
	font-weight: 600;
	line-height:55px;
	cursor: pointer !important;
}
input.gform_button.button:hover{
	background:#0048ff;
	color:white;
}

/*simple*/
.simple .entry-header,
.simple .entry-footer{
	display:none !important;
}

.simple h3,
.simple p,
.simple li{
	color:#343a40;
}

.simple h4 {
	margin:30px 0;
}	
.simple h4 a{
	color: black;
	font-size: 20px;
	text-transform:uppercase;
}
.simple h4 a:hover{
	text-decoration: underline;
}

.simple img,
.simple img.w-100{
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	
	height: auto !important;
	min-height: auto !important;
	max-height: auto !important;
}

.simple hr{
	display: block;
	margin: 64px 0;
	height: 1px;
	
	width: 100% !important;
	min-width: 100% !important;
	max-width: 100% !important;
	
	background: #999;
}

/* promociones */
.promociones img.wp-image-784,
.promociones img.wp-image-785{
	width: 100% !important;
	height: auto !important;
}


















