/* font */
body {
	font-family: 'Roboto', sans-serif;
    font-size: 14px;
}

/* footer */
.footer-v1 .footer {
    padding: 40px 0;
    background: #8e8472;
}

.footer a, .copyright a, .footer a:hover, .copyright a:hover {
    color: #ffffff;
}

.footer-v1 address {
    line-height: 20px;
    font-weight: 300;
}

/* dropdown */

.nav>li {
    margin-right: -24px;
}

/* Textos */

.invertido {
    color: #fff;
}

.destacado {
	color:#9fa359;
	font-weight:500;
}

.texto16 {
	font-size:16px; 
	font-weight:300;
	line-height:1.5;
}

.texto18 {
	font-size:18px; 
	font-weight:300;
	line-height:1.5;
}

.texto20 {
	font-size:20px; 
	font-weight:300;
	line-height:1.5;
	margin: 0 0 30px 0;
}

.texto22 {
    font-size: 22px;
	font-weight:300;
}

.texto24 {
    font-size: 24px;
	font-weight:300;
}

.texto24invertido {
    font-size: 24px;
	font-weight:300;
	background-color:#333;
	padding:6px 8px 6px 8px;
}

.texto30 {
    font-size: 30px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
}

.texto32 {
    font-size: 32px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
}

.texto34 {
    font-size: 34px;
	font-weight:300;
    margin: 0 0 20px 0;
    line-height: 1.1;
}

.titulo32 {
    font-size: 32px;
	font-weight:500;
    line-height: 1.1;
}

.titulo34 {
    font-size: 34px;
	font-weight:500;
    line-height: 1.1;
}

.titulo36 {
    font-size: 36px;
	font-weight:500;
    line-height: 1.1;
}

.texto36 {
    font-size: 36px;
	font-weight:300;
    margin: -6px 0 30px 0;
    line-height: 1.1;
	color: #9fa359;
}

.texto42 {
    font-size: 42px;
	font-weight:600;
}

.texto44 {
    font-size: 44px;
	font-weight:300;
    line-height: 1.1;
}

.texto60 {
    font-size: 60px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.1;
	letter-spacing: -1.1px;
}
.texto90 {
    font-size: 90px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.5;
}
.texto110 {
    font-size: 110px;
	font-weight:300;
    margin: 0 0 44px 0;
    line-height: 1.5;
}

.bajada {
	font-size:18px; 
	font-weight:300;
	line-height:1.5;
	text-transform:uppercase;
}

h1, h2, h3, h4, h5, h6 {
    color: #9fa359;
    margin-top: 5px;
    text-shadow: none;
    font-weight: normal;
    font-family: "Roboto", "Open Sans", Arial, sans-serif;
}

/* colores */
.verde {
	color: 9fa359;
}

/* blocks */
.service-block-bordo {
	background: #af4b34;
	padding: 20px 30px;
}

.service-block-verde {
	background: #9fa359;
	padding: 20px 30px;
}

.service-block-marron {
	background: #8e8574;
    padding: 20px 30px;
}


/* separador */
.bg-image-v1 {
    width: 100%;
    height: auto;
    padding: 50px 0;
    position: relative;
    background: url(../img/aerea2.jpg) repeat fixed;
    background-size: cover;
}

.bg-image-v1:before {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: " ";
  position: absolute;
  background: rgba(0,0,0,0.1);
}

.headline-center h2 {
    color: #555;
    font-size: 32px;
    position: relative;
    margin-bottom: 20px;
    padding-bottom: 15px;
}

.revolution-mch-1:after {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    content: ' ';
    position: absolute;
    background: rgba(0, 0, 0, 0.1);
}


.slogan {
    color: #9c8061;
    font-size: 16px;
    top: 3px;
    font-weight: 300;
}

.rw-wrapper1 {
    width: 90%;
    position: relative;
    margin: 0;
    padding: 20px;
    top: 50px;
}
.rw-sentence1{
	margin: 0;
}
.rw-sentence1 span{
	color: #FFF;
	font-size: 150%;
	font-weight: normal;
}
.rw-words1 {
    display: inline;
    /*font-size: smaller;*/
}
.rw-words-11 span{
	position: absolute;
	opacity: 0;
	overflow: visible;
	-webkit-animation: rotateWord 15s linear infinite 0s;
	-ms-animation: rotateWord 15s linear infinite 0s;
	animation: rotateWord 15s linear infinite 0s;
}
.rw-words-11 span:nth-child(2) { 
    -webkit-animation-delay: 5s; 
	-ms-animation-delay: 5s; 
	animation-delay: 5s; 
}
.rw-words-11 span:nth-child(3) { 
    -webkit-animation-delay: 10s; 
	-ms-animation-delay: 10s; 
	animation-delay: 10s; 
}
