@font-face {
	font-family: 'Akrobat-Regular';
	src: url('fonts/Akrobat-Regular.eot'); /* IE9 Compat Modes */
	src: url('fonts/Akrobat-Regular.eot.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('fonts/Akrobat-Regular.woff') format('woff'), /* Modern Browsers */
	url('fonts/Akrobat-Regular.ttf') format('truetype'); /* Safari, Android, iOS */
}


html,body {
   font-family: "Akrobat-Regular",Verdana, Geneva, sans-serif;
   background-color:#bfc6ca;
   font-size: 22px;
}

.navbar { 
	z-index: 1;
	font-weight:bold;

    }

.btn-contacto {
	padding: 5px 5px 5px 5px;
}
.btn-contacto:hover {
	color: #ccc;
}

/* Servicios */
.dropdown-item.active, .dropdown-item:active{
    background-color: #007ba9;
  }

#logo {	
     float:left;
     position: fixed;
     z-index: 2;
     margin:0;
     padding:0;
     top:0;
     left: 210px;
     /* opacity: 0.9; */
}

#logo a{
  text-decoration:none;
}

/*
header {
  padding: 200px 0px 0px 0;
  background: url(../imgs/banner/slide_1.jpg) no-repeat bottom fixed;
  background-size: cover;
}*/

section {
  padding: 120px 0 0 0;
  margin: 70px 0px 0 0;

}

.selector-producto a:hover, #contacto a:hover {
  opacity: 0.6;
  border:0;
  text-decoration:none;
}

img { 
    border:0;
}
 
.img-producto {
	padding-bottom: 20px;
}

.bold {
	font-weight:bold;
}

.resalta, .btn-contacto{
	/* background-color: #007ba9;
	color:#fff;
	padding-left: 3px; */
	color: #b86817;
}

#empresa {
  	background: url(../imgs/banner/fondo.jpg) no-repeat center fixed;
        background-size: cover;
	padding: 300px 0px 200px 0px;
	color: #ededed;
	margin:0;
}

#contacto {
	padding-bottom: 150px;
	padding-top: 100px;
	font-size: 18px;
	color: #fff;
}

#contacto, #contacto ul li, .scrolled, .outscroll{
	background-color: #000;
}

.scrolled{
	color: #000;
	font-weight:bold;
	}

.proteccion {
	display:none;
}


.enviado,#tels a:link, #tels a:visited, footer a{
	color: #cff6cf;
	font-weight:bold;
}

.list-group-item, .img-thumbnail{background: transparent;}
