*{
    margin-bottom: 0px;
    padding-bottom: 0px;
    overflow-x: hidden;
}
/*  # Header */
.navbar .nav-link {
	color: #20214f;
	 font-weight:bolder;
	margin-right: 30px;
	transition: .2s;
    text-decoration: none; 
    z-index: +997;
    position:fixed;
}

a.nav-link:hover {
	padding-bottom: 3px;
    color: white;
    font-weight:bolder;
    
}

#header{
	transition: all 0.5s;
	z-index: 997;
	padding: 0 0;
	background-image: url(/image/fondo-menu.png);
}

#header.header-transparent {
	background-image: url(/image/fondo-menu.png);
}

#header.header-scrolled {
	background: rgba(255, 255, 255);
	padding: 15px 0;
}

#header .logo {
	font-size: 28px;
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 2px;
	font-family: "Poppins", sans-serif;
}

#header .logo a {
	color: black;
}

#header .logo img {
	max-height: 70px;
}

@media (max-width: 992px) {
	#header .logo {
		font-size: 28px;
	}
}
/*  # End Header */

/*  # Inicio */
.inicio{
    overflow:hidden;
}
.inicio h1{
    font-size: 1.3em;
    color:darkblue;
    font-weight: bolder;
    overflow-y:hidden;
}
.inicio h2{
    font-size: 0.5em;
    color:white;
    font-weight: bolder;

}
.inicio img{
    width: 50px;
    height: auto;
}
.inicio .carousel-indicators button{
    color: darkblue;
    background-color: darkblue;
}

/*  # End Inicio */

/*  # Sucursales */
.sucursales{
    background-image: url(/image/fondo-menu.png);
    overflow:hidden;
}
.sucursales h1{
    font-size: 1.3em;
    color:darkblue;
    font-weight: bolder;
     overflow-y: hidden;
    
}
.sucursales a{
    font-size: 1em;
    color:darkblue;
    font-weight: bolder;
    text-decoration: none;
    text-align: center;
}
.sucursales .bi{
    color: white;
    align-items: center;
    
}

/*#End Sucursales */

/*  # Footer */
.footer{
    background-image: url(/image/fondo-footer.png);
}
#footer{
     background-image: url(/image/fondo-footer.png);
}
.footer .bi{
    color:white;
    text-align: right;
}
.footer a{
    color: white;
    font-size: 1em;
    text-decoration: none;
}
.footer p{
    color: white;
    font-size: 1em;
}
/*  # End Footer */
/*  # Productos */
.productos .title h1{
    font-size: 1em;
    color:darkblue;
    font-weight: bolder;
     overflow-y: hidden;
    
}
.productos h1{
    color: white;
    font-size: 2em;
    font-weight: bolder;
}

.section-tittle h2 {
	font-size: 2.5em;
	font-weight: bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	 color: #4E5152;
	padding-top: 3%;
}

.productos .card {
	padding: auto;
	text-align: center;
	background: #fff;
	cursor: pointer;
	transition: 0.5s;
	border-left: #252325;
}

.productos .card:hover {
	background: rgb(140, 125, 125);
}
.productos  figure{
    position: relative;
  cursor: pointer;
    overflow: hidden;
}
.productos  figure img{
    max-width: 100%;
    height: auto;
    transition: all 500ms ease.out;
}
.productos figure a{
    text-decoration: none;
    font-size: 3em;
}
.productos figure h1{
    color: white;
    font-size: 2em;
    text-align: center;
    margin: 3px 3px;
    }

.productos figure .inf{
    position: absolute;
    top:0;
    width: 100%;
    height: 100%;
    background: #F69C61;
    transition: all 500ms ease.out;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    text-align: center;
}
.productos figure:hover > .inf{
    opacity: .6;
    visibility: visible;
    overflow-y:hidden;
}
.productos figure:hover > .inf h1{
    margin-top: 70px;
    margin-bottom: 15px;
    padding: 15px;
    font-size: 2em;
}
/*  # End productos */

/*  # productos categorias*/

#productoscategorias h1{
    color: darkblue;
    font-size: 1.5em;
    overflow-y:hidden;
}
#productoscategorias img{
    width:100%;
    height:300px;
}
/*  # End productos categorias*/

/*  # Bolsa de trabajo*/
.mensaje{
    background-color: darkblue;
    
}
.mensaje h1{
    color: white;
    font-size: 1.3em;
    font-weight: bolder;
    overflow-y: hidden;
}
.mensaje p{
    color: white;
    font-size: 1em;
}
.fondo{
    background-color: gainsboro;
}
.fondo h1{
    color:darkblue;
    font-size: 1.3em;
    font-weight: bolder;
     overflow-y: hidden;
}
.fondo label{
    color: darkblue;
    font-weight: bolder;
}
.fondo button{
    background-color: orange;
    color: white;
    font-weight: bolder;
    border-radius: 20%;
    text-align: center;
    border-color: transparent;
    
}
.fondo button:hover{
    background-color: darkorange;
}
.fondo input{
    margin-bottom: 5px;
}
.fondo select{
 margin-bottom: 5px;   
}
/*  # End bolsa de trabajo*/