/* CSS Document */
html {
  scroll-behavior: smooth;
}

body {
	background:#FFF;
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 0.9rem;
}
@media (max-width:767px) {body {font-size: 1rem;}}

.max_screen {width: 95%; max-width: 1300px; margin: auto;}
@media (max-width:767px) {.max_screen {width: 90%;}}

.container-1200 {max-width: 1200px; margin: auto;}
.container-1000 {max-width: 1000px; margin: auto;}
.container-900 {max-width: 900px; margin: auto;}
.container-800 {max-width: 800px; margin: auto;}
.container-700 {max-width: 700px; margin: auto;}
.container-600 {max-width: 600px; margin: auto;}
.container-500 {max-width: 500px; margin: auto;}

h1 {font-size: 2rem;}
h2 {font-size: 1.6rem;}
h3 {font-size: 1.4rem;}

.blog-home h2 {font-size: 1.3rem; font-weight: bold;}

hr.hr-azul {border: 0; border-bottom: solid 1px #141e50; width: 40%; max-width: 200px;}

/*COLORES TEXTOS*/
.text-azul {color: #141e50;}
.text-azul42k {color: #0025AD;}
.text-amarillo {color: #f9b80e;}
.text-purple {color: #916fa4;}
.text-zapote {color: #ff6a00;}
.text-strava {color: #ff6a00;}


/*COLORES FONDOS*/
.bg-dark {background-color: #141e50!important;}
.bg-black {background-color: #000;}

.bg-azul {background-color: #141e50;}
.bg-azul42k {background-color: #0025AD;}
.bg-amarillo {background-color: #f9b80e;}
.bg-purple {background-color: #916fa4;}
.bg-zapote {background-color: #ff6a00;}
.bg-xiaomi {background-color: #ff6900;}/*utilizado en resultados*/


/*ver en desktop o en mobile*/
.show-desk {display: block;}
.show-mob {display: none;}
@media (max-width:767px) {
	.show-desk {display: none;}
	.show-mob {display: block;}
}


strong {font-weight: 700;}
small {line-height: 1em;}
a, a:visited {color: #555555;}

.text-thin {font-weight: 200;}
.text-danger {color: red!important;}

.break-word {word-wrap: break-word;}

/*REACTIONS*/
.grow-up {transition: all 0.2s linear;}
.grow-up:hover {transform: scale(1.05);}


/*BUTTONS*/
.btn-home, .btn-home:active, .btn-home:link, .btn-home:visited {color: #f9b80e; background-color: #141e50!important; border-color:  #f9b80e;}
.btn-home:hover {color: #141e50; background-color: #f9b80e!important; border-color:  #141e50;}

.btn-dark {color: #FFF; background-color: #141e50; border-color: #141e50;}
.btn-vgoals {color: #FFF; background-image: linear-gradient(to right, #e94e5a, #f07d53); padding: 0.375rem 1.5rem; border-color: #FFF; transition: all 0.2s linear;}
.btn-vgoals:hover {border-color: #FFF; padding: 0.375rem 2rem;}
a.btn-dark:visited, a.btn-vgoals:visited {color:#FFF;}
.btn-blue {color: #FFF; background-color: #141e50; border-color: #141e50;}

.btn-blink {
    background-color: #000;
    border: #000 solid 1px;
    animation-name: blinkbutton;
    animation-duration: 1.8s;
    animation-iteration-count: infinite;
}

@keyframes blinkbutton {
    0%   {background-color: #000; color: white;}
    50%  {background-color: white; color: #000;}
    100% {background-color: #000; color: white;}
}


/*boton scroll back*/
#myBtn {display: none; position: fixed; bottom: 20px; left: 20px;}


/*HEADER**************************/
.brand-logo {width: 185px;}

/*MENÚ*/
.barra_menu {
	background-color: #141e50;
	position: relative;
	width: 100%;
	z-index: 1000;
	clear: right;
}
.barra_menu nav {font-weight: 700; text-align: center;}
.barra_menu nav .nav-item {border-left: solid 1px #5a63ae; }
.barra_menu nav li:nth-child(2) {border-left: 0;}
.barra_menu nav .nav-link {color: #FFF!important; transition: all 0.2s linear; }
.barra_menu nav .nav-link:hover {opacity: 0.8; transform: translateY(0.1rem); }
@media (max-width: 992px) {.barra_menu nav .nav-item {border-left: 0; }}

/*submenus*/
.barra_menu .dropdown-toggle {cursor: pointer;}
.barra_menu .dropdown:hover .dropdown-menu {display: block;}
.barra_menu .dropdown-menu {background-color: #f9b80e; border: 0; margin-top: 0!important;}
.barra_menu .dropdown-menu .dropdown-item:active {background-color: #141e50;}

/*user module*/
.usuario {background-color: #f9b80e;
    margin-top: 4px;
    border-top-left-radius: 0.8rem;
    border-top-right-radius: 0.8rem;}
.mod-user {width: 100%;}



/**BOTON INSCRIPCION TOP SOLO MOVILES**/
a.inscrip_mobile {
    background-color: #ef7b53;
	display: none;
	width: 100%;
    font-weight: 700;
	color: #FFF;
	z-index: 10000;
}
a.inscrip_mobile:hover {text-decoration:none;}
@media (max-width: 900px) {a.inscrip_mobile {display: block;}}

/*BOTON FLOTANTE INSCRIPCION**/
a.float_inscrip {
	display: inline-block;
    position: fixed;
	bottom: 1rem;
	right: 0.5rem;
	z-index:1050;
	width: 20%;
	max-width: 130px;
}
a.fixed_inscrip {display: none;}
@media (max-width:767px) {
	a.float_inscrip {display: none;}
	a.fixed_inscrip {display: block; position: fixed; bottom: 0;}
}



/*BLOCKQUOTES*********************/
blockquote {
	background: #E8E8E8;
    padding: 0.5rem;
    border-radius: 5px;
}



/*SPONSORS*/
.sponsors div {padding: 4px;}
.sponsors img {display: block; background-color: #FFF; width: 100%; max-width: 150px; box-shadow: #ccc 0 0 5px;}


/*HOME****************************/
/**slider**/
.main_slider img {max-width: 100%;}
.main_slider, .main_slider a {width: 100%; text-align: center;}
.main_slider a {
	background-position: top center;
	background-size: cover;
}

.main_slider figure .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.main_slider figure:hover .img-top {
    display: block;
}

.cycle-pager {
	background: #141e50;
    width: 100%;
    color: #666;
    font-size: 22px;
    padding: 2px 0 6px 0;
    z-index: 1000;
}
.cycle-pager span {margin: 0 4px; cursor: pointer;}
.cycle-pager-active {color: #FFF;}

/*challenges*/
.home-challenges .card {border: none; border-radius: 0;}
.home-challenges figure {margin: 0;}
.home-challenges img {border-radius: 0;}

/*Strava*/
@media (min-width: 768px) {
	.bg-strava {background-image: url("../img/strava-bg.png"); background-position: center center; background-repeat: no-repeat;}
}
.bg-color-strava {background-color: #ff6a00;}
.logo-strava {width: 80%; max-width: 350px;}

/*galeria*/
.galeria img {transition: all 0.2s linear 0.1s;}
.galeria img:hover {transform: scale(1.2);}

/*conteo regresivo próximo evento*/
.nextevent {
	width: 90%;
	max-width: 500px;
	margin: auto;
	background-color: #0025AD;
	background-image: url("../img/countdown-42k-bg.png");
	background-position: left center;
	background-repeat: no-repeat;
	background-size: contain;
	border-radius: 1rem;
	text-align: center;
	padding: 0.2rem 0;
}
@media (max-width:767px) {
	.nextevent {
		width: 100%;
		border-radius: 0;
	}
}
.nextevent #Countdown div {display: inline-block; width: 50px; margin: 0 2px; font-size: 1.6rem;}
.nextevent #Countdown div span {display: block; font-size: 0.6rem;}
.nextevent img {height: 85%; max-height: 80px;}
.nexteventtitle {color: #141e50;}



/*TITULOS SECCIONES**************/
.vgoals-title, .main-title {text-transform: uppercase; color: #FFF;}

.vgoals-title {background-image: linear-gradient(to right, #e94e5a, #f07d53);}
.main-title {background: #f9b80e;}

.main-title h2 {font-weight: 200; line-height: 2rem;}
.main-title h2 span {font-weight: 700;}


/*RESULTADOS IMAGENES DESACTIVADAS*/
img.inactive {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
	filter: grayscale(100%);
	opacity: 0.6;
}


/*CHALLENGES********************/
/*controles sliders camisetas*/
.carousel-control-next, .carousel-control-prev {border: 0; background-color: transparent;}
.carousel-control-prev-icon {background-image: url("../img/caret-left-fill.svg");}
.carousel-control-next-icon {background-image: url("../img/caret-right-fill.svg");}


/*VITRINA*************************/
.datebox {background: #eb565c; color: #FFF; text-align: center; padding: 2px;}

.challenge-note {display: none;}
@media (max-width: 767px) {
    .challenge-scroller {overflow: auto;}
    .challenge-note {display: block;}
}


/*PRINTABLE**************/
#printable .print-hide {display: block;}
#printable .print-show {display: none;}

@media print {
	body * {visibility: hidden;}
	body {width: 100%; background: #FFF; color: #333; margin: 5px;}
	#printable .print-hide {display: none;}
	#printable .print-show {display: block;}
	
	#printable, #printable * {visibility: visible; background: #FFF;}
	#printable {
		display: block;
		position: absolute;
        margin: auto;
		top: 0;
		left: 0;
		padding: 20px 15% 20px 15%;
	}
}



/*SHARE HEADLINE****************/
hr.share-title {
	padding: 0;
	border: none;
	border-top: solid 5px #C8C8C8;
	color: #707070;
	text-align: center;
	margin-bottom: 2rem;
}
hr.share-title:after {
	content: "COMPARTE ESTE CHALLENGE";
	display: inline-block;
	position: relative;
	top: -0.7em;
	font-size: 1rem;
	padding: 0 0.25em;
	background: white;
}
/*hack para redondear botones de share*/
.at-style-responsive .at-share-btn {border-radius: 50%!important;}


/*EVIDENCIA**********************/
.img-results {padding: 8px 0 0 0; transition: all 0.2s linear;}
.img-results:hover {padding: 0 0 8px 0; opacity: 0.5;}

/*CONFETI************************/
.confeti {background: url(../img/confetti.gif);}

/*TABLAS DE RESULTADOS**********/
img.logo-results-table {width: 100%; max-width: 200px; border-radius: 0.5em; box-shadow: #666 1px 1px 5px;}
.table-results {width: 100%; font-size: 0.8em;}
/*.avatar-container {width:60px; height:60px; background-position: center center; background-size: 100%;}*/
.avatar_results {width: 60px;}

/*GALERÍA EVIDENCIAS*****/
.ima_container {
	background: #CCC;
	padding: 3px;
	background-size: 100%;
    background-position: center center;
}
.ima_container img {opacity: 0.5; transition: all 0.2s linear;}
.ima_container img:hover {opacity: 1;}


/*COUNTDOWN CLOCKS*/
.Countdown {font-size: 1.5rem; text-align: center;}
.Countdown div {display: inline-block; width: 22px;}
.Countdown div:first-child {width: 40px;}
.Countdown span {color:#999; display:block; font-size:0.6em; line-height:1em;}
.Countdown span.white {color:#FFF;}




/*ACCORDIONS*****************/
.accordion .card-header .btn-link {color: #464646; font-weight: 700;}
.accordion .btn-link.focus, .accordion .btn-link:focus, .accordion .btn-link:hover {text-decoration: none;}
.accordion .card-header {background: #E5E5E5;}



/*TABS - NAV PILLS**********/
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {background-color: #343A40;}
.nav-pills {border-top: solid 1px #CCC; border-bottom: solid 1px #CCC; padding: 0.5rem 0; font-weight: 700;}



/*FORMS**********************/
/*grupo radio buttons*/
.btn-group .btn {cursor: pointer;}
.btn-group .btn-secondary:not(:disabled):not(.disabled).active, .btn-group .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {background-color: #35393D;}
/*labels*/
label {font-weight: 700; font-size: 0.95rem;}
/*borde campos*/
.form-control, .custom-select {border: 1.5px solid #ced4da;}

.btn-group .btn-secondary:not(:disabled):not(.disabled).active, .btn-group .btn-secondary:not(:disabled):not(.disabled):active, .show>.btn-secondary.dropdown-toggle {
    background-color: #00aaff;
}


/*VALIDADOR PASSWORD*/
#pswd_info {
	position: absolute;
    z-index: 100;
    background: #FFF;
    border: solid 1px #CCC;
    box-shadow: #999 2px 2px 6px;
    font-size: 0.8em;
}
#pswd_info ul {
	list-style: none;
	padding: 0;
	margin: 5px 15px;
}
#pswd_info p {
	background: #333;
    color: #FFF;
    padding: 5px 10px;
}



/*CARDS**********************/
.card {
    width: 100%;
    position: relative;
    display: inline-block;
}
.card .img-top {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.card figure:hover .img-top {
    display: inline;
}


/*WHATSAPP BUTTON*/
.whatsapp_link{
	position: fixed;
    width: 66px;
    height: 66px;
    bottom: 15px;
    right: 20px;
    background-color: #25d366;
    border: solid 2px #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 46px;
    color: #FFF!important;
    box-shadow: 0 2px 3px #0000007d;
    z-index: 100;
    line-height: 1.4em;
}
a.whatsapp_link:link, a.whatsapp_link:hover, a.whatsapp_link:visited, a.whatsapp_link:active, a.whatsapp_link i {
	color: #FFF!important;
}


/*FOOTER*********************/
footer {font-size: 0.9rem;}
.footer_logo {width: 80%; max-width: 130px; height: auto;}
footer a, footer a:hover, footer a:visited {color: #141e50;}

div.redes a {
	background: #141e50;
    color: #FFF;
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    padding: 0.3%;
    text-align: center;
    font-size: 1.5em;
    margin: 0.5em 0.2em;
    border-radius: 50%;
    box-sizing: content-box;
}
div.redes a.Facebook:hover {background:#3C5B9B;}
div.redes a.Twitter:hover {background:#359BED;}
div.redes a.Instagram:hover {background:#C000FF;}
div.redes a.Youtube:hover {background:#F03434;}
div.redes a.Tiktok:hover {background:#000;}

img.jk-credit {width: 40%; max-width: 120px;}



/*MAILCHIMP SUSCRIBE FORM*/
#mc_embed_signup {background: #FFF; clear:left; font-size:0.8em; width:100%;}
#mc_embed_signup form {padding:6px!important; text-align:center;}
#mc_embed_signup_scroll span {margin:0 5px;}
#mc_embed_signup input.email {font-size:1em; height:auto; padding:4px; width:150px; text-transform:none; border-radius:3px; 
border:1px solid #ABB0B2;}
#mc_embed_signup .button {font-size:1em; height:auto; padding:3.5px 12px; line-height:normal; 
	background:#666; color:#FFF; border: none; width:auto!important; display:inline-block; border-radius:3px;}
#mc_embed_signup_scroll i {font-size:1.4em; float:right; color:#666; cursor:pointer;}
@media (max-width: 770px) { #mc_embed_signup span {display:none;}}

