@charset "utf-8";
@font-face {
font-family: Source Sans Pro;
src: url(../fonts/SourceSansPro-Regular.ttf) format('truetype');
}
body {
	background-color: #F8EFE6;
	padding-top: 90px;
	font-family: Source Sans Pro, Arial, Verdana;
}
h1, h2, h3, h4, p {
	text-align:center;
}
p {
	font-family: Source Sans Pro, Arial, Verdana;
	font-weight: 200;
	padding-left: 0px;
	padding-bottom: 10px;
	color: #7197B1;
	line-height: 26px;
	font-size: 18px;
}
h1 {
	font-family: Source Sans Pro, Arial, Verdana;
	font-weight:200;
	line-height: 40px;
	padding-left: 0px;
	padding-bottom: 20px;
	color: #7197B1;
}
h2{
	font-family: Source Sans Pro, Arial, Verdana;
	font-size: 24px;
	color: #7197B1;
	line-height: 40px;
	font-weight: 100;
}
h3 {
	font-family: Source Sans Pro, Arial, Verdana;
	color: #7197B1;
	font-size: 40px;
}
h4 {
	font-family: Source Sans Pro, Arial, Verdana;
	color: #7197B1;
	font-size: 20px;
	line-height: 32px;
}
h5 {
	font-family: Source Sans Pro, Arial, Verdana;
	color: #7197B1;
	line-height: 26px;
	font-size: 18px;
}
h6 {
	font-family: Source Sans Pro, Arial, Verdana;
	color: #FFFFFF;
}
h9 {
	color: #FFFFFF;
	font-size: 20px;
}
a, a:active, a:focus {
   outline: none;
   text-decoration: none;
}
.container {
	background-color: #FFFFFF;
	margin-top: 20px;
	padding-left: 0px;
	padding-right: 0px;
}
.navbar {
	background-image: -webkit-linear-gradient(270deg,rgba(8,98,131,1.00) 0%,rgba(7,78,104,1.00) 95.34%,rgba(11,124,165,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(8,98,131,1.00) 0%,rgba(7,78,104,1.00) 95.34%,rgba(11,124,165,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(8,98,131,1.00) 0%,rgba(7,78,104,1.00) 95.34%,rgba(11,124,165,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(8,98,131,1.00) 0%,rgba(7,78,104,1.00) 95.34%,rgba(11,124,165,1.00) 100%);
}
.navbar-right {
	margin-right: 0px;
}
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #043040;
  background-color: transparent;
}
.navbar-default .navbar-nav > li > a {
  color: #096688;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
  color: #043040;
  background-color: #C2EBF9;
}
.navbar-default .navbar-toggle {
  border-color: #074E68;
}
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
  background-color: #E2F5FB;
  border-color: #E2F5FB;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #074E68;
}
.navbar-default .navbar-nav > li > a {
  font-size: 16px;
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  color: #043040;
  background-color: #E2F5FB;
}
.dropdown-menu .divider {
  background-color: #C2EBF9;
}
.dropdown-menu > li > a {
  color: #096688;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #043040;
  background-color: #E2F5FB;
}
.angrama {
	margin-left: 20px;
	margin-bottom: 0px;
	margin-top: 5px;
	height: 85px;
}
#main {
	width: 75%;
	max-width: 750px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
	margin-bottom: 60px;
}
a:link {
	color: #3A9D23;
}
a:visited {
	color: #3A9D23;
}
.carousel-indicators {
    bottom: 5px;
}
.carousel-indicators .active {
    background-color: #33B929;
}
.carousel-control.left,
.carousel-control.right {
	
}
.carousel-control.left span,
.carousel-control.right span {
	background-color: #000;
}
.carousel-caption2 {
  position: absolute;
  right: 15%;
  bottom: 140px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}
.carousel-fade .carousel-inner .item {
  opacity: 0;
  -webkit-transition: opacity 2.25s ease;
      -moz-transition: opacity 2.25s ease;
       -ms-transition: opacity 2.25s ease;
        -o-transition: opacity 2.25s ease;
           transition: opacity 2.25s ease;
}
.carousel-fade .carousel-inner .active {
  opacity: 1;
  -webkit-transition: opacity 2.25s ease;
      -moz-transition: opacity 2.25s ease;
       -ms-transition: opacity 2.25s ease;
        -o-transition: opacity 2.25s ease;
           transition: opacity 2.25s ease;
}
.carousel-fade .carousel-inner .active.left,
.carousel-fade .carousel-inner .active.right {
  left: 0;
  opacity: 0;
  z-index: 1;
}
.carousel-fade .carousel-inner .next.left,
.carousel-fade .carousel-inner .prev.right {
  opacity: 1;
}
.carousel-fade .carousel-control {
  z-index: 2;
}
.btn-theme {
	margin-bottom: 40px;
	background-color: rgba(255,255,255,0.9);
	border: 1px solid #3A9D23; 
	margin-right: 10px;
	margin-top: 40px;
	font-size: 20px;
}
.btn-theme:hover {
	color: #FFF;
	background-color: rgba(58,197,40,0.80);
	border-color: #fff;
	font-size: 20px;
}
.jumbotron {
	background-color: #9D2258;
	color: #FFFFFF;
}
.btn-default {
	border: 1px solid #3A9D23;
	color: #3A9D23;
}
.btn-default:hover {
	border: 1px solid #3A9D23;
	color: #FFF;
	background-color: #3A9D23;
}
.btn-default:focus, .btn-theme:hover{
	outline: none;
}
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus {
  color: #3A9D23;
  background-color: rgba(255,255,255,0.9);
  outline: none;
}

.barra_cabecera {
	background-color: #D75B5D;
	height: 30px;
	background-image: -webkit-linear-gradient(270deg,rgba(7,78,104,1.00) 0%,rgba(9,103,138,1.00) 50.26%,rgba(7,78,104,1.00) 100%);
	background-image: -moz-linear-gradient(270deg,rgba(7,78,104,1.00) 0%,rgba(9,103,138,1.00) 50.26%,rgba(7,78,104,1.00) 100%);
	background-image: -o-linear-gradient(270deg,rgba(7,78,104,1.00) 0%,rgba(9,103,138,1.00) 50.26%,rgba(7,78,104,1.00) 100%);
	background-image: linear-gradient(180deg,rgba(7,78,104,1.00) 0%,rgba(9,103,138,1.00) 50.26%,rgba(7,78,104,1.00) 100%);
	}
	
@media (max-width: 400px) {
.angrama {
	height: 65px;
	margin-left: 0px;
}
body {
	padding-top: 85px;
}
h6 {
	font-size: 20px;
}
}
@media (min-width: 401px) {
h6 {
	font-size: 26px;
}
}

@media (min-width: 480px) {
h6 {
	font-size: 32px;
}
}

@media (max-width: 640px) {

.btn-theme {
	display: none;
}
}

@media (max-width: 767px) {
  .navbar-nav > li > a {
    padding-left: 30px;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 45px;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #096688;
  }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #043040;
    background-color: transparent;
  }
}

@media (min-width: 992px) {
h6 {
	font-size: 46px;
}
}

@media (max-width: 992px) {
.container {
    width: 100%;
	margin-top: 2px;
  }
 .navbar-default .navbar-nav > li > a {
  font-size: 13px;
}
.btn-theme {
	font-size: 16px;
	margin-top: 3px;
	margin-bottom: 0px;
}
.carousel-indicators {
    bottom: 0px;
}
.angrama {
	margin-left: 0px;
}
}

#fotopanel {
	width: 200px;
	height: 200px;
	display:block;
	margin: 20px auto 0 auto;
	-webkit-box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	-moz--box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	overflow:hidden;
}
#fotopanel a img, #foto-circ a img, #foto-proy a img {
	display: block;
	-webkit-transition:: all 0.5s;
	-webkit-transform: all 2s;
}
#fotopanel-blog {
	width: 260px;
	height: 180px;
	display:block;
	margin: 10px auto 0 auto;
	-webkit-box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	-moz--box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	overflow:hidden;
	background: rgba(22,74,15,1);
	color: rgba(255,255,255,1);
}
#fotopanel-blog:hover {
	background: rgba(255,255,255,1);
	color: rgba(22,74,15,1);
}
#textpanel-blog {
	width: 260px;
	height: 86px;
	padding: 5px 10px;
	display:block;
	margin: 10px auto 0 auto;
	-webkit-box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	-moz--box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	overflow:hidden;
	background: rgba(22,74,15,1);
	color: rgba(255,255,255,1);
}
#textpanel-blog:hover {
	background: rgba(255,255,255,1);
	color: rgba(22,74,15,1);
}
#textpanel-blog a{
	background: rgba(22,74,15,1);
	color: rgba(255,255,255,1);
}
#textpanel-blog a:hover{
	background: rgba(255,255,255,1);
	color: rgba(22,74,15,1);
	text-decoration: none;
}
.text-blog, .text-proy {
	color: rgba(255,255,255,1);
}
.text-blog:hover, .text-proy:hover {
	color: rgba(22,74,15,1);
}
#fotopanel-proy {
	width: 200px;
	height: 160px;
	display:block;
	margin: 10px auto 0 auto;
	-webkit-box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	-moz--box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	overflow:hidden;
	background: rgba(22,74,15,1);
	color: rgba(255,255,255,1);
}
#fotopanel-proy:hover {
	background: rgba(255,255,255,1);
	color: rgba(22,74,15,1);
}
#textpanel-proy {
	width: 200px;
	height: 86px;
	padding: 5px 10px;
	display:block;
	margin: 10px auto 0 auto;
	-webkit-box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	-moz--box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	box-shadow:0 2px 15px rgba(0, 0, 0, 0.5);
	overflow:hidden;
	background: rgba(22,74,15,1);
	color: rgba(255,255,255,1);
}
#textpanel-proy:hover {
	background: rgba(255,255,255,1);
	color: rgba(22,74,15,1);
}
#textpanel-proy a{
	background: rgba(22,74,15,1);
	color: rgba(255,255,255,1);
}
#textpanel-proy a:hover{
	background: rgba(255,255,255,1);
	color: rgba(22,74,15,1);
	text-decoration: none;
}


/* ~~ The footer ~~ */

footer.nb-footer {
	margin-top: 30px;
	padding-bottom: 30px;
background: rgba(7,78,104,1.00);
border-top: 4px solid #9D2258; }
footer.nb-footer .footer-info-single {
margin-top: 30px; }
footer.nb-footer .footer-info-single .title {
color: #B6E1F3;
text-transform: uppercase;
font-size: 16px;
padding-left: 5px; }
footer.nb-footer .footer-info-single ul li a {
text-align: center;
display: block;
color: #B6E1F3;
padding: 2px 0; }
footer.nb-footer .footer-info-single ul li a:hover {
color: #B6E1F3; }
footer.nb-footer .social-media {
margin-top: 35px;
width: 228px;
margin-left: auto;
margin-right: auto;
 }
footer.nb-footer .social-media ul li a {
display: inline-block;
width: 45px;
height: 45px;
line-height: 45px;
border-radius: 50%;
font-size: 20px;
color: #B6E1F3;
border: 1px solid rgba(255, 255, 255, 0.3); }
footer.nb-footer .social-media ul li a:hover {
background: #B6E1F3;
color: rgba(7,78,104,1.00);
border-color: #B6E1F3; 
}


/*Hover image effects*/
#fotopanel a img:hover {
	-webkit-filter:grayscale(100%);
	
}
#foto-circ a img:hover {
	-webkit-transform: scale(1.5,1.5) rotate(0deg);
}
#foto-proy a img:hover {
	-webkit-filter: opacity(70%);
}
.titular-blog {
	color: #fff;
	font-size:16px;
	width: 199px;
	height: 199px;
	padding: 20px;
	background: rgba(22,74,15,0.80);
	-webkit-transition: -webkit-transform 300ms;
}
#fotopanel:hover .titular-blog {
	-webkit-transform: translateY(-200px);
}
.foto-blog {
	color: #fff;
	font-size:16px;
	width: 220px;
	height: 199px;
	padding: 0px;
	background: rgba(22,74,15,0.80);
	-webkit-transition: -webkit-transform 300ms;
}
#fotopanel:hover .foto-blog {
	-webkit-transform: scale(1.5,1.5) rotate(0deg);
	-webkit-filter: none;
}
.foto-passivhaus {
	color: #fff;
	font-size:16px;
	width: 260px;
	height: 180px;
	padding: 0px;
	background: rgba(22,74,15,0.80);
	-webkit-transition: -webkit-transform 300ms;
}
#fotopanel-blog:hover .foto-passivhaus {
	-webkit-transform: scale(1.5,1.5) rotate(0deg);
	-webkit-filter: none;
}
#fotopanel-proy:hover .foto-passivhaus {
	-webkit-transform: scale(1.5,1.5) rotate(0deg);
	-webkit-filter: none;
}


