body{
	background-color: #ffffff !important;
}
.container{
	background-color: #fff;
}
.navbar .container{
	background: none;
}

footer{padding:20px;}
footer .pie{background-color:#3d4045 !important;padding:20px;color:#eeeeee !important;font-weight:normal;}
.cabecera{
	background: url('../img/bbdw22.jpg') no-repeat center;
	background-size: cover;
	padding-top: 200px;
	border-bottom: 10px solid #8a2262;
	background-position-y:30px;
}
.titulo h1{
	font-weight: 400 !important;
	font-size: 28px;
	margin-top: 15px !important; 
	color: #000 !important;
	font-family: 'Open Sans', sans-serif;
	padding: 30px 0 50px;
	text-transform:uppercase !important;
}
.titulo{
	
}
.suplementos .col-md-3:last-child{
	border-right: none;
}
.suplementos h2{
	font-weight: 400 !important;
	font-size: 26px !important;
	text-transform: uppercase;
	margin: 0 !important;
}
.suplementos h2 span{
	/*border-bottom: 2px solid #bc1e31;
	line-height: 20px;*/
}
.suplementos h3{
	font-size: 21px;
	text-transform:uppercase;
}
.suplementos ul{
	margin: 0;
}
.suplementos ul li{

	margin-left:10px;
}

.list{
  padding: 0;
  margin: 0;
  list-style-type: none;
}
.check{
background: url(../img/check-n.png) no-repeat left center;
    padding-top: 9px;
    padding-left: 27px;
}
.suplementos ul li a{

	text-decoration: none;
	font-size: 21px;
	color: #333333;
	padding:8px;

}
.suplementos ul li a:hover{color:#8a2262; text-decoration:underline;}
.suplementos .categoria{
	border-right: 2px dotted #555;
	margin-top: 50px;
	box-sizing: border-box;
	min-height: 730px;
}

.categoria h2{background: url(../img/link-n.png) no-repeat left center;
    height: 45px;
    padding-top: 9px;
    padding-left: 27px;}

@font-face {
	font-family: 'Proxima Bold';
	src: url('https://especial.elcorreo.com/includes/fuentes/proxima/ProximaNova-Bold.eot');
	src: url('https://especial.elcorreo.com/includes/fuentes/proxima/ProximaNova-Bold.eot?#iefix') format('embedded-opentype'), url('https://especial.elcorreo.com/includes/fuentes/proxima/ProximaNova-Bold.woff2') format('woff2'), url('https://especial.elcorreo.com/includes/fuentes/proxima/ProximaNova-Bold.woff') format('woff'), url('https://especial.elcorreo.com/includes/fuentes/proxima/ProximaNova-Bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
}
/****BURGER****/
#burgercorreo {
	display: block;
	position: absolute;
	left: 20px;
	width: 25px;
	height: 14px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 9999999999;
	cursor: pointer;
}
#burgercorreo span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	background: #fff;
	transition: 0.2s;
}
#burgercorreo span:nth-of-type(1) {
	top: 0;
}
#burgercorreo span:nth-of-type(2) {
	top: 50%;
}
#burgercorreo span:nth-of-type(3) {
	top: 100%;
}
#burgercorreo.activo {
}
#burgercorreo.activo span {
}
#burgercorreo.activo span:nth-of-type(1) {
	transform: rotate(45deg);
	top: 50%;
}
#burgercorreo.activo span:nth-of-type(2) {
	transform: translateX(-300%);
}
#burgercorreo.activo span:nth-of-type(3) {
	transform: rotate(-45deg);
	top: 50%;
}

#minicabecera {
	height: 50px;
	position: fixed;
	background: #000;
	width: 100%;
	font-family: 'Proxima Bold', sans-serif;
	top:0;
	left:0;
	margin: 0;
	padding: 0;
	z-index: 99999999999;
}
#minicabecera #logo {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999999;
	width: 100%;
	height: 50px;
}
#minicabecera #logo a {
	text-align: center;
	display: inline-flex;
	align-content: stretch;
	justify-content: center;
	height: 50px;
	transform: translateX(-50%);
	position: absolute;
	left: 50%;
}
#minicabecera #logo img {
	width: 170px;
	height: auto;
}
#menuelcorreo {
	position: fixed;
	top: 50px;
	width: 100%;
	height: 100%;
	background: #fff;
	left: -150%;
	transition: 0.3s;
	max-width: 350px;
}
#menuelcorreo.activo {
	left: 0;
}
#menuelcorreo ul {
	font-size: 0;
	list-style: none;
	text-align: left;
	padding: 0;
	margin: 0;
}
#menuelcorreo ul li {
	font-size: 15px;
	padding: 10px 12px 9px 16px;
	border-bottom: solid 1px #cacbcc;
}
#menuelcorreo li a {
	display: block;
	color: #000;
	text-decoration: none;
	transition: 0.2s linear;
	font-weight: 700;
}
#menuelcorreo li a:hover {
	color: #666;
}

@media (min-width: 1230px) {
#burgercorreo {
	display: none;
}
#menuelcorreo {
    position: static;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    max-width: 1210px;
    margin: 0 auto;
    background: none;
    padding: 0 10px;
}
#menuelcorreo ul {
	display: flex;
	flex-direction: row;
	text-align: center;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 999999999999999;
}
#menuelcorreo ul:first-of-type {
	margin: 0;
	padding: 0;
}
#menuelcorreo ul:last-of-type {
	margin: 0;
	padding: 0;
}
#menuelcorreo ul li {
	border-bottom: 0;
	line-height: 50px;
	padding: 0;
}

#menuelcorreo ul:nth-of-type(1) li{
	padding: 0 12px 0 0;
}
#menuelcorreo ul:nth-of-type(2) li:not(:first-of-type){
	padding: 0 0 0 12px;
}
	
#menuelcorreo li a {
	color: #fff;
}
#menuelcorreo li a:hover {
	color: #ccc;
}
}

/*START RESPONSIVE*/
@media screen and (max-width: 1200px){
	h1{
		font-size: 24px;
	}
}
@media screen and (max-width: 1024px){
	h1{
		font-size: 20px;
	}
}

@media screen and (max-width: 480px){
.suplementos .categoria{
	border-right: none;
	margin-top: 50px;
	box-sizing: border-box;

}}