
table {
	border-collapse:separate;
	border-spacing:0;
}
caption, th, td {
	text-align:left;
	font-weight:normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content:"";
}
blockquote, q {
	quotes:"" "";
}
/* HTML5 tags */
header, section, footer,
aside, nav, article, figure {
	display: block;
}

/*===================*/
/*=== Main Styles ===*/
/*===================*/
body {
	font-family: 'Montserrat', sans-serif !important;
	color:#333;
	background-color: #f5f5f5;
}

/*a, a:visited {
	color:blue;
	text-decoration:none;
}
a:hover, a:active {
	color:#000;
	text-decoration:none;
}*/

#dev7link {
    position:absolute;
    top:0;
    left:50px;
    background:url(images/dev7logo.png) no-repeat;
    width:60px;
    height:67px;
    border:0;
    display:block;
    text-indent:-9999px;
}

.slider-wrapper { 
	width: 893px;
}

/*====================*/
/*=== Other Styles ===*/
/*====================*/
.clear {
	clear:both;
}
label {
	font-weight:600;
	font-size:20px	
}
label span {
	font-weight:400;
	font-size:17px;
		
}
.form-check{
	line-height: 20px !important;
	margin-top:20px
}
.container{
padding: 50px
}
.cabezal{
	width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 20px;
    max-width: 1140px;
    padding-left: 15px;
}
.btn-primary{
	    width: 150px;
	background-color:#b82025 !important;	
	border-color: #b82025 !important;
	margin-top:50px
}
.btn-primary:hover{
	   
	background-color:#221714 !important;	
	border-color: #221714 !important;
}