@font-face {
   font-family: 'FontAwesome';
  src:  url('fonts/fontawesome.eot');
  src:  url('fonts/fontawesome.eot?#iefix') format('embedded-opentype'),
        url('fonts/fontawesome-webfont.woff') format('woff'),
        url('fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
   font-family: 'Calibri-Ligth';
  src:  url('fonts/calibri/original_calibri-ligth.eot');
  src:  url('fonts/calibri/original_calibri-ligth.eot?#iefix') format('embedded-opentype'),
        url('fonts/fonts/calibri/original_calibri-ligth.woff') format('woff'),
        url('fonts/calibri/original_calibri-ligth.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
   font-family: 'Calibri-Bold';
  src:  url('fonts/calibri/original_Calibri_Bold.eot');
  src:  url('fonts/calibri/original_Calibri_Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/calibri/original_Calibri_Bold.woff') format('woff'),
        url('fonts/calibri/original_Calibri_Bold.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}
@font-face {
   font-family: 'Calibri';
  src:  url('fonts/calibri/original_Calibri.eot');
  src:  url('fonts/calibri/original_Calibri.eot?#iefix') format('embedded-opentype'),
        url('fonts/calibri/original_Calibri.woff') format('woff'),
        url('fonts/calibri/original_Calibri.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

@font-face {
font-family: 'Arial-Narrow';
  src:  url('fonts/calibri/original_arial-narrow__allfont.es_.eot');
  src:  url('fonts/calibri/original_arial-narrow__allfont.es_.eot?#iefix') format('embedded-opentype'),
        url('fonts/calibri/original_arial-narrow__allfont.es_.woff') format('woff'),
        url('fonts/calibri/original_arial-narrow__allfont.es_.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;

}

*{
    margin: 0;
    padding: 0;
   
}
body{
    padding-top: 110px;
    font-family: 'Calibri';
   
}
.carousel img{
margin: 0 auto;
}

.navbar-default {
background-color: white;
background-size: cover;
height: auto;
margin-bottom: 0;
padding-top: px;
font-family: 'Calibri-Bold';


}

.navbar-brand img{
    margin-bottom: 0;
    width: 100px;;
}
.nosotros {
padding: 60px 0 0 0;
position: relative;
   
}
.nosotros h1{
    color: #004778;
    font-weight: 300;
    font-family: 'Calibri-Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px;
    font-size: 22px;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.nosotros .btn{
margin-top: 20px;
margin-bottom: 20px;
}

.nosotros hr{
width: 50px;
height: 2px;
margin: 0 auto;
background-color: #94DC00;
border-radius: 20px;

}

.tex-1 {
    font-family: 'Calibri-Ligth';
    padding:1px;
    color: #3e3e3e;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .2px;
    text-align: justify;
}
.text-2 {
    font-family: 'Calibri-Ligth';
    padding:20px;
    color: #004778;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .2px;
      text-align: justify
}
.tex-1 strong{
  font-weight: 800;
}

.recuadro-nosotros {
    border: solid #94DC00 4px;
    color: white;
    font-size: 25px;
    width: 150px;
    text-transform: uppercase;
    margin: 10px auto;
    text-align: center;
    padding: 10px;
}

.planta h1{
    color: #004778;
    font-weight: 300;
    font-family: 'Calibri-Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px;
    font-size: 22px;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.planta {
padding-top: 120px;
background-color:;
}
.planta hr{
width: 50px;
height: 2px;
margin: 0 auto;
background-color: #94DC00;
border-radius: 20px;
    
}






.productos {
    padding: 50px 0;
    color: white;
    background-color: #e8e8e8;
}

.productos h2{
    font-size: 18px;
    font-weight: 200;
    letter-spacing: .5px;
}
.productos h1{
   color: #004778;
    font-weight: 300;
    font-family: 'Calibri-Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px;
    font-size: 22px;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

.productos hr{
width: 50px;
height: 2px;
margin: 0 auto;
background-color: #94DC00;
border-radius: 20px;
}


.productos-margin {
    margin: 30px 0;
}

.slide-clientes {
    padding: 50px 0;
   
}
.slide-clientes img:hover{
-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
 
    transition-duration: .7s;
    -webkit-transition-duration: .7s;
   
}

.slide-clientes h1{
 color: #004778;
    font-weight: 300;
    font-family: 'Calibri-Bold';
    letter-spacing: 1px;
    text-transform: uppercase;
    margin: 5px;
    font-size: 22px;
    text-align: center;
    text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.slide-clientes .btn{
margin-top: 40px;
margin-bottom: 40px;
}

.slide-clientes hr{
width: 50px;
height: 2px;
margin: 0 auto;
background-color: #94DC00;
border-radius: 20px;
}

#contacto {
padding: 120px 0 0;
color: gray; 
font-size: 16px;
}
#contacto p i{
color: #004778; 
font-size: 22px;
}
#contacto a i{
color: #004778; 
font-size: 22px;
}
#contacto h1{
color: #004778;
font-weight: 300;
font-family: 'Calibri-Bold';
letter-spacing: 1px;
text-transform: uppercase;
margin: 5px;
font-size: 22px;
text-align: center;
text-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}

#contacto hr{
width: 80px;
height: 2px;
margin: 0 auto;
background-color: #94DC00;
border-radius: 20px; 
}
#contacto .btn{
border-radius: 7px;
width: 100px;
background-color: #94DC00;
border: 0;
box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.35);
transition-duration: 0.4s;
}
#contacto .btn:hover{
background-color: white;
color: #004778;
border: 0;
}
#contacto i{
margin: 15px;
font-size: 30px;
color: white
}
#contacto a i:hover {
color: #94DC00;
}
footer {
background-color: #004778;
color: white;
padding: 20px;
}
footer a i{
color: white;
font-size: 30px;
margin: 15px;
}

div#content h2:before {
display: inline-block;
transform: rotate(-80deg);
margin-bottom: 40px;
}

.grid {
	position: relative;
	margin: 0 auto;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	width: 100%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/* Individual effects */

/*---------------*/
/***** Lily *****/
/*---------------*/

figure.effect-lily img {
	max-width: none;
	width: -webkit-calc(100% + 50px);
	width: calc(100% + 50px);
	opacity: 0.7;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-40px,0, 0);
	transform: translate3d(-40px,0,0);
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

figure.effect-lily figcaption {
	text-align: left;
}

figure.effect-lily figcaption > div {
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 2em;
	width: 100%;
	height: 50%;
}

figure.effect-lily h2,
figure.effect-lily p {
	-webkit-transform: translate3d(0,40px,0);
	transform: translate3d(0,40px,0);
}

figure.effect-lily h2 {
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
}

figure.effect-lily p {
	color: rgba(255,255,255,0.8);
	opacity: 0;
	-webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
	transition: opacity 0.2s, transform 0.35s;
}

figure.effect-lily:hover img,
figure.effect-lily:hover p {
	opacity: 1;
}

figure.effect-lily:hover img,
figure.effect-lily:hover h2,
figure.effect-lily:hover p {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-lily:hover p {
	-webkit-transition-delay: 0.05s;
	transition-delay: 0.05s;
	-webkit-transition-duration: 0.35s;
	transition-duration: 0.35s;
}

/*---------------*/
/***** Ruby *****/
/*---------------*/

figure.effect-ruby {
	background-color: rgba(255, 255, 255, 0);
    border-radius: 15px;
}

figure.effect-ruby img {
	opacity: 1;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(1.15);
	transform: scale(1.15);

}

figure.effect-ruby:hover img {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);

}

figure.effect-ruby h2 {
	position: absolute;
    background-color: #eaeaea;
    color: black;
    border-radius: 7px;
    padding: 5px 30px 5px 30px;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
    z-index: 100;
    font-size: 14px;
    text-align: center;
        font-family: 'Calibri-Bold';
    font-weight: 400;
    letter-spacing: 1px;
    border: white solid 1pxx;
}


figure.effect-ruby p {
	opacity: 0;
    background-color: aliceblue;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0) scale(1.1);
	transform: translate3d(0,20px,0) scale(1.1);
} 

figure.effect-ruby:hover h2 {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
    margin-top: -100px;
}

figure.effect-ruby:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0) scale(1);
	transform: translate3d(0,0,0) scale(1);
}
.accordion-group {
  overflow: hidden;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: 300px;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  transition: all 300ms ease;
}
.accordion-group li {
  cursor: pointer;
  position: relative;
  display: block;
  overflow: hidden;
  float: left;
  margin: 0;
  padding: 10px;
  list-style: none;
  width: 16%;
  height: inherit;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.accordion-group li h3 {
background-color: #e7e6e6;
  padding: 5px;
  color: #393939;
  font-size: 13px;
  letter-spacing: .5px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
border-radius: 10px;
}
.accordion-group li .accordion-overlay {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.accordion-group li section {
  display: table;
  width: 100%;
  height: auto;
  margin: 0 auto;
  min-height: 100%;
}
.accordion-group li section.big-section {
  width: 100%;
}
.accordion-group li section article {
  display: table-cell;
  vertical-align: middle;
  padding:0;
  position: relative;
  right: -100%;
  -webkit-transition: all 250ms ease-in-out;
  -moz-transition: all 250ms ease-in-out;
  transition: all 250ms ease-in-out;
}
.accordion-group li section article p {
background-color: #e7e6e6;
  padding: 5px;
  color: #393939;
  font-size: 13px;
  letter-spacing: .5px;
text-transform: uppercase;
font-family: 'Montserrat', sans-serif;
font-weight: 400;
border-radius: 10px;
    display: none;
}
.accordion-group li section article p:before,
.accordion-group li section article p:after {
  content: "";
  display: block;
  height: 1px;
}
.accordion-group li.out {
  width: 60%;
}
.accordion-group li.out section article {
  right: 0;
}
.accordion-group li:nth-child(4) .accordion-overlay {
  background-color: #94DC00;
  opacity: .8;
}
.accordion-group li:nth-child(4).out .accordion-overlay {
  background-color: #94DC00;
  opacity: 0;
}
.accordion-group li:nth-child(3) .accordion-overlay {
  background-color: rgba(234, 234, 234, 0.33);
  opacity: .9;
}
.accordion-group li:nth-child(3).out .accordion-overlay {
  background-color: rgba(234, 234, 234, 0.33);
  opacity: 0;
}
.accordion-group li:nth-child(2) .accordion-overlay {
  background-color: rgba(234, 234, 234, 0.33);
  opacity: .7;
}
.accordion-group li:nth-child(2).out .accordion-overlay {
  background-color: #94DC00;
  opacity: 0;
}
.accordion-group li:nth-child(1) .accordion-overlay {
  background-color: rgba(234, 234, 234, 0.33);
  opacity: .5;
}
.accordion-group li:nth-child(1).out .accordion-overlay {
  background-color: white;
  opacity: 0;
}

#boton-nosotros .btn-info{
    color: white;
    background-color: #004778;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 15px;
    font-family: "Montserrat";
    font-weight: 400;
    box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.35);
    transition-duration: 0.4s;
    border: 0;
}

#boton-nosotros .btn-info:hover{
    color: white;
    background-color: #94DC00;
   
}


.slider {
  position: relative;
  overflow: hidden;
}
.slider li img{
border-radius: 10px;

}

.slider ul {
  position: relative;
  list-style: none;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-transform: translateX(-33%);
          transform: translateX(-33%);
}

.slider li {
  position: relative;
  width: 33%;
padding-left: 15px;
  height: 100%;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 300px;
  flex-shrink: 0;

}

#tecnologia .btn{
    margin-top: 30px;
    margin-bottom: 30px;
}

.slider-nav .prev,
.slider-nav .next {
position: absolute;
background: #fff;
padding: 10px;
font-size: 15px;
color: #004778;
top: 50%;
cursor: pointer;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.slider-nav .prev {
  left: 0;
}
.slider-nav .next {
  right: 0;
}

.transition {
  transition: -webkit-transform .5s ease;
  transition: transform .5s ease;


}

.left2 {

  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
}

.right2 {

  -webkit-transform: translateX(100%);
          transform: translateX(100%);
}


#Titulo-1 {
    background-image: url(../img/fondo-blanco.jpg);
    background-size: cover;
    padding: 100px 0;
}

.titulo-principal h1{
    text-align: center;
    color: #717171;
    font-weight: 300;
    font-size: 50px;
     font-family: 'Calibri-Bold';
text-transform: uppercase;
}


#wrapper {

}

.hover {
  position: relative;
  max-width: 100%;
  max-height: 400px;
  overflow: hidden;
 padding: 10px;
border-radius: 20px;
margin-top: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: -webkit-transform 0.1s linear;
  -moz-transition: -moz-transform 0.1s linear;
  -o-transition: -o-transform 0.1s linear;
  -ms-transition: -ms-transform 0.1s linear;
  transition: transform 0.1s linear;
  cursor: pointer;
}

.hover img {
  width: 100%;
    height: 100%;
border-radius: 20px;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  -ms-transition: 0.1s linear;
  transition: 0.1s linear;

  -webkit-transition-property: width;
  -moz-transition-property: width;
  -o-transition-property: width;
  -ms-transition-property: width;
  transition-property: width;

  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}



.hover:hover img {
  width: 100%;
box-sizing: border-box;
}


.titulos {
font-size: 18px;
margin-top: 20px;
z-index: 1000;
color: #004778;
text-align: center;
letter-spacing: .5px;
font-family: 'Calibri-Ligth';
text-transform: uppercase;

}

/* Menú barras de colores */

.barra-menu-1 {
    background-color: #94DC00;
    width: 65%;
    height: 18px;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    border: solid #94DC00 1px;
    box-sizing: border-box;
    top: 90%;
    border-radius: 5px;
   
}
.barra-menu-2 {
    background-color: #004876;
    width: 100%;
    height: 25px;
    position: absolute;
    right: 0;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: solid #004778 1px;
    top: 100%;
 
}







#FormContactoColor {
    padding-top: 120px;
    background-color: #004778;
    padding-bottom: 120px;
}

#contacto .codigo-qr {
    width: 100px;
    
    margin-bottom: 20px;
    
    
}
footer a{
    color: #d8d3d3;
}
footer a:hover{
    color: #94DC00;
}




#Marcas {
    background-color: white;
}

#Herrajes {
    background-color: white;
}

#acabados {
padding-bottom: 100px;
background-color: #fdfdfd;
}


#titulo-productos h1{
    background-color: #004778;
width: 100%;
padding-top: 20px;
padding-bottom: 20px;
    color: white;
   font-family: 'Calibri-Bold';
    letter-spacing: 4px;
font-size: 20px;
}
#titulo-productos{
    background-color: #004778;

}
.carousel-caption h3{
 color: white;
 font-family: 'Calibri-Bold';
    


}
