

/*
Generales
*/
body{
	color: #939598;
	font-family: 'Quicksand', sans-serif;
	font-weight: 400;
	font-size: 14px;
}
/* Preloader */
#preloader {
	position: fixed;
	top:0;
	left:0;
	right:0;
	bottom:0;
	background-color:#fff;
	z-index:999999;
}

#status {
	width:200px;
	height:200px;
	position:absolute;
	left:50%;
	top:55%;
	background-repeat:no-repeat;
	background-position:center;
	margin:-100px 0 0 -100px;
}


.tit-p{
	color: #637878;
	margin-top: 0;
	margin-bottom: 30px;
	border-left: 1px solid #e2e2e2;
	padding-left: 15px;
	font-size: 32px;
	font-weight: 400;
	position: relative;
	z-index: 999;
}
h2{
	color: #4a4b4c;
	font-size: 25px;
	text-transform: uppercase;
	font-weight: 300;
}
h2 span{
	color: #bfc1c4;
	font-size: 15px;
	text-transform: none;
}
h3{
	color: #939598;
	font-size: 22px;
	font-weight: 700;
}
h4{
	color: #637878;
	font-size: 19px;
	font-weight: 400;
	line-height: 1.5em;

}
h5{
	color: #939598;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.4em;
}
a{
	color: #95aaaa;
}
a:hover,
a:focus{
	color: inherit;
	text-decoration: none;
}
a.btn-block{
	width: 100%;
	height: 100%;
	display: block;
}
a.active{
	cursor: default;
}
.padd{
	padding-top: 30px;
	padding-bottom: 30px;
}
#back{
	background: #fff;
	border: 20px solid #fff;
	border-top: none;
	padding-bottom: 20px;
}
.cuadro{
	background: #fff;
	padding: 20px;
	box-shadow: 0px 6px 8px 0px rgba(41, 41, 41, 0.125);
	position: relative;
	z-index: 99;
}
.cuadro h2,
.cuadro h3,
.cuadro *{
	margin-top: 0;
	margin-bottom: 0;
}
.cuadro h3{
	margin-bottom: 1em;
}
.cuadro h3 span{
	font-size: .6em;
	font-weight: lighter;
}
.cuadro p{
	margin-bottom: 0;
}
.desc-pro{
	border-left: 1px solid #e2e2e2;
	padding-left: 15px;
	margin-bottom: 0;
}
.cont-liga{
	text-align: right;
	margin-top: 30px;
	margin-bottom: 0;
}
.cont-liga a{
	color: #bfc1c4;
	padding-bottom: 3px;
	border-bottom: 1px solid #bfc1c4;
	display: inline-block;
}
.cont-up-cero{
	margin-top: -200px;
}
.cont-up{
	margin-top: -85px;
}
.cont-up-dos{
	margin-top: -40px;
}
.cont-up-tres{
	margin-top: -20px;
}
hr{
	border-top-color: #e2e2e2;
}
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    text-align:left;
    margin-right:-4px;
}
/*
Menu
*/
#header{
	margin-top: 20px;
	margin-bottom: 20px;
}
nav.main{
	text-align: right;
}
nav.main li{
	height: 50px;
	display: inline-block;
}
nav.main a{
	color: #999b9f;
	height: 50px;
	display: inline-block;
	text-align: center;
	font-weight: 300;
	line-height: 50px;
	border-left: 1px solid #e2e2e2;
}
nav.main a:hover,
nav.main a.active{
	background: #b5ccd0;
	color: #fff;
	border-left-color: #fff;
}
nav.main li:first-child a{
	border-left: none;
}
nav.main a.no-border,
nav.main a.social{
	border-left: none;
}
nav .nav-sub{
	padding: 0;
	margin-top: 0;
	border-radius: 0;
	border-top: none;
}
nav .nav-sub li{
	display: block;
}
nav .nav-sub a{
	display: block;
	text-align: left;
	border-left: none;
}
.no-touch .dropdown:hover .dropdown-menu {
display: block;
}

/* Carusel HOME */
#nuevos{
	height: 70vh;
  	position: relative;
}
.carousel-inner{
  width: auto;
  height: 100%;
}
#nuevos .item{
	height: 100%;
}
.nuevo{
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  /*height: 685px;*/
  height: 100%;
  position: relative;
}
.ficha{
	color: #fff;
	width: 300px;
	margin-right: -585px;
	text-align: right;
	position: absolute;
	right: 50%;
	bottom: 35px;
}
.ficha a{
	color: #fff;
	font-size: 12px;
	font-style: italic;
	text-decoration: underline;
}
.ficha h3{
	color: #fff;
	margin-bottom: 5px;
	font-size: 15px;
	font-weight: 400;
}
.ficha h4{
	color: #fff;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 12px;
	font-style: italic;
	font-weight: 300;
}
.navegacion.next,
.navegacion.prev{
	color: #fff!important;
	top: 50%;
	left: 20px;
	position: absolute;
}
.navegacion.next{
	right: 20px;
	left: auto;
}
/*
Home
*/

.copy{
	margin-top: -50px;
}
.copy h2{
	color: #939598;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 21px;
	font-weight: 300;
	line-height: 1.4em;
	text-transform: none;
}

.img-pro{
	background-position: center;
	background-size: cover;
	/*height: 500px;*/
}
.img-pro-400{
	height: 400px;
}

.cita{
	background: #b5cccf;
	padding-top: 75px;
	padding-bottom: 75px;
	margin-bottom: 20px;
}
.cita h2{
	color: #fff;
	font-size: 28px;
	text-transform: uppercase;
	text-align: center;
	font-weight: 300;
	line-height: 1.4em;
}
.comillas-abrir img{
	position: relative;
	bottom: 15px;
	right: 10px;
}
.comillas-cerrar img{
	position: relative;
	left: 10px;
}
#tit-pro{
	/*top: -200px;*/
}
#cont-desc-pro{
}
/*
Nosotros
*/
.back-img{
	height: 500px;
	background-size: cover;
	background-position: center;
}
.nos-back{
	/*background-image: url('http://placehold.it/1800x900&text=imagen+seccion+nosotros');*/
}
.valores ul{
	color: #fff;
	list-style: none;
	text-align: center;
	padding-left: 0;
}
.valores ul li{
	padding-right: 10px;
	display: inline-block;
}
.valores ul li:before{
	content: "/";
	color: #96AAAA;
	display: inline-block;
	margin-right: 10px;
	font-size: 1.8em;
	font-weight: 300;
	position: relative;
	top: 7px;
}
.valores ul li:first-child:before{
	content: "";
}
/*
Productos
*/
#sync2{
	padding-right: 30px;
}
#sync1 .item{
    background: #fff;
    margin: 0 1px;
}
#sync1 .item img,
.cont-foto-carac img,
.img-pro img,
.full-img{
	width: 100%;
	height: auto;
	display: block;
}
#sync2 .item{
    background-size: cover;
    margin: 5px;
    cursor: pointer;
}
#sync2 .item h1{
  text-indent: -99999px;
}
#sync2 .synced .item{
	opacity: 0.3;
	cursor: default;
}
.texto-secundario{
	display: none;
}
.producto-texto p{
	color: #96AAAA;
	font-size: 12px;
	line-height: 1.4em;
}
.producto-desc-col{
	background-color: #fff;
	color: #939598;
	/*padding-bottom: 15px;*/
	position: relative;
	z-index: 99;
	box-shadow: 0px 6px 8px 0px rgba(41, 41, 41, 0.125);
}
.producto-desc-col h3{
	background: #95aaaa;
	color: #fff;
	padding: 15px;
	font-weight: 400;
	font-size: 15px;
	line-height: 1.3em;
}
.producto-desc-col > *{
	padding-right: 15px;
	padding-left: 15px;
}
.producto-desc-col ul{
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	margin-bottom: 10px;
}
.producto-desc-col ul li{
	display: inline-block;
	margin-right: 8px;
}
.producto-desc-col ul li img{
	width: 20px;
	height: 20px;
}
.producto-desc{
	background-size: cover;
	height: 100%;
}
.owl-controls{
	width: 100%;
	position: absolute;
	bottom: -120px;
	z-index: 999;
}
.owl-next{
	right: 0;
	top: 0;
	
}
.owl-prev{
	left: 6%;
}
.navegacion.next,
.navegacion.prev,
.owl-next,
.owl-prev{
	color: #637878;
	font-size: 17px;
	font-weight: 400;
	position: absolute;
}
.carac{
	margin-top: 80px;
}
.carac h2{
	display: inline-block;
	position: relative;
}
.carac h2:before,
.carac h2:after{
	content: " ";
	background-color: #e2e2e2;
	width: 80px;
	height: 1px;
	position: absolute;
	left: -100px;
	top: 13px;
}
.carac h2:after{
	right: -100px;
	left: auto;
}
.cont-foto-carac{
	background-size: cover;
	background-position: center;
}
.b-lista .cont-foto-carac:hover{
	opacity: 0.6;
}
.cont-carac{
	margin-bottom: 30px;
}
.list-productos ,
.list-pag{
	padding-left: 0;
	margin-bottom: 20px;
	text-align: right;
	font-size: 0.8em;
}
.list-productos li,
.list-pag li{
	list-style: none;
	display: inline-block;
}
.list-pag li{
	width: 49.5%;
}
.list-productos li:first-child{
	margin-right: 15px;
}
.list-productos li a{
	padding: 5px 10px;
	display: block;
}
.list-productos li a.active,
.list-productos li a:hover{
	background-color: #b5ccd0;
	color: #fff;
	font-weight: 400;
	
}
.pdf-carac .cont-liga{
	text-align: left;
}
.pdf-carac .cont-liga a{
	display: initial;
}
.b-productos .cont-liga{
	margin-top: 1em;
}
.ficha-proy h6{
	color: #b0cdd0;
	margin-top: 0;
	margin-bottom: 1em;
	font-size: 1em;
}
/*
Contacto
*/

#contactame{
	margin-top: 50px;
	padding: 0;
}
#contactame .form-group{
	margin-bottom: 25px;
}
#contactame label{
	text-align: left;
}
.btn-basico{
	color: #fff;
	background-color: #637878;
	border-radius: 0;
	font-size: 1.3em;
}

.btn-basico:hover{
	color: #637878;
	background-color: #B5CCCF;
}
dt label{
	display: none;
}

/*
Aviso
*/

.privacidad{
	text-align: left;
}

/*
footer
*/
footer{
	color: #b6b6b6;
	margin-top: 70px;
	padding-top: 40px;
	font-size: 14px;
	font-weight: 300;
	line-height: 1.4em;
	text-align: center;

}
footer p{
	margin-bottom: 20px;
}
.redes a{
	color: #b5cccf;
	font-size: 17px;
	margin-right: 5px;
	margin-left: 5px;
}
.redes a:hover{
	color: #647878;
}




@media (max-width: 767px) {
	h2{
		font-size: 20px;
		
	}
	.nav a{
		text-align: center;
	}
	#back{
		border: 10px solid #fff;
	}
	#header{
		margin-bottom: 0;
	}
	.navbar-header{
		text-align: center;
	}
	.navbar-toggle{
		margin-top: 20px;
		margin-left: 0;
		margin-right: 0;
		float: none;
	}
	#nuevos{
	  max-height: 200px;
	}
	.cuadro{
		box-shadow: none;
		padding-right: 15px;
		padding-left: 15px;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.copy h2{
		font-size: 18px;
	}
	.cita{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.cita h2{
		font-size: 20px;
	}
	.cita h2 span{
		display: block;
	}
	.valores ul{
		font-size: 1em;
	}
	.valores ul li{
		display: block;
		padding-right: 0;
	}
	.valores ul li:before{
		display: block;
	}
	
	#sync1 .item{
		margin: 1px;
	}
	#sync2{
		padding-right: 0;
	}
	#sync2 .item{
		margin: 1px;
	}
	
	.owl-prev{
		left: -15px;
	}
	.owl-next{
		right: -15px;
	}
	.carac{
		margin-top: 40px;
	}
	.carac .cuadro{
		margin-top: 0;
	}
	.carac h2:before,
	.carac h2:after{
		content: none;
	}
	.col-centered{
		margin-left: 0;
	}
	
	.footer-copy{
		font-size: 0.8em;
	}
	#map_canvas{
		height: 300px;
	}
}
@media (min-width: 768px) {
	#nuevos{
	  max-height: 450px;
	}
	nav.main a{
		padding-left: 8px;
		padding-right: 8px;
		font-size: 11px;
	}
	.valores ul{
		font-size: .9em;
	}
	
}
@media (max-width: 991px) {
	h2{
		margin-top: 2em;
	}
	.producto-desc-col{
		width: 100%;
	}
	.owl-controls{
		top: 50%;
		display: none!important;
	}
	.producto-texto{
		margin-bottom: 30px;
	}
	.copy,
	.cont-up,
	.cont-up-cero,
	.cont-up-dos,
	.cont-up-tres{
		margin-top: 0;
	}
	.b-productos .cont-up-tres{
		margin-top: -20px;
	}
	.img-pro{
		padding-left: 0;
		padding-right: 0;
	}
	nav.main{
		text-align: center;
	}

}
@media (min-width: 992px) {
	nav.main a{
		padding-left: 10px;
		padding-right: 10px;
		font-size: 12px;
	}
	.valores ul{
		font-size: 1.3em;
	}
	.producto-desc-col{
		width: 130%;
	}
}
@media (max-width: 1199px){
	footer{
		margin-top: 0;
		padding-top: 0;
	}
}
@media (min-width: 1200px) {
	#nuevos{
	  height: 70vh;
	  max-height: 800px;
	}
	nav.main a{
		padding-left: 12px;
		padding-right: 12px;
		font-size: 14px;
	}
	nav.main a.no-border,
	nav.main a.social{
		padding-left: 8px;
		padding-right: 8px;
	}
	.valores ul{
		font-size: 1.6em;
	}
	.producto-desc-col{
		width: 145%;
	}

}