/*
  Dev by Alberto 'guzzan0' Guilarte <jseg@unimar.edu.ve>
  Make with love for Unimar.
  
	Simarca, Copyright 2017 - All Rights Reserved
*/

@import url('https://fonts.googleapis.com/css?family=Open+Sans+Condensed:700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');

/* Body */
body {
	background: #F8F7F7;
}

/* Message info without border, margin. */
.msg-beta { 
	border-radius: 0px !important; 
	margin-bottom: 0px !important; 
}


/* bootstrap override */
/* navbar */
.navbar { 
	border: 0px; 
	border-radius: 0px; 
	margin: 0px;
}

.navbar-default {
	background: #436bb3;
	box-shadow: 0px 1px 3px #7E9EDA;
}

.navbar-default .navbar-nav>li>a {
	font-family: 'Open Sans Condensed', sans-serif;
	text-transform: uppercase;  
	color: #fff; 
	padding-right: 20px;
}

.navbar-default .navbar-nav>li>a:hover, 
.navbar-default .navbar-nav>li>a:focus {
	background: #fff;
	color: #000;
}


.navbar-brand {
	padding: 5px;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	background: #7283a8;
}

/* ul li */
section li {
	padding-bottom: 7px;
	padding-right: 7px;
}

.fa-asterisk:before {
	color: #7E9EDA;
}

/* panel */

.panel {
	border-radius: 0px;
	font-family: 'Quicksand', sans-serif;
	box-shadow: -1px 3px 12px -2px rgba(0,0,0,0.4);
}

.panel-primary {
	border-color: #d7d5d5;
}



.panel-heading {
	border-top-right-radius: 0px;
	border-top-left-radius: 0px;
	text-transform: uppercase; 
}

.panel-footer {
}

.nopadding {
	padding: 0px !important;
}

.padding15px {
	padding: 15px !important;
}

/* end overwrite */

/* 
  Cointainer
*/

.firt-container {
	border-buttom: 15px solid #F0F0F0;
	border-right: 15px solid #F0F0F0;
	border-left: 15px solid #F0F0F0;
	
	padding-left: 0px; 
	padding-right: 0px;
}


/* Header */

header {
    display: table;
    position: relative;
    width: 100%;
		border-bottom: 15px solid #f0f0f0;
}

.text-vertical-center {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
	color: #fff;
}

/* Section general */

section {
	background-color: #f5f5f5;
}

section .body-section-padding {
	padding: 25px;
}

section>div .section-title {
	background: #F0F0F0;
	padding: 8px;
	width: 25%;
	margin-left: -15px;
	margin-bottom: 15px;
	margin-top: 15px;
	color: #436bb3;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	font-family: 'Open Sans Condensed', sans-serif;
	text-align: center;
}

section .section-header {
	background: /*#3b94d9;*/ rgba(59, 148, 217, 0.8);
	
	padding: 5px 50px 5px 30px;
	position:relative;
	font-family: 'Open Sans Condensed', sans-serif;
	box-shadow: 0px 1px 3px #7E9EDA;
	
	border-right: 15px solid #2b8fdd;
	/*margin: 0px 1px 1x 0px;*/
	
	margin-left: -15px;
	margin-top: 10px;

	position: absolute;  /*
	/*position: absolute;*/  /*
	float: right;*/
	
}

.fix_space {
	padding-top: 45px;
}

.section-header>h2, 
.section-header>h3 {
	display: inline;
	color: #fff;
}

.section-header>h3 {
	color: #F1F1F1;
}


/* Section news */

.news {
  /*background: #fff;*/
}

.news-body {
	font-family: 'Quicksand', sans-serif;
	position: relative;
	font-size: 15px;
	padding: 15px;	
}

/*.a-title-news {
	color: #436bb3;
}

.news-image-overlay {
	position: relative;
}

.label-image {
	font-family: 'Open Sans Condensed', sans-serif;
	top: 0;
	left: 0;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.7);
	color: #fff;
	padding: 4px 4px 4px 4px;
}


.new-image-shadow {
  box-shadow: 0px 0px 16px -3px rgba(0,0,0,0.75);
}

.lead {
	font-weight: 400px !important;
}*/


/* Section students only */

.students-only {
	background: #f9f9f9;
}

.students-only .students-img h1 {
	color: #C4C4C4	;
}

/* Section institutional information */

.institutional_information {
	background: url(../images/c_1.jpg);
}

/* Section footer */

footer {
	font-family: 'Quicksand', sans-serif;

	background: #436bb3;
	padding: 30px;
	color: #fff;
}



/* */


