@charset "UTF-8";
header h1{margin:0;font-family:"Oxygen";font-size:70px;font-weight:700;color:#fff;text-transform:uppercase;}
	header h1 span{color:#b71c1c;}

.sidebar{width:100%;height:auto;padding:50px 0;background-color:#282828;}
	.sidebar h5{margin:0;font-family:"Oxygen";font-size:22px;font-weight:600;color:#fff;}
	.sidebar .txt{font-size:15px;color:#ccc;}
	.sidebar i{font-size:35px;color:#b71c1c;}

#paileria .title{margin:5px 0 0 0;color:#fff;}
#paileria .separator{margin:5px 0;width:100px;height:3px;background-color:#FF6500;display:inline-block;}

#paileriaCarousel .item .bg{width:100%;height:350px;border:3px solid #fff;background-position:center;background-size:cover;background-repeat:no-repeat;}
#paileriaCarousel .item h3{margin:0 0 10px 0;font-family:"Oxygen";font-size:35px;font-weight:300;color:#fff;}
#paileriaCarousel.owl-theme .owl-nav.disabled + .owl-dots{margin-top:50px;}
#paileriaCarousel.owl-theme .owl-dots .owl-dot span {width:15px;height:15px;background:#fff;border:2px solid #fff;}
#paileriaCarousel.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span{background:transparent;}

@media(max-width:992px){
	#toolsCarousel .btn{margin-bottom:15px;}
	.sidebar{text-align:center;}
}
@media(max-width:600px){
	header h1{font-size:40px;}
	.title{font-size:40px;}
}