
/* FONT FAMILY */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,700');

/* COLORS */
/* Amarillo #EDC131
/* Naranja #BF6939
/* Gris #96989A

/* ===== BODY ===== */
body{
	font-family: 'Open Sans', sans-serif !important ;
	font-weight: 400 !important;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
}

h1,h2,h3{
	padding: 0 !important;
	margin: 0 !important;
}

body a{
	text-decoration: none !important;
}

.padding-top{
	padding-top: 40px;
}

.padding-bottom{
	padding-bottom: 40px;
}

.hr-color{
	border-bottom: thin solid #BF6939;
}

.row .no-gutters {
   margin-right: 0;
   margin-left: 0;
}
.row.no-gutters > [class^="col-"],
.row.no-gutters > [class*=" col-"] {
   padding-right: 0;
   padding-left: 0;
}


.ir-arriba {
	padding:10px;
	display:inline-block;
	background:#BF6939;
	color:#fff;
	position: fixed;
	font-size:20px;
	bottom:20px;
	right:20px;
	display:none;
	cursor:pointer;
	 border-radius: 50%;
	z-index:99999999;
}

.flex-container{
	display: flex;
}

.imagefix{
	width: 100%;
	height: auto;
	padding: 20px;
}

.text-center{
	text-align: center !important;
}

.ask{
	font-size: 18px;
	font-weight: 700;
	color: #A1278D;
}

.no-bullet{
	list-style: none;
	margin: 0;
	padding: 0;
}

.imageSlide{
	width: 100%;
	height: auto;
	padding: 0;

}

/* ======= COL 5 ===== */
  div.col-sm-7.five-three {
    width: 60% !important;
    }

    div.col-sm-5.five-two {
      width: 40% !important;
    }
  
/* ===== COL 15 ===== */

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

/* ===== POSITIONS ===== */
.right{
	float: right;
}


/* ===== BUTTONS ===== */
.button{
	background-color:#BF6939;
	padding:15px 40px;
	color:#FFFFFF;
	font-size:18px;
}

.button:hover{
	text-decoration:none;
	background-color:#96989A;

}

/* ===== HEADER ===== */
header{
	width:100%;
	height: auto;
	background: url(../../imagenes/metal-texture.jpg) no-repeat; 
  	background-size:cover;
	-webkit-background-size:cover;
 	-moz-background-size: cover;
  	-o-background-size: cover;
	overflow: hidden;
	
}

header .logoheader{
	width: 100%;
	height: auto;
	padding: 20px 0px;
	
}

header p{
	margin: 0;
	padding: 0;
}

header .telefono{
	margin-top: 20px;
	text-align: right;
	font-size: 32px;
	font-weight: 700;
	color: #BF6939;
	text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;
}

header .email{
	text-align: right;
	font-size: 20px;
	font-weight: 700;
	color: #BF6939;
	text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;
}

.aviso{
	width: 100%;
	height: auto;
	background-color: #BF6939;;
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 10px 10px;
	font-size: 32px;
	
}

.aviso p{
	animation: blinker 1s linear infinite;
}

  
@keyframes blinker {
	20% {
	  opacity: 0;
	}
  }


/* ===== NAVBAR ===== */
.navbar-wrap{
	width: 100%;
	height: auto;
	background-color: #EDC131;
}



.navbar-default{
	background-color: transparent!important;
	border: none !important;
	margin: 0 !important;
	padding: 0 !important;
	overflow: hidden;
	
}

.navbar-default .navbar-nav{
	margin: 0 !important;
	padding: 0 !important;
	
}



.navbar-default .navbar-nav>li>a {
    color: #FFFFFF !important;
	font-size: 13px;
	padding: 10px 10px;
	font-weight: 700;

	
	
}

.navbar-default .navbar-nav>li>a:hover{
	color: #F58634 !important;

}

.navbar .socialnetworks{
	margin: 0 !important;
	padding: 0 !important;
}

.navbar .socialnetworks a{
	float: left;
	margin: 0 !important;
	padding: 12px 8px !important;

	
}

.navbar .socialnetworks a:hover{
	border-bottom: none !important;
}

.navbar .socialnetworks .icon-facebook{
	width: 30px;
	height: 30px;
	background-image: url(../../imagenes/icons/icon-facebook_off.png);
	background-size: cover;
}

.navbar .socialnetworks .icon-facebook:hover{
	background-image: url(../../imagenes/icons/icon-facebook_on.png);
}

.navbar .socialnetworks .icon-twitter{
	width: 30px;
	height: 30px;
	background-image: url(../../imagenes/icons/icon-twitter_off.png);
	background-size: cover;
}

.navbar .socialnetworks .icon-twitter:hover{
	background-image: url(../../imagenes/icons/icon-twitter_on.png);
}

.navbar .socialnetworks .icon-instagram{
	width: 30px;
	height: 30px;
	background-image: url(../../imagenes/icons/icon-instagram_off.png);
	background-size: cover;
}

.navbar .socialnetworks .icon-instagram:hover{
	background-image: url(../../imagenes/icons/icon-instagram_on.png);
}
	


/* ===== RESPONSIVE SLIDE ===== */

/* Carousel Styles */

.carousel{
	z-index:1;
	
}
.carousel-indicators .active {
    background-color: #2980b9;
}

.carousel-inner{
	max-height: 460px;
	overflow: hidden;
}
.carousel-inner img {
    width: 100% !important;    
	height: 100%;	
}

.carousel-control {
    width: 0;
}

.carousel-control.left,
.carousel-control.right {
	opacity: 1;
	filter: alpha(opacity=100);
	background-image: none;
	background-repeat: no-repeat;
	text-shadow: none;
}

.carousel-control.left span {
	padding: 15px;
}

.carousel-control.right span {
	padding: 15px;
}

.carousel-control .glyphicon-chevron-left, 
.carousel-control .glyphicon-chevron-right, 
.carousel-control .icon-prev, 
.carousel-control .icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}

.carousel-control .glyphicon-chevron-left,
.carousel-control .icon-prev {
	left:0;
}

.carousel-control .glyphicon-chevron-right,
.carousel-control .icon-next {
	right:0;
}

.carousel-control.left span,
.carousel-control.right span {
}

.carousel-control.left span:hover,
.carousel-control.right span:hover {
	opacity: .7;
	filter: alpha(opacity=70);
}


/* ===== CATEGORIES ===== */
#categories {
  background-color: #BF6939;
  color: #ffffff;
  padding:40px 20px;
}

#categories .tittle{
	color:#FFFFFF;
	font-weight:normal;
	font-size:24px;
	margin-bottom:40px;
}


#categories .icon-size{
	width:200px;
	height:auto;
}

#categories .icon-size:hover{
	 -webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
}


#categories h2{
	color:#FFFFFF;
	font-weight:normal;
	font-size:18px;
	margin-bottom: 20px !important;
	margin-top: 20px !important;
}

#categories h2:hover{
	text-decoration:none;
}


.block-center{
	margin: 0 auto;
	display: block;
}

#nosotros{
	padding:40px 20px;
}

#nosotros h2{
	color: #BF6939;
	font-weight: 700;

}

#nosotros p{
	text-align:justify;
	color:#787878;
	font-size:16px;
}
#nosotros .imagenfachada{
	width: 100%;
	height: auto;
}


#nosotros ul{
	-webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
	margin-bottom: 20px;

}

#nosotros li{
	line-height:1.5em;
	list-style-position: inside;
}


#nosotros .slogan{
	color: #BF6939;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}





/* ===== CONTACTO ===== */
#contacto {
  height: auto;
  width: 100%;
  padding: 40px;
  background-color: #96989A;
}


#contacto .slogancontacto{
	width:50%;
	float:right;
	margin-bottom:20px;
	margin-top:100px;
	margin-right:10px;
}


#contacto .contactformBox{
	background-color:#FFFFFF;
	padding:30px;
}



.googlemapsize{
	width:100%;
	height:350px;
}

.map {
	width:100%;
	height:350px;	
}


.map-wrap {
	position:relative; 
}
	
.overlay {
	width:100%;
	min-height:350px; 
	position:absolute; 
	top:0;
}

#contacto .contact-logo{
	width: 80%;
	height: auto;
	margin-bottom: 20px;
}

#contacto .adress{
	font-size: 18px;
	text-align: left;
}

#contacto .telefono{
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	color: #BF6939;
	text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;
}

#contacto a{
	color: #ffffff;
	text-decoration: underline !important;
}

#contacto a:hover{
	color: #BF6939;
}

#contacto ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#contacto li{
	margin: 10px 0px;
}

#contacto form label{
	color:#777777;
}


#contacto form input, select, textarea{
	width:100%;	
	font-size:15px;
	
  	display: inline-block;
  	-webkit-box-sizing: content-box;
  	-moz-box-sizing: content-box;
  	box-sizing: content-box;
  
  	margin:0;
	margin-bottom:5px;
  	padding: 10px 0px 10px 10px;
  
  	border: 1px solid #b7b7b7;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
	background-color:#F9F9F9;
  
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
}

#contacto .txtobligatorios{
	font-size: 11px;
	text-align: right;
}


#contacto .button{
	background-color:#BF6939;
	padding:15px 40px;
	color:#FFFFFF;
	font-size:18px;
	
}

#contacto .button:hover{
	text-decoration:none;
	background-color:#96989A;
}



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

#productos .search-box p{
	margin: 0;
	padding: 0;
	color: #BF6939;
	font-weight: 700;
	font-size: 20px;
	text-align: left;
}

#productos .search-box input{
	display: block;
	width: 100%;
	padding: 5px;
	margin-bottom: 15px;
	margin-top: 10px;
	
	
	background-color:#E0E0E0;
	
  
  
  	border: 1px solid #BF6939;
  	-webkit-border-radius: 3px;
  	border-radius: 3px;
  
  	color: #496604;
  	-o-text-overflow: clip;
  	text-overflow: clip;

  	-webkit-box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	box-shadow: 2px 2px 2px 0 rgba(0,0,0,0.2) inset;
  	text-shadow: 1px 1px 0 rgba(255,255,255,0.66) ;
  	-webkit-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-moz-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	-o-transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
  	transition: all 200ms cubic-bezier(0.42, 0, 0.58, 1);
	
}
#productos .products-filter{
	
}

#productos .products-filter p{
	margin: 0;
	padding: 0;
	color: #BF6939;
	font-weight: 700;
	font-size: 20px;
	text-align: left;
}

#productos .products-filter hr{
	border-bottom: 2px solid #BF6939;
}

#productos .products-filter ul {
	list-style: none;
	padding: 0;
	margin: 0;
	margin-bottom: 40px;
}

#productos .products-filter li{
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: thin solid #96989A;
}

#productos .products-filter li a{
	font-size: 16px;
	color: #96989A !important;
}

#productos .products-filter li a:hover{
	position: relative;
	left: 2px;
	color: #96989A;
}


#productos h1{
	color: #BF6939;
	font-weight: 700;
	font-size: 26px !important;

}

#productos .cliente{
	color: #BF6939;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

#productos .image-wrap {
	overflow: hidden;
	padding: 0 !important;

	border: solid 2px #BF6939;
	position: relative;
	width: 100%;
	height: 140px;
}

#productos .image-wrap img{
	  width: 100%;
	 height: 140px;
	  object-fit: cover;
}

#productos .image-wrap  img:hover{
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
	
}

#productos .nombre-producto{
	color: #BF6939;
	text-align: center;
	min-height: 70px;
}


#productos .detalles{
	margin-top: 20px;
}

#productos .detalles h1{
	color: #BF6939;
	font-weight: 700;
	font-size: 22px;
	text-align: left;
}


#productos .detalles .image-content{
	position: relative;
	width: 400px;
	height: auto;
	float: left;
	-webkit-border-radius: 4px;
   -moz-border-radius: 4px;
   border-radius: 4px;	
	
 	 padding: 10px;
	
 	 -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
 	 -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
 	 box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	 overflow:hidden;
	 background-color:#FFF;
	margin-right: 20px;
	margin-bottom: 20px;
}

#productos .detalles .image-content .imagefilm{
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 999999;
	width: 100% ;
	height: 100%;
}

#productos .detalles .image-content .imagefilm .imgsize{
	width: 200px;
	height: auto;
	position: absolute;
	right:10px;
	bottom: 10px;
	margin: 0 auto;
	vertical-align: center;
}


#productos .detalles .image-content  .productimage{
	width: 100%;
	height: auto;
	
	
}


#productos .detalles .tabla{
	width: 70%;
	height: auto;
	margin-bottom: 30px;
}

#productos .detalles p{
	text-align: justify;
	margin-top: 20px;
}



#productos .detalles .notas{
	color: #BF6939;
	font-size: 12px;
	text-align: justify;
}

/* ===== QUIENES SOMOS ===== */
#quienesomos h1{
	color: #BF6939;
	font-weight: 700;

}

#quienesomos .imagen-quienessomos{
	width: 100%;
	height: auto;
}

#quienesomos p{
	text-align: justify;
}

#quienesomos .subtittle{
	color: #BF6939;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}

#quienesomos .slogan{
	color: #BF6939;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}

/* ===== SERVICIOS ===== */
#servicios h1{
	color: #BF6939;
	font-weight: 700;

}

#servicios .imagen-servicios{
	width: 100%;
	height: auto;
}

#servicios p{
	text-align: justify;
}

#servicios .subtittle{
	color: #BF6939;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}

#servicios .slogan{
	color: #BF6939;
	font-weight: 700;
	font-size: 18px;
	text-align: left;
}



/* ===== NUESTROS TRABAJOS ===== */
#trabajos h1{
	color: #BF6939;
	font-weight: 700;

}

#trabajos .cliente{
	color: #BF6939;
	font-weight: 700;
	font-size: 18px;
	text-align: center;
}

#trabajos .image-wrap {
	overflow: hidden;
	padding: 0 !important;
   	margin: 10px;
	border: solid 2px #BF6939;
	position: relative;
	width: 100%;
	height: 120px;
}

#trabajos .image-wrap a img{
	  width: 100%;
	 height: 120px;
	  object-fit: cover;
}

#trabajos .image-wrap a:hover img{
	-webkit-transform: scale(1.1,1.1);
   -moz-transform: scale(1.1,1.1);
   -o-transform: scale(1.1,1.1);
   -ms-transform: scale(1.1,1.1);
   transform: scale(1.1,1.1);
	
}

#trabajos .smalltext{
	font-size: 11px;
	color: #000000;
}

/* ===== FOOTER==== */

.copyright{
	text-align: right !important;
	font-size: 12px;
	color: white !important;
}


/* ===== CONTACTO ==== */
.adress{
	font-size: 18px;
	text-align: left;
}

.telefono{
	font-size: 24px;
	font-weight: 700;
	text-align: left;
	color: #BF6939;
	text-shadow:
   -2px -2px 0 #fff,  
    2px -2px 0 #fff,
    -2px 2px 0 #fff,
     2px 2px 0 #fff;
}

.mapacontacto{
	width: 100%;
	height: 400px;
	overflow: hidden;
	padding:10px;
	border: solid 2px #BF6939;
}



.watermark {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent url(http://silenciadoresysistemas.com/imagenes/film.png) bottom right no-repeat;
	background-size: 250px 188px; 
    z-index: 1100;
}


.list-productos li{
	color: #BF6939;
    font-weight: 700;
    font-size: 18px;
    text-align: left;
}

/***** GALERIA *****/

.galeria ul {
  padding: 0; }

.galeria li {
  list-style-type: none; }

.galeria ul {
  -webkit-columns: 200px;
     -moz-columns: 200px;
          columns: 200px;
  -webkit-column-break-inside: avoid;
     page-break-inside: avoid;
          break-inside: avoid;
}

.galeria img {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  margin-top: 0px;
  margin-bottom: 10px;
}
