@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;300;400;600&display=swap');
* {
	font-family: 'Raleway', sans-serif;
	color: #8a8b89;
	font-size: 18px;
}
body {
	    background-color: #e8e8e8;
}
#menu-principal {
	background-image: url("../images/fondo-menu-challenge.png");
	background-size: cover;
	background-position: bottom right;
}
.img-titulo {
	width: 100%;
	height: auto;
}
.img-menu {
	max-width: 170px;
	height: auto;
}
#objetivo {
	background-image: url("../images/fondo-reto-challenge.jpg");
	background-position: top center;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #FFF;
}
.text-morado {
	color: #512b83 !important;
}
.text-verde {
	color: #85b34a !important;
}
.border-morado {
	border: 3px solid #512b83;
	border-radius: 10px;
	-webkit-box-shadow: 0 0 7px 0 rgba(154,74,237,0.7);
	box-shadow: 0 0 7px 0 rgba(154,74,237,0.7);
	padding: 10px 37px;
    width: auto;
    display: table;
    margin: 0 auto;
    font-weight: bold;
}
.slick-slide {
	/*width: 31.5% !important;
    margin: .5%;*/
}
.slick-slide img {
	    width: 97%;
    height: auto;
}
.btn-verde {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url(../images/fondo-boton-verde.jpg);
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 27px;
}
.btn-morado {
	color: #FFF;
    font-weight: 500;
    text-align: center;
    border-radius: 10px;
    background-image: url("../images/fondo-boton-morado.jpg");
    background-repeat: repeat-x;
    background-size: contain;
    width: auto;
    display: inline-block;
    margin: 0 auto;
    padding: 5px 17px;
}
#registro {
	background-image: url("../images/fondo-registro.jpg");
	background-size: cover;
	background-position: right bottom;
}
#pase, #pase label, #inscripcion, #inscripcion label {
	color: #512b83;
}
#pase input, #pase select, #inscripcion input, #inscripcion select {
	border: thin solid #512b83;
	background-color: transparent !important;
}
#enviar {
	border: none !important;
}
.icono {
	display: block;
    float: left;
    margin-right: 27px;
    max-width: 57px;
    height: auto;
}
#reto {
	background-color: #502378;
	background-image: url("../images/fondo-reto.jpg");
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: top center;
	padding-bottom: 650px;
}
#cuadro-challenge {
	    margin-top: -600px;
}
#media {
	background-color: #e8e8e8;
}
#inscribir {
	background-image: url("../images/fondo-inscripcion.jpg");
	background-size: 100% auto;
	background-position: bottom right;
	background-repeat: no-repeat;
}
#pie {
	background-image: url("../images/fondo-footer.jpg");
	background-size: cover;
	background-position: bottom left;
}
.redes {
	width: 40px;
	height: auto;
	margin-right: 7px;
}
#whatsapp{
	position: absolute;
    color: #FFF;
    background-color: #29a71a;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    top: -20px;
    right: 0;
}
#whatsapp i {
	color: #FFF;
	font-size: 40px;
    line-height: 60px;
}
.activo {
	color: #9a4aed !important;
}
#boton-cuadro-challenge {
	    position: absolute;
    bottom: 20%;
    right: 18%;
}
#boton-banner {
	position: absolute;
    bottom: 15%;
    left: 15%;
}
label.error {
	top: -45px;
	color: red !important;
}
#boton-movil {
	display: none;
	position: absolute;
    right: 27px;
    top: 27px;
	cursor: pointer;
	z-index: 1;
}
#menu-movil {
	    position: absolute;
    top: 0;
    right: 0;
   background-color: rgba(85, 26, 120,0.95);
    padding: 37px;
    z-index: 1;
	display: none;
}
#menu-movil .btn-close {
	    position: absolute;
    right: 10px;
	top: 10px;
}
.slick-prev, .slick-next {
	width: 38px;
	height: 90px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}
.slick-prev {
	background-image: url("../images/flecha-slider-prev.png");
	left: -45px;
}
.slick-next {
	background-image: url("../images/flecha-slider-next.png");
	right: -45px;
}
.slick-prev:before, .slick-next:before {
	content: none !important;
}
@media screen and (max-width: 844px){
	.hide {
		display: none;
	}
	#boton-cuadro-challenge {
		position: relative;
    right: 0;
    text-align: center;
    margin-top: 17px;
	}
	#boton-banner {
		    position: relative;
    bottom: 0;
    margin-top: 17px;
	}
	#inscribir {
		    margin-top: 13vh;
	}
	#pie .col-md-5 {
		text-align: center;
	}
	#boton-movil {
		display: block;
	}
	.ps-5 {
		padding-left: 0 !important;
	}
	.pe-5 {
		padding-right: 0 !important;
	}
	footer .ps-5 {
		padding-left: 3rem!important;
	}
	footer .pe-5 {
		padding-right: 3rem!important;
	}
	body {
		overflow-x: hidden;
	}
	.slick-slide img {
		width: 63%;
	}
}