
html,
body {
    height: 100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  line-height: 1.42857143;
	font-weight: 400;
  color: #575756;
  background-color: #fff;
}

.img-portfolio {
    margin-bottom: 30px;
}

.gray{color:#575756;}

.img-hover:hover {
    opacity: 0.8;
}

.logo{
	position: absolute;
	margin-top: -23px;
	z-index: 1000;
}

/* Home Page Carousel */

header.carousel {
    height: 50%;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* 404 Page Styles */

.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */

.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

.price sup {
    top: -20px;
    left: 2px;
    font-size: 20px;
}

.period {
    display: block;
    font-style: italic;
}

/* Footer Styles */



/* Responsive Styles */

@media(max-width:991px) {
    .customer-img,
    .img-related {
        margin-bottom: 30px;
    }
}

@media(max-width:767px) {
    .img-portfolio {
        margin-bottom: 15px;
    }

    header.carousel .carousel {
        height: 70%;
    }
}





.padding-general{
	padding: 20px 15px;
	}

.padding-general-2{
	padding: 50px 0;
	}

	.pad1

.bg-blue{
	background: #13509d;}

.blue{color:#000;}

.orange{
	color:#f79225;}

.green{
	color:#8cc63f;}

.white{
	color:#FFF;}

	.head{
		padding:0px 0;}

.navbar {
  position: relative;
    min-height: 5px;
  margin-bottom: 0px;
  border: 1px solid transparent;
}

.shadow{
-webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 2px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 2px 5px 0px rgba(50, 50, 50, 0.75);

}

.card{
	border:solid 1px #000;
}

.card-header{
	text-align: left !important;
	padding: 10px;

}



.btn {
  display: inline-block;
  padding: 10px 13px;
  margin-bottom: 0;
  font-size: 11px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing:0.1pt;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius:9px;
  border:0px solid ;
}



.btn-default {
  color: #fff;
  background:#000;

}

.btn-default:hover {
  color: #000;
  background:#ffcc03;
}

.btn-info {
  color: #000;
  background: #e6e6e6;
  border:#e6e6e6 solid 1px;
}

.btn-info:hover {
  color: #ffcc03;
  background: #000;
}


.grow { transition: all .2s ease-in-out; }
.grow:hover { transform: scale(1.1); }

a {
  transition:0.3s;
}

.bg-menu{
	background:#000;}

.bg-footer{
	background:#061F30;}

.footer{
	background:#ededed;
	padding:0px;}

.footer2{
	background:#000000;
	padding:20px 0;}


	.bg-sky{
		background: url(../../images/bg-sky.jpg) center top no-repeat;
		background-size: 100%;
		min-height: 500px;
	}

	.fs-head{font-size: 60px;}

		.bg-sky2{
		background:#e6e6e6;
		background-size: 100%;
		min-height: 500px;
	}

	.bg-black{
		background: #000;
		background-size: 100%;
		min-height: 500px;
	}

	.padh3{
		padding: 0 40px 0 40px;
	}

	.fs-1{font-size: 15px;line-height: 17pt;}
	.fs-2{font-size: 18px;}
	.fs-3{font-size: 20px;}
	.fs-4{font-size: 23px;}

		.padh10{
		padding-left:20%;
		padding-right: 20%;
	}

	.p-slide{font-size: 35px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    text-shadow: none;}


	figure.snip1205 {
  position: relative;
  float: left;
  overflow: hidden;
  margin: 10px 1%;
  width: 100%;
  background: #000000;
  text-align: center;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
}
figure.snip1205 * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
figure.snip1205 img {
  max-width: 100%;
  vertical-align: top;
}
figure.snip1205 i {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  font-size: 34px;
  color: #000000;
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  transition: all 300ms 0ms cubic-bezier(0.6, -0.28, 0.735, 0.045);
}
figure.snip1205 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}
figure.snip1205:hover img,
figure.snip1205.hover img {
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
figure.snip1205:hover i,
figure.snip1205.hover i {
  -webkit-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
  transition: all 300ms 100ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.bg-cotizador{
	background: url("../../images/bg-cotizador.jpg") repeat-x;
	height:40px;
	margin: 5px 0 3px 0;
	width: 100%;
}

.cotizador{
	background:#fff;
	height: 40px;
	padding-top: 6px;
}

.cant-cotizador{
	background: #95c11f;
	border-radius:20px;
	margin: -5px 0 0 -10px;
	padding: 5px 10px;
	color:#fff;
	z-index:1000;
	position:relative;
}


.yellow{color:#ffcc03;}

.black{color:#000 !important;}

.padding0{padding:0 !important;}

.blue-dark{color:#1c2a4b;}

.parallax{
	height: 300px;
	background: url("../../images/bg-parallax.jpg") center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:5% 10%;
	}

	h1,
.h1 {
  font-size: 24px;
}
h2,
.h2 {
  font-size: 20px;
}
h3,
.h3 {
  font-size: 15px;
}
h4,
.h4 {
  font-size: 13px;
}
h5,
.h5 {
  font-size: 12px;
}
h6,
.h6 {
  font-size: 11px;
}

.montserrat{
	font-family: "Montserrat", sans-serif;
}

.black{color:#000;}


.mt5{
	margin-top:5px;}
.mt10{
	margin-top:10px;}
.mt15{
	margin-top:15px;}
.mt20{
	margin-top:20px;}
.mt25{
	margin-top:17px;}
.mt30{
	margin-top:30px;}
.mt40{
	margin-top:40px;}
.mt50{
	margin-top:50px;}
.mt60{
	margin-top:60px;}
.mt70{
	margin-top:70px;}
.mt80{
	margin-top:80px;}
.mt90{
	margin-top:90px;}
.mt100{
	margin-top:100px;}
.mt300{
	margin-top:300px;}
.mt450{
	margin-top:450px;}


.mb5{
	margin-bottom:5px;}
.mb10{
	margin-bottom:10px;}
.mb20{
	margin-bottom:20px;}
.mb30{
	margin-bottom:30px;}
.mb40{
	margin-bottom:40px;}
.mb50{
	margin-bottom:50px;}
.mb60{
	margin-bottom:60px;}
.mb70{
	margin-bottom:70px;}
.mb80{
	margin-bottom:80px;}
.mb90{
	margin-bottom:90px;}
.mb100{
	margin-bottom:100px;}

.mb150{
	margin-bottom:150px;}

.mb200{
	margin-bottom:200px;}


.pad2{
	padding:2% 0;}


.pad5{
	padding:5% 0;}

.pad10{
	padding:10% 0;}

.pad15{
	padding:15% 0;}

.pad20{
	padding:20% 0;}


.contenedor{
width: 100%;
margin: auto;
overflow: hidden;
}

#sliderinfi {
width: 2000px;
height: 220px;
background-image: url("../images/demo.png");
background-size: 100% 100%;
animation: sliderinfi 15s infinite linear;
}

@keyframes sliderinfi {
  to {
      background-position: 2000px;
}

}

.top{
	background:#ffcc03;
	padding: 0px 0;
}

.font12{
	font-size:8px;
}

.producto-listado{
	float: left;
	min-height: 300px;
	margin: 0 1% 40px 1%;
	width: 48%;
}

.producto1{
	background: url("../../images/bg-producto1.jpg") no-repeat;
	float: left;
	min-height: 200px !important;
	width: 50%;
}

.producto2{
	background: url("../../images/bg-producto2.jpg") no-repeat;
	float: left;
	min-height: 200px !important;
	width: 50%;
}

.producto3{
	background: url("../../images/bg-producto3.jpg") no-repeat;
	float: left;
	min-height: 200px !important;
	width: 50%;
}

.producto4{
	background: url("../../images/bg-producto4.jpg") no-repeat;
	float: left;
	min-height: 200px !important;
	width: 50%;
}

.producto5{
	background: url("../../images/bg-producto5.jpg") no-repeat;
	float: left;
	min-height: 200px !important;
	width: 50%;
}

.productoimg{
	position:absolute;
	margin-bottom: -40px;
}

.productoimg:hover{
	position:absolute;
	margin-bottom: 0px;
	transition: 0.5s;
}

.tit-producto{
	min-height: 75px;
	margin: 10px 0 10px 0;
}


/*galeria*/
#custom_carousel .item  .top {
    overflow:hidden;
    padding:0;
}
#custom_carousel .item {

    color:#000;
    background-color:#fff;
    padding:20px 0;
    overflow:hidden;
    padding:0;
}
#custom_carousel .item img{
width:100%;
height:auto
}

#custom_carousel .izq
{
    position:absolute;
  left: -25px;
  top:40%;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
/* Next button  */
#custom_carousel .der
{
       position:absolute;
  right: -25px !important;
  top:40%;
  left:inherit;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px;
}
#custom_carousel .controls{

    overflow:hidden;
    padding:0;
    margin:0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    border:0;
}
#custom_carousel .controls .nav{

    padding:0;
    margin:0px 0;
    white-space: nowrap;
    text-align: center;
    position: relative;
    background:#fff;
    width: auto;
    border: 0;
}
#custom_carousel .controls li {
    transition: all .5s ease;
    display: inline-block;
    padding: 0;
}

.margin-gral{margin: 1px;}

#custom_carousel .controls li a{
    padding:0;
}
#custom_carousel .controls li img{
width:100%;
height:auto
}

#custom_carousel .controls li.active {
    background-color:#fff;
    opacity:1;
}
#custom_carousel .controls a small {
    overflow:hidden;
    display:block;
    font-size:10px;
    margin-top:5px;
    font-weight:bold
}

/*fin galeria*/

.thead-dark{
	background:#000;
	color:#fff;
	border-radius: 40px;
}

.z-index{z-index:100;
font-size: 80%;
margin: 10px 0;}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }

	.font12{
	font-size:12px;
}
	
	.btn {
  display: inline-block;
  padding: 10px 30px;
  margin-bottom: 0;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  letter-spacing:0.1pt;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border-radius:9px;
  border:0px solid ;
}



  .padding-general{
	padding: 100px 15px;
	}

	.head{
		padding:15px 0;}

.producto-listado{
	float: left;
	min-height: 300px;
	margin: 0 1% 40px 1%;
	width: 18%;
}

.producto1{
	background: url("../../images/axial1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto1:hover{
	background: url("../../images/axial2.png") no-repeat;
	float: left;
	min-height:375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}




.producto2{
	background: url("../../images/centrifugos1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto2:hover{
	background: url("../../images/centrifugos2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto3{
	background: url("../../images/tubular1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto3:hover{
	background: url("../../images/tubular2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto4{
	background: url("../../images/centrifugos-home1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto4:hover{
	background: url("../../images/centrifugos-home2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto5{
	background: url("../../images/tejado1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto5:hover{
	background: url("../../images/tejado2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}
	
	.producto6{
	background: url("../../images/cajas1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto6:hover{
	background: url("../../images/cajas2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}
	
	.producto7{
	background: url("../../images/especial1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto7:hover{
	background: url("../../images/especial2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}
	
	.producto8{
	background: url("../../images/portatil1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto8:hover{
	background: url("../../images/portatil2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}
	
	.producto9{
	background: url("../../images/humo1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto9:hover{
	background: url("../../images/humo2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}
	
	.producto10{
	background: url("../../images/accesorios1.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

.producto10:hover{
	background: url("../../images/accesorios2.png") no-repeat;
	float: left;
	min-height: 375px !important;
	margin-left:5px;
	margin-right:5px;
	width: 19%;
}

h1,
.h1 {
  font-size: 35px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 24px;
}
h4,
.h4 {
  font-size: 18px;
}
h5,
.h5 {
  font-size: 14px;
}
h6,
.h6 {
  font-size: 12px;
}

.parallax{
	height: 400px;
	background: url(../../images/bg-parallax.jpg) center center no-repeat;
	background-attachment:fixed;
	background-size:cover;
	padding:5% 30%;
	}

}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1300px;
  }

.dropdown:hover .dropdown-menu {
   display: block;
}

/*page concientizacion*/
.box-gr{
	background:#3e4e56;
	padding: 50px 50px;
}

.box-gr2{
	background:#3e4e56;

}

	.box-rd{
	background:#e10000;
	padding: 50px 50px;
}

	.padding0{
	padding-left:0 !important;
	padding-right:0 !important;}

	.tex{
		padding:50px 40px;
	}

/*page concientizacion*/



}
