a, input, select, textarea {outline:none !important;
}
body { /*overflow-x:hidden;*/
	background: #fff;
	font-size: 14px;
}

@font-face {
  font-family: 'damion';
  src: url('../fonts/Damion-Regular.ttf');
}

@font-face {
  font-family: 'glass';
  src: url('../fonts/GlassAntiqua-Regular.ttf');
}

/*NAVIGATION BAR*/
/*ajusta imagen de slider principal*/
/*elimina el margen debajo del logo*/
.navbar, .navbar .logo{
	margin: 0!important;
	padding:0!important;
	background: rgba(255,255,255,0.8)!important;
	height: 65px;
}

.logo a{	
	color: #313131;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	text-shadow: none;
	text-decoration: none;
	padding: 0!important;
}
.logo img {
	height: 65px;
}
.logo span{
}

/*nav*/
.menu_wrap{
	padding-left: 100px;
}

.page_container {
	margin-top: 65px;
	border-top: 2px #d00b01 solid;
	background:#FFF;
}

.page_container_user {
	border-top: 2px #d00b01 solid;
	background:#FFF;
}



/*COMIENZAN SECCIONES: TODA SECCION TIENE SU WRAPPER*/
.section_wrapper{
	/*background-color: pink;*/
	margin-bottom: 50px;
}

.section_title{
	text-align:center;
	font-size:30px;
	color:#3b3b3b;
	font-family: 'damion', sans-serif;
}


/*SECTION - MAIN SLIDER*/
#header-carousel span{
	position: absolute;
	text-align: center;
	top: 0;
	right: 0;
	left: 25%;
	font-size: 25px;
	font-family: 'damion';
	color: #d00b01;
}



/*SECTION - STATEMENTS - 4 COLUMNAS CON RESUMEN*/
.section_statements {
	text-align:center;
	font-size: 16px;
}

.section_statements div{
	margin: 0 auto;
}

.section_statements .img_icon {
	width:50px;
	height:50px;
	font-size: 48px;
	margin-bottom: 20px;
	font-family: 'damion';
}

.section_statements .link_title
 {
 	font-family: 'damion';
	line-height:24px;
	min-height: 55px;
	font-size:24px;
	font-weight:800;
	color:#313131;	
	min-height: 72px;
}

/*SECTION - BIG TITLE*/
.big_title {
	text-align:center;
	padding:36px 0;
	line-height:20px;
	font-size:18px;
	color:#3b3b3b;
	font-family: 'damion', sans-serif;
	font-weight:400;
	position:relative;
	
}
.big_title span {
	line-height:31px;
	padding-top:7px;
	font-size:30px;
	display:block;	
}
.welcome_line {
	height:1px;
	background-color: #d00b01;
	position:absolute;
	left:0;
	right:0;
}
.welcome_t {top:0;}
.welcome_b {bottom:0;}


/*SECTION - PRODUCT DESCRIPTION*/
.product_description_block{
	min-height: 200px;
	font-size: 16px;
	margin-bottom: 25px;

	border-width: 1px;
	border-style: solid;
	border-color: rgba(0,0,0,.1);
	border-radius: 2px;

	-webkit-box-shadow: 4px 4px 5px 0px rgba(163,163,163,1);
	-moz-box-shadow: 4px 4px 5px 0px rgba(163,163,163,1);
	box-shadow: 4px 4px 5px 0px rgba(163,163,163,1);
}

.product_description_block img{max-width: 100%;}


/*SECTION - EXAMPLE EXCERCISES*/

.section_example_excercises .container{
	padding-top: 20px;
}

.example_excercise_title{
	font-family: 'damion';
	margin: 0;
}

.example_excercise_subtitle{
	font-style: italic;
	font-family: 'Open Sans', sans-serif;
	opacity: 0.7;
	font-size: 14px;
}


/*SECTION - NEXT STEPS*/
.next_steps{}
.next_step_row{margin-bottom: 20px;}
.next_step_question{
	text-align: right;
	font-size: 16px;
}
.next_step_answer{}


/*SECTION - CONTACT*/
.contact_section{text-align: center;}
.contact_form input,
.contact_form textarea{margin-bottom: 5px;}
#contact_form_message{text-align: center;}

.contact_section .note{
	font-style: italic;
	padding: 5px 0;
	font-family: 'Open Sans', sans-serif;
}

.contact_data{
	text-align: center;
	display: inline-block;
}

/*FOOTER*/

#footer {color:#1e1e1e;}
.footer_bottom {background:#1e1e1e;}
.copyright {color:#444444;}



/*SECCION USUARIO - OTRO HTML*/

.footer-user{
	position: absolute;
	bottom: 0;
	width: 100%;
}

.footer-user img, .foot_logo img{
	height: 65px;
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}

#body-user{
	height:100vh;
}

#user-messages{  
  border-radius: 3px;
  color: #313131;
  font-family: 'Open Sans', sans-serif;
  font-size:14px;
  font-style: italic;
  text-shadow: none;
  text-decoration: none;
  padding:0 0 20px 0;  
  text-align:center;
}