/*----- GERAL ------- ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
html, body{width:100%;height:100%;min-height:100%;margin:0px;font-family: 'Roboto', Tahoma, Geneva, sans-serif; font:status-bar;}
a{ text-decoration:none;}

/*----- AGENCIA ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*#landing-content2 {position: relative;overflow: hidden;background: url(../img/agencia/greenhouse-agencia-bgtopo.jpg) center center no-repeat;width: 100%;max-width: 100%;background-size:cover;height: 800px;max-height: 800px;-webkit-animation-name: landing-content2;-moz-animation-name: landing-content2;-ms-animation-name: landing-content2;-o-animation-name: landing-content2;animation-name: landing-content2;}*/

#landing-content2 {position: relative;overflow: hidden;width: 100%;max-width: 100%;height: 800px;max-height: 800px;}
.bg-agencia-img{position:absolute; top:0px; left:0px;overflow: hidden;width: 100%;max-width: 100%;height: 100%;max-height: 100%;background: url(../img/agencia/greenhouse-agencia-bgtopo.jpg) center center no-repeat;background-size:cover; z-index:1;-webkit-animation-name: bg-agencia-img;-moz-animation-name: bg-agencia-img;-ms-animation-name: bg-agencia-img;-o-animation-name: bg-agencia-img;animation-name: bg-agencia-img;}

.bg-agencia-img { 
-webkit-animation-duration: 20s;  -moz-animation-duration: 20s;  -ms-animation-duration: 20s;  -o-animation-duration: 20s;  animation-duration: 20s;  
-webkit-animation-iteration-count:infinite;-moz-animation-iteration-count:infinite;  -ms-animation-iteration-count:infinite;  -o-animation-iteration-count:infinite;  animation-iteration-count:infinite;  
-webkit-animation-timing-function: ease-in-out;-moz-animation-timing-function: ease-in-out;-ms-animation-timing-function: ease-in-out;-o-animation-timing-function: ease-in-out;animation-timing-function: ease-in-out;  
-webkit-animation-fill-mode: both;-moz-animation-fill-mode: both;-ms-animation-fill-mode: both;-o-animation-fill-mode: both;animation-fill-mode: both;  
}
@-ms-keyframes bg-agencia-img {0% {transform:scale(1);}50% {transform:scale(1.2);}100% {transform:scale(1);}}
@-webkit-keyframes bg-agencia-img {0% {transform:scale(1);}50% {transform:scale(1.2);}100% {transform:scale(1);}}
@-moz-keyframes bg-agencia-img {0% {transform:scale(1);}50% {transform:scale(1.2);}100% {transform:scale(1);}}
@-o-keyframes bg-agencia-img {0% {transform:scale(1);}50% {transform:scale(1.2);}100% {transform:scale(1);}}
@keyframes bg-agencia-img {0% {transform:scale(1);}50% {transform:scale(1.2);}100% {transform:scale(1);}}


.greenhouse-agencia-slide{width:100%; position:absolute; bottom:0px; left:0px; z-index:2;}
.greenhouse-agencia-slide p{ position:relative;width:930px; background:url(../img/agencia/greenhouse-agencia-bgslide-txt.png) center center; background-size:100% 100%; margin:auto; color:#FFF; font-size:16px;font-family: 'Roboto Condensed', Tahoma, Geneva, sans-serif; padding: 40px;text-transform: uppercase;letter-spacing: 3px; text-align:center;line-height: 26px;}
.greenhouse-agencia-slide-img{ position:absolute; top:-130px; left:80px;}
.greenhouse-agencia-slide-txt{ width:100%; text-align:center; margin-top:23%; color:#fff; font-size:50px; text-transform:uppercase; font-weight:100; letter-spacing:15px;font-family: 'Roboto Condensed', Tahoma, Geneva, sans-serif;}
.greenhouse-agencia-slide-txt span{ font-weight:700;}

.greenhouse-agencia-meio{background:#40ded2; padding:40px;}
.greenhouse-agencia-meiobox{color:#FFF; text-align:center;}
.greenhouse-agencia-meiotit{font-family: 'Roboto Condensed', Tahoma, Geneva, sans-serif; font-size:36px; margin:0px;}
.greenhouse-agencia-meiotxt{font-size:14px; color:#000; width:570px; margin:auto; text-transform:uppercase; padding: 10px; font-weight: 500;}
.margintop-40px{margin-top:40px;}

@media (max-width: 1500px) {
	
}
@media (max-width: 1350px) {
.greenhouse-agencia-slide-txt {margin-top: 33%;}
}

@media (max-width: 1024px) {
	#landing-content2 {height: 400px;max-height: 400px;}
	.greenhouse-agencia-slide-txt {margin-top: 170px;}
	.greenhouse-agencia-slide p {width: 100%;font-size: 13px;padding: 20px;line-height: 21px;}
	.greenhouse-agencia-slide-img {top: -60px;left: 30px;width: 70px;}
	
}

@media (max-width: 660px) {
	.greenhouse-agencia-meiotxt {width: 100%;}
}
.viewweb{display:block;}
.viewmobile{display:none;}
@media (max-width: 550px) {
	
	.viewweb{display:none;}
	.viewmobile{display:block;}
	.greenhouse-agencia-slide p {width: 90%;padding: 60px 20px 20px 20px;}
	.greenhouse-agencia-slide-txt {font-size: 25px;letter-spacing: 8px;}
}