@font-face {
	font-family: 'octopus-300';
	src: url('../fonts/Octopus_300.eot');
	src: local('☺'), url('../fonts/Octopus_300.woff') format('woff'), url('../fonts/Octopus_300.otf') format('truetype'), url('../fonts/Octopus_300.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'octopus-700';
	src: url('../fonts/Octopus_700.eot');
	src: local('☺'), url('../fonts/Octopus_700.woff') format('woff'), url('../fonts/Octopus_700.otf') format('truetype'), url('../fonts/Octopus_700.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*estilos generales*/

html,
body {
	margin: 0;
	padding: 0;
	min-width: 320px;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	font-family: Open sans, Helvetica Neue lt std, Helvetica Neue, Helvetica, Neue;
	font-weight:300;
	font-size: 15px;
	line-height:1.5em;
	color: #ddd;
}
#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	padding: 0;
	margin: 0;
}
a {
	text-decoration: none;
}
fieldset,
img {
	border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-weight: normal;
	font-style: normal;
}
strong {
	font-weight: bold;
}
ol,
ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	margin: 0;
	padding: 0;
}
.content {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
}
#main {
	position: relative;
	background: url(../images/bg.jpg);
}
#fullpage {
	left: 0;
	z-index: 1;
}
.mod_container {
	position: absolute;
	top: 0;
	right: 20px;
	bottom: 0;
	left: 20px;
	background: #fff;
	overflow: hidden;
}
/*.mod_container:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}*/
/*terminan generales*/

/*fullpage*/
html,
body {
	margin: 0;
	padding: 0;
	overflow: hidden;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#superContainer {
	height: 100%;
	position: relative;
	-ms-touch-action: none;
	touch-action: none;
}
.fp-section {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.fp-slide {
	float: left;
}
.fp-slide,
.fp-slidesContainer {
	height: 100%;
	display: block;
}
.fp-slides {
	z-index: 1;
	height: 100%;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
	transition: all 0.3s ease-out;
}
.fp-section.fp-table,
.fp-slide.fp-table {
	display: table;
	table-layout: fixed;
	width: 100%;
}
.fp-tableCell {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}
.fp-slidesContainer {
	float: left;
	position: relative;
}
.fp-scrollable {
	overflow: scroll;
}
.fp-notransition {
	-webkit-transition: none !important;
	transition: none !important;
}
/*termina fullpage*/

/*nav*/
.art-nav {
	position: fixed;
	width: 100%;
	z-index: 10004;
}
.art-nav .redes {
	position: absolute;
	top: 70px;
	right: 70px;
}
.art-nav .redes a {
	display: inline-block;
	vertical-align: middle;
	padding: 4px 6px;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.art-nav .redes a:hover {
	opacity: .6;
}
.art-nav .redes a img {
	width: 26px
}
.cont_boton {
	position: absolute;
	left: 50px;
	top: 35px;
}
.boton_lineas {
	display: block;
	padding: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background: #fff;
	border: 0;
	cursor: pointer;
	outline: none;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.boton_lineas span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 2px;
	background: #262424;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.boton_lineas:hover span {
	background: #ccc;
}
.boton_lineas span:before,
.boton_lineas span:after {
	content: '';
	position: absolute;
	display: block;
	width: 20px;
	height: 2px;
	left: 0;
	background: #262424;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.boton_lineas span:before {
	top: -6px;
}
.boton_lineas span:after {
	bottom: -6px;
}
.boton_lineas:hover span:before {
	background: #ccc;
	top: -8px;
}
.boton_lineas:hover span:after {
	background: #ccc;
	bottom: -8px;
}
.flechas {
	position: absolute;
	right: 80px;
	top: 50px;
}
.mousescroll {
	position:fixed;
	width:60px;
	height:60px;
	left:40px;
	bottom:35px;
	background:url(../images/mouse_scroll.png) center center no-repeat;
	background-size:cover;
	z-index:3;
	-moz-animation: mousescroll .5s ease infinite alternate;
	animation: mousescroll .5s ease infinite alternate;
	-webkit-animation: mousescroll .5s ease infinite alternate;
}
@-webkit-keyframes mousescroll {
from {bottom:20px;}
to {bottom:35px;}
}
@keyframes mousescroll {
from {bottom:20px;}
to {bottom:35px;}
}
/*termina nav*/

/*menu lateral*/
.menu_full {
	position: fixed;
	left: -50%;
	width: 50%;
	height: 100%;
	background: url(../images/bg_menu.png) right bottom no-repeat;
	background-size: cover;
	text-align: center;
	z-index: 10005;
}
/*.menu_full:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}*/
.menu_full .mod_logomenu {
	padding: 15% 0;
}
.menu_full .mod_logomenu img {
	width: 50%;
	max-width: 80px;
}
.menu_full .mod_facemenu a {
	display: block;
	padding: 10px;
}
.menu_full .mod_facemenu img {
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.menu_full .mod_facemenu a:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.menu_full .mod_logomenu,
.menu_full .art-hmenu,
.menu_full .mod_facemenu {
	position: relative;
	display: block;
	width: 50%;
	margin: 0 auto;
	max-width: 150px;
	text-align: left;
}
.menu_full .art-hmenu li {
	position: relative;
	display: block;
	margin: 0;
}
.menu_full .art-hmenu li a {
	display: block;
	padding: 10px;
	font-family: 'Ubuntu';
	font-weight:300;
	font-size: 1.5em;
	color: #fff;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.menu_full .art-hmenu li a:hover {
	color: #D05348;
}
.cont_cerrar {
	position: absolute;
	top: 20px;
	right: 20px;
}
.cerrar {
	display: block;
	width: 25px;
	height: 27px;
	border: 0;
	background: url(../images/cerrar.png) center center no-repeat;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	cursor: pointer;
	outline: none;
}
.cerrar:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
/*terminan estilos de menu*/

/* inicio
		 * --------------------------------------- */
.mod_inicio {
	background: #999;
}
.mod_inicio .fondo {
	position: absolute;
	width: 70%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	overflow: hidden;
}
.mod_inicio .fondo img.bg {
	display: block;
	float: right;
	height: 100%;
	right: 0;
	top: 0;
}
.mod_inicio .fondo .slogan {
	position: absolute;
	width:28%;
	right: 2%;
	bottom: 2%;
}
.mod_inicio .fondo .slogan img {
	display: block;
	width:100%;
	float: none;
	height: auto;
	right: auto;
	top: auto;
}
/*.moveUp .mod_inicio .fondo img {
	-webkit-animation: none;
	-moz-animation: none;
	animation: none;
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	transform:scale(1);
}
.moveUp.active .mod_inicio .fondo img {
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	transform:scale(1.1);
}*/
/*@-webkit-keyframes zoom {
from {
-webkit-transform:scale(1)
}
to {
-webkit-transform:scale(1.3)
}
}
@keyframes zoom {
from {
transform:scale(1)
}
to {
transform:scale(1.3)
}
}*/
.mod_inicio .bg_logo {
	position: absolute;
	width: 70%;
	height: 100%;
	left: 0;
	top: 0;
	text-align:left;
	z-index: 999;
	background: url(../images/bg_logo.png) right center no-repeat;
	background-size: cover;
}
.mod_inicio .bg_logo:before {
	content:'';
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;
}
.mod_inicio .bg_logo img.logo {
	position: relative;
	display:inline-block;
	vertical-align:middle;
	width:22%;
	max-width:188px;
	margin:0 13%;
	/*left: 15%;
	top: 50%;
	margin-top: -130px;*/
	z-index: 2;
}
.texto_inicio {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width: 22%;
}
/* Agencia
		 * --------------------------------------- */
.mod_agencia {
	background: none;
}
.mod_agencia .topbar {
	position: absolute;
	width: 100%;
	height: 110px;
	left: 0;
	top: 0;
	background: #1A2430;
}
.mod_agencia .topbar .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	font-size: 0;
	color: transparent;
	background: url(../images/agencia/bg_top1_agencia.png) right top no-repeat;
	background-size:cover;
}
.mod_agencia .topbar .bg2 {
	position: absolute;
	width: 26%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
	color: transparent;
	background: url(../images/agencia/bg_top2_agencia.png) right top no-repeat;
	background-size: cover;
}
.mod_agencia .container {
	position: absolute;
	width: 100%;
	top: 110px;
	bottom: 250px;
	background: #1A2430;
}
.mod_agencia .container .imagen {
	position: absolute;
	width: 80%;
	height: 100%;
	top: 0;
	left: 0;
	background: #ccc;
	overflow: hidden;
	z-index: 1;
}
.mod_agencia .container .imagen img {
	display: block;
	width: 100%;
	-webkit-transform-origin: left top;
	-moz-transform-origin: left top;
	transform-origin: left top;
}
.mod_agencia .container .imagen:after {
	content: '';
	position: absolute;
	width: 50%;
	right: 0;
	top: -2px;
	bottom:-2px;
	background: url(../images/agencia/image_mask.png) left top no-repeat;
	background-size: cover;
	z-index: 2;
}
.mod_agencia .container .imagen .mask img {
	display: block;
	width: 100%;
	height: 100%;
}
.mod_agencia .container .texto {
	position: absolute;
	right: 5%;
	top: -100px;
	width: 22%;
	min-width: 260px;
	padding-right: 30px;
	bottom: 0;
	overflow: hidden;
	z-index: 2;
}
.mod_agencia .container .texto:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.mod_agencia .container .texto .interior {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 90%;
	text-align: right;
}
.mod_agencia .container .texto .interior h2 {
	font-family: 'Ubuntu';
	font-size: 2.1em;
	font-weight:300;
	color: #d1554a;
	margin-bottom: 1em;
}
.mod_agencia .container .texto .interior h2 span {
	font-family: 'Ubuntu';
	font-weight:700;
}
.mod_agencia .container .texto .interior p {
	margin-bottom: 1em;
}
.mod_agencia .container .texto .interior .parrafos {
	position: relative;
}
.mod_agencia .container .texto .interior .parrafos:after {
	content: '';
	position: absolute;
	top: 0;
	right: -28px;
	width: 0;
	height: 800px;
	border-right: 1px dotted rgba(255,255,255,.5);
}
.mod_agencia .footerbar {
	position: absolute;
	width: 100%;
	height: 250px;
	left: 0;
	bottom: 0;
	z-index: 2;
	font-size: 0;
	color: transparent;
	background: url(../images/agencia/bg_footer.png) left top no-repeat;
	background-size: cover;
}
.mod_agencia .footerbar img {
	position: absolute;
	width: 60%;
	max-width:923px;
	right: 20%;
	bottom: 0;
}
/* Servicios
		 * --------------------------------------- */
.mod_servicios {
	background: #bbb;
}
/* Proyectos
		 * --------------------------------------- */
.mod_proyectos {
	background: #ccc;
}
/* Contacto
		 * --------------------------------------- */
#section4 .topbar {
	position: absolute;
	width: 100%;
	height: 120px;
	left: 0;
	top: 0;
	z-index:2;
}
#section4 .topbar .bg1 {
	position: absolute;
	width: 100%;
	height: 100%;
	right: 0;
	top: 0;
	z-index: 1;
	font-size: 0;
	text-align: right;
	color: transparent;
	background: #4C5760;
}
#section4 .topbar .bg2 {
	position: absolute;
	width: 50%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 2;
	font-size: 0;
	color: transparent;
	background: url(../images/contacto/bg_top2_contacto.png) right top no-repeat;
	background-size: cover;
}
#section4 .topbar .bg1 img{
	width:28%;
	margin:0 2% 0 0;
}
#section4 .container {
	position: absolute;
	width: 100%;
	top: 120px;
	bottom: 170px;
	background: #D05348;
	z-index:1;
}
#section4 .container .imagen_contacto {
	position: absolute;
	width: 60%;
	top: 0;
	bottom:0;
	right: 0;
	background: url(../images/contacto/bg_imagen.jpg);
	overflow: hidden;
	z-index: 1;
}
#section4 .container .imagen_contacto div {
	position: absolute;
	display: block;
	width:100%;
	height:100%;
	text-align:center;
}
#section4 .container .imagen_contacto img {
	height: 100%;
	margin-left:20%;
}
#section4 .container .imagen_contacto:after {
	content: '';
	position: absolute;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background: url(../images/contacto/image_mask.png) right bottom no-repeat;
	background-size: cover;
	z-index: 2;
}
#section4 .container .formulario {
	position: absolute;
	width: 35%;
	height: 100%;
	top: 0;
	left: 5%;
	font-family: 'Ubuntu', Arial;
	font-weight:300;
	color: #fff;
	text-align: left;
	overflow: hidden;
	z-index: 2;
}
#section4 .container .formulario:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
#section4 .rsform {
	position:relative;
	display: inline-block;
	vertical-align: middle;
	width: 98%;
}
.rsform-block-intro .formBody {
	color: #1A242F;
	font-size: 2.1em;
	line-height: .8em;
}
.rsform-block-intro .formBody b {
	font-family: 'Ubuntu', Arial;
	font-weight:300;
}
fieldset.formFieldset ol.formContainer li.rsform-block-intro2 {
	margin-bottom: 10px;
	font-family: Open sans, Arial;
}
div.formCaption {
	float: none;
	display: inline-block;
	vertical-align: top;
	width: 35%;
	margin-right: 2%;
	font-size: 1em;
	text-align: right;
	padding-top: 5px;
}
div.formBody {
	float: none !important;
	display: inline-block;
	vertical-align: top;
	width: 60%;
}
input,
select,
textarea {
	min-height: 34px;
	background: rgba(255,255,255,.4);
	border: 0;
	width: 100%;
	padding: 0 10px;
	font-family: Open sans, Helvetica Neue lt std, Helvetica Neue, Helvetica;
	font-size: 1em;
	color: #1A242F;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
	
	outline: none;
}
input:focus,
textarea:focus {
	background: rgba(255,255,255,1);
}
input.rsform-error,
select.rsform-error,
textarea.rsform-error {
	border: 1px solid #fc0;
}
textarea {
	padding: 10px;
	height: 72px
}
select {
	background: #1A242F;
	color: #fff;
	text-align: center;
}
fieldset.formFieldset ol.formContainer li {
	display: block;
	padding: 0;
	margin: 0 0 10px 0;
}
input[type="submit"] {
	width: 50%;
	padding: 0 15px;
	text-align: center;
	cursor: pointer;
	background: #1A242F;
	color: #fff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
input[type="submit"]:hover {
	opacity: .8
}
#section4 p.formRed {
	color: #fc0;
	padding-left: 38%;
	margin-bottom: 10px;
}
#section4 .footerbar {
	position: absolute;
	width: 100%;
	height: 170px;
	line-height: 170px;
	left: 0;
	bottom: 0;
	z-index: 2;
	color: #ccc;
	font-size: 1.3em;
	background: #1A242F;
	z-index:2;
}
#section4 .footerbar strong{
	color:#fff;
}
#section4 .footerbar img {
	width: 40px;
}
#section4 .formError {
	color: #fc0;
}
/*servicios*/
.fp-slide.fp-table {
	position: relative;
}
/*.mod_grafico {
	background: url(../images/servicios/grafico.png) center center no-repeat;
	background-size: cover;
}
.mod_web {
	background: url(../images/servicios/web.png) center center no-repeat;
	background-size: cover;
}
.mod_socialmedia {
	background: url(../images/servicios/socialmedia.png) center center no-repeat;
	background-size: cover;
}*/
.mod_servicio {
}
.mod_servicio .titulo {
	position: absolute;
	top: 0;
	width: 36%;
	right: 0;
	z-index: 2;
}
.mod_servicio .titulo img {
	position: relative;
	display: block;
	width: 100%;
}
.mod_servicio:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background: #fff;
	border-top: 120px solid #455660;
	z-index: 1;
}
.mod_servicio .container {
	position:absolute;
	top:0;
	right:0;
	bottom:170px;
	left:0;
	text-align: center;
	background: url(../images/servicios/bg_servicio.png) center center no-repeat;
	background-size: cover;
	z-index:2
}
.mod_servicio .imagen {
	position: absolute;
	width: 30%;
	top:0;
	bottom:0;
	left:10%;
	text-align: center;
}
.mod_servicio .texto {
	position: absolute;
	width: 30%;
	top:0;
	bottom:0;
	left:65%;
	text-align: left;
}
.mod_servicio .imagen:before,
.mod_servicio .texto:before {
	content:'';
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;
}
.mod_servicio .imagen img {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:98%;
}
.mod_servicio .texto_interior {
	display:inline-block;
	vertical-align:middle;
	width:80%;
	text-align: left;
	font-weight:normal;
	background: #fff;
	color:#333;
	padding: 2%;
	z-index: 2;
}
.mod_servicio .texto h1 {
	font-family: 'Ubuntu', Arial;
	font-size: 2.1em;
	line-height: 1em;
	font-weight:300;
	color: #0C1E2B;
}
.mod_servicio .texto h1 span {
	font-family: 'Ubuntu', Arial;
	font-weight:700;
}
.mod_servicio .texto h1,
.mod_servicio .texto p {
	margin-bottom: 15px;
}
.footer_servicio {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-family: 'Ubuntu';
	font-weight:300;
	background: #fff;
	text-align: left;
	z-index:3;
}
.footer_servicio strong {
	font-family: 'Ubuntu';
	font-weight:700;
}
.footer_servicio:before,
.footer_servicio:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.footer_servicio:before {
	left: 0;
	bottom:0;
	width: 33%;
	background: #221C33;
}
.footer_servicio:after {
	left: 33%;
	bottom:0;
	width: 57%;
	background: url(../images/servicios/footer.jpg) right top no-repeat;
	background-size: cover;
}
.footer_servicio .titulo_servicio,
.footer_servicio .numero,
.footer_servicio .areas {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	color: #fff;
	z-index: 2;
}
.footer_servicio .titulo_servicio {
	width: 28%;
	text-align: right;
}
.footer_servicio .titulo_servicio img {
	width: 85%;
	max-width:346px;
}
.footer_servicio .numero {
	width: 10%;
	text-align: center;
	line-height: 1em;
	margin: 0;
}
.footer_servicio .numero img {
	display: block;
	margin: 0 auto;
	height:170px;
}
.footer_servicio .areas {
	width: 46%;
	font-size: 1.6em;
}
.footer_servicio .areas img {
	display: inline-block;
	vertical-align: middle;
	width: 8px;
	margin: 0 10px;
}
.fp-controlArrow {
	position: absolute;
	width: 40px;
	height: 40px;
	top:35px;
	/*margin:-30px 0 0 0;
	top: 50%;*/
	background: #221C33;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	cursor: pointer;
	z-index: 999;
}
.fp-prev {
	left: 100px;
	background: #221C33 url(../images/prev.png) center center no-repeat;
	background-size: cover;
}
.fp-prev:hover {
	background: #443e55 url(../images/prev.png) center center no-repeat;
	background-size: cover;
}
.fp-next {
	left: 150px;
	background: #221C33 url(../images/next.png) center center no-repeat;
	background-size: cover;
}
.fp-next:hover {
	background: #443e55 url(../images/next.png) center center no-repeat;
	background-size: cover;
}
/*servicios*/

/*proyectos*/
/*#section3:after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	right: 0;
	background: #0D1F2C;
	border-top: 100px solid #EF5246;
	z-index: 1;
}*/
#section3 .slider {
	background: #0C1E2B;
}
#section3 .slider:before {
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	height: 120px;
	background: #EE5246 url(../images/proyectos/titulo.jpg) right top no-repeat;
	background-size: cover;
	z-index: 1;
}
#section3 .galeria {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	background: url(../images/proyectos/bg_proyectos.png) left center no-repeat;
	background-size: cover;
	overflow: hidden;
	z-index: 2;
}
#section3 .galeria_responsive {
	display:none;
	top: 10%;
	bottom: 5%;
}
#section3 .galeria:before {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
#section3 .galeria>div {
	content: '';
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 150%;
	margin: 0 -18% 0 -33%;
}
#section3 .djslider li {
	-webkit-transform: skew(35.4deg);
	-moz-transform: skew(35.4deg);
	transform: skew(35.4deg);
	-webkit-box-shadow: 0 0 40px rgba(0,0,0,1);
	-moz-box-shadow: 0 0 40px rgba(0,0,0,1);
	box-shadow: 0 0 40px rgba(0,0,0,1);
}
#section3 .djslider li a {
	display: block;
	width: 150%;
	margin: 0 0 0 -32%;
	-webkit-transform: skew(-35.4deg);
	-moz-transform: skew(-35.4deg);
	transform: skew(-35.4deg);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
#section3 .djslider li a:hover {
	opacity: .5;
}
#section3 .slide-desc {
	top: 0;
    height: 100%;
	opacity:0;
    -webkit-transform: skew(-35.4deg);
    -moz-transform: skew(-35.4deg);
    transform: skew(-35.4deg);
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
	pointer-events:none;
}
#section3 .djslider li:hover .slide-desc {
	opacity:1;
}
#section3 .slide-desc-bg {
	display:none;
}
#section3 .slide-desc-in,
#section3 .slide-desc-text {
	position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    padding: 0;
	text-align:center;
}
#section3 .slide-desc-text:before {
	content:'';
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:0;
	height:100%;
}
#section3 .slide-text {
	position:relative;
	display:inline-block;
	vertical-align:middle;
	width:90%;
	text-align:center;
}
#section3 .slide-text img {
    width: auto !important;
}
.prev-button, .next-button {
	width: 40px;
	height: 40px;
	background: #221C33;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.prev-button {
	left: 25% !important;
}
.next-button {
	right: 15% !important;
}
.prev-button:hover, .next-button:hover {
	background: #443e55;
}
/*termina proyectos*/

/*footer*/
.footer {
	position: absolute;
	height: 40px;
	line-height: 40px;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 13px;
	color: #999;
	text-align: right;
	z-index: 999;
	background: #000;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.footer_interno {
	padding: 0 20px;
}
.footer a {
	color: #DBD5BA;
	opacity: .5;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.footer .copyright {
	vertical-align: middle;
	margin-left: 10px;
}
/*termina footer*/

/*proyecto y popup*/
.transiciones {
	position: fixed;
	visibility: hidden;
	top: 0;
	left: 100%;
	width:100%;
	bottom:0;
	background:#fff url(../images/bg.jpg)left top repeat;
	overflow: hidden;
	-webkit-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s;
	-moz-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s;
	transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s;
	-webkit-box-shadow:0 0 200px rgba(0,0,0,.3);
	-moz-box-shadow:0 0 200px rgba(0,0,0,.3);
	box-shadow:0 0 200px rgba(0,0,0,.3);
	z-index: 10002;
}
.transiciones:before {
	content: '';
	display: block;
	width: 50px;
	height: 50px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -25px 0 0 -25px;
	background: url(../images/loading.png) center center no-repeat;
	background-size: cover;
	-webkit-animation: loading 2s ease infinite;
	-moz-animation: loading 2s ease infinite;
	animation: loading 2s ease infinite;
}
.trans_active {
	visibility: visible;
	left:0;
}
.trans_opacity {
	opacity:0;
	-webkit-transition:all ease-in-out .2s;
	-moz-transition:all ease-in-out .2s;
	transition:all ease-in-out .2s;
}
@-webkit-keyframes loading {
from {
-webkit-transform:rotate(0);
}
to {
-webkit-transform:rotate(359deg);
}
}
@keyframes loading {
from {
transform:rotate(0);
}
to {
transform:rotate(359deg);
}
}
#jcemediabox-popup-page {
	height: auto !important;
	top: 0 !important;
	bottom: 0 !important;
}
#jcemediabox-popup-frame {
	padding: 0 !important;
	position: absolute !important;
	width: 100% !important;
	height: 100% !important;
}
#jcemediabox-popup-loader {
	background: url(../img/loader.gif) no-repeat center center;
}
#jcemediabox-popup-container,
#jcemediabox-popup-ajax {
	background: transparent !important;
}
#jcemediabox-popup-body {
	position: fixed !important;
	top: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: auto !important;
}
#jcemediabox-popup-content {
	padding: 0 !important;
	width: 100% !important;
	height: 100% !important;
}
#jcemediabox-popup-info-bottom {
	position: fixed;
	display: block !important;
	visibility: visible !important;
	width: 140px !important;
	height: 100px !important;
	padding-top: 0;
	margin: 0 0 0 -70px;
	left: 50%;
	top: 0 !important;
	z-index: 3 !important;
	overflow: visible !important;
}
#jcemediabox-popup-prev,
#jcemediabox-popup-next {
	width: 40px !important;
	height: 40px !important;
	padding: 0;
	top:35px;
	position: fixed;
	background-color: #221C33;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all ease-in-out .2s;
    -moz-transition: all ease-in-out .2s;
    transition: all ease-in-out .2s;
}
#jcemediabox-popup-prev {
    left: 100px;
    background-image:url(../images/prev.png);
}
#jcemediabox-popup-next {
    left: 150px;
    background-image: url(../images/next.png);
}
#jcemediabox-popup-closelink:hover,
#jcemediabox-popup-prev:hover,
#jcemediabox-popup-next:hover {
	background-color: #443e55;
}
#jcemediabox-popup-closelink:hover {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	transform: rotate(90deg);
}
#jcemediabox-popup-closelink {
	position: fixed;
	display: block !important;
	width: 40px;
	height: 40px;
	background-color:#221C33;
	background-image: url(../images/cerrar.png);
	background-repeat:no-repeat;
	background-position:center center;
	bottom: auto;
	top: 35px !important;
	padding:0;
	right: 50px;
	float: none;
	border: none;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
#jcemediabox-popup-page .pag_proyecto {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background:#fff url(../images/bg.jpg)left top repeat;
}
.pag_proyecto .art-post{
	width:80%;
	margin:0 auto;
	padding:5% 0;
	color: #0C1E2B;
}
.pag_proyecto .art-post h1 {
    font-family: 'Ubuntu', Arial;
    font-size: 4em;
    line-height: 1em;
    margin: 0 0 .5em;
    font-weight: bold;
	text-align:center;
    color: #0C1E2B;
}
.row_proyecto {
	margin:0 0 100px 0;
}
.row_proyecto .info {
	display: inline-block;
    vertical-align: middle;
    width: 30%;
    padding: 7% 3% 2% 2%;
    text-align: right;
    background: url(../images/bg_infoproyecto.png) bottom left no-repeat;
    background-size: cover;
}
.row_proyecto .imagen {
	display:inline-block;
	vertical-align:middle;
	width:64%;
	margin:0 0 0 -3%;
}
.row_proyecto .imagen img {
	display:block;
	width:100%;
}
.row_proyecto h2 {
    font-family: 'Ubuntu', Arial;
	font-weight:300;
    font-size: 2.2em;
    line-height: 1em;
    margin: 0;
    color: #fff;
}
.row_proyecto h2 span.bold {
	font-family: 'Ubuntu', Arial;
	font-weight:bold;
}
.row_proyecto h3 {
	font-weight:normal;
	font-size:1.2em;
}
.row_proyecto .descripcion{
	position:relative;
    display: inline-block;
    width: 80%;
    padding: 3% 4% 4%;
    margin: 5% 0;
    color: #fff;
    line-height: 1.5em;
}
.row_proyecto .descripcion:before, .row_proyecto .descripcion:after{
	content:'';
	position:absolute;
    border-right: 1px dashed #0C1E2B;
    border-top: 1px dashed #0C1E2B;
}
.row_proyecto .descripcion:before{
	right:0;
	top:0;
	bottom:0;
	width:0;
    border-right: 1px solid #0C1E2B;
}
.row_proyecto .descripcion:after{
	top:0;
	left:50%;
	right:0;
	height:0;
    border-top: 1px dotted #0C1E2B;
}
.row_proyecto .enlace img {
	vertical-align:middle;
	margin:0 5px 0 0; 
}
.row_proyecto .enlace a {
	font-family: 'Ubuntu', Arial;
	font-weight:300;
	font-size:1.3em;
	color:#fff;
	-webkit-transition: all ease-in-out .2s;
	-moz-transition: all ease-in-out .2s;
	transition: all ease-in-out .2s;
}
.row_proyecto .enlace a:hover {
	opacity:.5;
}
.row_proyecto .enlace a span.bold {
	font-family: 'Ubuntu', Arial;
	font-weight:700;
}
/*termina proyecto y popup*/

/*------animaciones------*/

/*inicio*/
.mod_inicio .fondo img.bg,
.mod_agencia .container .imagen img {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all linear 20s;
	-moz-transition: all linear 20s;
	transition: all linear 20s;
}
.zoom .mod_inicio .fondo img.bg,
.moveUp.active .mod_inicio .fondo img.bg,
.section.active .mod_agencia .container .imagen img{
	-webkit-transform: scale(1.3);
	-moz-transform: scale(1.3);
	transform: scale(1.3);
}
#section4 .container .imagen_contacto img,
.mod_servicio .imagen img {
	-webkit-transform: scale(.7);
	-moz-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all linear 20s;
	-moz-transition: all linear 20s;
	transition: all linear 20s;
}
#section4.active  .container .imagen_contacto img,
.section.active .slide.active .mod_servicio .imagen img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}
.mod_inicio .bg_logo {
	left: -5%;
	-webkit-transition: all cubic-bezier(0, 0.85, 0.18, 0.99) 1.5s .2s;
	-moz-transition: all cubic-bezier(0, 0.85, 0.18, 0.99) 1.5s .2s;
	transition: all cubic-bezier(0, 0.85, 0.18, 0.99) 1.5s .2s;
}
.zoom .mod_inicio .bg_logo,
.moveUp.active .mod_inicio .bg_logo {
	left: 0;
}
.mod_inicio .bg_logo img.logo {
	left: -5%;
	opacity: 0;
	-webkit-transition: all ease-out .5s .3s;
	-moz-transition: all ease-out .5s .3s;
	transition: all ease-out .5s .3s;
}
.zoom .mod_inicio .bg_logo img.logo,
.moveUp.active .mod_inicio .bg_logo img.logo {
	left: 0;
	opacity: 1;
}
.texto_inicio {
	left: -5%;
	opacity: 0;
	-webkit-transition: all ease-out .5s .4s;
	-moz-transition: all ease-out .5s .4s;
	transition: all ease-out .5s .4s;
}
.zoom .mod_inicio .bg_logo .texto_inicio,
.moveUp.active .mod_inicio .bg_logo .texto_inicio {
	left: 0;
	opacity: 1;
}
.mod_agencia .container .texto .interior h2,
.mod_servicio .texto h1 {
	position: relative;
	top: -10px;
	opacity: 0;
	-webkit-transition: all ease-out .5s 1s;
	-moz-transition: all ease-out .5s 1s;
	transition: all ease-out .5s 1s;
}
.section.active .mod_agencia .container .texto .interior h2,
.section.active .slide.active .mod_servicio .texto h1 {
	top: 0;
	opacity: 1;
}
.mod_agencia .container .texto .interior .parrafos:after {
	height: 0;
	top: 600px;
	-webkit-transition: all ease-out .8s 1.2s;
	-moz-transition: all ease-out .8s 1.2s;
	transition: all ease-out .8s 1.2s;
}
.section.active .mod_agencia .container .texto .interior .parrafos:after {
	top: 0;
	height: 800px;
}
.mod_agencia .container .texto .interior .parrafos p,
.mod_servicio .texto p {
	position: relative;
	left: 10px;
	opacity: 0;
	-webkit-transition: all ease-out .5s 2s;
	-moz-transition: all ease-out .5s 2s;
	transition: all ease-out .5s 2s;
}
.mod_servicio .texto p {
	-webkit-transition-delay: 1.5s;
	-moz-transition-delay: 1.5s;
	transition-delay: 1.5s;
}
.section.active .mod_agencia .container .texto .interior .parrafos p,
.section.active .slide.active .mod_servicio .texto p {
	left: 0;
	opacity: 1;
}
.mod_agencia .footerbar,
.mod_servicio .titulo img {
	left: 100%;
	-webkit-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
	-moz-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
	transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
}
.section.active .mod_agencia .footerbar,
.section.active .slide.active .mod_servicio .titulo img {
	left: 0;
}
.footer_servicio {
	left: -100%;
	-webkit-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
	-moz-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
	transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
}
.section.active .slide.active .footer_servicio {
	left: 0;
}
#section3 .slider:before {
	top: -120px;
	-webkit-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
	-moz-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
	transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .5s;
}
#section3.active .slider:before {
	top: 0;
}
#section3 .galeria>div {
	top: 200px;
	left: 13.7%;
	-webkit-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .2s;
	-moz-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .2s;
	transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .2s;
}
#section3.active .galeria>div {
	top: 0;
	left: 0;
}
#section4 .footerbar{
	bottom:-100px;
	-webkit-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s 1s;
	-moz-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s 1s;
	transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s 1s;
}
#section4.active .footerbar{
	bottom:0;
}
#section4 .topbar .bg1, #section4 .topbar .bg2 {
	top:-120px;
	-webkit-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .2s;
	-moz-transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .2s;
	transition: all cubic-bezier(1.000, 0.005, 0.120, 0.985) .8s .2s;
}
#section4 .topbar .bg1 {
	-webkit-transition-delay: .6s;
	-moz-transition-delay: .6s;
	transition-delay: .6s;
}
#section4.active .topbar .bg1, #section4.active .topbar .bg2 {
	top:0;
}
#section4 .rsform {
	top:20px;
	opacity:0;
	-webkit-transition: all ease-out .5s .8s;
	-moz-transition: all ease-out .5s .8s;
	transition: all ease-out .5s .8s;
}
#section4.active .rsform {
	top:0;
	opacity:1;
}
/*termina inicio*/
/*------terminan animaciones------*/
/*columnas*/

.columnas {
	margin: 0 -10px 20px !important;
}
.columnas:after {
	content: '';
	clear: both;
	position: relative;
	display: block;
}
.columna {
	position: relative;
	float: left;
	padding: 10px;
	box-sizing: border-box;
}
.columna img, img.fullwidth {
	display: block;
	width: 100%;
}
.col12 {
	width: 100%;
}
.col11 {
	width: 91.66666667%;
}
.col10 {
	width: 83.33333334%;
}
.col9 {
	width: 75%;
}
.col8 {
	width: 66.66666667%;
}
.col7 {
	width: 58.33333334%;
}
.col6 {
	width: 50%;
}
.col5 {
	width: 41.66666667%;
}
.col4 {
	width: 33.33333334%;
}
.col3 {
	width: 25%;
	margin-bottom: 40px;
}
.col2 {
	width: 16.66666667%;
}
.col1 {
	width: 8.33333334%;
}

/*terminan columnas*/
/*NUEVA SECCION PROYECTOS 2016*/
.mod_proyectos_16 {
    width: 95% !important;
    max-width: 1440px !important;
    margin: 0 auto !important;
}
.btns img {
    display: block;
    width: 100%;
    opacity: 0;
    transition: all 0.6s ease;
    -webkit-transition: all 0.6 ease;
    -moz-transition: all 0.6 ease;
    -o-transition: all 0.6 ease;
    -ms-transition: all 0.6 ease;
}
.btns:hover img {
    opacity: 1;
}
.btn_001 {
    background: url(/images/proyectos_2016/001-el-parrillaje.png);
    background-size: cover;
}
.btn_002 {
    background: url(/images/proyectos_2016/002-allegue.png);
    background-size: cover;
}
.btn_003 {
    background: url(/images/proyectos_2016/003-la-oriental.png);
    background-size: cover;
}
.btn_004 {
    background: url(/images/proyectos_2016/004-rock-wok.png);
    background-size: cover;
}
.btn_005 {
    background: url(/images/proyectos_2016/005-santo-agave.png);
    background-size: cover;
}
.btn_006 {
    background: url(/images/proyectos_2016/006-el-anafre-rojo.png);
    background-size: cover;
}
.btn_007 {
    background: url(/images/proyectos_2016/007-sushi-friends.png);
    background-size: cover;
}
.btn_008 {
    background: url(/images/proyectos_2016/008-playa-bucanero.png);
    background-size: cover;
}
.btn_009 {
    background: url(/images/proyectos_2016/009-expo-uni.png);
    background-size: cover;
}
.btn_010 {
    background: url(/images/proyectos_2016/010-udal.png);
    background-size: cover;
}
.btn_011 {
    background: url(/images/proyectos_2016/011-neumaticos.png);
    background-size: cover;
}
.btn_012 {
    background: url(/images/proyectos_2016/012-hotel-senorial.png);
    background-size: cover;
}
.btn_013 {
    background: url(/images/proyectos_2016/013-colegio-angeles.png);
    background-size: cover;
}
.btn_014 {
    background: url(/images/proyectos_2016/014-el-patio.png);
    background-size: cover;
}
.btn_015 {
    background: url(/images/proyectos_2016/015-janssen.png);
    background-size: cover;
}
.btn_016 {
    background: url(/images/proyectos_2016/016-torbellin.png);
    background-size: cover;
}
.btn_017 {
    background: url(/images/proyectos_2016/017-via-san-angel.png);
    background-size: cover;
}
