/* CSS Document */

html, body{
	margin:0px;
	height:100%;
	background-color: #ffffff;
}

img{
	border: 0;
	max-width: 100%
}

a{
	text-decoration: none;
	color: #4cbebf;
}

a:hover{
	text-decoration: none;
}

a.boton-mapa {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 30px;
	display: inline-block;
	color: #ffffff;
	border: 1px solid #ffffff;
	background-image: url(../images/mapa-ico.png);
	background-repeat: no-repeat;
	background-position: 5px center;
	margin-top: 30px;
}

a.boton-mapa:hover{
	border: 1px solid #213036;
	background-image: url(../images/mapa-ico2.png);
	background-color: #213036;
}

a.boton-respuesta {
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	font-size: 13px;
	font-weight: 400;
	line-height: normal;
	padding-top: 7px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	display: inline-block;
	color: #666666;
	border: 1px solid #666666;
	margin-top: 20px;
}

a.boton-respuesta:hover{
	border: 1px solid #4cbebf;
	background-color: #4cbebf;
	color: #ffffff;
}



h1, h2, h3, h4, h5, h6 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #666666;
	margin: 0px;
	padding: 0;
}

h1{	font-size: 42px; line-height: 44px;}
h2{	font-size: 36px; line-height: 38px;}
h3{	font-size: 24px; line-height: 26px;}
h4{	font-size: 20px;}
h5{	font-size: 16px;}
h6{	font-size: 14px;}

p {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #666666;
	font-size: 13px;
	margin: 0px;
	padding: 0;
}

.light { font-weight: 300;}
.semi-bold { font-weight: 600;}
.bold { font-weight: 700;}

.white { color: #ffffff;}
.dark { color: #333333;}
.black { color: #000000;}
.color { color: #4cbebf;}
.color2 { color: #213036;}

.small { font-size: 11px;}
.large { font-size: 15px;}
.xlarge { font-size: 18px;}

.line-big {
    line-height: 24px;
}



/* ==================================================
  GENERAL - CONTENT
================================================== */

.content{
	position: relative;
	margin:	auto;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
	padding-right: 40px;
	overflow: hidden;
}

.content-l{	max-width: 1240px;}
.content-s{	max-width: 800px;}


.separador{
	width: 70px;
	height: 2px;
	margin:	20px 0px;
}

.separador-gris{ background-color: #CCCCCC;}
.separador-blanco{ background-color: #ffffff;}
.separador-color{ background-color: #4cbebf;}
.separador-color2{ background-color: #213036;}


/* ==================================================
  MAIN
================================================== */

#main {
    width: 100%;
    margin: auto;
    overflow: hidden;
    background-color: #ffffff;
}


/* ==================================================
   COLUMNAS
================================================== */

.columna-100{
	width: 100%;
	float: left;
}

.columna-big{
	width: 75%;
	float: left;
}

.columna-mid{
	width: 50%;
	float: left;
}

.columna-33{
	width: 33.33%;
	float: left;
}

.columna-small{
	width: 25%;
	float: left;
}


.columna-content{
	padding: 20px;
	overflow: hidden;
}


/* ==================================================
   SLIDES
================================================== */

.slide-info {
    bottom: 90px;
    left: 0px;
    position: absolute;
    padding: 30px 40px 10px 30px;
    background-color: rgba(0, 0, 0, 0.35);
	margin: 0 5%;
}

.slide-info .slide-tit{
    font-family: 'Domine', serif;
	font-weight: 400;
	color: #ffffff;
	font-size: 42px;
	line-height: 44px;
	margin: 0px;
	padding: 0px;
}

.slide-info p{
    margin-top: 20px;
	margin-bottom: 40px;
}


/* ==================================================
   INTRO
================================================== */

.intro{
	width: 100%;
	overflow: hidden;
}

.intro .content{
	text-align: center;
}

.intro .separador{
    margin: 20px auto;
}


/* ==================================================
   EMPRESA
================================================== */

#empresa{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}


/* ==================================================
   EQUIPO
================================================== */

#equipo{
	width: 100%;
	overflow: hidden;
	padding-top: 40px;
    padding-bottom: 60px;
}

#equipo .columna-100 {
    margin: 10px 0;
}

#equipo .icon{
	float: left;
}

#equipo h4{
	margin-left: 150px;
}

#equipo p{
	margin-left: 150px;
	margin-top: 10px;
}


/* ==================================================
   PROYECTOS
================================================== */

#proyectos{
	width: 100%;
	overflow: hidden;
	background-color: #4cbebf;
	padding: 60px 0;
}

/* ==================================================
   GALERIA
================================================== */

#galeria{
	width: 100%;
	overflow: hidden;
}

#galeria h4{
	letter-spacing: 2px;
	text-transform: uppercase;
}

#galeria p{
	text-transform: uppercase;
	padding-top: 3px;
    padding-right: 10px;
    padding-bottom: 3px;
    padding-left: 10px;
    border: 1px solid #4cbebf;
    display: inline-block;
}

#galeria .zoom-ico{
	width: 40px;
	height: 40px;
	background-image: url(../images/zoom.png);
	background-repeat: no-repeat;
	margin: auto;
}

/* ==================================================
   IMAGES Hoover Efect
================================================== */

.view {
   margin: 0px;
   border: 0px
   overflow: hidden;
   position: relative;
   text-align: center;
   cursor: default;
   width: 100%;
}
.view .mask,.view .content {
   width: 100%;
   height: 100%;
   position: absolute;
   overflow: hidden;
   top: 0;
   left: 0;
}

.view img {
   display: block;
   position: relative;
   width: 100%;
}

.view a {
	display: inline-block;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
}

.view .pic {
    background: no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.view .nombre {
	width: 100%;  
    text-align: center;
	position: absolute;
	top: 50%;
	margin-top: -40px;
	pointer-events: none;
}

/* ==================================================
   SERVICIOS
================================================== */

#servicios{
	width: 100%;
	overflow: hidden;
	padding-top: 60px;
}

/* ==================================================
   PRODUCTOS
================================================== */

#productos{
	width: 100%;
	overflow: hidden;
	background-color: #4cbebf;
	padding: 0px;
}

#productos h3{
	margin-top: 60px;
}

#productos p{
	margin-bottom: 60px;
}

/* ==================================================
   PLANTA
================================================== */

#planta{
	width: 100%;
	overflow: hidden;
	background: url(../images/imprefin-mapa.jpg) no-repeat center center;
	padding: 60px 0;
}

#planta .planta-info{
	background-color: #4cbebf;
	-webkit-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	-moz-box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	box-shadow: 3px 3px 5px 0px rgba(0,0,0,0.3);
	max-width: 280px;
    margin: auto;
}

#planta .planta-content {
    padding: 40px 40px;
}


/* ==================================================
   CONTACTO
================================================== */

#contacto{
	width: 100%;
	overflow: hidden;
	padding: 60px 0;
}

/* ==================================================
   FORMULARIO CONTACTO
================================================== */

.columna-form{
	width: 50%;
	float: left;
}

.columna-form-left{
	margin-right: 10px;
}

.columna-form-right{
	margin-left: 10px;
}

.form100-fill {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
    background-color: #fff;
    border: 1px solid #999;
    padding: 8px 4px 8px 4px;
    margin-bottom: 10px;
    border-radius: 4px;
	/* Firefox */
	width: -moz-calc(100% - 10px);
	/* WebKit */
	width: -webkit-calc(100% - 10px);
	/* Opera */
	width: -o-calc(100% - 10px);
	/* Standard */
	width: calc(100% - 10px);
}

.form-label {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    color: #666666;
    padding: 5px 5px 5px 0px;
    width: 100%;
    overflow: hidden;
	display: block;
}

input#enviar {
    font-family: 'Open Sans', sans-serif;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: normal;
    padding-top: 7px;
    padding-right: 20px;
    padding-bottom: 7px;
    padding-left: 20px;
    display: inline-block;
    background: #4cbebf;
    color: #ffffff;
    border: 0px solid #cccccc;
    cursor: pointer;
	margin-top: 10px;
}

input#enviar:hover {
    background: #333333;
    color: #ffffff;
}


/* ==================================================
   RESPUESTA
================================================== */

#respuesta{
	width: 100%;
	overflow: hidden;
	padding: 130px 0 60px 0;
}


/* ==================================================
   MEDIA
================================================== */





@media only screen and (max-width: 768px) {
	
.slide-info { max-width: 320px;}
.slide-info .slide-tit { font-size: 36px; line-height: 38px;}


.columna-mid { width: 100%;}
.columna-33 { width: 50%;}

.content { padding-left: 20px; padding-right: 20px;}

#planta .columna-mid { width: 50%;}

}


@media only screen and (max-width: 600px) {

.columna-small { width: 35%;}
.columna-big { width: 65%;}

}

@media only screen and (max-width: 560px) {

.slide-info .slide-tit { font-size: 30px; line-height: 32px;}
.slide-info { max-width: 260px;}

#planta {
    background: url(../images/imprefin-mapa2.jpg) no-repeat top center;
    padding: 180px 0px 60px 0px;
}
#planta .columna-mid { width: 100%;}

}


@media only screen and (max-width: 480px) {

.columna-33 { width: 100%;}

.columna-form { width: 100%;}
.form100-fill { width: calc(100% - 0px);}
.columna-form-left { margin-right: 0px;}
.columna-form-right { margin-left: 0px;}

#equipo .icon {
    float: none;
    margin-bottom: 10px;
    width: 100px;
    margin-left: -5px;
}
#equipo h4 { margin-left: 0px;}
#equipo p { margin-left: 0px; margin-top: 10px;}

}

@media only screen and (max-width: 420px) {

.columna-small { width: 50%;}
.columna-big { width: 100%;}

}

