@charset "UTF-8";
/* CSS Document */

@font-face {
    font-family: 'nexa_boldregular';
    src: url('../fonts/nexa_bold-webfont.eot');
    src: url('../fonts/nexa_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_bold-webfont.woff2') format('woff2'),
         url('../fonts/nexa_bold-webfont.woff') format('woff'),
         url('../fonts/nexa_bold-webfont.ttf') format('truetype'),
         url('../fonts/nexa_bold-webfont.svg#nexa_boldregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'nexa_lightregular';
    src: url('../fonts/nexa_light-webfont.eot');
    src: url('../fonts/nexa_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/nexa_light-webfont.woff2') format('woff2'),
         url('../fonts/nexa_light-webfont.woff') format('woff'),
         url('../fonts/nexa_light-webfont.ttf') format('truetype'),
         url('../fonts/nexa_light-webfont.svg#nexa_lightregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

body{
	font-family: 'nexa_lightregular', Arial, Helvetica, sans-serif;
}

	.section{
		text-align:center;
	}


.content{
	width:960px;
	z-index:30;
	margin:0 auto;
	padding:15px 0;
}

.contentHome{
	width:920px;
	z-index:30;
	margin:70px auto 0 auto !important;
}


.greenbg{
	background:url(../images/bg.png);
}

.bodybg{
	background:url(../images/bg.png);
	background-size: 500px 157px;
	background-position:right top;
	background-repeat:no-repeat;
}

.bodybg2{
	background-size: 500px 157px;
	background-color:#00523b;
	background-position:right top;
}



#header{
	height:70px;
	z-index:20 !important;
		position:fixed !important;
		display:block;
		width: 100%;	
		text-align:center;
		color: #f2f2f2;
		top:0;
		padding:0;
		z-index:3000 !important;
	}
	
	
#footer{
	background:url(../images/bg.png);
	height:60px;
	z-index:20 !important;
		display:block;
		width: 100%;	
		text-align:center;
		color: #f2f2f2;
		padding:0;
		position:absolute;
	margin-top:40px;
	bottom:0 !important;
	}



#logo{
	background-color:#00523b;
	height:70px;
	float:left;
	margin-top: -55px;
}

#logoFooter{
	background-color:#00523b;
	height:60px;
	left:0;
	width:32%;
	top:0;
	float:left;
}

#logo img{
	float:right;
	padding:30px 25px 0 0;
}

#logoFooter img{
	float:right;
	padding:20px 25px 0 0;
}


#menuCont{
	text-align:right;
	padding-top:0;
	
}

.social{
	z-index:3000;
	float:right;
	margin-top:15px;
	
}

.socialFooter{
	width:100px;
	float:left;
	margin-top:20px;
	margin-left:10px;
	
}

.socialFooter img{
	margin-right:2px;
	
}


h1{
	color:#00523b;
	font-size: 40px;
	line-height:38px;
	margin-bottom:10px;
	text-align:left !important;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	padding-top:17px;

}

.contentHome h1{
	background:none !important;
	text-align:center !important;
}

h2{
	color:#00523b;
	font-size: 28px;
	line-height:28px;
	text-align:left !important;
	margin-bottom:25px;

}



p{
	color:#00523b;
	font-size: 20px;
	margin:15px;
}

.clear{
	clear:both;
}

.slider{
	max-width:100% !important;
	background-color:#ffffff;
	max-height:351px;
	margin:30px auto 0 auto;
}

.contentSlider{
	width:1366px;
	margin:0 auto;
	background:#333;
}

.slider img{
	cursor:pointer;
	width:100%
}

.flip-container {
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -o-perspective: 1000;
  perspective: 1000;
}

	.flip-container:hover .flipper, .flip-container.hover .flipper {
		-webkit-transform: rotateY(180deg);
		-moz-transform: rotateY(180deg);
    	-o-transform: rotateY(180deg);
		transform: rotateY(180deg);
	}
	
.flip-container {
	display:block;
	float:left;
	
}

.flip-container, .front, .back {
	width: 351px;
	height: 351px;

}

.flip-container.second, .front.second, .back.second {
	width: 230px;
	height: 221px;
}

.flip-container.third, .front.third, .back.third {
	width: 462px;
	height: 130px;
	margin-top:0;
}

.flip-container.fourth, .front.fourth, .back.fourth {
	width: 257px;
	height: 351px;
}


.flip-container.fifth, .front.fifth, .back.fifth {
	width: 290px;
	height: 351px;
}

.flip-container.sixth, .front.sixth, .back.sixth{
	width: 286px;
	height: 151px;
}

.flip-container.seventh, .front.seventh, .back.seventh{
	width: 221px;
	height: 351px;
}

.flip-container.eighth, .front.eighth, .back.eighth{
	width: 210px;
	height: 161px;
	float:left;
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
 	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
}

.front, .back {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
  	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.front {
	z-index: 2;
}

.back {
	-webkit-transform: rotateY(180deg) !important;
	-moz-transform: rotateY(180deg)!important;
	-o-transform: rotateY(180deg)!important;
	transform: rotateY(180deg)!important;
	z-index:5000;
}

.agencia .left{
	width:53%;
	float:left;
	
}

.agencia .left img, .clientes img{
	width:100%;
	margin-bottom:8px;
	
}

.agencia .left .imgEmpresa{
	width:49%;
	margin-right:2%;
	float:left;
}

.agencia .left .imgEmpresa:last-child{
	margin-right:0;
}


.agencia .right{
	width:42%;
	float:right;
	text-align:left;
}

.agencia .right p{
	font-size:17px;
	color:#9b9da0;
	margin:0;
}

.clientes .subtitle{
	width:800px;
	float:left;
	text-align:left;
	margin:-5px 0 10px 0;
	font-size:20px;
	line-height:20px;
	color:#00523b;
	
}

.clientes .rubros{
	width:100%;
	float:left;
	
}

/*.clientes .rubros img{
	max-width:960px;
	float:left;
	
}
*/
.servicios .items{
	width:100%;	
	
}

.servicios {
	margin:0 auto 0 auto;
	/*margin:100px auto 0 auto;*/
}


.contactForm{
	width:42%;
	float:left;
}

.contactForm input{
	width:100%;
	float:left;
	height:15px;
	line-height:15px;
	border:#00523b 1px solid;
	border-collapse:collapse;
	padding:5px 12px;
	font-size:13px;
	font-style:italic;
	margin-bottom:5px;
	font-family:Arial, Helvetica, sans-serif;
}

.contactForm textarea{
	width:100%;
	float:left;
	height:80px;
	border:#00523b 1px solid;
	border-collapse:collapse;
	padding:8px 12px;
	font-size:13px;
	font-style:italic;
	margin-bottom:10px;
	font-family:Arial, Helvetica, sans-serif;
} 

.contactForm label{
	text-align:left !important;
	width:100%;
	display:block;
	font-size:14px;
}

.contactForm .address{
	width:70%;
	float:left;
	font-size:14px;
	text-align:left;
} 


.contactForm .btn{
	width:34%;
	float:right;
	font-size:18px;
	text-align:center;
	color:#FFF;
	height:50px;
	line-height:50px;
	padding:0;
	font-style:normal;
	background:#6e8373;
	cursor:pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-family: 'nexa_boldregular';
	margin-top:10px;
	border:none;
	margin-right:-27px;
} 

.contactForm .btn:hover{
	background:#00523b;
} 

.map{
	width:48%;
	float:right;
}

#sidebar{
	width:205px; 
	margin-right:15px;
	float:left;
}

#sidebar .box{
	float:left;
	border:1px #FFFFFF solid;
	padding:10px;
	font-size:13px;
	width:184px;
	color:#FFF;
	margin:7px 5px 7px 0;
	height:100px;
	text-align:left;
}

#sidebar .box strong{
	font-size:15px;
}

.fotoVideo .container{
	position:relative; 
	float:left;
	margin-right:12px;
	margin-bottom:15px;
	width:333px;
}

.fotoVideo .item{
	width:333px;
	background:#fff;
	float:left;
	height:257px;
	display:block;
	opacity:0.1;
}

.fotoVideo .text{
	color:#fff;
	opacity:1;
	line-height:257px;
	text-align:center;
	position:absolute;
	z-index:300px;
	height:257px;
	width:333px;
	background-color: transparent;
	
}
.fotoVideo .container.pair{
	margin-right:0;
}

.divider{
	width:100%;
	background:#FFF;
	height:3px;
}
.popup1, .popup2, .popup3, .popup4, .popup5{
	background:#00523b;
	height:100%;
	width:100%;
	position:fixed;
	z-index:2001;
	top:73px;
	margin-bottom:10px;
	display:none;
}

.close1, .close2, .close3, .close4, .close5{
	background:#333;
	color:#FFF;
	height:30px;
	line-height:30px;
	width:30px;
	position:absolute;
	right:10px; 
	top:10px;
	cursor:pointer;
}

.contentPopup{
	width:840px;
	min-height:180px;
	border:1px #CCCCCC solid;
	margin:140px auto 0 auto;
	position:relative;
	padding:50px 30px;
	background:#FFF
	
}

.contentPopup .img{
	width:200px; 
	float:left;
	margin-right:25px;
	
}

.contentPopup .text{
	max-width:600px; 
	float:left;
	text-align:left
	
}

.imgServicios{
		position:relative;
		margin-top:40px;
		margin-left:15px;
}

.s1, .s2, .s3, .s4, .s5{
	cursor:pointer !important;
	/*width:150px;
	height:150px;
	position:absolute;
	top:175px;*/
}

/*.s1{
	left:40px;
}

.s2{
	left:230px;
}

.s3{
	left:425px;
}

.s4{
	left:620px;
}

.s5{
	left:805px;
}*/


	


.header {
	width:100% !important;
	height:355px;
	margin:90px 0 25px 0;
	position:relative;
}	
	
.elAljibe {
	background:url(../images/header-el-aljibe.jpg) right top no-repeat;
}

.elCorteIngles {
	background:url(../images/header-corte-ingles.jpg) right top no-repeat;
}

.publimagen {
	background:url(../images/header-publimagen.jpg) right top no-repeat;
	height:340px;
}

.ubesur {
	background:url(../images/header-ubesur.jpg) right top no-repeat;
}

.vinosuy {
	background:url(../images/header-vinosuy.jpg) right top no-repeat;
}

.woslen {
	background:url(../images/header-woslen.jpg) right top no-repeat;
}

.viejoPancho {
	background:url(../images/header-viejo-pancho.jpg) right top no-repeat;
}

.mgap {
	background:url(../images/header-mgap.jpg) right top no-repeat;
}

.content-elAljibe {
	width:920px;
	background:#1f503a;
	margin:0 auto;
	padding:20px 20px 0 20px;
	color:#FFF;
}

.boxes li {
	list-style:disc;
	color:#FFF !important;
	font-size:14px;
	margin-left:20px;
	line-height:16px;
	margin-bottom:10px;
}

.boxes li:last-child {
	margin-bottom:0;
}

.content-elAljibe .left {
	width:420px;
	float:left;
	text-align:center;
}

.content-elAljibe .right {
	width:480px;
	float:right;
	margin-top:9px;
}


.content-elAljibe .boxTitle {
	float:left;
	padding-left:10px;
	line-height:10px;
	text-align:left;
}
.content-elAljibe .box {
	width:400px;
	float:left !important;
	background:#4c7361;
	padding:10px;
	margin-bottom:15px;
	text-align:left;
	display:block;
}


.content-elAljibe .right .boxTitle {
	margin-top:20px;
}

.content-elAljibe .right .box {
	width:460px;
	margin-bottom:0;
}

.bullet {
	color:#FFF;
	font-size:36px;
	line-height:18px;
	float:left;
	margin-right:5px;
}

.clear {
	clear:left;
}


.otrasTitle {
	width:31%;
	height:40px;
	margin:30px 0 20px 0;
	float:left;
	background:#1f503a;
	line-height:40px;
	text-align:right;
	padding-right:1%;
	color:#FFF;
	font-size:24px;
	}

.otras {
	width:960px;
	margin:15px auto 15px auto;
}

.internas #footer
{
	position:relative;
}

.internas .divider
{
	height:20px;
}

.trabajos
{
	text-align:center;
	width:960px;
	margin:0 auto;
}

.titleHeader {
	width:500px;
	height:40px;
	float:left;
	background:#1f503a;
	line-height:40px;
	text-align:right;
	padding-right:1%;
	color:#FFF;
	font-size:24px;
	position:absolute;
	left:0;
	bottom:30px;
	}
	
.radio {
	width:920px;
	background: url(../images/bg-radio.jpg);
	margin:0 auto 30px auto;
	padding:20px 20px 5px 20px;
	height:100px;
	line-height:100px;
}

.videos {
	width:860px;
	background:#1f503a;
	margin:0 auto 30px auto;
	padding:50px;
	height:1000px;
}


.video {
-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,1);
width:400px;
height:300px;
float:left;
margin-right:50px;
margin-bottom:50px;
}

.video.segundo{
margin-right:0;}

.ultimoVideo{
	width:100%;
}

.clear{
	clear:both;
}

.video.ultimo{
margin:0 auto !important;
float:none;
}


	  @media only screen and (min-width : 320px) and (max-width : 767px) {
		  
		 

		  
	h1{
	color:#00523b;
	font-size: 400px;
	line-height:38px;
	margin-bottom:10px;
	text-align:left !important;
	background-image:url(../images/arrow.png);
	background-repeat:no-repeat;
	padding-top:17px;

}

.contentHome h1{
	background:none !important;
	text-align:center !important;
}

h2{
	color:#00523b;
	font-size: 98px;
	line-height:98px;
	text-align:left !important;
	margin-bottom:25px;

}




		 
		 

		  
	  .agencia, .servicios, .clientes{
		  margin-top:80px
	
}
		  
		  .agencia .left{
	width:100% !important;
	float:left;
	
}
		  
		   agencia .left img{
	width:100%;
	
}



.agencia .right{
	width:100%;
}

.content{
	width:92%;
	padding:0;
}


/*#header{
	background:url(../images/bg.png);
	height:50px;
	z-index:20 !important;
		position:fixed !important;
		display:block;
		width: 960px;	
		text-align:center;
		color: #f2f2f2;
		top:0;
		padding:0;
	}



#logo{
	background-color:#00523b;
	position:fixed;
	height:50px;
	left:0;
	width:100%;
	top:0;
	text-align:center;
}

#logo img{
	margin:0 auto !important;
	padding:10px 0 0 0;
	float:none;
}
*/
.contentHome{
	width:90%;
}


#menuCont{
	padding-top:15px;
	position:relative;
	
}

.clientes{
/*	margin-top:-2000px !important;
*/	
}

.clientes .subtitle{
	width:92%;
	margin:0 auto;
	padding-top:30px;
	font-size:16px;
	
}

		 
.servicios .items img{
	max-width:90px !important;
	max-height:auto !important;
	
} 

h1{
	font-size: 24px;
}


p{
	font-size: 16px;
}




.cliente{
	background-color: #fff;
	font-size:14px;
}

		  
		  }
		  
.servicio{
     font-family: 'nexa_lightregular';
	 color:#00523b;
	 width:165px;
	 float:left;
	 text-align:center;
	 font-size:20px;
	 line-height:normal;
	 margin:0 12px;
	 position:relative;
}

.servicio img{
	opacity:0.8;
	width:150px;
}


.servicio .titulo{
	position:absolute;
	width:230px;
	left:-30px;
	background:#FFF;
	padding-bottom:5px;
	z-index:2000 !important;
}

.servicio .line{
	width:1px;
	background:#00523b;
	height:200px;
	margin:5px auto 0 auto;
}

.servicio .s1img{
	width:165px;
	height:150px;
	float:left;
	position:relative !important;
	text-align:center;
}

.servicio .servicio2{
	margin-top:30px
}

.servicio.servicio2 .titulo{
	padding-top:50px !important;
	z-index:1999 !important;
}

.servicio.servicio3 .titulo{
	padding-top:15px !important;
	z-index:1999 !important;
}


.servicio.servicio4 .titulo{
	padding-top:50px !important;
	z-index:1999 !important;
}

.servicio.servicio5{
	margin-right:0;
}

.servicio.servicio5 .titulo{
	padding-top:15px !important;
	z-index:1999 !important;
}
