@import url('https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,700,700i');

body{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
}

h1{
	color: #29ABE2;
	font-size: 2.5em;
	font-weight: 300;
}

h2{
	color: #29ABE2;
	font-size: 2em;
	font-weight: 300;
}

p{
	color: #666666;
	line-height: 30px;
}

a {
    color: #00C9C9;
}

.jumbotron .h1, .jumbotron h1 {
    color: #29ABE2;
}

.navbar-brand{
	height: 60px;
	padding: 7px;
}

.logo{
	width: 20rem;
}

.navbar{
	background: #bde2ff;
	background: -moz-linear-gradient(top, #bde2ff 0%, #cce7ff 100%);
	background: -webkit-linear-gradient(top, #bde2ff 0%,#cce7ff 100%);
	background: linear-gradient(to bottom, #bde2ff 0%,#cce7ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde2ff', endColorstr='#cce7ff',GradientType=0 );
	border: 2px solid #C3D7E8;
	margin: 0px;
}

.nav>li>a{
	color: #00C9C9;
	padding: 20px;
}

.cont-header{
	background: #ebf6ff;
	background: -moz-linear-gradient(45deg, #ebf6ff 0%, #ffffff 100%);
	background: -webkit-linear-gradient(45deg, #ebf6ff 0%,#ffffff 100%);
	background: linear-gradient(45deg, #ebf6ff 0%,#ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6ff', endColorstr='#ffffff',GradientType=1 );
	padding: 4rem 0;
}

.list-group-item:first-child, .list-group-item:last-child{
	border-radius: 0px;
}

a.list-group-item .list-group-item-heading {
    color: #4D80BF;
    font-size: 1.1em;
}

.list-group-item-text {
    font-size: 0.6em;
    color: #4D80BF;
    display: inline-block;
}

.list-group-item {
    background-color: transparent;
    border: 0px;
}

.list-group{
	background: #bde2ff;
	background: -moz-linear-gradient(45deg, #bde2ff 0%, #cce7ff 100%);
	background: -webkit-linear-gradient(45deg, #bde2ff 0%,#cce7ff 100%);
	background: linear-gradient(45deg, #bde2ff 0%,#cce7ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde2ff', endColorstr='#cce7ff',GradientType=1 );
	border: 1px solid #C3D7E8;
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover{
	background: #00c9c9;
	background: -moz-linear-gradient(45deg, #00c9c9 0%, #29abe2 100%);
	background: -webkit-linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
	background: linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9c9', endColorstr='#29abe2',GradientType=1 );
}

a.list-group-item:focus, a.list-group-item:hover{
	background: #00c9c9;
	background: -moz-linear-gradient(45deg, #00c9c9 0%, #29abe2 100%);
	background: -webkit-linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
	background: linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9c9', endColorstr='#29abe2',GradientType=1 );
}

a.list-group-item:focus>h4, a.list-group-item:hover>h4, a.list-group-item:focus>p, a.list-group-item:hover>p{
	color: #fff;
}

.btn-primary {
    color: #00C9C9;
    background-color: transparent;
    border-color: #00C9C9;
    border-radius: 0px;
}

.padding-btn{
	padding: 1.2rem 5rem;
}

.btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus, .btn-primary:hover, .open>.dropdown-toggle.btn-primary{
	background: #00c9c9;
	background: -moz-linear-gradient(45deg, #00c9c9 0%, #29abe2 100%);
	background: -webkit-linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
	background: linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9c9', endColorstr='#29abe2',GradientType=1 );
	border-color: #00C9C9;
}

.link {
    color: #00C9C9;
    margin: 1rem 0;
    text-decoration: underline;
    font-size: 0.7em;
    display: inline-block;
}




/* nuevos estilos*/

/*desabilidar esta clase del archivo custom.css*/
.side-nav{
	top: 97px !important;
	left: 276px;
	bottom: auto;
	border: 2px solid #C3D7E8;
	padding-bottom: 0;
	background: -moz-linear-gradient(top, #bde2ff 0%, #cce7ff 100%);
	background: -webkit-linear-gradient(top, #bde2ff 0%,#cce7ff 100%);
	background: linear-gradient(to bottom, #bde2ff 0%,#cce7ff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bde2ff', endColorstr='#cce7ff',GradientType=0 );
	z-index: 1;
}

.nav>li>a, .side-nav>li>ul>li>a {
    color: #4D80BF;
    font-size: 16px;
}

li.menuItem.active a, .side-nav li a:hover, .side-nav li.menuItem a:focus, .side-nav li.menuHeader a.menuActive {
    background: #00c9c9;
    background: -moz-linear-gradient(45deg, #00c9c9 0%, #29abe2 100%);
    background: -webkit-linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
    background: linear-gradient(45deg, #00c9c9 0%,#29abe2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00c9c9', endColorstr='#29abe2',GradientType=1 );
    color: #fff;
}

#wrapper {
    padding-left: 0px;
}

div#page-wrapper, .container-fluid{
    padding: 0;padding-left: 15px;
}

.jumbotron {
    background: #ebf6ff;
    background: -moz-linear-gradient(45deg, #ebf6ff 0%, #ffffff 100%);
    background: -webkit-linear-gradient(45deg, #ebf6ff 0%,#ffffff 100%);
    background: linear-gradient(45deg, #ebf6ff 0%,#ffffff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebf6ff', endColorstr='#ffffff',GradientType=1 );
    padding: 9rem 0rem !important;
}
.nav>li>a>.menu-explanation{
	font-size: 12px;
}

/*
 Hace que el nesting de rows y cols no se aline.
.row {
    padding-right: 5px;
    padding-left: 5px;
}
*/

/* Ajuste ancho de la parte principal de la pantalla */
#page-wrapper {
    width: 72%;
    margin-left: 24%;
}

#page-wrapper-home > .container-fluid {
  padding-left: 0px !important;
}

/* Ajuste posición inicial de la parte principal de la pantalla */
@media (min-width: 768px) {
	body {
	    margin-top: 60px;
	}
}

/* Nuevos estilos */

.navbar-toggle{
	margin-right: 25px;
}

@media (max-width: 576px){
	#page-wrapper{
		margin-left: 10%;
	}
}

@media (min-width: 768px){
	#page-wrapper{
		width: 65%;
		margin-left: 24%;
	}
}

/* LANGUAGE
================================================== */
.lang-switcher{
	float: right;
	margin: 18px 10px 0px 10px;
}
.lang-switcher ul{
	margin: 0px;
	padding: 0px;
	text-align: center;
    padding-bottom: 5px;
}
.lang-switcher li{
	display: inline-block;
	list-style: none;
}
.lang-switcher li a,
.lang-switcher li a:hover,
.lang-switcher li a:link,
.lang-switcher li a:visited{
	display: block;
	width: 100%;
	font-size: 14px;
	color: #4D80BF;
	padding-right: 4px;
	text-decoration: none;
	font-size: 12px;
}
.lang-switcher li:last-child a{
	padding-right: 0px;
}
.lang-switcher li a:hover,
.lang-switcher li a.active{
	color: #29ABE2;
	font-weight: 700;
}

.logo-print{
	display: none;
}

@media print{
	.side-nav{
		display: none;
	}

	.page-header, h1{
		color: #29ABE2 !important;
	}

	.alert{
		display: none;
	}

	h3{
		font-weight: bold;
	}

	.panel-primary>.panel-heading{
		color: #fff;
		background-color: #337ab7;
		border-color: #337ab7;
	}

	div#page-wrapper, .container-fluid{
		margin-top: -25px !important;
		padding-left: 0;
		padding-right: 0;
	}

	p{
		padding-left: 0;
		padding-right: 0;
	}

	ul{
		padding-right: 0;
	}

	ul li{
		padding-right: 0;
	}

	.logo-print{
		display: block;
		margin-top: -75px;
		position: relative
	}

	.logo-print img{
		position: relative;
		left: 50%;
		transform: translateX(-50%);
		-webkit-transform: translateX(-50%);
		-moz-transform: translateX(-50%);
		-o-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
	}
}

.paragraph-new-style{
	font-size: 18px;
	font-weight: 600;
}