/* ==== Google font ==== */
@import url('http://fonts.googleapis.com/css?family=Lato:400,300,700,900');

body {
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	font-size: 16px;
	color: #555;
	line-height: 1.6em;
	-webkit-font-smoothing: antialiased;
	-webkit-overflow-scrolling: touch;

	background-image: url(../img/main-bg-dim-test.jpg);
  	background-position: center center;
  	background-repeat: no-repeat;
  	background-attachment: fixed;
  	background-size: cover;
  	background-color: white;

}

/*body.index-body{
  background-image: url(../img/main-bg-dim-test.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: white;
}*/

h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    color: #444;
}

h1 {
	font-size: 40px;
}

h3 {
	font-weight: 400;
}

h4 {
	font-weight: 400;
	font-size: 20px;
}

p {
    margin-bottom: 20px;
    font-size: 16px;
}




a {
    color: #555;
    word-wrap: break-word;
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
	color: #555;
/*    color: #4F92AF;*/
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.alignleft {
    text-align: left;
}
.alignright {
    text-align: right;
}

.aligncenter {
    text-align: center;
}

.btn {
  display: inline-block;
  padding: 10px 20px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.428571429;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
       -o-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 0;
}

.btn-theme  {
  color: #fff;
  background-color: #4F92AF;
  border-color: #4F92AF;
}
.btn-theme:hover  {
  color: #fff;
  background-color: #444;
  border-color: #444;
}
form.signup input, form.signup textarea   {
	height: 42px;
/*	width: 340px !important;*/
	border-radius: 0;
	border: 1px solid #E0E0E0;
	margin:10px auto;
}

form.signup textarea {
	height: 200px !important;
}
form.signup button.btn {
	font-weight: 700;
}
form.signup input.form-control:focus {
	border-color: #fd680e;
}


/* wrapper */

#wrapper {
	text-align: center;
	padding: 50px 0;
/*	background: url(../img/main-bg.jpg) no-repeat center top;
	background-attachment: relative;
	background-position: center center;*/
	min-height: 650px;
	width: 100%;	
/*    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;*/

/*    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;*/
}


#wrapper h1 {
	margin-top: 60px;
	margin-bottom: 40px;
	color: green;
	font-size: 45px;
	font-weight: 900;
	letter-spacing: -1px;
}

.wrapper-not-index{
  background-color: #ffffff;
  opacity: .85;
}
h2.subtitle {
	color: green;
	font-size: 24px;
}

#wrapper h2.page-title{
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 40px;
}

p.datosempresa{
  font-size: 14px;
}

#wrapper .content-page{
  text-align: left;
  color: #000000;
}

#list-privacy{
  text-transform: uppercase;
}

li.list-title{
  font-weight: 700;
  font-size: 22px;
  margin-bottom: 10px;
  margin-top: 20px;
}

#wrapper .content-page ol ul{
  list-style-type: lower-alpha;
  margin-bottom: 10px;
} 

#wrapper .content-page ol ul li{
  font-size: initial;
  font-weight: unset;
  margin-bottom: initial;
}
#wrapper .content-page ol li span{
  text-decoration: underline;
}

table {
    border-collapse: collapse;
    margin-bottom: 10px;
}

table, th, td {
    border: 1px solid black;
}
th, td{
  padding: 5px; 
}
td{
  height: 30px;
}

#browsers{
  line-height: 0.5;
}
#browsers > p > a{
  color: #000000;
  text-decoration: underline;
}
/* countdown */
#countdown {
	font-size: 48px;
	color: #fff;
	line-height: 1.1em;
	margin: 40px 0 60px;
}


/* footer */
#footer{
  background-image: url(../img/main-bg-dim-test.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-color: white;
}
p.copyright {
	margin-top: 50px;
	color: black;
	text-align: center;
}

.logo { margin: 50px auto 10px auto; }	
.contacta {
	margin-top: 50px;
}

.form-group {display: block !important;}

.datosempresa {
	margin-top: 50px;
	background-color: rgba(255,255,255,0.60);
	padding:10px;
	font-weight:bold;
}
@media (max-width:375px){
	.container {width:375px;}
}

@media (max-width:320px){
	.container {width:320px;}
}

@media (min-width:760px){
form.signup input, form.signup textarea   {
	width: 340px !important;
}
}
