/*
Name : Sport - Responsive Mobile Template
Author : Ngetemplates
Author URL : https://themeforest.net/user/ngetemplates
/* --------------------------------
Table of Contents
- General
- Navbar
- Side Nav
- Slider
- Score Info
- Post News
- List Post
- Gallery
- Testimonial
- Blog
- Blog single
- Shop
- Shop single
- Checkout
- Portfolio
- Team
- Pricing
- Error 404
- Footer   
-------------------------------- */

/* ------------------------------
  Import Google Web Font
---------------------------------*/
@import url('https://fonts.googleapis.com/css?family=PT+Sans:400,700|Roboto+Slab:400,700');

/* ------------------------------
  General
---------------------------------*/
body {
	margin: 0;
	padding: 0;
	font-size: 13px;
	font-family: 'PT Sans', sans-serif;
	background: #ffffff;
	color: #555;
}

body::-webkit-scrollbar {
	display: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Roboto Slab', serif;
	padding: 0;
	margin: 0;
	color: #222;
}

h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 24px;
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 20px;
}

h6 {
	font-size: 18px;
}

a {
	text-decoration: none;
	color: #333;
}

p {
	margin: 5px 0;
	line-height: 20px;
	color: #555;
}

.section {
	padding: 50px 0;
}

.section h5 {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin: 0 0 10px 0;
	font-size: 16px;
}

.pages {
	margin-top: 30px !important;
}

.pages-head {
	text-align: center;
	padding: 0 10px 20px 10px;
	text-transform: uppercase;
}

.pages-head h3 {
	font-size: 20px;
	font-weight: 500;
}

.bg-second {
	background: #f4f4f4;
}

.section-head {
	margin: 0 auto 5px auto;
}

.section-head h4 {
	margin-bottom: 5px;
	font-size: 20px;
}

.section-head .underline {
	width: 100%;
	height: 2px;
	background: #e53934;
	margin: 10px auto 0;
}

input:not([type]),
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=time],
input[type=date],
input[type=datetime],
input[type=datetime-local],
input[type=tel],
input[type=number],
input[type=search] {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: 3rem;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}

textarea.materialize-textarea {
	background-color: transparent;
	border: none;
	border: 1px solid #ddd;
	border-radius: 0;
	outline: none;
	height: auto;
	width: 100%;
	font-size: 1rem;
	margin: 0 0 20px 0;
	padding: 12px 0;
	box-shadow: none;
	box-sizing: border-box;
	transition: all 0.3s;
}


input:not([type]):focus:not([readonly]),
input[type=text]:focus:not([readonly]),
input[type=password]:focus:not([readonly]),
input[type=email]:focus:not([readonly]),
input[type=url]:focus:not([readonly]),
input[type=time]:focus:not([readonly]),
input[type=date]:focus:not([readonly]),
input[type=datetime]:focus:not([readonly]),
input[type=datetime-local]:focus:not([readonly]),
input[type=tel]:focus:not([readonly]),
input[type=number]:focus:not([readonly]),
input[type=search]:focus:not([readonly]),
textarea.materialize-textarea:focus:not([readonly]) {
  border: 1px solid #ddd;
  box-shadow: none;
}	

::-webkit-input-placeholder { 
  color: #999;
}
::-moz-placeholder { 
  color: #999;
}
:-ms-input-placeholder { 
  color: #999;
}
:-moz-placeholder {
  color: #999;
}

span {
	color: #6c6c6c;
    font-size: 14px;
}

/* ------------------------------
  Button
---------------------------------*/
.button-default {
	background: #0b8b00;
    color: #ffffff;
    box-shadow: none;
    border-radius: 1px;
    margin: 20px 0 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 5px 40px 5px 40px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
}

.transferencia{
	background: #0a6f01;
    color: #ffffff;
    box-shadow: none;
    border-radius: 1px;
    margin: 40px 0 10px;
    padding-left: 15px;
    padding-right: 15px;
    padding: 5px 10px 5px 10px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
}

.button-fullwidth {
	width: 100%;
	text-align: center;
}
.input-field {
    position: relative;
    margin-top: 1rem;
    text-align: left;
}
.button-default a {
	color: #ffffff;
}

.button-default:hover {
	background: #e53934;
	opacity: 0.9;
	box-shadow: none;
}

.who-we-are .button-default {
	margin-top: 30px;
	background: #fff;
	color: #e53934;
}

/* ------------------------------
  Navbar
---------------------------------*/
.navbar-top {
	background: #673DE6;
	width: 100%;
	height: 65px;
	padding: 7px 18px 12px 18px;
	border-bottom: 2px solid #eeeeee;
	top: 0;
	right: 0;
	left: 0;
	text-align: center;
	position: fixed;
	z-index: 99;
}

.site-brand {
	float: left;
	margin-left: 15px;
}

.site-brand a h1 {
	font-size: 24px;
	font-weight: 700;
	line-height: 47px;
	color: #e53934;
	font-family: 'PT Sans', sans-serif;
}

.site-brand a h1 span {
	color: #e53934;
}

/* ------------------------------
  Sidenav
---------------------------------*/
.side-nav a {
	font-size: 14px;
	height: 45px;
}

.side-nav li.active {
	background: #ebe8e8;
}

.side-nav-panel-left {
	float: left;
	font-size: 28px;
}

.side-nav-panel-right {
	float: right;
    font-size: 28px;
    display: flex;
    align-items: center;

}

.side-nav-panel-right .collapsible {
	border: 0;
}

.side-nav-left {
	font-size: 28px;
	color: #313131;
}

.side-nav-left i,
.side-nav-right i,
.side-nav-right-icon i {
	font-size: 20px;
	color: #fff;
}

.side-nav-right-icon span i {
	font-size: 17px;
	margin-right: 10px;
}

.side-nav-panel {
	text-align: left;
	background: #fbfbfb;
}

.side-nav-panel .profil {
	background: linear-gradient( rgba(64, 71, 74, 0.1), rgba(64, 71, 74, 0.1)), url(../img/image-profil.jpg) center no-repeat;
	background-size: cover;
	padding: 50px 0 15px 18px;
	border-top: 0;
}

.side-nav-panel .profil img {
	border-radius: 50%;
	width: 80px;
	height: 80px;
	border: 2px solid #ddd;
}

.side-nav-panel .profil h2 {
	color: #fff;
	font-size: 20px;
	margin-bottom: 5px;
	cursor: default;
}

.side-nav-panel li a {
	color: #333;
	font-weight: normal;
}

.side-nav-panel li {
	font-weight: 700;
	border-bottom: 1px solid #f3f3f3;
	border-top: 1px solid #fefefe;
}

.side-nav-panel li:last-child {
	border-bottom: 0px solid #f5f5f5;
}

.side-nav-panel .li-top {
	padding-top: 10px;
}

.side-nav-panel li a:hover {
	background: transparent;
}

.side-nav-panel li a i {
	margin: 0 16px 0 0;
	font-size: 20px;
	color: #333333;
	line-height: 45px;
}

.side-nav-panel-left .collapsible {
	border: 0;
}

.side-nav .collapsible-body ul li a {
	font-weight: normal;
	color: #333;
	margin-left: 28px;
	font-size: 13px;
	line-height: 43px;
}

.side-nav .collapsible-header {
	padding: 0;
	color: #333;
	font-weight: normal;
	font-size: 14px;
}

.side-nav .collapsible-header > i {
	margin-right: 25px;
}

.side-nav .collapsible-header.active {
	border-bottom: 1px solid #f3f3f3;
}

.side-nav .collapsible-header:hover {
	background: transparent;
}

.side-nav .collapsible-header.active {
	background: #fbfbfb;
}

.collapsible-header i {
	width: auto;
	font-size: 18px;
	color: #333;
	margin-left: 17px;
}

.collapsible-header span i {
	float: right;
	color: #666;
	font-size: 16px;
}


/* ------------------------------
  Slider
---------------------------------*/
.slider {
	margin-top: 64px;
	height: 300px !important;
}

.slider .slides {
	height: 300px !important;
}

.slider-content {
	margin: 10px auto;
	top: 25% !important;
	width: 100% !important;
	left: 0 !important;
	right: 0 !important;
	position: relative;
	flex-shrink: 0;
}

.slider .slides li img {
	width: 100%;
	height: 100%;
}

.slider .slides li::before {
	background-color: #000;
	opacity: 0.5;
	content: "";
	top: 0;
	right: 0;
	left: 0;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.slider-content h2 {
	margin-bottom: 8px;
	letter-spacing: 1px;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
}

.slider-content h4 {
	font-size: 14px;
	color: #ffffff;
}

.slider-content .button-default {
	margin: 20px 0;
	padding-top: 4px;
	padding-bottom: 6px;
}

.slider .indicators {
	position: relative;
	bottom: 50px;
	z-index: 95;
}

.slider .indicators .indicator-item {
	z-index: 1000;
	height: 10px;
	width: 10px;
	background: #cccccc;
	margin: 0 8px;
}

.slider .indicators .indicator-item.active {
	background: #ffffff;
}

/* ------------------------------
  carousel info
---------------------------------*/
.carousel-info {
	text-align: center;
	margin-bottom: -10px;
	padding: 28px 0 16px;
	border-bottom: 1px solid #e53934;
	}

.carousel-info .owl-pagination {
	display: none;
}

.carousel-info .owl-next {
	position: relative;
	float: right;
}

.carousel-info .owl-prev {
	float: left;
	position: relative;
}

.carousel-info .content {
	background: #f5f5f5;
	margin: 0 4px;
	padding: 10px;
}

.carousel-info .content h6 {
	margin: 6px 0;
	font-size: 14px;
	padding: 0;
	text-align: left;
}

.carousel-info .content span {
	background: #e53934;
	color: #fff;
	width: 30px;
	text-align: center;
	display: inline-block;
}

.owl-theme .owl-controls .owl-buttons div {
	background: transparent;
	color: #222;
	position: relative;
	top: -60px;
}

.carousel-info .owl-buttons .owl-prev {
	position: relative;
	left: -23px;
}

.carousel-info .owl-buttons .owl-prev:before {
	content: "\f053";
	font-family: FontAwesome;
}

.carousel-info .owl-buttons .owl-next {
	position: relative;
	right: -23px;
}

.carousel-info .owl-buttons .owl-next:before {
	content: "\f054";
	font-family: FontAwesome;
}
       
/* ------------------------------
	news post
---------------------------------*/
.news-post {
	clear: both;
	padding-top: 10px;
}

.news-post .content img {
	width: 100%;
	height: 100%;
}

.news-post .content h6 {
	font-size: 16px;
	line-height: 22px;
}

.news-post .content span {
	display: block;
	margin-top: 2px;
	margin-bottom: 6px;
}

.news-post .content span a {
	color: #999;
}

#form-message {
	height: 130px !important;
	overflow: auto; /* Agrega una barra de desplazamiento si el contenido es más largo que la altura especificada */
}

#ver-mensajes {
	text-decoration: underline;
}

.mensaje-anterior-container {
	text-align: right; /* Alinea el contenido a la derecha */
	margin-top: 10px; /* Espacio superior opcional */
}

#mensaje-anterior {
	background-color: #f9f9f9; /* Color de fondo opcional */
	padding: 10px; /* Espaciado interno opcional */
	border: 1px solid #ddd; /* Borde opcional */
	border-radius: 5px; /* Bordes redondeados opcionales */
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Sombra opcional */
}

#circle {
	width: 150px;
	height: 150px;
	border-radius: 50%; /* Hacer un círculo */
	background-color: lightgray;
	display: flex;
	justify-content: center;
	align-items: center;
            position: relative;
}

#circle img {
	max-width: 100%;
	max-height: 100%;
}

#file-input {
	display: none; /* Ocultar el input de tipo file */
}

#camera-icon {
	bottom: 5px;
	right: 5px;
	fill: #673DE6;
	width: 35px;
	height: 30px;
}

.puntos-container {
	background-color: #673DE6;
	color: white;
	padding: 20px;
	border-radius: 10px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
	text-align: center;
}

.puntos-container h1 {
	margin-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;}

    .puntos-container img {
		width: 100px; /* Ancho deseado para la imagen */
		height: auto; /* Altura automática para mantener la proporción */
		margin-right: 10px; /* Espacio a la derecha de la imagen */
		vertical-align: middle; /* Alineación vertical en línea con el texto */
	}

.puntos-container .puntos {
	font-size: 44px;
	font-weight: bold;
	display: inline-block; /* Mostrar en línea con la imagen */
	vertical-align: middle; /* Alinear verticalmente con la imagen */
}

.ranking-container {
    margin-top: 40px;
    max-width: 600px;
    /* margin: 0 auto; */
    /* padding: 20px; */
    background-color: #ffffff;
    border-radius: 10px;
    /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
    text-align: center;
}

.ranking-container img {
	width: 60px;
	height: 60px;
	border-radius: 50%;
	margin-bottom: 20px;
}

.division-line {
	border-top: 1px solid #ccc;
	margin: 20px 0;
}


.acertados {
    color: green; /* Color rojo para la palabra 'acertados' */
  }

  .fallos {
    color: red; /* Color rojo para la palabra 'acertados' */
  }

.column-header {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 15px;
}

.column-content {
	font-size: 15px;
	line-height: 1.5;
	margin-bottom: 10px;
}

.updated-info {
	font-style: italic;
	margin-bottom: 20px;
}

.note {
	font-size: 14px;
}
@media (max-width: 320px) {
	.news-post .margin-0 {
		margin-bottom: 0;
	}
}

/* ------------------------------
	list post
---------------------------------*/
.list-post ul li {
	padding: 15px 0;
	border-bottom: 1px solid #eee;
}

.list-post ul li:last-child {
	border-bottom: 0;
}

.list-post ul .li-top {
	padding-top: 5px;
}

.list-post h6 {
	font-size: 15px;
}

.list-post span {
	color: #e53934;
	font-weight: 700;
	font-size: 20px;
	margin-right: 6px;
}

/* ------------------------------
	gallery
---------------------------------*/
.gallery .section-head {
	margin-bottom: 20px;
}

.gallery .row {
	padding: 0;
	margin: 0;
}

.gallery .row .col {
	padding: 5px;
	margin: 0;
}


/* ------------------------------
	standings
---------------------------------*/
.standings .tabs .tab .active {
	background: #e53934;
}

.standings .tabs .indicator {
	background: transparent;
}

.standings .tabs .tab a {
	background: #555;
	color: #fff;
}

.standings .content .number {
	text-align: center;
	display: block;
}

.standings .content .play {
	text-align: center;
	display: block;
}

.standings .content .point {
	text-align: center;
	display: block;
}

.standings .content .goals {
	text-align: center;
	display: block;
}

.standings .content ul {
	margin: 0;
	border: 1px solid #ddd;
	border-top: 0;
}

.standings .content ul .li-top {
	font-weight: 700;
}

.standings .content ul li .row {
	margin-bottom: 0;
}

.standings .content ul li {
	padding: 14px 0;
	border-bottom: 1px solid #eee;
}

/* ------------------------------
  Testimonial
---------------------------------*/
.testimonial {
	text-align: center;
}

.testimonial-Inicio {
	padding: 7px 0 15px 0;
}

.testimonial .section-head .underline {
	height: 1px;
}

.testimonial img {
	border-radius: 50%;
	width: 60px;
	height: 60px;
}

.testimonial i {
	font-size: 24px;
	margin-bottom: 10px;
}

.testimonial p {
	font-style: italic;
	margin-top: 12px;
}

.testimonial h6 {
	font-size: 14px;
	margin: 15px 0 0;
}

.testimonial .owl-theme .owl-controls .owl-page span {
	width: 8px;
	height: 8px;
}

/* ------------------------------
	latest news
---------------------------------*/
.latest-news {
	text-align: center;
}

.latest-news img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.latest-news .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.latest-news .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}

/* ------------------------------
  About us
---------------------------------*/
.about-us {
	margin: 0;
}

.about-us img {
	width: 100%;
	height: 100%;
	margin-bottom: 8px;
}

/* ------------------------------
	latest news
---------------------------------*/
.latest-news {
	text-align: center;
}

.latest-news img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.latest-news .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.latest-news .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	display: block;
}


/* ------------------------------
  Blog
---------------------------------*/
.blog {
	text-align: center;
}

.blog-content img {
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	float: left;
}

.blog-content h5 {
	font-size: 18px;
}

.blog-content .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.blog-content .button-default {
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.blog-detailt {
	background: #f6f6f6;
	border-top: 0;
	padding: 20px 16px;
	margin-bottom: 20px;
}

.pagination-blog {
	background: #f6f6f6;
	padding: 20px 0;
}

.pagination-blog ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pagination-blog ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #777;
	margin: 4px;
	line-height: 28px;
}

.pagination-blog ul .active {
	border-color: #e53934;
}

/* ------------------------------
  Blog single
---------------------------------*/
.blog-single img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.blog-single .date i {
	margin-right: 5px;
	margin-bottom: 10px;
}

.share-post {
	background: #f6f6f6;
	padding: 20px 0;
	margin: 15px 0 25px;
}

.share-post ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.share-post ul li {
	display: inline-block;
	text-align: center;
	border: 1px solid #777;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
	margin: 0 3px;
}

.comment img {
	border-radius: 50%;
}

.comment h5 {
	margin-bottom: 15px;
}

.comment-form .comment-head {
	margin-bottom: 20px;
}

.comment-form .input-field {
	margin-top: 0;
}

.comment-form input, 
.comment-form textarea {
	padding: 10px;
}

.comment-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}


/* ------------------------------
  Shop
---------------------------------*/
.shop {
	background: #f6f6f6;
	padding: 10px;
	text-align: center;
}

.shop img {
	width: 100%;
	height: 100%;
}

.shop h6 {
	margin: 5px 0;
	font-size: 16px;
	text-align: center;
}

.shop h6 a {
	color: #333;
}

.shop span {
	color: #e53934;
	font-size: 20px;
	text-align: center;
}

.shop-pagination {
	background: #f6f6f6;
	padding: 20px 0;
	text-align: center;
}

.shop-pagination ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.shop-pagination ul li {
	display: inline-block;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	border: 1px solid #777;
	margin: 4px;
	line-height: 28px;
}

.shop-pagination ul .active {
	border-color: #e53934;
}

/* ------------------------------
  Shop single
---------------------------------*/
.shop-single {
	margin: 0;
}

.shop-single img {
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}

.shop-single h6 {
	margin-bottom: 5px;
}

.shop-single span {
	color: #e53934;
	font-size: 20px;
}

.shop-single .button-default {
	margin: 10px 0;
}

.review {
	margin-top: 25px;
	padding-top: 25px;
	border-top: 1px solid #ddd;
}

.review img {
	border-radius: 50%;
}

.review h5 {
	margin-bottom: 15px;
}

.review-form .review-head {
	margin-bottom: 20px;
}

.review-form .input-field {
	margin-top: 0;
}

.review-form input, 
.review-form textarea {
	padding: 10px;
}

.review-form .form-button .button-default {
	margin-top: 0;
	margin-bottom: 0;
}

/* ------------------------------
  Checkout
---------------------------------*/
.checkout .collapsible-header {
	padding-top: 15px;
	padding-bottom: 5px;
}

.checkout .collapsible {
	box-shadow: none;
}

.checkout-content h5 {
	font-weight: 500;
	color: #555;
	font-size: 18px;
}

.checkout-content .collapsible-body {
	padding: 18px;
}

.checkout-content .collapsible-body p {
	padding: 0;
}

.checkout-content h6 {
	font-weight: 500;
	color: #555;
	font-size: 15px;
}

.checkout-content .checkout-radio {
	margin: 20px 0 10px 0;
}

.checkout-radio span {
	color: #454545;
	font-weight: 500;
}

.checkout-login {
	margin-top: 20px;
	border-top: 1px dotted #ddd;
	padding-top: 30px;
}

.checkout-login h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.checkout-login h6 span {
	font-weight: 600;
	color: #555;
	font-size: 18px;
}

.checkout-login p {
	margin: 5px 0 30px;
}

.checkout-login .button-default {
	margin-bottom: 0;
}

.billing-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.shipping-information h5 {
	font-weight: 500;
	margin-bottom: 5px;
	color: #666;
	font-size: 14px;
}

.cart-details h5 {
	font-size: 14px;
}

.payment-mode ul {
	margin-left: 35px;
}

.payment-mode ul li {
	display: inline-block;
}

.order-review .cart-product img {
	width: 100%;
	height: 100%;
}

.order-review .row {
	margin-bottom: 0;
}

.final-price {
	margin-top: 20px;
}

.final-price h5 {
	font-weight: 600;
}

.final-price span {
	font-weight: 500;
}


/* ------------------------------
	portfolio
---------------------------------*/
.portfolio img {
	width: 100%;
	height: 100%;
}

.portfolio ul {
	padding: 0;
	margin: 0 auto;
	text-align: center;
	list-style: none;
	margin-bottom: 15px;	
}

.portfolio ul li {
	display: inline-block;
	cursor: pointer;
	color: #999;
    padding: 5px 6px;
	margin: 4px 4px;
}

.portfolio ul li h5 {
	color: #999;
	padding: 0;
	margin: 0;
}

.portfolio .active {
	color: #222;
}

.portfolio .active h5 {
	color: #222;
}

.portfolio img {
	width: 100%;
	height: 100%;
	float: left;
}

.portfolio-content img {
	width: 100% !important;;
	height: 100% !important;
}

.portfolio .row {
	padding: 0;
	margin: 0;
}

.portfolio .row .col {
    padding: 5px;
    margin: 0;
}

/* ------------------------------
  Team
---------------------------------*/
.team {
	background: #f6f6f6;
	text-align: center;
}

.team img {
	width: 100%;
	height: 100%;
}

.team-details {
	padding: 10px;
}

.team-details span {
	margin: 5px 0 8PX;
	display: block;
}

.team-details ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.team-details ul li {
	display: inline-block;
	border: 1px solid #777;
	height: 25px;
	width: 25px;
	line-height: 23px;
	text-align: center;
	border-radius: 1px;
	border-radius: 50%;
	margin: 2px;
}

.team-details ul li a {
	color: #666;	
}

/* ------------------------------
  Pricing
---------------------------------*/
.pricing {
	border: 1px solid #ddd;
	text-align: center;
}

.pricing-head {
	padding: 20px 10px;
	background: #eee;
	color: #e53934;
}

.pricing-head h5 {
	margin-bottom: 0;
}

.pricing-head span {
	font-size: 28px;
}

.pricing ul {
	padding: 10px;
	margin: 0;
}

.pricing ul li {
	padding: 6px 0;
	border-bottom: 1px solid #f5f5f5;
}

.pricing .button-default {
	margin: 10px 0 25px;
}

/* ------------------------------
  Contact, Login, Registro
---------------------------------*/
.contact-us input, 
.contact-us textarea,
.login input, 
.login textarea,
.Registro input, 
.Registro textarea {
	border: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

.contact-us input, 
.contact-us textarea,
.login input, 
.login textarea,
.Registro input, 
.Registro textarea {
	border: 1px solid #ddd;
	padding-left: 10px;
	padding-right: 10px;
}

.contact-us .button-default {
	margin-top: 10px;
	margin-bottom: 0;
}

.login .button-default {
	margin-top: 25px;
}

.Registro .button-default {
	margin-top: 0;
}

/* ------------------------------
  Error 404
---------------------------------*/
.error404 {
	text-align: center;
}

.error404 h4 {
	padding-top: 28px;
	display: inline-block;
	letter-spacing: 2px;
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
	border-radius: 50%;
	border: 3px solid #444;
	font-size: 30px;
}

/*loader custom color*/
.double-bounce1, .double-bounce2 {
	background-color: #673DE6;
}


/* ------------------------------
  Footer
---------------------------------*/
.footer {
	background: #673DE6;
	position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}
.footer {
	flex-shrink: 0;
}
.about-us-foot {
	text-align: center;
	color: #ddd;
}

.about-us-foot span {
	color: #e53934;
}

.about-us-foot h6 {
	color: #ffffff;
	font-weight: 700;
	font-size: 24px;
	letter-spacing: 1px;
	margin-bottom: 10px;
	font-family: 'PT Sans', sans-serif;
}

.social-media {
	text-align: center;
	margin: 18px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #444;
}

.social-media a {
	margin: 0 3px;
}

.social-media a i {
	text-align: center;
	color: #ffffff;
	border: 1px solid #ffffff;
	height: 35px;
	width: 35px;
	margin: auto;
	border-radius: 50%;
	line-height: 32px;
}

.copyright {
	text-align: center;
	padding: 5px;
}

.copyright span {
	color: #eeeeee;
	text-align: center;
}

li.active {
    background-color: #ebebeb; 
}
.selector button {
	padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    border: none;
    background-color: #673DE6;
    color: #fff;
    border-radius: 5px;
    padding: 5px 25px 5px 25px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}
.selector button.active {
	background-color: #160c35;
	color: #fff;
}
.selector {
	display: flex;
    margin-top: 10px;
    border-radius: 5px;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
	font-size: 15px;
	margin-bottom: 15px;
}
.participa button {
	padding: 10px 20px;
    margin-right: 10px;
    cursor: pointer;
    border: none;
    background-color: #10c500;
    color: #fff;
    border-radius: 5px;
    padding: 5px 25px 5px 25px;
    display: inline-block;
    cursor: pointer;
    border-radius: 10px;
    font-size: 15px;
    font-weight: 500;
}

.participa button:hover {
    background-color: #0a9200; /* Cambiar el color de fondo al hacer hover */
}
.row {
	display: flex;
}

.column {
	text-align: center;
	flex: 1; /* Para ocupar todo el espacio disponible en la fila */
}

#marcadores-column {
	display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: stretch;
}

#marcadores-column p {
	margin: 0;
	display: flex;
	gap: 10px;
    padding: 5px;

}
.caja {
	display: flex;
    padding: 0 15px;
    background-color: #f0f0f0;
    border-radius: 5px;
    flex-wrap: nowrap;
    flex-direction: row;
    gap: 10px;
	font-size: 15px;
}
.caja img {
    width: 100%;
}
.caja a {
    display: block;
}

.caja a img {
    width: 100%;
    transition: filter 0.5s ease;
}

.caja a:hover img {
    filter: brightness(30%);
}

.caja ul {
    list-style-type: none; /* Quita el estilo por defecto de los bullets */
    margin-bottom: 15px;
    padding-left: 20px; /* Ajusta la indentación de la lista */
}

.caja ul li:before {
    content: "\2022"; /* Código del ícono de bullet */
    font-size: 1.5em; /* Tamaño del bullet */
    color: #FFA500; /* Color del ícono de bullet */
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

.banner {
	display: flex;
	padding-bottom: 20px;
	margin-top: 10px;
	border-radius: 5px;
	flex-wrap: wrap;
}
.saludo {
	font-size: 20px;
	color: #333;
	margin-bottom: 10px;
	margin-left: 20px;
	font-weight: 700;
}

.side-nav-panel-left ul li a {
    color: black; /* Color de texto normal */
    text-decoration: none; /* Quita el subrayado del enlace */
    display: block;
	padding-left: 15px;
}

.side-nav-panel-left ul li a:hover {
    background-color: #f2f2f2; /* Color de fondo al hacer hover */
}

.side-nav-panel-left ul li.active a {
    font-weight: bold; /* Si se desea resaltar el elemento activo */
}
.side-nav-right {
	display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    width: 30px;
    border-radius: 50%;
    background-color: #f2f2f2;
}

.profile-image {
    width: 35px;
    height: auto;
    border-radius: 50%;
    margin-top: 5px;
}
.container-dep {
	width: 100%;
    background-color: #ffffff;
    border: 2px solid #00ff00;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
	margin-top: 10px;
	

}
select {
    display: block;
}
.image-container img {
    width: 70px; 
    display: block; 
    margin-bottom: 20px; 
}

.image-whatsapp img {
    width: 170px; 
    display: block; 
    margin-bottom: 20px; 
}

.info-container .title {
    font-size: 20px; /* Tamaño del título */
    font-weight: bold; /* Negrita */
    margin-bottom: 10px; /* Espacio inferior */
}

.title {
    font-size: 18px; /* Tamaño del título */
    font-weight: bold; /* Negrita */
    margin-bottom: 10px; /* Espacio inferior */
}
.tranferencia {
   /* text-align: center;*/
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
}

.datos {
	text-align: center;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    gap: 10px;
    justify-content: center;
}


.aviso {
	text-align: center;
    display: flex;
    align-items: center;
    font-size: 15px;
    font-weight: 700;
    gap: 10px;
    background-color: #fff; /* Puedes ajustar el color de fondo si es necesario */
    color: red !important;
    padding: 10px; /* Añadir relleno para mejorar la apariencia */
    margin: 0 auto; /* Centrar la caja horizontalmente */
    width: 80%; /* Ajustar el ancho de la caja */
    max-width: 600px; /* Establecer el ancho máximo para que la caja no se vuelva demasiado ancha en pantallas grandes */
}
.aviso-pago {
	text-align: center;
    display: flex;
    align-items: center;
    font-size: 30px;
    font-weight: 700;
    gap: 10px;
    background-color: #fff;
    color: red !important;
    padding: 10px;
    margin: 0 auto;
    width: 80%;
    max-width: 600px;
    justify-content: center;
}
.pages.section {
    text-align: center; /* Alinea el contenido al centro */
    margin: 0 auto; /* Centra la sección horizontalmente */
    width: 80%; /* Establece el ancho de la sección */
    max-width: 600px; /* Establece el ancho máximo para evitar que la sección se vuelva demasiado ancha en pantallas grandes */
}


.details {
    display: flex; /* Utilizar flexbox para diseño en columnas */
    justify-content: space-between; 
	align-items: center;
}

.column {
    flex: 1; /* Ocupar todo el espacio disponible */
	display: flex;
    flex-direction: column;
    align-items: center;
	justify-content: space-between;
}

.column img {
    width: 100px; /* Tamaño de la imagen */
    display: block; 
	margin-top: -1.5px;
}

.nombre {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    width: 90px;
}

.oculto {
    display: none;
}

.amount {
    font-size: 25px; /* Tamaño de la cantidad */
    font-weight: bold; /* Negrita */
    margin-bottom: 5px; /* Espacio inferior */
	color: #555;
}
.marcador{
    width: 50%;
    text-align: center;
    color: #000;
    background-color: #ddd;
}

.currency {
    font-size: 22px; /* Tamaño de la moneda */
	color: #555;
	margin-left: 2px;
}
.box {
    width: 80%;
    padding: 10px;
}

.gray-border {
    border: 2px solid #ddd; /* Borde gris claro */
	width: 100%; /* Ancho de tu contenedor */
    margin: 0 auto;
    text-align: center;
	margin-top: 10px;
}

.gray-semana {
	width: 100%;
    text-align: center;
	display: flex;
}

.gray-puntaje {
    border: 2px solid #ddd; /* Borde gris claro */
	width: 100%; /* Ancho de tu contenedor */
    margin: 0 auto;
    text-align: center;
	margin-bottom: 20px;
}

.green-border {
    border: 2px solid #00ff00; /* Borde verde */
}

.row {
    display: flex;
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(5, 1fr); /* 5 columnas */
    grid-gap: 10px; /* Espacio entre las cajas */
}

.grid-item {
    padding: 20px;
    text-align: center;
}

.custom-select {
	display: block;
	padding: 0.5rem 1rem;
	font-size: 1rem;
	line-height: 1.5;
	color: #495057;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ced4da;
	border-radius: 0.25rem;
	transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  }
  .link-imagen:hover {
	filter: saturate(10%);
}
.hidden {
    display: none;
  }

  .ranking-column {
    width: 20%; /* Puedes ajustar este valor según tus necesidades */
}

/* Media query para pantallas más pequeñas, como móviles */
@media screen and (max-width: 768px) {
    .caja {
        display: block; /* Cambia a bloque para una columna en pantallas pequeñas */
    }
	.details {
		flex-direction: row;
	}

}

@media screen and (max-width: 280px) {
    .caja {
        display: block; /* Cambia a bloque para una columna en pantallas pequeñas */
    }
	.details {
		flex-direction: row;
	}
	.row {
		flex-direction: column;
	}

	.column {
		margin: 10px 0;
	}
}