@charset "utf-8";
/* CSS Document */

header{
	background: #FFFDF6; /*#00A7E0; */
	width: 100%; 
	-webkit-box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.54);
	box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.54);
	position: fixed;
	top: 0;
	z-index: 99999;
}

header .logo{
	float:left;
	width:30%;
}
header .logo a{
	text-decoration: none;
}
header .logo img{
	margin: 8px 20px 1px;
	-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,1) 30%, #000 50%, rgba(0,0,0,1) 70%);
  	-webkit-mask-size: 200%;
  	animation: shine 3s infinite;
	border: 0;
	width: 160px;
}

header .menu-sup{width: 70%; float: right; text-align: right; padding-top: 8px}
header .telefono{font-size: 21px; font-weight: 700; color: #e87300; text-align: right; padding: 0 15px 0 0; display: inline-block;  height: 35px;}
header .telefono i{font-size: 18px; color: #e87300;}

header .menu-sup ul{display: inline-block; padding: 0; margin:0; height: 30px; vertical-align: text-top; padding-right: 15px;}
header .menu-sup ul li{list-style: none;}
header .menu-sup ul li a{font-size: 14px; font-weight: 600; display: block;  margin-top: -2px; background: #e87300; padding: 5px 10px 7px; color: #ffffff; text-decoration: none; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);}
header .menu-sup ul li a:hover{
-webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.5) 30%, #000 50%, rgba(0,0,0,0.5) 70%);
  -webkit-mask-size: 200%;
	animation: shine 2s infinite;}
header nav{
	width:100%; 
	text-align: left;
	clear: both;
	/*background: #00A7E0;*/
	background: #e87300;
	padding: 5px 0 7px;
	position: relative;
}

header nav ul.menu{ 
	list-style: none; 
	margin:0; 
	padding: 0px 0 0 0;
	width: 75%;
	float: left;
	position: relative;
}
header nav ul.menu li{ 
	display: inline-block;
	padding: 0 30px;
	position: relative;
}
header nav ul.menu li:last-child{ 
	padding-right: 15px;
}
header nav .container > ul.menu > li:first-child{ 
	padding-left: 22px;
}
header nav .container > ul.menu > li > a{ 
	text-decoration: none;
	font-weight: 500;
	color:#ffffff;
	font-size: 13px;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	display: block;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	margin-top: 2px;
}
header nav .container > ul.menu > li > a .icon{
	font-size: 14px;
}

header nav ul.menu li a.deportes-button{ 
	font-weight: 700;
	font-size: 14px;
}

header nav ul.menu li a:after {
	content: '';
  position: absolute;
  left: 0;
  display: inline-block;
  height: 1em;
  width: 100%;
  border-bottom: 1px solid;
  margin-top: 10px;
  opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

header nav ul.menu li:hover a{ 
	color:#ffffff;
}

header nav ul.menu li a:hover {
 -webkit-mask-image: linear-gradient(-75deg, rgba(0,0,0,0.5) 30%, #000 50%, rgba(0,0,0,0.5) 70%);
  -webkit-mask-size: 200%;
  animation: shine 2s infinite;
}
@-webkit-keyframes shine {
  from {
    -webkit-mask-position: 150%;
  }
  
  to {
    -webkit-mask-position: -50%;
  }
}



header nav .container > ul.menu > li:hover > ul{ 
	display: block;
}

header nav .container > ul.menu > li > ul{ 
	list-style: none; 
	margin:0 0 0 22px; 
	padding:10px 0 10px 0;
	position: absolute;
	left:0;
	right:0;
	width: 150%;
	-webkit-transition: all 0.5ms ease;
	-moz-transition: all 0.5ms ease;
	-ms-transition: all 0.5ms ease;
	-o-transition: all 0.5ms ease;
	transition: all 0.5ms ease;
	
	-webkit-box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.54);
	-moz-box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.54);
	box-shadow: 0px 5px 10px -6px rgba(0,0,0,0.54);
	background-color: #e87300;
	display: none;
	overflow: hidden;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
header nav .container ul.menu li > ul > li{ 
	text-align: left !important;
	display: block;
	line-height: 0.8;
	padding: 0;
	
}

header nav .container ul.menu li > ul > li > a{ 
	color:#ffffff !important;
	font-size: 14px;
	font-weight: 700;
	display: block;
	padding: 8px 10px;
	text-transform: none;
	text-decoration: none;
}
header nav .container ul.menu li > ul > li > a.supertazon{ 
	color:#ffffff !important;
	font-size: 18px;
	font-weight: 800;
}
header nav .container ul.menu li > ul li a:hover{ 
	color:#F4F4F4;
}

header nav .container ul.menu li ul li ul{margin:0; padding: 0;}
header nav .container ul.menu li ul li ul li{padding: 0;}
header nav .container ul.menu li ul li ul li a{font-size: 13px; line-height: 1.2; padding: 3px 10px 3px 17px; font-weight: 400;}

header nav .redes{
	padding:0; 
	margin:0;
	width: 25%;
	float:right;
	list-style: none;
	text-align: right;
	
}
header nav .redes li{padding-right: 7px;}
header nav .redes a{-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;font-size: 11px; font-weight: 300; margin:0 8px;  background-color: #ffffff; border-radius: 50%; padding:4px 0; display: inline-block; width: 22px; text-align: center; }

header nav .redes .twitter{color:#4ba6df;}
header nav .redes .facebook{color:#3b5998;}
header nav .redes .linkedin{color:#2b6fa8;}
header nav .redes .instagram{color:#d93175;}
header nav .redes .whatsapp{color:#23b23a; font-weight: 500; display: none !important;}
header nav .redes a:hover{opacity: 0.8;}


header .menu-btn{width: 100px; display:none; float: left; height: 100%; position: relative; background-color: transparent;}
header .menu-btn #toggle {z-index: 20; display: block; width: 37px; height: 20px; position: absolute; left: 22px; top:12px;}
header .menu-btn #toggle span:after,
header .menu-btn #toggle span:before {content: ""; position: absolute; right: 0; top: -8px;}
header .menu-btn #toggle span:after{top: 8px;}
header .menu-btn #toggle span {position: relative; display: block;}
header .menu-btn #toggle span,
header .menu-btn #toggle span:after{width: 100%; height: 1.5px; background:#ffffff; transition: all 0.3s; backface-visibility: hidden; border-radius: 0px;}
header .menu-btn #toggle span:before {width: 100%; height: 1.5px; background:#ffffff; transition: all 0.3s; backface-visibility: hidden; border-radius: 0px;}
/* on activation */
header .menu-btn #toggle.on span {background: transparent;}
header .menu-btn #toggle.on span:before {transform: rotate(45deg) translate(7px, 5px); width: 100%; height: 2px;}
header .menu-btn #toggle.on span:after {transform: rotate(-45deg) translate(6px, -5px); width: 100%; height: 2px;}



footer{
	padding: 0px 0 0;
	width:100%;
	background: #5f5f5f;
	overflow: hidden;
	-webkit-box-shadow: 0px -5px 10px -6px rgba(0,0,0,0.48);
	-moz-box-shadow: 0px -5px 10px -6px rgba(0,0,0,0.48);
	box-shadow: 0px -5px 10px -6px rgba(0,0,0,0.48);
	z-index: 998;
}

footer .pago{background:#fafafa; padding: 16px 0 7px; text-align: center; border-top:1px solid #dddada;  border-bottom:1px solid #dddada;}
footer .pago p{color:#ffffff; font-weight: 300; margin: 0; font-size: 14px; line-height: 1.8;}
footer .pago p svg{border: 1px solid #E1E1E1; -webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px; width: 50px; margin-left: 5px;}
footer .pago p i{font-size: 25px; font-weight: 100; color:#ffffff}
footer ul{
	padding:0; 
	margin:0;
	width: 25%;
	float:left;
	list-style: none;
	padding-top: 20px;
}

footer ul.primero{
	padding:0; 
	margin:0;
	width: 18%;
	float:left;
	list-style: none;
	padding-top: 20px;
}

footer ul.cuarto, footer ul.quinto{
	padding:0; 
	margin:0;
	width: 16%;
	float:left;
	list-style: none;
	padding-top: 20px;
}


footer ul li a{
	text-decoration: none;
	color:#fffdf0; 
	opacity: 0.9;
	font-weight: 600;
	font-size: 14px;
	line-height: 1.2;
	margin: 0; 
	width: auto;
	padding: 6px 0;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	display: inline-flex;
	
}
footer ul li a:hover{
	color:#F18B21;
}
footer ul li a.supertazon{
	text-decoration: none;
	color:#fffdf0; 
	opacity: 0.99;
	font-weight: 700;
	font-size: 17px;
	-webkit-transition: all 0.3s ease-in-out;
 	-moz-transition: all 0.3s ease-in-out;
  	-o-transition: all 0.3s ease-in-out;
  	transition: all 0.3s ease-in-out;
	display: inline-flex;
}
footer ul li a.supertazon:hover{
	color:#00A7E0;
}
footer ul li p{
	color:#fffdf0; 
	opacity: 0.8;
	font-weight: 500;
	font-size: 14px;
	margin: 0;
	line-height: 1.2;
	padding: 5px 0;
}

footer ul li ul{
	padding:0; 
	margin:0;
	width: 100%;
	list-style: none;
}
footer ul li ul li a{
	font-weight: 400;
	padding: 3px 0 3px 0;
	line-height: 1.1;
	display: inline-flex;
}

footer .quinto .slogan{	font-style: italic; opacity: 0.6; font-size: 10px; padding-bottom: 25px;}
footer .quinto .sectur{	text-align: center; font-size: 10px;  color:#fffdf0; font-weight: 300; opacity: 1;}
footer .quinto .sectur span{ font-weight: 700;}
footer .quinto .sectur img{margin-top: 10px;}

footer .copy{clear: both; width: 100%; background: #393939; overflow: hidden; margin-top:40px;}
footer .copy p{text-align: center; font-size: 12px; color:#ffffff; font-weight: 300; opacity: 0.8;}
footer .redes a{font-size: 14px; font-weight: 300; margin:7px 5px;  color: #ffffff; border-radius: 50%; padding:5px 0; display: inline-block; width: 28px; text-align: center; }

footer .twitter{background-color:#4ba6df;}
footer .facebook{background-color:#3b5998;}
footer .linkedin{background-color:#2b6fa8;}
footer .instagram{background-color:#d93175;}
footer .redes a:hover{color:#FFFFFF;}
footer .whatsapp{background-color:#23b23a; display: none !important;}

footer .cards{border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%; width: 35px; height: 35px;}


#whats-button{position: fixed; bottom: 5px; right: 8px; color: #23b23a; z-index:99998; display: none;}
#whats-button img{width: 45px; border: 0;}
