/* GLOBAL STYLES
-------------------------------------------------- */
/* Padding below the footer and lighter body text */

body {
  padding-top: 3.7rem;
  padding-bottom: 3rem;
  color: #5a5a5a;
  font-family: 'Muli', sans-serif;
  text-align: justify;
}

h1 { 
  display: block;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 100;
  color:#3498DB;
}

h2 { 
  display: block;
  font-size: 1.3em;
  margin-top: 0.67em;
  margin-bottom: 0.67em;
  margin-left: 0;
  margin-right: 0;
  font-weight: 100;
  color:#3498DB;
}

img {
    image-orientation: from-image;
}

.buttonGeneric {
	background: rgba(40,124,190, 0.5); /*grey with 0.3 transparency*/
	font-size: 1.3em;
	color: white;
	font-weight: bold;
	border: 2px solid #e7e7e7;
	width: 50%;
}

.buttonGeneric:hover {
	background-color: rgba(192,192,192, 0.6);
	color:rgba(40,48,190);
}


/* INDEX
-------------------------------------------------- */

#offerInicialImg {
	padding-top: 2em;
	background-image:url(img/img-home.png);
	background-attachment: fixed;
	height: 20em;
  	background-position: center;
  	background-repeat: no-repeat;
  	background-size: cover;
  	position: relative;
}

.textBoxInfrontImg {
  text-align: center;
  /*position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);*/
  padding-right: 1em;
  padding-left: 1em;
  /*background-color: rgba(40,124,190, 0.5); /*blue with 0.4 transparency*/
}

.textInfrontImg {
  color: white;
  display: inline;
  font-weight: 700;
  background-color: rgba(40,124,190, 0.5); /*blue with 0.4 transparency*/
  /*padding-right: 10px;
  padding-left: 10px;*/
}

.buttonInfrontImg {
	display: block;
	background: rgba(40,124,190, 0.5); /*grey with 0.3 transparency*/
	font-size: 1.3em;
	color: white;
	font-weight: bold;
	border: 2px solid #e7e7e7;
	margin: auto;
	margin-top: 1em;
	margin-bottom: 1em;
	width: 14.5em;
}

.buttonInfrontImg:hover {
	background-color: rgba(192,192,192, 0.6);
	color:rgba(40,48,190);
}

/* TESTIMONIALS
-------------------------------------------------- */

/* Center align the text within the three columns of the testimonials */
.testimonials .col-lg-4 {
  padding-top: 30px;
  margin-bottom: 1.5rem;
  text-align: center;
}
.testimonials h2 {
  font-weight: 400;
}
.testimonials .col-lg-4 p {
  margin-right: .75rem;
  margin-left: .75rem;
}

