﻿/* ============================================================================================== 
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.
================================================================================================= */

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

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

/* vertical-centered text */
.text-vcenter {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
}
.text-vcenter h1 {
  font-size: 4.5em;
  font-weight: 700;
  margin: 0;
  padding: 0;
}

/* additional sections */
#home {
  background: url(../../img/fotoselad/8.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#about {
}

#services {
  background-color: #306d9f;
  color: #ffffff;
}
#services .glyphicon {
  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;
}

#information {
  background: url(../../img/fotoselad/3.jpg) no-repeat center center fixed; 
  display: table;
  height: 800px;
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#information .panel {
  opacity: 0.85;
}

#google_map {
  height: 500px;
}

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


#cmoda {
 /* background: url(../../img/fotoselad/9.jpg) no-repeat center center fixed; */
  display: table;
  /*height: 100%;*/
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


#cmodainfo {
  /*background: url(../../img/fotoselad/3.jpg) no-repeat center center fixed; */
  display: table;
  /*height: 100%;*/
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#cmodamaterias {
  background-color: #fff;
  color: #000;
  display: table;
  /*height: 100%;*/
  position: relative;
  width: 100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}


.radius_cmoda1 {
  border-radius: 45px;
  background: #E82079;
  padding: 10px;
/*  width: 200px;
  height: 150px*/
}
.radius_cmoda2 {
  border-radius: 45px;
  background: #8DC641;
  padding: 10px;
/*  width: 200px;
  height: 150px*/
}

#backmoda {
    background-color: #000;
    color: #000;
    display: table;
   background-color: #fff; /*Default bg, similar to the background's base color*/
 /*  background-image: url("../../img/fotoselad/materias_moda_fondo.png");
   background-position: right bottom; 
     background-size: 35%;*/
   background-repeat: no-repeat; /*Prevent showing multiple background images*/
}