* {
    padding: 0;
    margin: 0;
 }

 $custom-file-text: (
    en: "Browse",
    es: "Elegir"
    );

.cabecera {
	position: fixed;
}

.carrusel-container {
    width: 75%;
    overflow: hidden;
    margin: auto;
}

.contenido {
    margin-top: 120px;
    margin-left: 80px;
    margin-right: 80px;
}

.dropdown-item {
    box-align: right;
}
.div_registro{
    padding: 30px;
}

header {
    z-index: 1000000;
    position: fixed; 
    top: 0; 
    width:100%; 
}

header nav a img {
    float:right;
}

header nav div a {
	display:inline-block;
    color:rgb(0, 0, 0);
    text-decoration:none;
	padding: 20px 25px;
	line-height: normal;
    font-size: 20px;
	-webkit-transition:all 500ms ease;
	-o-transition:all 500ms ease;
    transition:all 500ms ease;
}

.fondopie{
    background:#1b1919;
}

header nav a:hover {
	background:#faede8;
	border-radius:8px;
}
/* Imagenes de productos */
.con_productos {
    width: 15%;
    float: center;
    margin: 5px;
}
.productos {
    border-radius: 10%;
    width: 75%;
}
.productos:hover {
    filter: sepia(80%);
}
.con_productos:hover .productos {-webkit-transform:scale(0.90);transform:scale(0.90);}
.con_productos {overflow:hidden;}
/* ----------------------*/

.wrapper {
    width: 100%;
    margin: auto;
}

@media screen and (max-width: 950px) {
    .contenido {
        margin-left: 0px;
        margin-right: 0px;
    }
    .carrusel-container {
        width: 100%;
    }
}