/*
 Theme Name:   Industrial Child
 Theme URI:    http://industrial.bold-themes.com
 Description:  Industrial Child Theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     industrial
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  industrial-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

.btLightSkin h1 { color: #f6303e !important; }
.btLightSkin h2 { color: #f6303e !important; }
.btLightSkin h3 { color: #f6303e !important; }

p {
  font-size: 15px !important;
  font-weight: 400 !important;
}

h1, h2 {
letter-spacing: 0px !important;
line-height: 115% !important;
}


h3, h4 {
letter-spacing: 0px !important;
}

h5, h6 {
	font-weight: 300 !important;
}

.btIcoHolder:before{
color: #f6303e !important;
}

.btIcoHolder:hover:before {
color: #fd4f00 !important;
}

.btIconWidgetContent {
color: #fd4f00 !important;
}

.h500, .h500 img{
height: 500px !important;
}

.h450, .h450 img{
height: 450px !important;
}

.w100 {
width: 100% !important;
}

@media screen and (min-width:768px) {
  
  .titulo-slider-movil{
		margin-left: 820px;
	}
	.img-slider-movil{
		width:100px;
		height:100px;
	}
 .img-movil{
    	display:none;
    }
    
    .img-pc{
    	display:block;
    }
  }

@media screen and (max-width: 768px) {
	h1{
		font-size: 30px !important;
	}
	h2{
		font-size: 18px !important;
	}
	h3{
		font-size: 18px !important;
	}
	h4{
		font-size: 18px !important;
		}

	.titulo-slider-movil{
		margin-left: 0px;
	}
	.img-movil{
    	display:block;
    }
    
    .img-pc{
    	display:none;
    }
    
	
	.img-slider-movil{
		width:75px;
		height:75px;
		 
	}
 
}