/*!
 * 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: 'Work Sans', sans-serif;
  font-size: 14px;
  padding-top: 90px;
	text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
hr {
  border-color: #004A79;
  border-width: 3px;
  max-width: 50px;
}
hr.large {
  border-color: #004A79;
  border-width: 3px;
  max-width: 100%;
}
hr.light {
  border-color: white;
}
hr.light2 {
  border-color: black;
}
a {
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
  color: #004A79;
}
a:hover,
a:focus {
  color: #222;
  text-decoration:none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Open Sans Condensed', sans-serif;
}
p {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px;
}
.row-centered {
  text-align:center;
}
.col-centered {
	display:inline-block;
	float:none;
	/* reset the text-align */
	text-align:left;
	/* inline-block space fix */
	margin-right:-4px;
	text-align: center;
}
#areas, #obras, #contacto{
	background:#efefef;
}
#empresa a{
	color:#fff;
}
#empresa a:hover{
	color:#ccc;
}
.img-responsive{
	border-radius: 4px;
	padding: 5px;
	/*border: 1px solid rgb(204, 204, 204);*/
	width: 100%;
}
.img-responsive-ini{
	border-radius: 4px;
	padding: 5px;
	/*border: 1px solid rgb(204, 204, 204);*/
	width: 100%;
	height:230px;
}
.img-responsive-lst{
	padding: 5px;
	/*border: 1px solid rgb(204, 204, 204);*/
	width: 100%;
	height:225px;
  /*margin: -10px;*/
}
.img-responsive-lst2{
  padding: 5px;
  /*border: 1px solid rgb(204, 204, 204);*/
  width: 100%;
  min-height: 200px;
  height: 100%;
  margin: 0px;
}
.img-responsive-lst-blog{
	border-radius: 4px;
	padding: 5px;
	/*border: 1px solid rgb(204, 204, 204);*/
	width: 100%;
	height:auto;
}

@media (max-width: 768px) {
  .img-responsive-lst{
    padding: 5px;
    /*border: 1px solid rgb(204, 204, 204);*/
    width: 100%;
    height:200px;
    margin: auto;
  }
}

.feature-image {
  height: 60px;
	border-radius: 4px;
	/*padding: 5px;
	border: 1px solid rgb(204, 204, 204);*/
}
.obras_sec{
	background: rgb(255, 255, 255) none repeat scroll 0% 0%;
	/*border: 1px solid rgb(204, 204, 204);*/
	padding:10px;
  box-shadow: 0 1px 30px rgba(0,0,0,.10);
  border-radius: 5px;
}
#blog_art p{
	/*font-size:16px;*/
}
#subir{
	background:#333;
	border-radius:50%;
	box-shadow:0px 0px 4px #fff;
	margin:15px;
	padding:5px;
	cursor: pointer;
}
#subir i{
	color:#fff;
	font-size:30px;
}

.arrow_box {
	position: relative;
	background: #efefef;
	border: transparent;
	padding: 10px;
	border-radius:3px;
}
.arrow_box:after, .arrow_box:before {
	left: 0%;
	bottom: 100%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: transparent;
	border-bottom-color: #efefef;
	border-width: 6px;
	margin-left: 15px;
}
.arrow_box:before {
	border-color: transparent;
	border-bottom-color: transparent;
	border-width: 10px;
	margin-left: 7px;
}

.h2_inicio
{
	line-height: 50px;
	margin-bottom: 0px;
}

/* Main Navigation
---------------------------------------------------------------*/
.dropdown-menu {
  border: 0;
  background-color: rgba(255,255,255,0.95);
  /*margin-top: 1px !important;*/
  /*display: block;*/
}

.dropdown-menu > li.kopie > a {
    padding-left:5px;
}
 
.dropdown-submenu {
    position:relative;
}
.dropdown-menu > li > a
{
	font-size:15px;
}
.dropdown-submenu>.dropdown-menu {
   top:0;
   left:100%;
   margin-top:-6px;
   margin-left:-1px;
   -webkit-border-radius:0 6px 6px 6px;
   -moz-border-radius:0 6px 6px 6px;
   border-radius:0 6px 6px 6px;
 }
  
.dropdown-submenu > a:after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;  
  height: 0;     
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}
 
.dropdown-submenu:hover>a:after {
    border-left-color:#555;
 }

.dropdown-menu > li > a, .dropdown-menu > .active > a {
  padding: 10px 25px;
  font-size: 14px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > .active > a:hover {
  /*text-decoration: underline;*/
  background-color: #337ab7;
  color: white;
}  
  
@media (max-width: 768px) {
	body {
		padding-top: 50px;
	}
	.affix-top #cabec {
	  height: auto !important;
	}
  #logo {
    height: 40px !important;
  }
  .navbar-nav  {
     display: inline;
  }
  .navbar-default .navbar-brand {
    display: inline;
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
  }
  .navbar-default .navbar-nav .dropdown-menu > li > a {
    color: red;
    background-color: #ccc;
    border-radius: 4px;
    margin-top: 2px;   
  }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a {
     color: #333;
   }
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
   .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
     background-color: #ccc;
   }

   .navbar-nav .open .dropdown-menu {
     border-bottom: 1px solid white; 
     border-radius: 0;
   }
  .dropdown-menu {
      padding-left: 10px;
      background-color: rgba(255,255,255,1);
  }
  .dropdown-menu .dropdown-menu {
      padding-left: 20px;
   }
   .dropdown-menu .dropdown-menu .dropdown-menu {
      padding-left: 30px;
   }
   li.dropdown.open {
    border: 0px solid red;
   }

}
 
@media (min-width: 768px) {
  ul.nav li:hover > ul.dropdown-menu {
    display: block;
  }
  #navbar {
    text-align: center;
  }
}  

/*--------------- FIN MENU ----------------------*/

.bg-primary {
  background-color: #004A79;
}
.bg-dark {
  background-color: #222222;
  color: white;
}
.bg-gray {
  background-color: #efefef;
  color: black; 
}
.bg-gray2 {
  background-color: #dedede;
  color: black; 
}
.bg-light {
  background-color: #fff;
  color: #222;
}

.text-faded {
  color: rgba(255, 255, 255, 0.7);
}
section {
  padding: 50px 0;
}
aside {
  padding: 0px 0;
}
.no-padding {
  padding: 0;
}
#logo {
  display: inline;
  margin-top: 6px;
  height: 80px;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
#logo1 {
  color: #333;
}
#logo2 {
  color: #004A79;
}
.form-control{
	/*padding:0px 4px;
	height:24px;*/
}

.input-group {
  width: 400px;
  margin: 0 auto;
}
#mail_news {
  width: 80%;
}
@media (max-width: 768px) {
  .input-group {
    width: auto;
  }
}

.input-group-addon {
    padding: 9px 12px;
}

#empresa_clientes img{
	width:90%;
	border-radius: 4px;
	margin: 6px 0px;
	border:solid 1px #ccc;
	background:#fff;
	padding:6px;
}
.area_lst{
	background: rgb(255, 255, 255);
	/*padding: 10px;
	min-height:200px;*/
  border: 1px solid #ddd;
}
.area_lst:hover{
	background: rgb(250, 250, 250);
}
.navbar {
  border: 0px solid transparent;
}
.affix-top #cabec {
  height: 90px;
}

.navbar-default {
  background-color: rgba(255, 255, 255, 0.95);
  border-color: rgba(34, 34, 34, 0.05);
  font-family: 'Work Sans', sans-serif;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.navbar-default .navbar-header .navbar-brand {
  color: #004A79;
  font-family: 'Work Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  padding:0px;
}
.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: 12px;
  color: #222222;
  text-transform: uppercase;
}
.navbar-default .nav > li {
	/* height: 75px; */
	/* padding-top: 14px; */
}
.navbar-default .nav > li > a,
.navbar-default .nav > li > a:focus {
  text-transform: uppercase;
  /* font-weight: 700; */
  font-size: 13px;
  color: #000;
}
.navbar-default .nav > li > a:hover,
.navbar-default .nav > li > a:focus:hover {
  color: #004A79;
}
.navbar-default .nav > li.active > a,
.navbar-default .nav > li.active > a:focus {
  color: #004A79 !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: 769px) {
  .navbar-default.affix .nav {
    padding-top: auto;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }
  .navbar-default.affix-top .nav {
    padding-top: 25px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }
  .navbar-default.affix-top {
    height: 90px;
  }
  .navbar-default.affix {
    height: 50px;
  }
  #logo1 {
    color: #fff;
  }
  .navbar-default.affix .dropdown-menu {
    background-color: rgba(255,255,255,0.95);
  }
  .navbar-default.affix .navbar-header .navbar-brand #logo1 {
    color: #333;
  }

  .navbar-default.affix .navbar-header .navbar-brand #logo {
    height: 40px;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    transition: all 0.35s;
  }

  .navbar-default {
    /*background-color: rgba(0,74,121,0.95);*/
    background-color: rgba(255, 255, 255, 0.95);
    /*border-color: rgba(255, 255, 255, 0.3);*/
    box-shadow: 0 1px 20px rgba(0,0,0,0.15);
	  z-index: 500;
  }
  .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(0, 0, 0, 0.95);
  }
  .navbar-default .nav > li > a:hover,
  .navbar-default .nav > li > a:focus:hover {
    color: #004A79;
  }
  .navbar-default.affix {
    background-color: rgba(255, 255, 255, 0.95);
    border-color: rgba(34, 34, 34, 0.05);
  }
  .navbar-default.affix .navbar-header .navbar-brand {
    color: #004A79;
    font-size: 14px;
  }
  .navbar-default.affix .navbar-header .navbar-brand:hover,
  .navbar-default.affix .navbar-header .navbar-brand:focus {
    color: #004A79;
  }
  .navbar-default.affix .nav > li > a,
  .navbar-default.affix .nav > li > a:focus {
    color: #333;
  }
  .navbar-default.affix .nav > li > a:hover,
  .navbar-default.affix .nav > li > a:focus:hover {
    color: #004A79;
  }
  .nav-der-blog.affix {
    top: 83px;
  }
}
header {
  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/header.jpg'); */
  text-align: center;
  color: rgba(255, 255, 255, 0.95);
}
header .header-content {
  position: relative;
  text-align: center;
  padding: 100px 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;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}
header .header-content .header-content-inner hr {
  margin: 30px auto;
}
header .header-content .header-content-inner p {
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  margin-bottom: 50px;
  padding: 10px;
  text-shadow: 0 1px 2px rgba(0,0,0,0.5);
  background-color: rgba(0, 74, 121, 0.9);
  border-radius: 10px;
}
@media (min-width: 768px) {
  header {
    min-height: 100%;
  }
  header .header-content {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 50px;
  }
  header .header-content .header-content-inner {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
  header .header-content .header-content-inner h1 {
    font-size: 70px;
  }
  header .header-content .header-content-inner p {
    font-size: 18px;
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}
.section-heading {
  margin-top: 0;
}
.service-box {
  max-width: 400px;
  margin: 50px auto 0;
}

#pie_copy {
  color: #666;
  font-size: 14px;
  font-weight: normal;
  padding: 15px 0;
  border-top: 1px dashed #4a4a4a;
}
#pie_copy a {
  color: #ccc;
}
#pie_copy a:hover {
  color: #666;
}

@media (min-width: 992px) {
	.areas_lst{
		background: rgb(255, 255, 255) none repeat scroll 0% 0%;
		padding: 5px;
		border-radius: 8px;
    min-height: 240px;
	}
  .areas_lst img{
	  padding: 4px;
	  /*border: solid 1px #ccc;*/
	  border-radius:3px;
  }
  .service-box {
    margin: 20px auto 0;
  }
  .service-box:hover {
    background: rgba(0, 74, 121, 0.25);
		box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.1);
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
  }

  #pie {
    /*position: fixed;
    bottom: 0;*/
  }
  #pie .service-box:hover {
    background: rgba(0, 74, 121, 0);
		border-radius:10px;
		box-shadow: 0px 0px 4px rgba(0, 74, 121, 0);
		-webkit-transition: all 0.35s;
		-moz-transition: all 0.35s;
		transition: all 0.35s;
  }
  #pie .service-box:hover >i{
	  color:#fff;
  }
  #pie .service-box:hover >h3{
	  color:#fff;
  }
  #pie .service-box:hover >p{
	  color:#fff;
  }
  #pie .service-box:hover >a{
	  color:#fff;
  }
  #pie .service-box:hover  .text-muted{
	  color:#777;
  }

  .service-box:hover > i {
	  color:#333;
  }
	.service-box:hover > h3{
	  color:#fff;
	  text-decoration:none;
  }
  .service-box:hover > p {
	  color:#333;
	  text-decoration:none;
  }
}
.service-box p {
  margin-bottom: 20px;
}
.portfolio-box {
  position: relative;
  display: block;
  max-width: 650px;
  margin: 0 auto;
}
.obras_pic{
  min-height: 230px;
}
.portfolio-box .portfolio-box-caption {
  color: white;
  opacity: 0;
  display: block;
  background: rgba(0, 74, 121, 0.9);
  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;
	left: 0px;
}
.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: 'Work Sans', sans-serif;
  padding: 0 15px;
}
.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: 18px;
}
.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: 16px;
  }
  .portfolio-box .portfolio-box-caption .portfolio-box-caption-content .project-name {
    font-size: 22px;
  }
}
.call-to-action h2 {
  margin: 10px auto;
}
.text-primary {
  color: #004A79;
}
.no-gutter > [class*='col-'] {
  padding-right: 0;
  padding-left: 0;
}
.btn-default {
  color: #222222;
  background-color: white;
  border-color: white;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-default:hover,
.btn-default:focus,
.btn-default.focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
  color: #222222;
  background-color: #f2f2f2;
  border-color: #ededed;
}
.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: white;
  border-color: white;
}
.btn-default .badge {
  color: white;
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #004A79;
  border-color: #004A79;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  transition: all 0.35s;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
  color: #004A79;
  background-color: #efefef;
  // border-color: #ed431f;
  box-shadow:0px 0px 2px #999;
}
.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: #004A79;
  border-color: #004A79;
}
.btn-primary .badge {
  color: #004A79;
  background-color: white;
}
.btn {
  font-family: 'Work Sans', sans-serif;
  border: none;
  border-radius: 300px;
  /* font-weight: 700; */
  text-transform: uppercase;
}
.btn-xl {
  padding: 15px 30px;
}
::-moz-selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
::selection {
  color: white;
  text-shadow: none;
  background: #222222;
}
img::selection {
  color: white;
  background: transparent;
}
img::-moz-selection {
  color: white;
  background: transparent;
}
body {
  webkit-tap-highlight-color: #222222;
}

.ico-top a {
  padding: 13px 5px !important;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
}
.ico-top a:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%); 
}
@media (max-width: 768px) {
  .ico-top {
    float: left;
  }
}

.ico-gray a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  padding: 10px;
}
.ico-gray a:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); 
}
.ico-gray a img {
  border-radius: 50%;
}

.logos {
  display: flex;
  align-items: center;
  /*justify-content: center;*/
  justify-content: left;
  overflow: hidden;
  padding-bottom: 50px;
}
.ico-logo {
  float: left;
  height: 150px;
  padding: 20px;
  /*border: 1px solid #fff;*/
  
  display: flex;
  align-items: center;
  justify-content: center;
}
.ico-logo a {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.ico-logo a:hover {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); 
}
.ico-logo a img {
  max-width: 250px;
  max-height: 150px;
}

#input_busca {
  position: relative;
  width: 100%;
  /*min-height: 50px;*/
  text-align: center;
  background-color: rgba(240,240,240,0.95);
  margin-bottom: 0;
  transition: all .2s ease-in-out;
  display: none;
  
  /*visibility: hidden;
  opacity: 0;
  transition: visibility 0s, opacity 0.5s linear;*/
}
#input_busca.ver {
  display: block;
  /*visibility: visible;
  opacity: 1;*/
}

#input_busca input {
  width: 100%;
  /*min-height: 50px;*/
  background-color: transparent;
  border: 0;
  text-align: center;
  padding: 10px; 
  font-weight: thin;
  outline: none;
  box-shadow: inset 0 1px 20px rgba(0,0,0,.15);
}
#input_busca input::placeholder {
  color: rgba(0,0,0,0.25);
}
#input_busca button {
  position: absolute;
  z-index: 999;
  top: 0;
  right: 0;
  min-width: 75px;
  height: 40px;
  outline: none;
  background-color: #337ab7;
  color: white;
  border: 0;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}

@media (max-width: 768px) {
  .row-eq-height {
    display: block;
  }
}
@media (max-width: 991px) {
  .logos {
    justify-content: left;
  }
}

.navbar-blog {
	padding-left: 20px;	
	position: relative;
}

.navbar-blog:not(:last-of-type):before {
	height: 100%;
	width: 1px;
	left: 3px;
	background-color: #f93d66
}

.navbar-blog:after,.navbar-blog:not(:last-of-type):before {
	content: "";
	position: absolute;
	top: calc((1em - 7px) / 2)
}

.navbar-blog:after {
	left: 0;
	display: inline-block;
	box-sizing: border-box;
	width: 7px;
	height: 7px;
	border: 1px solid #f93d66;
	border-radius: 50%;
	background-color: #fff;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.navbar-blog .tit_bar {
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
  color: #505050;
  font-weight: bold;
	padding-bottom: 10px;
}

.navbar-blog a:before {
  content: "*";
  position: absolute;
  left: 0;
  display: inline-block;
  color: #ECBDBE;
  /*color: #f93d66;*/
}

.navbar-blog a {
	color: #888;
}
.navbar-blog a:hover {
	color: #000;
}

.post-mini {
	padding: 20px;
	margin-bottom: 50px;
	margin-right: 20px;
	background-color: white;
	border-radius: 2px;
	box-shadow: 0 1px 20px rgba(0,0,0,.05);
	overflow: hidden;
}
.post-mini a {
	color: #aaa;
	font-size: 15px;
}
.post-mini a:hover {
	color: #666;
}
.post-mini .post-cab {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	background-color: rgba(255,255,255,.8);
	padding: 10px;
	margin-right: 20px;
}
.post-mini .tit-post{
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	color: #505050;
	font-weight: bold;
}
.post-mini .cat-post{
	font-family: 'Montserrat', sans-serif;
	font-size: 11px;
	color: #666;
	font-weight: normal;
	text-transform: uppercase;
}
.post-mini .fec-post{
	font-family: 'Montserrat', sans-serif;
	font-size: 12px;
	color: #505050;
	font-weight: 300;
}
.post-mini .img-post {
	position: absolute;
	z-index: 0;
	top: 0;
	left: 0;
	margin-top: -20px;
	margin-left: -20px;
  overflow: hidden;
}
.post-mini .img-post img {
	padding: 0;
	border-radius: 0;
}
.post-mini .txt-mini1 {
	padding-right: 5px;
}
.post-mini .txt-mini2 {
	padding-left: 10px;
}

.post-maxi {
  padding: 40px;
  margin-bottom: 50px;
  margin-right: 20px;
  background-color: white;
  border-radius: 2px;
  box-shadow: 0 1px 20px rgba(0,0,0,.05);
  overflow: hidden;
}
.post-maxi a {
  color: #aaa;
  font-size: 15px;
}
.post-maxi a:hover {
  color: #666;
}
.post-maxi .post-cab {
  background-color: rgba(255,255,255,.8);
  padding: 40px;
  margin: -130px -40px 40px -40px;
}
.post-maxi .tit-post{
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  color: #505050;
  font-weight: bold;
}
.post-maxi .cat-post{
  font-family: 'Montserrat', sans-serif;
  font-size: 12px;
  color: #999;
  font-weight: normal;
  text-transform: uppercase;
  text-shadow: 0 1px 2px rgba(255,255,255,.5);
}
.post-maxi .fec-post{
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  color: #505050;
  font-weight: 300;
}
.post-maxi .img-post {
  margin-left: -40px;
  margin-right: -40px;
  margin-top: -40px;
}
.post-maxi .img-post img {
  padding: 0;
  border-radius: 0;
}
.post-maxi h3 {
	margin-top: -10px;
}

@media (max-width: 768px) {
	.post-mini {
		padding: 10px 10px 20px 10px;
		margin: 0 auto;
		margin-bottom: 20px;
		margin-right: 0px;
	}
	.post-mini a {
		color: #aaa;
		font-size: 15px;
	}
	.post-mini a:hover {
		color: #666;
	}
	.post-mini .post-cab {
		position: relative;
		padding: 5px 0 15px 0;
		margin-right: auto;
	}
	.post-mini .tit-post{
		font-family: 'Montserrat', sans-serif;
		font-size: 14px;
		color: #505050;
		font-weight: bold;
	}
	.post-mini .cat-post{
		font-family: 'Montserrat', sans-serif;
		font-size: 11px;
		color: #bbb;
		font-weight: normal;
		text-transform: uppercase;
	}
	.post-mini .fec-post{
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		color: #505050;
		font-weight: 300;
	}
	.post-mini .img-post {
		position: relative;
		margin-top: 0;
		margin-left: -25px;
		margin-right: -25px;
		margin-bottom: 15px;
	}
	.post-mini .img-post img {
		padding: 0;
		border-radius: 0;
	}
	.post-mini .txt-mini1 {
		padding-right: 15px;
		padding-left: 15px;
	}
	.post-mini .txt-mini2 {
		padding-left: 0;
		padding-right: 0;
	}

	.post-maxi {
	  padding: 15px;
	  margin: 0 auto;
	  margin-bottom: 20px;
	}
	.post-maxi a {
	  color: #aaa;
	  font-size: 15px;
	}
	.post-maxi a:hover {
	  color: #666;
	}
	.post-maxi .post-cab {
	  background-color: rgba(255,255,255,.8);
	  padding: 20px;
	  margin: -90px -20px 20px -20px;
	}
	.post-maxi .tit-post{
	  font-family: 'Montserrat', sans-serif;
	  font-size: 16px;
	  color: #505050;
	  font-weight: bold;
	}
	.post-maxi .cat-post{
	  font-family: 'Montserrat', sans-serif;
	  font-size: 12px;
	  color: #999;
	  font-weight: normal;
	  text-transform: uppercase;
	  text-shadow: 0 1px 2px rgba(255,255,255,.5);
	}
	.post-maxi .fec-post{
	  font-family: 'Montserrat', sans-serif;
	  font-size: 14px;
	  color: #505050;
	  font-weight: 300;
	}
	.post-maxi .img-post {
	  margin-left: -40px;
	  margin-right: -40px;
	  margin-top: -40px;
	}
	.post-maxi .img-post img {
	  padding: 0;
	  border-radius: 0;
	}
	.post-maxi h3 {
		margin-top: 0px;
	}

	.nav-der-blog.affix {
    position: relative;
  }
}

.bus-res {
	/*background-color: #fff;*/
	margin-bottom: 20px;
	padding: 10px;
}
.bus-res .bus-tit {
	color: #069;
	font-weight: bold;
}
.bus-res .bus-lnk a {
	color: #f69;
}
.bus-res .bus-lnk a:hover {
	color: #333;
}
.bus-res .bus-txt {
	color: #666;
}

@media (max-width: 1200px) {
  .navbar-header {
    float: none;
  }
  .navbar-left,.navbar-right {
    float: none !important;
  }
  .navbar-toggle {
    display: block;
  }
  .navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
  }
  .navbar-fixed-top {
    top: 0;
    border-width: 0 0 1px;
  }
  .navbar-collapse.collapse {
    display: none!important;
  }
  .navbar-collapse.collapse.in{
    display:block !important;
    overflow-y: auto !important;
  }
  .navbar-nav {
    float: none!important;
    margin-top: 7.5px;
  }
  .navbar-nav>li {
    float: none;
  }
  .navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

@supports (-webkit-backdrop-filter: none) or (backdrop-filter: none) {
  .navbar {
    background: rgba(242, 242, 242, 0.80);
    border-color: rgba(242, 242, 242, 0.80);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
  }
  .navbar-default.affix { background-color: rgba(255, 255, 255, 0.75); }
}

.picture {
  margin-left: -15px;
}

/* BLOG */
/* Animación imágenes */
@-webkit-keyframes rotate {
  0% { -webkit-transform: rotate(0deg) scale(1.0); }
  100% { -webkit-transform: rotate(5deg) scale(1.1); }
}
@-moz-keyframes rotate {
  0% { -moz-transform: rotate(0deg) scale(1.0); }
  100% { -moz-transform: rotate(5deg) scale(1.1); }
}
@-o-keyframes rotate {
  0% { -o-transform: rotate(0deg) scale(1.0); }
  100% { -o-transform: rotate(5deg) scale(1.1); }
}
@-ms-keyframes rotate {
  0% { -ms-transform: rotate(0deg) scale(1.0); }
  100% { -ms-transform: rotate(5deg) scale(1.1); }
}
@keyframes rotate {
  0% { transform: rotate(0deg) scale(1.0); }
  100% { transform: rotate(5deg) scale(1.1); }
}
@-webkit-keyframes rori {
  0% { -webkit-transform: rotate(5deg) scale(1.1); }
  100% { -webkit-transform: rotate(0deg) scale(1.0); }
}
@-moz-keyframes rori {
  0% { -moz-transform: rotate(5deg) scale(1.1); }
  100% { -moz-transform: rotate(0deg) scale(1.0); }
}
@-o-keyframes rori {
  0% { -o-transform: rotate(5deg) scale(1.1); }
  100% { -o-transform: rotate(0deg) scale(1.0); }
}
@-ms-keyframes rori {
  0% { -ms-transform: rotate(5deg) scale(1.1); }
  100% { -ms-transform: rotate(0deg) scale(1.0); }
}
@keyframes rori {
  0% { transform: rotate(5deg) scale(1.1); }
  100% { transform: rotate(0deg) scale(1.0); }
}
div.img-post img.hover {
  -webkit-animation-name: rotate;
  -moz-animation-name: rotate;
  -ms-animation-name: rotate;
  -o-animation-name: rotate;
  animation-name: rotate;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  cursor: url('https://ia801504.us.archive.org/31/items/abcde_201612/aero_link2.cur'), auto !important;
}
div.img-post img {
  -webkit-animation-name: rori;
  -moz-animation-name: rori;
  -ms-animation-name: rori;
  -o-animation-name: rori;
  animation-name: rori;
  -webkit-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -ms-animation-duration: 500ms;
  -o-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -ms-animation-iteration-count: 1;
  -o-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-timing-function: ease;
  -moz-animation-timing-function: ease;
  -ms-animation-timing-function: ease;
  -o-animation-timing-function: ease;
  animation-timing-function: ease;
  vertical-align: middle;
  text-align: center;
  margin-top: -20px;
}