﻿/* ============================================================================================== 
This copyright notice must be kept untouched in the stylesheet at all times.
The original version of this stylesheet and the associated (x)html 
is available at http://www.script-tutorials.com/bootstrap-one-page-template-with-parallax-effect/
Copyright (c) Script Tutorials. All rights reserved.
This stylesheet and the associated (x)html may be modified in any way to fit your requirements.
================================================================================================= */

@import url(https://fonts.googleapis.com/css?family=Metrophobic);
@import url(https://fonts.googleapis.com/css?family=Righteous);

/****** CSS Personalizado Hermoges ******/

/* This text is in Istok Web */
body { 
	font-family: Metrophobic; 
}

/* general styles */
html, body {
  height: 100%;
  width: 100%;
}

/* padded section */
.pad-section {
  padding: 50px 0;
}
.pad-section img {
  width: 100%;
}

.navbar{
	background-color: #337AB7;
	border-color: #337AB7;
}

.navbar-toggle:hover {
    background-color: #999 !important;
}

.navbar-toggle {
    border-color: white;
}

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

.navbar-brand{
  font-family: 'Righteous', cursive;
  color: white !important;
}

.navbar-default .itemNav{
	color: white !important;
}

.navbar-default .active .itemNav{
	background-color: #eee;
	color: #23527c !important;
}

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  color: white !important;
  text-shadow: 2px 2px #333;
  font-family: 'Righteous', cursive;
  font-size: 133%;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url(img/fondo/curvado13.jpg) no-repeat center left fixed;
  background-color: #C4DFFF;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;	
  display: table;
  height: 65%;
  position: relative;
  width: 100%;
}

@media (max-width:720px){
	#home {
	  height: 95%;
	}  
}

#about {
}

#services {
  background-color: #306d9f;
  color: #ffffff;
}
#services .glyphicon, #services .fa {
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  display: inline-block;
  font-size: 60px;
  height: 140px;
  line-height: 140px;
  text-align: center;
  vertical-align: middle;
  width: 140px;
}

#google_map {
  height: 500px;
}

#solar, #ara_empreses {
  padding: 40px 0;
}

#solar img{
  max-height: 85px;
  max-width: 250px;
  margin: 20px auto;
}

#ara_empreses img{
  max-width: 450px;
  margin: 20px auto;
}

@media (max-width:720px){
	#solar img{
	  max-width: 190px;
	}  
	#ara_empreses img{
	  max-width: 250px;
	}
}

@media (min-width: 1001px) {
  #linkSolarBig{
	  display: visible;
  }
  
  #linkSolarMovil{
	  display: none;
  }

  .modal-dialog {
    width: 1000px;
    margin: 30px auto;
  }
  
  #resumenSolar{
	  width:980px
  }
  
}


@media (min-width: 1301px) {  
  .modal-dialog {
    width: 1300px;
    margin: 30px auto;
  }
  
    #resumenSolar{
	  width:1280px
  }
  
}

@media (max-width: 1000px) {
  #linkSolarBig{
	  display: none;
  }
  
  #linkSolarMovil{
	  display: visible;
  }

  #resumenSolar{
	  width:100%
  }  
  #ara_empreses img{
	  max-width: 370px;
  }
  
}



footer {
  padding: 20px 0;
}
footer .glyphicon {
  color: #333333;
  font-size: 60px;
}
footer .glyphicon:hover {
  color: #306d9f;
}