/*NEw HEADER PC START*/
header{
  width: 100%;
  background: linear-gradient(45deg,#131312 50%,#f9f7f2);
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
}
.zona-headerxx{
  width: 95%;
  max-width: 1000px;
  margin: auto;
  height: 100px;
  display: flex;
}
.header-p1{
  display: flex;
  width: 400px;
}
.header-p1 a{
  width: 50%;
  height: 100%;
  display: flex;
}
.header-p1 a:hover{
  cursor: pointer;
  background: #454242;
}
.header-p1 a img{
  width: 80%;
  margin: auto;
  display: block;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.logomovil{
	width: 100%!important;
	display: none!important;
}
.returnclub{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.returnclub h3{
  width: 100%;
  text-align: center;
  color: var(--main-yellow);
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  margin: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-p2{
  width: calc(100% - 400px);
  display: flex;
}
.header-p2img{
  width: calc(100% - 150px);
	display: flex;
}
.header-p2img img{
  display: block;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  margin: auto 10px auto auto;
	filter: drop-shadow(0 0 32px #fff);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.header-p2img img:hover{
	filter: drop-shadow(0 0 4px #fff);
	cursor: pointer;
}
.links-header2{
  width: 150px;
  display: flex;
  flex-direction: column;
}
.links-header2 a{
  width: 95%;
	height: 25px;
	display: flex;
	background: rgba(69, 66, 66, 0.5);
	border-radius: 8px;
  margin: auto;
  text-align: left;
	font-weight: bold;
  text-decoration: none;
  color: #fff;
  font-size: 15px;
}
.links-header2 a p{
	margin: auto 4px;
	display: block;
}
.links-header2 a:hover{
  cursor: pointer;
  color: #454242;
  font-weight: bold;
	background: #fff;
}
/*NEw HEADER PC END*/

/*movil header and footer START*/
.movilfooter{
	position: fixed;
	bottom: 0;
	left: 0;
	/* background: linear-gradient(90deg,#1C3F7D,#000,#1C3F7D); */
  background: #181b20;
  width: 100%;
  z-index: 999;
  height: 80px;
  display: none;
  justify-content: center;
}
.movilfooter00{
  max-width: 400px;
  width: 100%;
  display: flex;
  margin: auto;
}
.movilfooter0{
  display: flex;
  width: 40%;
}
.minimenumovimg{
  overflow: hidden;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  margin: auto;
	-webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.minimenumovimg:hover{
  cursor: pointer;
  box-shadow: 0 0 4px 2px #ffffff50;
}
.minimenumovimg img{
  width: 100%;
  height: 100%;
}
.movilfooter1{
  width: 50%;
  display: flex;
  text-decoration: none;
}
.movilfooter1 i{
  font-size: 30px;
  margin: auto;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
}
.movilfooter2{
  width: 20%;
  display: block;
}
.movilfooter2 img{
  width: 80%;
  display: block;
  margin: auto;
  filter: drop-shadow(0 0 4px #000);
}

.movilheader{
  width: 100%;
  height: 80px;
	background: linear-gradient(90deg,#1C3F7D,#181b20);
  /* background: #1C3F7D; */
  position: fixed;
  display: none;
  top: 0;
  left:0;
  z-index: 999;
}
.movilheader0{
  width: 100%;
  max-width: 400px;
  display: flex;
  height: 100%;
  position: relative;
}
.movilheader1{
  overflow-x: auto;
  width: calc(100% - 4px);
  margin: 2px;
  display: flex;
}
.movilheader1::-webkit-scrollbar {
    -webkit-appearance: none;
}

.movilheader1::-webkit-scrollbar:vertical {
    width:8px;
}

.movilheader1::-webkit-scrollbar-button:increment,.movilheader1::-webkit-scrollbar-button {
    display: none;
}

.movilheader1::-webkit-scrollbar:horizontal {
    height: 8px;
}

.movilheader1::-webkit-scrollbar-thumb {
    background-color: #89CFF3;
    border-radius: 20px;
    border: 2px solid #1C3F7D;
}

.movilheader1::-webkit-scrollbar-track {
    border-radius: 10px;
}
.movilheadersombra{
  position: absolute;
  top: 0;
  left: 0;
  width: 60%;
  height: 100%;
  background: linear-gradient(90deg,rgba(28, 63, 125, 0) 50%,#1C3F7D);
}
.movilheader1x{
  margin: auto auto auto 10px;
  display: table;
}
.movilheader2{
  display: inline-table;
  width: 80px;
  flex-direction: column;
  text-decoration: none;
  color: rgba(255, 255, 255, 0.6);
}
.movilicon{
  width: 100%;
}
.movilicon i{
  width: 100%;
  margin: 4px auto;
  margin-bottom: 1px;
  text-align: center;
  font-size: 20px;
}
.moviltit{
  width: 100%;
}
.moviltit h4{
  margin: 4px auto;
  margin-top: 1px;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
.movilheader3{
  width: 40%;
  display: flex;
  justify-content: center;
}
.movilflechita{
  width: 10%;
  margin: auto;
}
.movilflechita i{
  width: 100%;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-size: 15px;
}
.movilheader3 h4{
  text-align: center;
  color: #535252;
  background: #fff;
  border-radius: 8px;
  padding: 4px;
  margin: auto;
  max-width: calc(90% - 8px);
  min-width: calc(50% - 8px);
}

/* CABECERA CLUB START  */
.carruselbox0{
	width: calc(100% - 10px);
	position: relative;
  top: 0;
  left: 0;
	padding: 5px;
	background: linear-gradient(90deg,#1C3F7D,#181b20);
	display: none;
	overflow: auto;
  z-index: 900;
}
.carruselbox0::-webkit-scrollbar {
    -webkit-appearance: none;
}

.carruselbox0::-webkit-scrollbar:vertical {
    width:6px;
}

.carruselbox0::-webkit-scrollbar-button:increment,.carruselbox0::-webkit-scrollbar-button {
    display: none;
}

.carruselbox0::-webkit-scrollbar:horizontal {
    height: 6px;
}

.carruselbox0::-webkit-scrollbar-thumb {
    background-color: #45424200;
    border-radius: 8px;
    border: 1px solid #5d585800;
}

.carruselbox0::-webkit-scrollbar-track {
    border-radius: 10px;
}
.carruselbox1{
	display: flex;
}
.tagbox{
	text-decoration: none;
	width: 70px;
	height: 60px;
	color: #b8dadd;
  display: flex;
  justify-content: center;
  flex-direction:column;
  margin: auto;
}
.tagbox:hover{
	color: #005782;
	cursor: pointer;
}
.tagbox1{
	width: 100%;
  display: flex;
  justify-content: center;
}
.tagbox1 i{
	font-size: 20px;
	text-align: center;
  margin: auto;
}
.tagbox h4{
	text-align: center;
	font-size: 11px;
	font-weight: bold;
  margin: 2px auto;
}
.minimenumov{
  overflow: hidden;
  position: fixed;
  right: 0;
  bottom: -220px;
  width: 80px;
  border-radius: 15px;
  height: 300px;
  display: none;
  flex-direction: column;
  background: #1e2226;
  z-index: 998;
  justify-content: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.minimenumov a{
  width: 100%;
  height: 80px;
  text-decoration: none;
  text-align: center;
  display: flex;
  justify-content: center;
  font-size: 30px;
  color: #fff;
}
/* CABECERA CLUB END */
@media(max-width: 500px){
  .carruselbox0{
    display: block;
  }
  .movilheader{
    display: block;
  }
  .movilfooter{
    display: flex;
  }
  .minimenumov{
    display: flex;
  }
}

.progress-bar {
  display: inline-block;
  background-color: #ccc;
  height: 20px;
  width: 0;
  transition: width 0.3s ease;
  vertical-align: middle;
  margin-left: 10px;
  max-width: 100px;
}

/*movil header and footer END*/
