/*===================================================================================*/
/*  RESET                                                                            */
/*===================================================================================*/

* {
    outline: 0;
	border-image: 0;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

input[type=submit] {
    -webkit-appearance: none;
}

table {
    border-collapse: separate;
    border-spacing: 0;
}

caption,
th,
td {
    text-align: left;
    font-weight: normal;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,
tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}
/*===================================================================================*/
/*  BASIC                                                                            */
/*===================================================================================*/

body {
font-family: 'Montserrat', sans-serif;
}

#main
{
	overflow-x: hidden;
}

.mobile
{
	display: none!important;
}
.noMobile
{
	display: block!important;
}

::selection {
    color: #ffffff;
    background-color: #292929;
}
/*    ::-moz-selection{ color: #ffffff; background-color: #13ADAD; }*/

::-webkit-input-placeholder {
    font-size: 14px;
    color: #303030;
}

::-moz-placeholder {
   font-size: 14px;
    color: #303030;
}

:-ms-input-placeholder {
  font-size: 14px;
    color: #303030;
}
/*===================================================================================*/
/*  TYPOGRAPHY                                                                       */
/*===================================================================================*/


h1 {
	font-family:MontserratB;
	font-size:50px;
   font-weight:600;
   line-height: 55px;
}

h2 {
	font-family: 'Montserrat', sans-serif;
	font-size:35px;
   text-transform: uppercase;
   font-weight:400;
}

h3 {font-family: MontserratUL;
		font-size:20px;
   text-transform: uppercase;
}
h4 {
	font-family: 'Montserrat', sans-serif;
		font-size:13px;
   text-transform: uppercase;
   font-weight:400;
}
h5 {
   font-size:15px;
   color:#878787;
   font-weight:200;
}




p {
    font-size:13px;
	line-height: 20px;
	font-family: 'Montserrat', sans-serif;
}

p:empty {
    display: none;
}

/*------------------------------------------
        links       
    ------------------------------------------*/

a {
    color: inherit;
    text-decoration: none;
	
    webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

a.transoff
{
	webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}


a:hover {
    color: #ff020b;
	text-decoration: none;
}

a:link,
a:visited,
a:hover,
a:focus,
a:active {
	text-decoration: none;
	outline: none;
}

p a,
p a:visited {
    line-height: inherit;
}

a img {
    border: none;
    vertical-align: middle;
}

img {
    vertical-align: middle;
    image-rendering: optimizeQuality;
    -ms-interpolation-mode: bicubic;
}

/*===================================================================================*/
/*  FUENTE MONTSERRAT                                                                          */
/*===================================================================================*/

@font-face{
    font-family: MontserratUL;
    src: url(../fonts/Montserrat-UltraLight.otf);
}

@font-face{
    font-family: MontserratB;
    src: url(../fonts/Montserrat-Bold.otf);
}



.mfp-content {
    width: auto!important;
}

#alert-content .mfp-close {
    margin: -5px;
    height: 39px;
    line-height: 39px;
	color: #FFFFFF;
}

.alert .mfp-content {
    border: 10px solid #fcce23;
}

#alert-content {
    background-color: #fff!important;
    font-size: 16px;
    min-width: 350px;
    margin: -5px;
    max-width: 450px;
    line-height: 19px;
}

.titulomodal {
    font-size: 13px;
    background-color: #17DC1C;
    padding: 10px 20px;
}


#load
{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 30;
	background-color: #fff;
}

.logo{
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position:top;
	width:320px;
	height:23px;
	display: block;
	transition: none;
	float: left;
	margin-top: 33px;
}
.logo:hover{
background-position:bottom;
}


#nav{
	padding: 15px;
    height: 120px;
    position: relative;
	z-index: 9;
}

#nav .container
{
	padding-left: 65px;
}


#nav-mobile{display:none;}


/*------------------------------------------
        menu style           
    ------------------------------------------*/
	

.menu {
	margin-top: 33px;
	margin-left: 50px;
	float: left;
}

.menu > li {
	position: relative;
    display: inline-block;
	margin-right: 30px;
}

.menu li a
{
	font-family: MontserratUL;
	font-size: 20px;
	display: inline-block;
	text-transform: uppercase;
	color: #000;
	padding: 2px 0;
}


.menu > li:hover > a
{
border-bottom: 10px solid #000;
padding-bottom: 5px;
}


.menu li  ul
{
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9;
    padding: 2px 0;
    min-width: 230px;
}

.menu li:hover  ul
{
	display: block;
}

.menu li  ul li
{
	display: block;
	margin: 0;
	border: 0;
	text-align: left;
}

.menu li  ul li a
{
	display: inline-block;
    padding: 5px;
    background-color: #000;
    color: #fff;
    font-size: 15px;
    margin: 2px 0;
}
.menu li  ul li a:hover
{
	background-color: #ff020b;
	color: #000;
}

.redes
{
	float: right;
}

.redes .red
{
	float: left;
	display: block;
	width: 38px;
	height: 38px;
	background-repeat: no-repeat;
	background-position: center;
	margin-right: 5px;
	margin-top: 26px;
}

.redes .red.instagram
{
	background-image: url(../images/instagram.png);
}
.redes .red.facebook
{
	background-image: url(../images/facebook.png);
}
.redes .red.linkedin
{
	background-image: url(../images/linkedin.png);
}
.redes .red.instagram2
{
	background-image: url(../images/instagram2.png);
}
.redes .red.facebook2
{
	background-image: url(../images/facebook2.png);
}
.redes .red.linkedin2
{
	background-image: url(../images/linkedin2.png);
}
.redes .red.whatsupp
{
	background-image: url(../images/whatsupp.png);
}
.redes .red.whatsupp-blanco
{
	background-image: url(../images/whatsupp-blanco.png);
}
.redes .icono
{
	float: left;
	display: block;
	width: 64px;
	height: 64px;
	background-repeat: no-repeat;
	background-position: center;
	margin: 0 10px;
	margin-top: 13px;
}
.redes .icono.carita
{
	background-image: url(../images/carita.gif);
}

/*===================================================================================*/
/*  HOME                                                                          */
/*===================================================================================*/

.slider{
	position: relative;
	background-color: #f4f4f4;
	height:700px;
}

.slider h1{
	color:#000;
	width:450px;
}


.slider h3{
	color:#000;
	width:450px;
	margin-top: 20px;
}

#caso-slider
{
	position: relative;
}


.carousel-inner
{
	height: 100%;
}

.carousel-inner .item
{
	min-height: 700px;
	height: 100%;
	width:100%; 
	opacity: 1;
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.slider-info
{
	position: absolute;
    top: 50%;
    margin-top: -100px;
    margin-left: 105px;
}

.slider-info .more
{
	position: relative;
	display: block;
	background-image: url(../images/slider-arrow-r.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 28px;
	height: 15px;
	margin-top: 20px;
	margin-left: 3px;
}

.slider-info a:hover .more
{
	background-image: url(../images/slider-arrow-r-h.png);
}

.arrow-back
{
	position: absolute;
	display: block;
	background-color: #000000;
	background-image: url(../images/arrow-back.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
	bottom: 0;
	left: 105px;
	cursor: pointer;
}
.arrow-next
{
	position: absolute;
	display: block;
	background-color: #000000;
	background-image: url(../images/arrow-next.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
	margin-left: 1px;
	bottom: 0;
	left: 165px;
	cursor: pointer;
}
.arrow-back:hover,
.arrow-next:hover
{
	background-color: #454545;
}




#go-top
{
	position: fixed;
	display: block;
	background-image: url(../images/arrow-up.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 60px;
	height: 60px;
	margin-left: 1px;
	bottom: 30px;
	right: 30px;
	opacity: 0;
	cursor: pointer;
	z-index: 9;
	webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#go-top:hover
{
	background-color: #ff020b;
}
#go-top.show
{
	opacity: 1;
}
/*===================================================================================*/
/*  SECTION                                                                          */
/*===================================================================================*/


section {
    position: relative;
	/*padding: 0 15px;*/
}

.section {
    position: relative;
    z-index: 2;
	clear: both;
}
.section-home {
    position: relative;
    z-index: 2;
	clear: both;

}
.container {
    position: relative;
	width: 100%;
	margin: 0 auto;
	padding: 0;
}


.mobile
{
	display: none!important;
}
.noMobile
{
	display: block!important;
}



/*===================================================================================*/
/*  ESTILOS                                                                          */
/*===================================================================================*/

#main
{
	overflow: hidden;
}

.works
{
	position: relative;
	width: 100%;
	margin-top: 30px;
	list-style: none;
	overflow: visible;
}

.grid-sizer
{
	width: 24%;
	width: calc(25% - 5px);
}
.works .work
{
	position: relative;
	display: block;
	float: left;
	width: 24%;
	width: calc(25% - 5px);
	/*height: 380px;*/
	margin-bottom: 5px;
	background-color: #F4F4F4;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

#home #trabajos
{
	width: 1024px;
	margin: 0 auto;
	max-width: 100%;
}

#home #trabajos .work
{
	width: 33%;
	width: calc(33% - 5px);
}

#home #trabajos .grid-sizer
{
	width: 33%;
	width: calc(33% - 5px);
}

.min-cont
{
	position: relative;
	width: 100%;
	margin: 0 auto;
}


.verde-sup
{
	position: absolute;
	width: 100%;
	height: 1500px;
	top: -140px;
	/*left: -239px;*/
	background-image: url(../images/verde-sup.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;			
}
.mano-1
{
	position: absolute;
	width: 332px;
	height: 993px;
    top: -410px;
    left: -90px;
	background-image: url(../images/mano-1.png);
}
.mano-0
{
	position: absolute;
	width: 332px;
	height: 993px;
    bottom: -120px;
    left: 130px;
	background-image: url(../images/mano-0.png);
}
.verde-circulo
{
	position: absolute;
	width: 648px;
	height: 608px;
    bottom: -560px;
    left: -110px;
	background-image: url(../images/verde-circulo.png);
}
.gris-inf
{
	position: absolute;
	width: 1507px;
	height: 604px;
	bottom: -190px;
    left: -240px;
	background-image: url(../images/gris-inf.png);
}

.main-banner {
	position: relative;
    /*float: left;*/
    width: 800px;    
	margin-bottom: 100px;    
	margin-right: auto;
	margin-left: auto;
}

.header-title
{
	text-transform: initial;
	font-size: 60px;
	color: #ffffff;
	line-height: 1;
	font-weight: 600;
	margin: 80px 20px 80px 20px;
	text-shadow: 0px 0px #616161;
	letter-spacing:4px;
}

.texto-linea
{
	display: block;
	position: relative;
	font-size: 13px;
	line-height: 21px;
	margin: 20px 20px 60px 20px;
	color:#ffffff;
}

.texto-linea b
{
	display: block;
}

.texto-linea span
{
	position: absolute;
	left: 0;
	bottom: -30px;
	width: 65px;
	height: 6px;
	background-color: #ff020b;
}

.home-title
{
	text-align: center;
	margin: 80px auto;
}

.home-title h1
{
	font-size: 100px;
	line-height: 1;
	font-weight: bold;
	color: #FFF;
	letter-spacing: 25px;
}
.home-title h1 span
{
	color: #FFF;
	position: relative;
	display: inline-block;
}
.home-title p
{
	color: #FFF;
	font-size: 16px;
	margin: 15px 0;
}

#home .btDown
{
	bottom: auto;
	left: -170px;
    top: 490px;
}

.texto-empresa
{
	position: relative;
	text-align: center;
	width: 800px;
	margin: 120px auto;
	color: #dedede;
}

.texto-empresa h2
{
	font-weight: bold;
	font-size: 49px;
	text-transform: initial;
	line-height: 1;
	letter-spacing: 15px;
}
.texto-empresa p
{
	font-size: 15px;
	line-height: 34px;
	margin: 35px 0;
}

.gray-1
{
    position: absolute;
    top: 0;
    left: -15px;
    right: -15px;
    bottom: 0;
}
.gray-1 .svg {
    fill: #000;
    stroke: #000;
}

.works .work img
{
	width: 100%;
}
/*
#trabajos .work
{
	opacity: 0;
}*/



.works .work.big
{
	width: 48.25%;
	width: calc(50% - 5px);
	/*height: 765px;*/
}
.work-detail .work.alto
{
	/*width: 35.25%;
	width: calc(37% - 10px);*/
	width: 48.75%;
    width: calc(50% - 10px);
	/*height: 650px;*/
}
.work-detail .work.slider-work
{
	/*width: 61.25%;
	width: calc(63% - 10px);*/
	width: 48.75%;
    width: calc(50% - 10px);
	height: 100%;
}
.work-detail .work.medium
{
	width: 40.25%;
	width: calc(42% - 10px);
	/*height: 380px;*/
}
.work-detail .work.small
{
	width: 19.25%;
	width: calc(21% - 10px);
	/*height: 380px;*/
}
.work-detail .work.normal
{
	width: 35.25%;
	width: calc(37% - 10px);
	/*height: 380px;*/
}

.work-detail .work.half
{
	width: 48.75%;
	width: calc(50% - 10px);
	/*height: 550px;*/
}

.work-detail .work.full
{
	width: 97.5%;
	width: calc(100% - 10px);
	/*height: 550px;*/
}

.works .work.shown
{
	opacity: 1;
}

#trabajos .work .overlay
{
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	opacity: 0;
	height: 100%;
	background-color: rgba(0,0,0,0.85);
	webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	padding: 10px 30px;
}

#trabajos .work .overlay h2
{
	color: #fff;
	text-transform: uppercase;
	font-size: 25px;
	line-height: 1;
	font-family:MontserratB;
	letter-spacing: 0.4em; 
}

#trabajos .work .overlay p
{
	margin-top: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 1;
	font-weight: 100;
}

#trabajos .work.big .overlay
{
	padding: 10px 60px
}

#trabajos .work:hover .overlay
{
	opacity: 1;
}

.imagen-principal
{
	position: relative;
	background-color: #f4f4f4;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height:700px;
}

.parallax
{
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.btDown
{
	position: absolute;
	left: 65px;
	bottom: 0;
	width: 80px;
	height: 80px;
	background-color: #000;
}
.btDown span
{
	position: absolute;
	background-image: url(../images/flecha-down.png);
	background-position: center bottom;
	width: 14px;
	height: 29px;
	top: 20px;
	left: 50%;
	margin-left: -7px;
	-webkit-animation: movedown 2s infinite;
    -moz-animation: movedown 2s infinite;
    -ms-animation: movedown 2s infinite;
    -o-animation: movedown 2s infinite;
    animation: movedown 2s infinite;
}

@-moz-keyframes movedown {
  0% {
    top: 20px;
	height: 19px;
  }
  50% {
    top: 30px;
	height: 29px;
  }
  100% {
    top: 20px;
	height: 19px;
  }
}
@-webkit-keyframes movedown {
  0% {
    top: 20px;
	height: 19px;
  }
  50% {
    top: 30px;
	height: 29px;
  }
  100% {
    top: 20px;
	height: 19px;
  }
}
@keyframes movedown {
  0% {
    top: 20px;
	height: 19px;
  }
  50% {
    top: 30px;
	height: 29px;
  }
  100% {
    top: 20px;
	height: 19px;
  }
}


#caso-fotos 
{
	margin-top: 10px;
}

#caso-fotos .work
{
	margin-right: 10px;
	margin-bottom: 10px;
}

#caso-fotos .work:last-child
{
	margin-right: 0px;
}

#caso-fotos .fila
{
	
}

/* Effect 2: Move Up */
.works.effect-2 li.animate {
	-webkit-transform: translateY(200px);
	transform: translateY(200px);
	-webkit-animation: moveUp 0.65s ease forwards;
	animation: moveUp 0.65s ease forwards;
}

@-webkit-keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); opacity: 1; }
}

@keyframes moveUp {
	0% { }
	100% { -webkit-transform: translateY(0); transform: translateY(0); opacity: 1; }
}

@media screen and (max-width: 800px)
{
	.works .work
	{
		width: 48%;
		width: calc(50% - 5px);
	}
		
	.works .work.big
	{
		width: 100%;
	}
}
@media screen and (max-width: 690px)
{
	.verde-sup
	{
		width: 100%;
		background-image: url(../images/fondo-mobile.jpg);
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;			
		height: 1130px;	
	}	
}

@media screen and (max-width: 480px)
{
	#home #trabajos .work,
	.works .work
	{
		width: 100%;
		/*height: 250px;*/
	}
		
	.works .work.big
	{
		width: 100%;
		/*height: 500px;*/
	}
}

.titulo
{
	padding-left: 65px; 
}

.titulo h1
{
	color: #000;
	font-size: 110px;
	line-height: 1;
}

.titulo p
{
	color: #000;
	font-size: 20px;
	line-height: 1;
}

/***********************************/
/*           work              */
/***********************************/


.fVerde-work{
	
	background-color: #e9e9e9;
	padding:60px 0 60px 60px;
}
.fVerde-work .col{
    	width: 28%;
    float: left;
    margin-right: 5.33%;
	
}

.fVerde-work .col-img{
    float: left;
    width: 24%;
    margin-right: 2%;
	
}

.fVerde-work .col h6{
color:#fff;
font-size:13px;
font-family:MontserratB;
}
.fVerde-work h2{
font-size: 14px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    font-family: MontserratB;
	}

.casos-estudio{
	padding:30px 60px 10px 60px;
	
}
.casos-estudio h3{
	font-size:20px;
	font-family:MontserratUL;
	color:#000;
}

.casos-estudio h3 span{
	font-size:20px;
	font-family:MontserratB;
	
}


.caso-descripcion h2{
	font-family:MontserratB;
text-transform:none;	
color:#161616;
line-height:35px;
text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
letter-spacing: 0.1em;
}

.caso-descripcion{
	background-color:#f0f0f0;
	padding:40px 70px;
	color:#777;
	position:relative;
	overflow: auto;
	margin-top: 10px;
    zoom: 1;
	text-shadow: 0px 0px 2px rgba(255, 255, 255, 1);
}
.caso-descripcion .col{

width: 28%;
    float: left;
    margin-right: 5.33%;
}
.caso-descripcion h2{
	margin-bottom:50px;
}

#work h6{
    font-family: MontserratB;
    font-size: 11px;
    color: #636363;
    line-height: 18px;
	
}

#work .ver-website{
    background-color: #000;
    color: #fff;
    padding: 10px 5px;
    text-align: center;
    font-size: 13px;
    margin-top: 20px;
    width: 90px;
    display: block;
}

#work .ver-website:hover{
	background-color:#fff;
	color:#000;
}





/***********************************/
/*           clientes              */
/***********************************/

#clientes .container
{
	background-color: #f4f4f4;
}

.clientes
{
	padding: 55px 65px 65px 90px;
}

.clientes li
{
	float: left;
	height: 130px; 
	line-height: 130px;
	width: 16.66%;
	text-align: center;
}

.clientes li.rubro3
{
	height: auto;
	margin-bottom: 10px;
	line-height: 16px;
	text-align: left;
}

.clientes li h2
{
    font-size: 12px;
    background-color: #000;
    display: inline-block;
    padding: 5px;
    color: #fff;
    margin: 5px;
	text-transform: initial;
}

.clientes li p
{
	font-size: 12px;
	line-height: 1;
	padding: 0 5px;
    margin: 0 5px;
}

.clientes li img
{
	vertical-align: middle;
	max-width: 100%;
}
	
	
	
.fVerde-clientes{
	position: relative;
	width:33%;
	height:210px;
	float:left;
	background-color:#ff020b;
	padding:50px 55px;
}	
.fGris-clientes{
	position: relative;
	width:33%;
	height:210px;
	float:left;
	background-color:#c3c1c1;
	padding:50px 55px;
}	
		
.fNegro-clientes{
	position: relative;
	width:33%;
	height:210px;
	float:left;
	background-color:#000;
	padding:50px 55px;
}	

.fVerde-clientes:hover,
.fGris-clientes:hover,		
.fNegro-clientes:hover
{
	opacity: 0.8;
}

#clientes .inactive
{
	background-color: #dedede;
	opacity: 1;
}
#clientes .inactive:hover
{
	background-color: #c3c1c1;
}
#clientes .active
{
	background-color: #000000;
	opacity: 1;
}


		
.fVerde-clientes .flecha,
.fGris-clientes .flecha,
.fNegro-clientes .flecha{
	background-image: url(../images/flecha-down.png);
	position:absolute;
	bottom:50px;
	right:50px;
    width: 14px;
    height: 29px;
	background-position:center;
}
	
	
	
	
/***********************************/
/*           estudio              */
/***********************************/


.fVerde{
	
	width:50%;
	height:410px;
	float:left;
	background-color:#c5c5c5;
	padding:50px 65px;
}
.fVerde h1{
color:#fff;
margin-bottom:35px;
}
.fVerde h3{
color:#fff;
font-size:26px;
font-weight:600;
}

.estudio-imgDer{
	
	width:50%;
	height:410px;
	float:left;
	background-image: url(../images/estudio.jpg);
	background-size:cover;
	background-position:center;
}
.fNegro{
	
	width:50%;
	height:415px;
	float:left;
	background-color:#000;
	padding:90px 85px;
}
.fNegro p{
color:#fff;
}
.estudio-imgDer2{
	
	width:50%;
	height:415px;
	float:left;
	background-image: url(../images/estudio2.jpg);
	background-size:cover;
	background-position:center;
}

.que-hacemos {
    padding: 75px 0px 125px 85px;
    position: relative;
}
.container-que-hacemos {
	margin-bottom: 5%;
}

.que-hacemos h1{
color:#000;
font-size:35px;
margin-bottom:25px;

}

.que-hacemos .col{
	width: 28%;
    float: left;
    margin-right: 5.33%;
}
.que-hacemos .col:last-child {
    margin-right: 0;
}

.que-hacemos .col h2{
    font-size: 14px;
    font-weight: 800;
    color: #000;
    margin-bottom: 25px;
    font-family: MontserratB;
}
.que-hacemos .col p{
font-size:13px;
line-height:20px;
color:#777;
}






/***********************************/
/*           CONTACTO              */
/***********************************/


.fVerde-contacto{
	
	height:420px;
	background-color:#ff020b;
    padding: 80px 85px
}
.fVerde-contacto h1{
color:#fff;
margin-bottom: 20px;
}


.formulario .col {
    width: 48%;
    float: left;
    margin-right: 2%;
}
.formulario .col:last-child{
    margin-right: 0px;
}


.fNegro h2{
	color:#ff020b;
	font-size:13px;
	margin-bottom:5px;
	margin-top:15px;
}

.formulario .col  input{
    margin-top: 10px;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 100%;
    height: 50px;
    border: 1px solid #fff;
    background-color: #ff020b;
    color: #fff;
	padding: 35px 20px;
    font-size: 30px;
	font-weight:800;
}
.formulario .col  textarea{
    margin-top: 10px;
    margin-bottom: 15px;
	width: 100%;
	height: 72px;
	border:1px solid #fff;
	background-color:#ff020b;
	color:#fff;
	overflow: hidden;
	padding: 20px 20px;
	font-size:30px;
	font-weight:800;
}
.formulario .col .btEnviar{
	font-size:30px;
	background-image: url(../images/flecha-enviar.png);
	background-repeat:no-repeat;
    padding-left: 60px;
    color: #fff;
    background-position: 10px;
	margin-top: 35px;
    display: block;
	font-weight:800;
}

.fVerde-contacto .btEnviar:hover{

	color:#000;
}

.fVerde-contacto  input::-webkit-input-placeholder,
.fVerde-contacto  textarea::-webkit-input-placeholder  
{
    font-size: 25px;
    color: #fff;
}

.fVerde-contacto  input::-moz-placeholder,
.fVerde-contacto  textarea::-moz-placeholder 
{
	font-size: 25px;
    color: #fff;
}

.fVerde-contacto  input:-ms-input-placeholder,
.fVerde-contacto  textarea:-ms-input-placeholder 
{
	font-size: 25px;
    color: #fff;
}

.fNegro-contacto {
    width: 50%;
    height: 320px;
    float: left;
    background-color: #000;
    padding: 50px 85px;
}

.fNegro-contacto p{
color:#fff;
}
.fNegro-contacto h2{
	color:#ff020b;
	font-size:13px;
	margin-bottom:5px;
	margin-top:15px;
}

.mapa-contacto{
	width:50%;
	float:left;
	
}



#map_canvas
{
	height: 320px;
}


#gracias {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: #ff020b;
    z-index: 9999;
    text-align: center;
    color: #fff;
	display: none;
}

#gracias img
{
	max-width: 100%;
}

#gracias p {
    font-size: 14px;
    margin: 20px 0;
}

#gracias .gracias-close {
    font-size: 38px;
    color: #FFFFFF;
    cursor: pointer;
    float: right;
}

#gracias .contenedor
{
    width: 500px;
    margin: 0 auto;
    position: relative;
    max-width: 100%;
}

.table{
	display: table;
	height: 100%;
	width: 100%;
}
.table-cell
{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.footer
{
	width:100%;
	padding: 0 15px;
	position:relative;
	margin:50px 0 15px 0;
}

.footer .container
{
	background-color: #f4f4f4;
	padding: 45px 15px 30px 65px;
}

.footer .redes
{
	float: none;
}

.footer p
{
	color: #7a7a7a;
	margin-top:5px;
	margin-bottom:30px;
	font-size:12px;
}






/*------------------------------------------
        clearfix        
    ------------------------------------------*/

.clearfix:before,
.clearfix:after {
    display: table;
    content: "";
    line-height: 0;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

