@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;600;700&display=swap');
*{
	padding: 0px;
	margin: 0px;
	border: 0px;
}
body{
	font-family: 'Raleway', sans-serif;
}
h3{
	font-weight: 700;
	letter-spacing: 4px;
}
.regresa{
	color: #fff;
}
.regresa:hover{
	color: #fff;
}
.list-group{
	display: inline-block;
}

.nav-tabs{
	text-align: center;
	margin-top: 30px;
}
.nav-tabs > li{
	display: inline-block;
}

.tab-pane{
	padding: 11px;
}

.top{
	background: #000;
	font-size: 12px;
	padding: 1rem;
	text-align: center;
}
.elle-logotipo{
	width: 100px;
}
.text-1{
	text-align: right;
	padding: 5%;
}
.btn-tab{
	background: #000;
	color: #fff;
	margin: 0px 15px;
	font-weight: 300;
}

.btn-tab:hover{
	background: #fff;
	color: #000;
}
.texto-2{
	text-align: right;
	padding: 0 5%;
}
.box-btn{
	border: solid 1px #808080;
	/*margin: 5px;
	flex: 0 0 47%;*/
}
.btn-pomellato{
	border: solid 1px #000;
	color: #000;
	padding: 5px;
}
a.btn-producto{
	text-decoration: none;
}
.btn-loquiero{
	background: #000;
	border: solid 1px #000;
	color: #fff;
	padding: 5px 8px;
}
.btn-loquiero:hover{
	color: #000;
	background: #fff;
}

.btn-producto-1{
	width: 130px;
}

.col-md-3, .col-md-6{
	padding-right: 0px;
    padding-left: 0px;
}
@media only screen and (max-width: 600px) {
.btn-tab {
    margin: 0px 1px;
	}

.box-btn{
	flex: 0 0 100%;
	}
.btn-tab{
	font-size: 10px;
}
}
