/*!
 * Start Bootstrap - Creative v3.3.7+1 (http://startbootstrap.com/template-overviews/creative)
 * Copyright 2013-2016 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap/blob/gh-pages/LICENSE)
 */
html,
body {
  height: 100%;
  width: 100%;
}
body {
  font-family: 'Raleway', sans-serif;
  color: #555;  
}
a {
  color: #555;
}
a:hover,
a:focus {
  color: #555;
  text-decoration:underline;
}

input {
text-transform:uppercase;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Raleway', sans-serif;
  color: #555;
  font-size:22px;
}
p {
  font-size: 13px;
  color:#333;
  line-height: 16px;
  margin-bottom: 20px;
}
.blanco, .blanco a{
	color:#FFF;
}
.blanco a:hover,
.blanco a:focus {
  color: #fff;
  text-decoration:underline;
}
hr{
	border: none;
    height: 1px;
    color: #ddd;
    background-color: #ddd;
	width: 100%;
	margin: 20px 0px 10px 0px;
    float: left;
}

.bg-dark {
  background-color: #222222;
  color: white;
}
#servicios{
	background-color:#ebebeb;
	padding-bottom: 20px;
}
#servicios h2{
  color:#007688;
  text-transform:uppercase;
}
#servicios h3{
  color:#007688;
  font-size:16px;
  line-height:18px;
  font-weight:600;
}
.naranja{
	color:rgba(230, 115, 25, 0.8) !important;
}
section {
  padding: 70px 0px 0px 0px;
}
aside {
  padding: 50px 0;
}
.no-padding {
  padding: 0;
}
.navbar-default {
  background-color: #0d5d6a;
  font-family: 'Raleway', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #F05F40;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
}
.navbar-default .navbar-header .navbar-brand:hover,
.navbar-default .navbar-header .navbar-brand:focus {
  color: #eb3812;
}
.navbar-default .navbar-header .navbar-toggle {
  font-weight: 700;
  font-size: 14px;
  color: #e0e0e0;
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  font-weight: 400;
  font-size: 13px;
  color: #fff;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #fff;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #fff !important;
  background-color: transparent;
}
.navbar-default .nav > li.active > a:hover,
.navbar-default .nav > li.active > a:focus:hover {
  background-color: transparent;
}

@media (min-width: 768px) {
  .navbar-default {
    background-color: #0d5d6a;
  }
  .navbar-default-login {
    background: transparent;
  }
  .navbar-default .navbar-header .navbar-brand {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .navbar-header .navbar-brand:hover,
  .navbar-default .navbar-header .navbar-brand:focus {
    color: white;
  }
  .navbar-default .nav > li > a,
  .navbar-default .nav > li > a:focus {
    color: rgba(255, 255, 255, 0.7);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: white;
  }
  .navbar-default.affix {
    background-color: #0d5d6a;
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #006a7b;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #006a7b;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #008aa0;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #006a7b;
  }
}

#login {
  position: relative;
  width: 100%;
    min-height: auto;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    background-position: center;
    background-image: url(../img/bg-login.jpg);
  /*height: 100%;
  background-repeat: no-repeat;
  background-attachment:scroll;
  background-position:bottom right;
  background-image: url('../img/bg-login.gif');*/
  text-align: center;
  color: #555;
}
.login{
  padding: 150px 0px 50px 0px;
}
.login .datos{
	max-width: 400px;
    margin-left: auto;
    margin-right: auto;
	padding:0px 10px;
}
@media (max-width: 768px) {
#login {
  /*background-image: url('../img/bg-login-ch.gif');*/
}
.login{
  padding: 120px 0px 50px 0px;
}
}

.navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
}

#user {
    height: 50px;
    padding-top: 10px;
}
#user p{
	text-align:right;
	color:#e1e1e1;
    margin: 6px 0px;
	font-weight: 700;
	line-height:13px;
}
#user #user-profile{
	color:#e1e1e1;
	font-size:13px;
	text-decoration:none;
}
#user #user-profile:hover{
	color:#FFF;
	text-decoration:none;
}
@media (max-width: 992px) {
#user #user-profile #user-name{
	display:none;
}
}

#wrapper {
    padding-top: 65px;
    padding-left: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

@media (min-width: 992px) {
    #wrapper {
        padding-left: 220px;
    }
}

@media (min-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 220px;
    }
}

#sidebar-wrapper {
    border-right: 1px solid #e7e7e7;
}

#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 220px;
    width: 0;
    height: 100%;
    margin-left: -220px;
    overflow-y: auto;
    background: #f3f3f3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

#sidebar-wrapper .sidebar-nav {
    position: absolute;
    top: 0;
    width: 220px;
    font-size: 13px;
	font-weight: 600;
	margin: 0;
    padding: 0;
    list-style: none;
}

#sidebar-wrapper .sidebar-nav li {
    text-indent: 0;
    line-height: 40px;
}

#sidebar-wrapper .sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #428bca;
}

.sidebar-nav li:first-child a {
    background: #f3f3f3 !important;
    color: #0d5d6a !important;
}

#sidebar-wrapper .sidebar-nav li a .sidebar-icon {
    width: 35px;
    height: 35px;
    font-size: 13px;
    padding: 0 2px;
    display: inline-block;
    text-indent: 6px;
    margin-right: 7px;
    color: #0d5d6a;
    float: left;
}

#sidebar-wrapper .sidebar-nav li a .caret {
  position: absolute;
  right: 23px;
  top: auto;
  margin-top: 18px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse {
    list-style: none;
    -moz-padding-start: 0;
    -webkit-padding-start: 0;
    -khtml-padding-start: 0;
    -o-padding-start: 0;
    padding-start: 0;
    padding: 0;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li i {
    margin-right: 10px;
}

#sidebar-wrapper .sidebar-nav li ul.panel-collapse li {
    text-indent: 15px;
}

@media (max-width: 992px) {
    #wrapper #sidebar-wrapper {
        width: 41px;
    }
    #wrapper #sidebar-wrapper #sidebar #sidemenu li ul {
        position: fixed;
        left: 35px;
        margin-top: -35px;
        z-index: 1000;
        width: 220px;
        height: 0;
    }
}

.sidebar-nav li a {
    background: #f3f3f3 !important;
    color: #0d5d6a !important;
}
.sidebar-nav li a:hover {
    background: #e5e5e5 !important;
    color: #0d5d6a !important;
}
.sidebar-nav li.destacado i{
    color: #fff !important;
}
.sidebar-nav li.destacado a{
    background: #127586 !important;
    color: #fff !important;
}
.sidebar-nav li.destacado a:hover {
    background: #0c6c7b !important;
    color: #fff !important;
}


/*CENTRAL*/
#central{
	margin:15px 15px;
}
@media (max-width: 992px) {
#central{
	margin: 15px 15px 15px 50px;
}
}
#destacados{
	border-bottom:1px solid #CCC;
    margin-right: 0px;
    margin-left: 0px;
	margin-bottom:10px;
	padding:10px 0px;
}
#destacados i, #destacados h3{
	color:#0d5d6a;
}
#destacados .btn {
  padding:30px 40px;
}
#destacados .btn:hover {
	background-color:#f3f3f3;
}
@media (max-width: 992px) {
#destacados .btn {
  padding:10px 20px;
}
}

/*contenido*/
#contenido h3{
	font-size:17px;
	font-weight:400;
	margin-top:5px;
	margin-bottom:0px;
}
#contenido h4{
	font-size:14px;
	font-weight:700;
}
#contenido ul{
  margin:0px 0px 0px 17px;
  padding:0px;
}
#contenido ul li{
  font-size: 13px;
  color:#333;
  line-height: 16px;
  margin-bottom: 10px;
}

/*forms*/

.forms .form-control {
    height: 28px;
    padding: 4px 4px;
    font-size: 13px;
    background-color: #f3f3f3;
}
.mg {
    margin-bottom: 4px;
}
.nn{
  width: 95% !important;
}

@media (max-width: 768px) {
  .nn{
    width: 100% !important;
  }
}


.forms input[type=radio]{
  width:12px;
  height:12px;
}
.forms input[type=checkbox]{
	width:14px;
	height:14px;
}
.forms label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 3px;
    font-weight: 400;
    font-size: 13px;
}
.forms .form-group {
    margin-bottom: 8px;
}
.forms input[type=file] {
	margin-bottom:5px;
    border: none;
    box-shadow: none;
    width: 95%;
    outline: none;
    background: white;
}
@media (max-width: 768px) {
.forms .form-group {
    margin-bottom: 5px;
}
.forms input[type=file] {
    width: 100%;
}
}
.forms .btn {
    height: 28px;
    padding: 4px 10px;
    font-size: 13px;
	margin-bottom:0px;
	font-weight: 600;
}
.forms .icono  {
    font-size: 14px;
}
.forms p {
	font-size:13px;
	line-height:15px;
	float:left;
	margin-bottom:6px;
}
.forms h4{
	font-size:18px;
}
@media (max-width: 768px) {
.forms p {
	float:none;
}
}
.forms span {
	font-size:13px;
	line-height:15px;
	font-weight:600;
	color:#0d5d6a;
}

.table thead {
    background-color: #ececec;
}
.table th, .table tr{
  font-size: 13px;
  color:#333;
  line-height: 16px;
  margin-bottom: 20px;
  font-weight:400;
}

.estado-amarillo span{
	color:#FC0;
}
.estado-rojo span{
	color:#F63;
}
.estado-verde span{
	color:#393;
}

.verde{
  color:#0d5d6a !important;
}
.rojo{
  color:#ac2925 !important;
}

/*COLLAPSE*/
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #f3f3f3;
}

.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	background-color: #f3f3f3;
	border-color: #f3f3f3;
}

.panel-title {
	font-size: 14px;
    font-weight: 600;
	color:#0d5d6a;
}

.panel-title > a {
	font-size: 14px;
    font-weight: 600;
	color:#0d5d6a;
	display: block;
	padding: 15px;
	text-decoration: none;
}

.more-less {
	float: right;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
	border-top-color: #0d5d6a;
}



header .header-content {
  position: relative;
  text-align: center;
  padding: 80px 15px 100px;
  width: 100%;
}
header .header-content .header-content-inner h1 {
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  font-size: 20px;
  line-height:24px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 45%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner p {
    font-size: 25px;
	line-height:29px;
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}
@media (min-width: 992px) {
  .service-box {
    margin: 20px auto 0;
  }
}
.service-box p {
  margin-bottom: 0;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(45, 121, 139, 0.8);
  position: absolute;
  bottom: 0;
  text-align: center;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category,
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-family: 'Raleway', sans-serif;
  padding: 0 20px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
  text-transform: uppercase;
  font-weight: 600;
  font-size: 14px;
}
.portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
  font-size: 12px;
}
.portfolio-box:hover .portfolio-box-caption {
  opacity: 1;
}
.portfolio-box:focus {
  outline: none;
}
@media (min-width: 768px) {
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-category {
    font-size: 18px;
	margin-bottom:10px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 12px;
  }
}

/*TALLERES*/
#talleres{
  padding: 40px 0px;
  background-color:#007688;
  color:#FFF;
  background-image:url(../img/bg-talleres.gif);
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
#talleres h2{
	font-size:32px;
	text-transform:uppercase;
}

#map {
	width: 80%;
	height: 500px;
}

#contacto{
  padding: 40px 0px;
  background-color:#007688;
  color:#FFF;
  background-image:url(../img/bg-contacto.jpg);
  width: 100%;
  min-height: auto;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  background-position: center;
}
#contacto h2{
  text-transform:uppercase;
	margin-bottom:40px;
}

#contacto form{
	margin:40px 0px;
}

.float-label-control { position: relative; margin-bottom: 1.5em; max-width:600px; height: 50px;}
    .float-label-control ::-webkit-input-placeholder { color: transparent; }
    .float-label-control :-moz-placeholder { color: transparent; }
    .float-label-control ::-moz-placeholder { color: transparent; }
    .float-label-control :-ms-input-placeholder { color: transparent; }
    .float-label-control input:-webkit-autofill,
    .float-label-control textarea:-webkit-autofill { background-color: transparent !important; -webkit-box-shadow: 0 0 0 1000px white inset !important; -moz-box-shadow: 0 0 0 1000px white inset !important; box-shadow: 0 0 0 1000px white inset !important; }
    .float-label-control input, .float-label-control textarea, .float-label-control label { font-size: 14px; color:#FFF; box-shadow: none; -webkit-box-shadow: none; }
        .float-label-control input:focus,
        .float-label-control textarea:focus { box-shadow: none; -webkit-box-shadow: none; border-bottom-width: 1px; padding-bottom: 0; }
        .float-label-control textarea:focus { padding-bottom: 4px; }
    .float-label-control input, .float-label-control textarea { display: block; width: 100%; padding: 0.1em 0em 1px 0em; border: none; border-radius: 0px; border-bottom: 1px solid #aaa; outline: none; margin: 0px; background: none; }
    .float-label-control textarea { padding: 0.1em 0em 5px 0em; }
    .float-label-control label { position: absolute; font-weight: normal; top: -1.0em; left: 0.08em; color: #aaa; z-index: 1; font-size: 0.85em; -moz-animation: float-labels 300ms none ease-out; -webkit-animation: float-labels 300ms none ease-out; -o-animation: float-labels 300ms none ease-out; -ms-animation: float-labels 300ms none ease-out; -khtml-animation: float-labels 300ms none ease-out; animation: float-labels 300ms none ease-out; /* There is a bug sometimes pausing the animation. This avoids that.*/ animation-play-state: running !important; -webkit-animation-play-state: running !important; }
    .float-label-control input.empty + label,
    .float-label-control textarea.empty + label { top: 0.1em; font-size: 1.5em; animation: none; -webkit-animation: none; }
    .float-label-control input:not(.empty) + label,
    .float-label-control textarea:not(.empty) + label { z-index: 1; }
    .float-label-control input:not(.empty):focus + label,
    .float-label-control textarea:not(.empty):focus + label { color: #fff; }
    .float-label-control.label-bottom label { -moz-animation: float-labels-bottom 300ms none ease-out; -webkit-animation: float-labels-bottom 300ms none ease-out; -o-animation: float-labels-bottom 300ms none ease-out; -ms-animation: float-labels-bottom 300ms none ease-out; -khtml-animation: float-labels-bottom 300ms none ease-out; animation: float-labels-bottom 300ms none ease-out; }
    .float-label-control.label-bottom input:not(.empty) + label,
    .float-label-control.label-bottom textarea:not(.empty) + label { top: 3em; }


@keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@-webkit-keyframes float-labels {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: -1em; opacity: 1; }
}

@keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}

@-webkit-keyframes float-labels-bottom {
    0% { opacity: 1; color: #aaa; top: 0.1em; font-size: 1.5em; }
    20% { font-size: 1.5em; opacity: 0; }
    30% { top: 0.1em; }
    50% { opacity: 0; font-size: 0.85em; }
    100% { top: 3em; opacity: 1; }
}


#footer{
  padding: 0px 0px;
	background-color:#0d5d6a;
	color:#fff;
}
#footer p{
	margin:15px 0px;
	font-size:13px;
	font-weight:400;
}
#footer a{
	color:#fff;
}
#footer a:hover{
	color:#fff;
	text-decoration:underline;
}


#footer .der{
	text-align:right;
	float:right;
}
@media (max-width: 768px) {
#footer .izq{
	text-align:center;
}
#footer .der{
	text-align:center;
	float:none;
}
}

.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #fff;
  background-color: #0d5d6a;
  height: 28px;
  padding: 4px 15px;
  font-size: 11px;
  margin-bottom: 0px;
  font-weight: 600;
  border: none;
  border-radius: 4px;
  text-decoration:none;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-color: #007688;
  color: #fff;
  text-decoration:none;
}
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  background-image: none;
}
.btn-default.disabled,
.btn-default[disabled],
fieldset[disabled] .btn-default,
.btn-default.disabled:hover,
.btn-default[disabled]:hover,
fieldset[disabled] .btn-default:hover,
.btn-default.disabled:focus,
.btn-default[disabled]:focus,
fieldset[disabled] .btn-default:focus,
.btn-default.disabled.focus,
.btn-default[disabled].focus,
fieldset[disabled] .btn-default.focus,
.btn-default.disabled:active,
.btn-default[disabled]:active,
fieldset[disabled] .btn-default:active,
.btn-default.disabled.active,
.btn-default[disabled].active,
fieldset[disabled] .btn-default.active {
  background-color: 007688;
  border-color: 007688;
}
.btn-default .badge {
  color: white;
  background-color: #0d5d6a;
}
.btn-primary {
  color: white;
  background-color: #0d5d6a;
  border-color: #0d5d6a;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: white;
  background-color: #007688;
  border-color: #007688;
}
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #007688;
  border-color: #007688;
}
.btn-primary .badge {
  color: #007688;
  background-color: white;
}
.btn {
  font-family: 'Raleway', sans-serif;
  font-size:14px;
  padding:8px 40px;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  margin-bottom:10px;
}
.btn-xl {
  padding: 15px 30px;
}

.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5 {
  min-height: 1px; 
  position: relative;
}
.col-xs-5 {
  float: left;
  width: 20%;
}
@media (min-width: 768px) {
  .col-sm-5 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 992px) {
  .col-md-5 {
    float: left;
    width: 20%;
  }
}
@media (min-width: 1200px) {
  .col-lg-5 {
    float: left;
    width: 20%;
  }
}

::-moz-selection {
  color: white;
  text-shadow: none;
  background: #007688;
}
::selection {
  color: white;
  text-shadow: none;
  background: #007688;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #007688;
}
