@charset "utf-8";
/* CSS Document */




/* Specials */

.specials {
    background: #2b2b2b;
    padding: 20px 20px;
}
.specials h2 {
    color:#fff;
}


/* Compañia */

.company {
    padding: 50px 10px;
    background: linear-gradient(#fff, #B88D37);
}

/*sobrepuestasbrowning*/
.sobrowning {
	background: url(../images/fondos/bosque.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*semiautomaticas browning*/
.sebrowning {
	background: url(../images/fondos/wood.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*accion browning*/
.accionb {
	background: url(../images/fondos/cazador1.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*Fondo productos winchester*/
.fondowinchester {
	background: url(../images/fondos/winchester_wall.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/* Contacto */
.contacto {
    background: url(../images/fondos/fondocontacto.jpeg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wtitle {
    padding: 15px 20px;    
}

.wtitle h2 {
    font-size: 36px;
    font-weight: bold;
}

.donde {
    padding: 100px 50px;
    background: url(../images/fondos/world.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.donde img {
    margin-right:10px;
    transition-duration: 1.5s;
    
    
}

.donde img:hover {
    transform:scale(3,3);
    box-shadow: 5px 5px 15px #333;
    z-index: 1;
    position: absolute;
}

/* Footer */

.piedepagina {
    background:#333;
    padding: 10px;
}

.piedepagina cpt {
    padding-top: 29px;
}

.piedepagina i {
    font-size: 50px;
    color: #fff;
    padding-top: 15px;
    padding-right: 10px;
}

/* Navbar */

.bg-dark {
    background-color: #070506!important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #B88D37;
}

.navbar-dark .navbar-nav .nav-link:hover {
    border-bottom: 2px solid #B88D37;
}

.navbar-dark .navbar-nav .nav-link:active {
    border-bottom: 2px solid #B88D37;
}

.active {
    border-bottom: 2px solid #B88D37;
}
