html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, li,
fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
* { box-sizing: border-box; }
/*CONTAINER*/
.container {
	margin: 0 auto;
	position: relative;
	z-index: 1;
}
@media only screen and (max-width:600px){
    .container {
        width: 95%;
    }
}
@media only screen and (min-width:600px) and (max-width:1299px){
    .container {
        width: 90%;
    }
}
@media only screen and (min-width:1300px){
    .container {
        max-width: 1200px;
        width: 100%;
    }
}
.hide, .no-show {
	display: none !important;
}
.contenedor-bloques {
	display: block !important;
}
h1, h1 strong, h1 b, h1 span, h1 strike, .descripcion, .descripcion strong, .descripcion b, .descripcion span, .descripcion strike {
	color: #FFFFFF;
}
h1, h2, h3, .encabezado-modal {
	letter-spacing: normal;
	font-weight: 700;
}
a {
	text-decoration: none;
}
button {
	cursor: pointer;
}
@media only screen and (max-width:992px){
    .mobile-datos {
       color: #000000;
       margin-bottom: 15px;
    }
}
.margin-cero {
	margin-bottom: 0px !important;
}
.btn-donacion {
	border-radius: 0;
	min-height: 2.7rem;
	font-weight: 700;
	text-transform: none;
	font-size: 1rem;
	padding: 0 10px;
	text-align: center;
	display: inherit;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.btn-donacion:disabled, .annadir-productos:disabled{
	opacity: 0.1;
}
#scIframe {
	width: 100%;
}
.space-between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.no-visible, .visually-hidden {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px,1px,1px,1px);
	overflow: hidden;
	height: 1px;
}
.flex-wrap {
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.no-display {
	display: none;
}
.idiomas {
	position: relative;
	margin-left: 20px;
	width: 64px;
}
.relative {
	position: relative;
}
ul {
	padding-left: 0px;
	margin: 0px;
}
ul li {
	list-style-type: none;
}
ul li ol li {
	list-style-type: url !important;
}
ol ol, ol ul, ul ul, ul ol {
	margin-left: 20px;
}
.transparent {
	background-color: transparent;
}
.white-text {
	color: #FFFFFF !important;
}
.center-align {
	text-align: center;
}
/*HEADER*/
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 9;
}
header nav {
	min-height: 69px;
	width: 100%;
	padding: 10px 0;
}
header .logo {
	margin-right: 25px;
}
header nav img {
	max-height: 60px;
}
header nav a {
	text-decoration: none;
	color: #FFFFFF;
	cursor: pointer;
}
header nav .lista-idiomas {
	background-color: #fff;
	margin: 0;
	min-width: 55px;
	overflow-y: auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9999;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	text-transform: uppercase;
	padding: 0;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
	box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
header .seleccionar-idioma {
	cursor: pointer;
	font-weight: 700;
	width: 60px;
}
header .idiomas-img {
	line-height: 15px;
}
header .compra {
	border: none;
	height: 44px;
	width: 44px;
	line-height: 54px;
	margin: 0px auto;
	text-align: center;
	padding-left: 5px;
	margin-right: 5px;
	position: relative;
	width: auto;
	padding: 0px 10px;
}
header .compra svg {
	z-index: 1;
	position: relative;
	margin-right: 5px;
}
.white .compra {
	background-color: transparent !important;
}
.logo-barra, .white .no-barra {
	display: none;
}
.white .logo-barra {
	display: block;
}
@media only screen and (max-width:993px) {
	.hamburger {
		min-height: 17px;
		max-width: 50px;
		cursor: pointer;
		width: 25px;
	}
 	.hamburger-inner,
 	.hamburger-inner::after,
 	.hamburger-inner::before {
  		background-color:#FFF;
	  	position:absolute;
	  	width:20px;
	  	height:1px;
	  	content:'';
	  	transition-timing-function:ease;
	  	transition-duration:.2s;
	  	transition-property:transform,opacity
 	}
 	.hamburger-inner::before,
 	.hamburger-inner::after {
  		top:7px;
  		left:0
 	}
 	.hamburger-inner::after {
  		top:14px;
  		left:0
 	}
 	.idiomas {
 		margin-right: 10px;
 	}
 	.menu-mobile {
		height: calc(100% - 62px);
		position: fixed;
		top: 62px;
		width: 100%;
		left: 0;
		overflow: auto;
		z-index: 9;
	}
	header nav img {
		max-width: 150px;
	}
}
@media only screen and (min-width:993px)  {
	header nav.white .buttons-desktop a, header nav.white .buttons-desktop button {
		width: auto !important;
		padding: 0px 10px;
	}
	header nav .menu-principal {
		max-width: 80%;
	}
}
header nav ul.menu {
	width: 100%;
}
/*PRINCIPAL*/
.principal {
	min-height: 100vh;
	position: relative;
	padding: 150px 0px 50px 0px;
}
.principal .filtro  {
	position: absolute;
	top: 0;
	z-index: 2;
	background-color: #000000;
	opacity: .3;
	width: 100%;
	height: 100%;
}
.principal .principal-slider, .principal .slider-comun {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
}
.principal .principal-slider div, .principal .slider-comun div {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.principal .principal-slider div.active, .principal .slider-comun div.active {
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.principal .container {
	z-index: 2;  
}
.principal h1 {
	font-size: 2rem;
	line-height: 30px;
}
.principal p {
	font-size: 1.25rem;
	line-height: normal;
	margin-top: 25px;
}
.principal .filtro-fondo {
	padding: 30px 10px;
	position: relative;
}
.principal .filtro-fondo::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
	content: "";
	background-color: #FFFFFF;
	opacity: .8;
	width: 100%;
	height: 100%;
}
.principal .filtro-fondo ul {
	margin-top: 20px;
}
.principal .filtro-fondo .row {
	position: relative;
	z-index: 2;
}
.principal .bloques .filtro-fondo {
	max-width: 80%;
	margin-top: 20px;
}
.principal-movil {
	padding: 25px 0px;
}
.principal-movil .info-camp span {
	font-size: 0.813rem;
	display: block;
	color: #000000;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.principal-movil .info-camp label {
	font-size: 1.4rem;
	font-weight: 800;
	color: #000000;
}
.principal-movil .barra-donacion {
	margin: 15px 0px;
	height: 6px;
	border-radius: 3px;
	background-color: #bebebe;
}
.principal-movil .main-buttons {
	margin-bottom: 15px;
}
.barra-donacion {
	position: relative;
	overflow: hidden;
}
.barra-donacion::before {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: 1;
	content: "";
	background-position: top center;
	height: 100%;
}
.fondo-camp .barra-donacion::before {
	background-color: #FFFFFF !important;
}
.principal-movil .main-buttons .mobile-p2p {
	margin-bottom: 10px;
}
.principal-movil .main-buttons a, .principal-movil .main-buttons button,.ancho-total {
	width: 100% !important;
}
.principal .tiempo-recaudacion small, .principal-movil .tiempo-recaudacion small{
	display: block;
	font-size: 0.875rem;
}
.principal-movil li {
	margin-left: 10px;
}
.principal .logo-encabezado {
	position: absolute;
	bottom: 4px;
	right: 10px;
	z-index: 3;
}
.barra-container {
	position: relative;
}
.barra-container .multi-camp {
	background-color: #FFFFFF;
	height: 14px;
	position: absolute;
	z-index: 9;
	top: 11px;
}
.barra-container .multi-uno {
	left: 34%;
	width: 2px;
}
.barra-container .multi-dos {
	left: 65.5%;
	width: 2px;
}
.barra-container .reto-mitad {
	left: 50%;
}
.barra-container .reto-mitad-ancho {
	width: 49% !important;
}
.barra-container .retos {
	padding: 5px 0px 20px 0px;
}
.barra-container .retos {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.barra-container .retos label {
	margin-top: 0px;
	line-height: 15px;
	display: block;
	font-size: 0.8rem;
}
.etiqueta-contador span {
	display: inline-block !important;
	opacity: 1 !important;
	margin-top: 0px !important;
}
.difundir {
	background-color: transparent;
	padding: 0;
	border: none;
	height: auto;
}
.color-inverse {
	background-color: #FFFFFF;
}
.bajar-info {
	position: absolute;
	bottom: 5px;
	color: #FFF;
	z-index: 2;
	left: 50%;
	transform: translate(-50%);
	-webkit-transform: translate(-50%);
	padding: 0;
	background-color: transparent;
	border: none;
}
blockquote {
	font-style: italic;
	border-left: 5px solid #ccc;
	padding-left: 24px;
}
/*REORGANIZACION*/
.video-background .play-container {
	z-index: 2;
}
.twitter-new {
	width: 24px;
	height: 24px;
}
@media only screen and (max-width:992px) {
	.principal-reorg {
		min-height: auto;
		height: 250px;
	}
	.main-buttons {
		margin-top: 15px;
	}	
}
@media only screen and (max-width:993px) {
	.redes-sociales {
		margin-top: 15px;
	}
	.form-redes {
		margin: 0 0 15px 0;
	}
}
@media only screen and (min-width:993px) {
	.principal h1 {
		font-size: 3.25rem;
		line-height: 45px;
	}
	.principal .barra-donacion {
		height: 8px;
		background-color: #bebebe;
		margin: 10px 0px;
	}
	.principal .recaudacion {
		font-size: 2.25rem;
		font-weight: 800;
	}
	.principal .info-camp span, .retos label {
		font-size: 0.875rem;
		display: block;
		margin-top: 10px;
		font-weight: 700;
		color: #000000;
		opacity: 0.5;
		letter-spacing: 0.14px;
		text-transform: uppercase;
		line-height: 17px;
	}
	.principal .info-camp span.white-text, .principal .retos label.white-text {
		opacity: 0.9;
	}
	.principal .info-camp label {
		font-size: 1.375rem;
		font-weight: 800;
	}
	.principal .main-buttons {
		margin-top: 22px;
	}
	.principal .main-buttons > div {
		width: 50%;
	}
	.principal .main-buttons .btn-donacion {
		width: 100%;
	}
	.principal .main-buttons > div, .principal .redes-sociales li {
		margin: 0px 5px;
	}
	.principal .white-text.transparent, .principal .btn-donacion.white {
		border: 2px solid #FFFFFF !important;
	}
	.principal .redes-sociales li a {
		cursor: pointer;
	}
	.barra-container .multi-camp {
		top: 7px;
	}
	/*VIDEO*/
	.video-background {
	  	position: absolute;
	  	top: 0;
		right: 0;
		left: 0;
		height: 100%;
	  	z-index: 1;
		overflow: hidden;
	}
	.video-foreground, .video-background iframe {
	  	position: absolute;
	  	top: 0;
	  	left: 0;
	  	width: 100%;
	  	height: 100%;
	  	pointer-events: none;
	}
	@media (min-aspect-ratio: 16/9) {
	  .video-foreground {
			height: 300%;
			top: -100%;
		}
	}
	@media (max-aspect-ratio: 16/9) {
	  .video-foreground {
			width: 300%;
			left: -100%;
		}
	}
}
/*GRID*/
.row {
  	margin-left: auto;
  	margin-right: auto;
 	margin-bottom: 20px;
}
.row:after {
  	content: "";
  	display: table;
  	clear: both;
}
.row .col {
  	float: left;
  	-webkit-box-sizing: border-box;
    box-sizing: border-box;
  	padding: 0 0.75rem;
  	min-height: 1px;
  	margin-left: auto;
    left: auto;
    right: auto;
}
.row .col.s3 {
 	width: 25%;
 	padding: 0px;
}
.row .col.s4 {
  	width: 33.3333333333%;
  	padding-left: 0px;
}
.row .col.s5 {
  	width: 41.6666666667%;
}
.row .col.s6 {
  	width: 50%;
}
.row .col.s7 {
  	width: 58.3333333333%;
}
.row .col.s8 {
  	width: 66.6666666667%;
}
.row .col.s9 {
  	width: 75%;
  	padding: 0px;
}
.row .col.s12 {
  	width: 100%;
}
@media only screen and (min-width: 601px) {
	.row .col.m2 {
    	width: 16.6666666667%;
  	}
  	.row .col.m5 {
   		width: 41.6666666667%;
  	}
	.row .col.m6 {
   		width: 50%;
  	}
  	.row .col.m7 {
    	width: 58.3333333333%;
  	}
  	.row .col.m8 {
   		width: 66.6666666667%;
  	}
  	.row .col.m10 {
    	width: 83.3333333333%;
  	}
  	.row .col.m11 {
    	width: 91.6666666667%;
  	}
  	.row .col.m12 {
    	width: 100%;
  	}
  	.row .col.offset-m1 {
    	margin-left: 8.3333333333%;
  	}
}
@media only screen and (min-width: 993px) {
  	.row .col.l2 {
	    width: 16.6666666667%;
  	}
  	.row .col.l3 {
	    width: 25%;
  	}
  	.row .col.l4 {
	    width: 33.3333333333%;
  	}
  	.row .col.l5 {
		width: 41.6666666667%;
	}
  	.row .col.l6 {
	    width: 50%;
  	}
	.row .col.l7 {
    	width: 58.3333333333%;
  	}
  	.row .col.l10 {
	    width: 83.3333333333%;
  	}
  	.row .col.l11 {
	    width: 91.6666666667%;
  	}
  	.row .col.l12 {
	    width: 100%;
  	}
  	.row .col.offset-l1 {
    	margin-left: 8.3333333333%;
  	}
}
@media only screen and (min-width: 1201px) {
	.row .col.xl3 {
  		width: 25%;
    	margin-left: auto;
    	left: auto;
    	right: auto;
  	}
}
.iframe-mobile {
	padding: 0 !important;
}
/*FOOTER */
/*LO PONGO AQUI PORQUE LA CARGA INICIAL ES SOLO DEL HEADER Y EL FOOTER*/
footer.page-footer > .container {
	padding-top: 40px;
}
footer .footer-info {
	margin-bottom: 40px;
}
footer ul {
	margin: 8px 0px 0px 0px;
}
footer .footer-copyright {
	padding: 10px 0px;
	border-top: 1px solid rgba(255,255,255,0.2);
}
footer .footer-copyright button {
	font-size: 0.938rem;
	margin-right: 25px;
	background-color: transparent;
	border: none;
	cursor: pointer;
}
footer .footer-copyright button:focus {
	outline: 1px dotted;
}
footer .footer-copyright small {
	font-size: 0.813rem;
	float: right;
}
footer .footer-copyright small img {
	height: 21px;
}
footer .footer-copyright img {
	margin-left: 5px;
}
footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media only screen and (max-width:600px) {
	footer .footer-copyright small {
		float: none;
		-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
	}
	footer .footer-buttons, footer .footer-buttons button {
		display: block;
		margin: 0px auto;
	}
}
/*MAIN*/
main .bloques, main .ver-mas-bloques, main .info-container {
	margin-top: 30px;
}
main .textos {
	margin-top: 10px;
}
.textos ul li {
	list-style-type: disc;
}
/*ARCHIVOS EXTERNOS*/
.archivos-externos .btn-donacion{
	width: 285px;
}
@media only screen and (max-width:600px) {
	.archivos-externos .btn-donacion {
		width: 100%;
	}
	.archivos-externos a {
		margin-bottom: 15px;
	}
}
/*RECOMPENSAS DESTACADAS*/
.recompensas-destacadas .card {
	background-color: #FFFFFF;
}
.recompensas-destacadas .card-image {
	position: relative;
}
.recompensas-destacadas .card-image .cover {
	height: 230px;
}
.recompensas-destacadas .card-content {
	padding: 20px 5px;
}
.recompensas-destacadas .card-action {
	position: relative;
}
.recompensas-destacadas .card-image button, .url-icono {
	border: none;
	border-radius: 100%;
	position: absolute;
	bottom: -15px;
	right: 15px;
	line-height: 19px;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.15);
	width: 32px;
	height: 32px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.url-img {
	width: 16px;
}
.url-destacada, .url-destacada:focus, .url-destacada:visited {
	color: #000000;
}
/*INFORMACION*/
.informacion.bloques {
	margin-top: 15px;
}
.informacion .media {
	position: relative;
}
.informacion .tab-list {
	padding: 0px;
}
.informacion .archivos-externos a{
	margin-right: 10px;
	font-weight: 700;
}
.informacion.bloques div + .media {
	margin-top: 20px;
}
.informacion .carousel-acces {
	height: 300px;
}
.informacion .tab-container button {
	border: none;
	background-color: transparent;
	padding: 0px;
	margin-right: 45px;
	font-size: 1.125rem;
	font-weight: 700;
	color: #000000;
	position: relative;
	margin-top: 15px;
}
.informacion .tab-container button.active::before {
	position: absolute;
	left: 0;
	bottom: -6px;
	display: block;
	z-index: 1;
	content: "";
	width: 36px;
	height: 3px;
}
.informacion .tab-container button.active {
	color: #000000;
}
.informacion .tabs-info {
	margin-top: 25px;
}
@media only screen and (max-width:993px) {
	.informacion .media {
		margin-bottom: 32px;
	}
}
@media only screen and (min-width:993px) {
	.informacion.bloques {
		margin-top: 15px;
	}
	.informacion .media-video .video-container, .informacion .slider, .informacion .slides {
		height: 600px !important;
	}
	.informacion.bloques div + .media {
		margin-top: 32px;
	}
	.informacion .carousel-acces {
		height: 600px;
	}
}
/*MAS INFO*/
.mas-info .media {
	margin-bottom: 20px;
}
.mas-info .informacion .slider {
	margin-bottom: 40px;
}
.mas-info .media-video {
	height: 100%;
}
.mas-info .media-video .video-container {
	margin-top: 0px;
	height: 100%;
}
.mas-info .l6 .media img {
	height: 100%;
	width: 100%;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.mas-info .same-height, .actualizaciones .same-height{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.mas-info .slider, .mas-info .slides {
	height: 350px !important;
}
.mas-info .l6 .media.mas-img {
	height: 250px;
}
@media only screen and (min-width:600px) and (max-width:992px) {
	.mas-info .l6 .media.mas-img {
		height: 450px;
	}
}
@media only screen and (min-width:992px) {
	.mas-info .l6, .actualizaciones .l6 {
		width: 49% !important;
	}
	.media-carrousel {
	 	height: 600px;
	}
	.mas-info .l6 .media, .actualizaciones .l6 .media, .actualizaciones .l6 .media-carrousel {
		height: 300px !important;
	}
}
/*EQUIPO*/
.equipo {
	margin-top: 10px;
}
.equipo .card-content {
	padding: 0px 24px 130px 24px;
}
.equipo .card-content img {
	border-radius: 100%;
	height: 176px;
	width: 176px;
	margin-bottom: 20px;
}
.equipo .info-equipo {
	margin-bottom: 15px;
}
.equipo h3 {
	font-size: 1.3rem;
	margin-bottom: 5px;
}
.equipo span {
	font-size: 1rem;
	font-weight: 700;
}
.equipo .card-action {
	padding: 0px;
	border-top: none;
	width: 100%;
	bottom: 0;
}
.equipo .card-action .btn-donacion, .agenda .card-action .btn-donacion {
	margin: 0px auto;
}
.agenda .card-action .btn-donacion {
	width: 60%;
}
.equipo .card-action .btn-donacion {
	margin-bottom: 20px;
	width: 285px;
	max-width: 100%;
}
.equipo .card-action ul {
	text-align: center;
	margin: 0px auto;
	width: 100%;
}
.equipo .card-action ul li {
	display: inline-block;
	height: 25px;
}
.equipo .card-action ul li a {
	margin: 0px 4px !important;
	display: inline-block;
	height: 25px;
	line-height: 0px;
}
.equipo .card-action ul li a img {
	margin-bottom: 0px;
}
.equipo-correo {
	display: block;
}
@media only screen and (max-width:600px) {
	.equipo .card-action .btn-donacion {
		width: 100%;
	}
	.equipo .repeat-element {
		margin-bottom: 30px;
	}
	.equipo .repeat-element:last-child {
		margin-bottom: 0px !important;
	}
	.equipo .card{
		margin-bottom: 40px;
	}
	.equipo .card-content.no-cta {
		padding-bottom: 0px;
	}
	.equipo .card-content {
		padding: 0px 10px 20px 10px;
	}
}
@media only screen and (min-width:600px) {
	.equipo .card-content.no-cta {
		padding-bottom: 0px;
	}
	.equipo .card-action {
		height: 100px;

	}
	.equipo .cta-action {
		display: -webkit-box;
    	display: -ms-flexbox;
    	display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		-webkit-box-align: end;
		    -ms-flex-align: end;
		        align-items: flex-end;
	}
	.equipo .no-cta-button {
		padding-bottom: 50px;
	}
	.equipo .card-action {
		position: absolute;
	}
}
/*ACTUALIZACIONES*/
.actualizaciones .blog-container {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: self-start;
        -ms-flex-align: self-start;
            align-items: self-start;
}
.actualizaciones .blog-fecha {
	min-width: 85px;
	display: block;
	margin-right: 20px;
}
.actualizaciones .blog-fecha span:first-child {
	font-size: 1.5rem;
	font-weight: 700;
}
.actualizaciones .blog-fecha span:last-child {
	font-size: 1rem;
	font-weight: 500;
}
.actualizaciones .media, .media-margin {
	margin-top: 20px;
}
.actualizaciones .archivos-externos + .media-blog {
	margin-top: 30px;
}
.actualizaciones .info-mobile {
	-webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
}
.actualizaciones .slider {
	margin-bottom: -20px;
}
.actualizaciones .slider .indicators {
	bottom: 15px;
}
.actualizaciones .blog-info {
	width: 100%;
}
@media only screen and (max-width:600px) {
	.media-mobile {
		margin-top: 20px;
	}
	.blog-info .media-carrousel {
		height: 300px;
	}
}
@media only screen and (min-width:600px) and (max-width:992px) {
	.blog-info .media-carrousel {
		height: 400px;
	}
}
@media only screen and (min-width:600px) {
	.actualizaciones .blog-info {
		width: calc(100% - 55px);
	}
	.actualizaciones .blog-info-width {
		width: 100%;
	}
}
/*RECOMPENSAS*/
.recompensas .recompensa-container {
	margin-top: 30px;
}
section:nth-child(2n+1) .recompensas .card {
	background-color: #FFFFFF;
}
.recompensas .card {
	background-color: #f1f4f7;
	height: 100%;
	margin-top: 0px;
	border-radius: 0px;
}
.recompensas .card-image {
	position: relative;
}
.recompensas .card-image .cover {
	height: 100%;
}
.recompensas .card-retos .card-image {
	height: 216px;
}
.recompensas .card-recompensas .card-image {
	height: 220px;
}
.card-recompensas .carousel::before, .overlay-recompensa .carousel::before {
	background-color: transparent !important;
}
.card-recompensas .btn-prev, .card-recompensas .btn-next {
	opacity: 0.7;
}
.card-recompensas .btn-prev:hover, .card-recompensas .btn-next:hover {
	opacity: 1;
}
.card-recompensas .slider {
	border: 1px solid #f1f4f7;
}
.recompensas .slider, .recompensas .slides {
	height: 100% !important;
	margin-bottom: 0px !important;
}
.recompensas .slider .indicators {
	z-index: 4;
	margin-bottom: 10px;
}
.recompensas .slider .indicators .indicator-item, .recompensas .slider .indicators .indicator-item.active {
	background-color: #FFFFFF !important;
	height: 2px;
	width: 17px;
}
.recompensas .card-content {
	position: relative;
	padding: 24px 10px 55px 10px;
}
.recompensas .texto-recompensa {
	margin-top: 15px;
}
.recompensas .card-retos .card-content {
	padding: 24px 0px 55px 0px;
}
.recompensas .retos-progress {
	padding: 0px 10px 12px 10px;
}
.recompensas .progress {
	height: 6px;
	background-color: #d8d8d8;
	margin-bottom: 5px;
	overflow: hidden;
}
.recompensas .progress .determinate {
	height: 100%;
}
.recompensas .card-action {
	position: absolute;
	width: 100%;
	bottom: 0;
	padding: 0px;
	height: 35px;
	border-radius: 0px !important;
}
.recompensas .card-action a, .recompensas .card-action button {
	margin: 0px auto !important;
	text-transform: inherit !important;
	font-weight: 500;
	width: 100%;
}
.recompensas .card-action button {
	border: none;
	padding: 0px;
}
.recompensas .info-recompensa span, .recompensas-destacadas span {
	font-size: 1.375rem;
	font-weight: 700;
	display: block;
	line-height: 21px;
}
.recompensas .info-recompensa small, .recompensas-destacadas small {
	font-size: 0.875rem;
	color: #606060;
}
section .retos-info {
	-webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
}
section:nth-child(2n+1) .reto-contenido {
	border-top: 2px solid #f1f4f7;
}
.reto-contenido {
	padding-top: 25px !important;
}
.recompensas .retos-info {
	position:relative;
	margin-bottom: 10px;
}
.recompensas .retos-info span {
	font-size: 0.875rem;
  	font-weight: 700;
	color: #9b9b9b;
	display: block;
	line-height: 20px;
	text-transform: uppercase;
}
.recompensas .retos-info label {
	color: #000000;
	font-weight: 700;
}
.recompensas .retos-info .recaudado label {
	font-size: 1.5rem;
}
.recompensas .reto-textos {
	padding: 0 15px;
	border-top: 2px solid #FFFFFF;
}
.recompensas .reto-textos h3 {
	margin-bottom: 5px;
}
.recompensas .multireto {
	width: 100%;
	position: absolute;
	top: -3px;
	-webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
}
.recompensas .multireto div {
	height: 12px;
	width: 2px;
}
.recompensas h3 {
	font-size: 1rem;
	line-height: 1.2rem;
}
.recompensas .recompensa-retos {
	margin: 70px 0px 0px 0px;
}
.recompensas .badge {
	position: absolute;
	top: 15px;
	right: 15px;
	border-radius: 30px;
	padding: 0px 10px;
	font-weight: 500;
	z-index: 2;
}
.recompensas .buscar-categoria {
	margin-top: 40px;
}
.recompensas .buscar-categoria select {
	margin-top: 0px;
}
.recompensas .buscar-categoria button {
	width: 100%;
}
.recompensas .buscar-categoria button svg {
	margin-top: 8px;
}
@media only screen and (max-width:600px) {
	.recompensas .input-select {
		margin-bottom: 10px;
	}
	.reto-info {
		padding: 0 15px;
	}
}
@media only screen and (max-width:993px) {
	.recompensas-destacadas .recompensa-container {
		margin-bottom: 20px;
	}
	.recompensas-destacadas .recompensa-container:last-child {
		margin-bottom: 0;
	}
}
/*DESTACADOS*/
.destacados .margin-cero {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.destacados .destacados-buttons {
	margin-top: 20px;
}
.destacados .btn-donacion {
	border: 2px solid #FFFFFF;
}
.destacados .textos p {
	color: #FFFFFF;
}
@media only screen and (max-width:992px) {
	.destacados .margin-cero {
		-ms-flex-wrap: wrap;
        flex-wrap: wrap;
	}
	.destacados .cover.m12, .destacados .cover {
		height: 250px;
	}
	.destacados .texto-destacados {
		padding: 30px 10px;
	}
}
@media only screen and (min-width:992px) {
	.destacados .margin-cero:nth-child(2n+1), .destacados .lado-drc {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		    -ms-flex-direction: row-reverse;
		        flex-direction: row-reverse;
	}
	.destacados .lado-izq {
		-webkit-box-orient: inherit !important;
	    -webkit-box-direction: inherit !important;
	        -ms-flex-direction: inherit !important;
	            flex-direction: inherit !important;
	}
	.destacados .cover.m12 {
		min-height: 450px;
	}
	.destacados .cover {
		min-height: 300px;
	}
	.destacados .texto-destacados {
		padding: 60px 40px;
	}
}
/*PICTOGRAMA*/
.pictogramas.equipo .card-action .btn-donacion {
	margin-bottom: 0px;
	max-width: 80%;
}
.pictogramas.equipo .card-content.no-cta {
	padding-bottom: 0px;
}
/*AGENDA*/
section:nth-child(2n) .agenda .card {
	background-color: #f1f4f7;
}
.agenda .card {
	background-color: #ffffff;
}
.agenda .card-content {
	padding: 85px 30px 85px 30px;
}
.agenda .card-content.no-padding-agenda {
	padding: 85px 30px 30px 30px;
}
.agenda .card-head {
	padding: 17px 20px 13px 20px;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	margin-bottom: 25px;
	min-height: 61px;
}
.agenda .card-head span {
	font-size: 1.125rem;
	font-weight: bold;
	position: relative;
	left: 10px;
	top: -4px;
}
.agenda .card-content h3 {
	margin-bottom: 10px;
}
.agenda .datos-agenda {
	margin-top: 20px;
}
.agenda .datos-agenda p, .agenda .datos-agenda a {
	font-weight: 500;
}
.agenda .datos-agenda p:last-child {
	margin-bottom: 9px;
}
.agenda .card-action {
	position: absolute;
	width: 100%;
	bottom: 0;
	border-top: none;
	padding-bottom: 25px;
}
.agenda i {
	margin-right: 10px;
}
.agenda .agenda-icono {
	width: 35px;
}
.agenda .agenda-datos {
	margin-bottom: 10px;
}
/*TESTIMONIOS*/
.testimonios {
	margin-top: 30px;
}
#K14 {
	padding-bottom: 76px;
}
#K14 .carousel .slidenav {
	bottom: -50px;
}
.testimonios .encabezados {
	font-size: 1.375rem;
	margin-bottom: 15px;
}
.descripcion-testimonios {
	margin-bottom: 32px;
}
.testimonios .carousel p {
	font-size: 1rem !important;
	font-style: italic;
	line-height: 25px;
	margin-bottom: 32px;
}
.testimonios .white {
	border: 2px solid #FFFFFF;
}
.testimonios .testimonios-img {
	height: 60px !important;
	width: 60px !important;
	border-radius: 100%;
	background-size: contain;
}
.testimonios .testimonios-info {
	margin-top: 20px;
}
.testimonios .testimonios-datos {
	margin-left: 20px;
	text-align: left;
}
.testimonios strong {
	font-size: 1rem;
	font-weight: 700;
	letter-spacing: normal;
}
.testimonios .testimonios-redes {
	margin: 10px 0px 0px 0px;
	position: relative;
}
.testimonios-redes li {
	position: relative !important;
	opacity: 1 !important;
	width: 24px !important;
	margin: 0px 10px 0px 0px;
}
.testimonios-redes li img {
	height: 24px !important;
	width: 24px !important;
}
.testimonios .ver-video {
	background-color: transparent;
	border: none;
	display: block;
	padding: 0px;
	margin-top: 15px;
	text-decoration: underline;
}
@media only screen and (max-width:600px) {
	.carousel .slidenav {
		bottom: -30px !important;
	}
	.testimonios {
		margin-bottom: 40px;
	}
	.no-img-testimonio {
		margin-left: 0px !important;
	}
}
@media only screen and (min-width:600px) {
	.testimonios .carousel p {
		font-size: 1.25rem !important;
		line-height: 30px;
	}
	.testimonios .testimonios-img {
		height: 90px !important;
		width: 90px !important;
	}
	.testimonios .testimonios-info {
		-webkit-box-pack: end;
	       -ms-flex-pack: end;
	           justify-content: flex-end;
	}
}
/*MAPAS*/
.mapas p {
	margin: 10px 0px 20px 0px;
}
@media only screen and (max-width:993px) {
	.show-mapa {
		margin-bottom: 32px;
	}
	.mapas .mapa-container .s12 {
		margin-bottom: 0px;
		padding: 0px;
	}
	.map-info {
		margin-top: 32px;
	}
}
@media only screen and (min-width:993px) {
	.mapas .map-reversed {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: reverse;
		-ms-flex-direction: row-reverse;
		flex-direction: row-reverse;
	}
}
.pines {
	margin-top: 32px;
}
/*FAQS*/
.accordion {
  	margin: 0;
  	padding: 0;
  	border-radius: 7px;
  	width: 100%;
}
.accordion h3 {
  	margin: 0;
  	padding: 0;
}
.accordion-trigger {
  	background: none;
  	display: block;
  	font-size: 1rem;
  	font-weight: 500;
  	margin: 0;
  	padding: 0.5em;
  	position: relative;
  	text-align: left;
  	width: 100%;
  	outline: none;
  	border: none;
  	border-radius: 0px !important;
}
#accordion-group button {
	cursor: pointer;
}
.accordion button::-moz-focus-inner {
  	border: 0;
}
.accordion-title {
  	display: block;
  	pointer-events: none;
  	border: transparent 2px solid;
  	border-radius: 5px;
  	padding: 0.25em;
  	outline: none;
}
.faq-active .accordion-trigger span {
	font-weight: 800;
}
.accordion-icon {
  	border-width: 0 2px 2px 0;
  	height: 0.5rem;
  	pointer-events: none;
  	position: absolute;
  	right: 20px;
  	top: 50%;
  	transform: translateY(-60%) rotate(45deg);
  	width: 0.5rem;
}
.accordion-trigger[aria-expanded="true"] .accordion-icon {
  	transform: translateY(-50%) rotate(-135deg);
}
.accordion-panel {
  	margin: 0;
  	height: 0px;
  	overflow: hidden;
}
.accordion-panel.active {
	height: auto;
	-webkit-transition: height .9s;
	-moz-transition: height .9s;
	transition: height .9s;
}
.faq-container {
	margin-bottom: 20px;
}
.faq-active .accordion-trigger {
	border: none !important;
}
.collapsible-body {
	padding: 0px 17px;
	margin-bottom: 20px;
}
.accordion-title {
	float: left;
	max-width: 90%;
}
.faq-container:last-child {
	margin-bottom: 0px;
}
.faqs .collapsible-body ol, .faqs .collapsible-body ul {
	margin: 10px 24px;
}
/* For Edge bug https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/4806035/ */
.accordion-panel[hidden] {
  	display: none;
}
/*PARTICIPANTES*/
.participantes .participantes-container {
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.participantes .img-donante {
	min-height: 100px;
	height: 100%;
	width: 100px;
	padding: 10px;
	background-color: #d8d8d8;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.participantes .img-donante img {
	margin: 0px auto;
	max-height: 100%;
}
.participantes .donacion-info {
	height: 100%;
	width: calc(100% - 100px);
	background-color: #f7f8f9;
	padding: 10px;
}
.participantes .donacion-info label {
	display: block;
	font-weight: 500;
	font-size: 1.125rem;
	line-height: 20px;
	text-transform: capitalize;
}
.participantes .donacion-info small {
	font-size: 0.875rem;
	display: block;
}
.participantes .donacion-info span {
	font-weight: 700;
	font-size: 1.25rem;
	position: relative;
	top: 5px;
	display: block;
}
.participantes .sponsors-container{
	margin-top: 70px;
	-ms-flex-wrap: wrap;
        flex-wrap: wrap;
-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.participantes .sponsors-container .patrocinadores-container {
	margin-left: 0px;
}
.participantes .sponsors-container.no-donantes {
	margin-top: 30px;
}
.participantes .niveles {
	margin-top: 40px;
}
.participantes .niveles a {
	height: 100%;
	width: 100%;
	text-align: center;
}
.participantes .niveles img {
	max-height: 100%;
	margin: 0px auto;
	max-width: 100%;
}
.participantes .nivel-uno {
	height: 30px;
}
.participantes .nivel-dos {
	height: 30px;
}
.participantes .nivel-tres {
	height: 30px;
}
.participantes .sponsors-name {
	padding-left: 0px;
}
@media only screen and (min-width:600px) {
	.participantes .nivel-uno {
		height: 100px;
	}
	.participantes .nivel-dos {
		height: 100px;
	}
	.participantes .nivel-tres {
		height: 100px;
	}
}
/*COMUN*/
.redes-modulos {
	margin: 10px auto 0px auto;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.redes-modulos a {
	margin: 0px 5px !important;
}
.u-block {
	display: block;
}
/*CAROUSEL*/
section.carousel, .carousel .carousel-items, .carousel .carousel-items li, .carousel-inner {
	height: 100%;
	width: 100%;
	position: relative;
	padding: 0px;
	text-align: center;
}
.carousel:not(.carousel-testimonios)::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
	content: "";
	background-color: #000;
	opacity: .1;
	width: 100%;
	height: 100%;
}
.carousel .carousel-items li:not(.li-redes) {
	position: absolute !important;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.carousel .carousel-items li:not(.li-redes).active {
	opacity: 1;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.carousel .carousel-items .carousel-item-testimonios {
	opacity: 0;
	height: 0px;
	overflow: hidden;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.carousel .carousel-items .carousel-item-testimonios.active {
	opacity: 1;
	height: auto;
	-webkit-transition: opacity 0.5s linear;
	-moz-transition: opacity 0.5s linear;
	transition: opacity 0.5s linear;
}
.carousel .controls {
	position: absolute;
	top: 46%;
	width: 100%;
	left: 0;
	right: 0;
	margin: 0px;
	z-index: 2;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.carousel .controls button {
	background-color: transparent;
	border: none;
	height: 35px;
}
.carousel .controls button img {
	opacity: 0.8;
}
.carousel .controls button:focus img, .carousel .controls button:hover img {
	opacity: 1;
}
.carousel .slidenav {
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	position: absolute;
	bottom: -27px;
	z-index: 3;
}
.carousel .indicador {
	opacity: 0.3;
	border: none;
	margin: 0px 2px;
	cursor: pointer;
	height: 3px;
	z-index: 3;
	position: relative;
	padding: 0px 7px;
}
.testimonios .carousel .indicador {
	height: 4px;
	padding: 0px 10px;
	opacity: 0.5;
}
.carousel .indicador.active {
	opacity: 1;
}
.carousel .indicador:focus {
	outline: 1px dotted;
}
.carousel .skip-carrousel {
	min-width: 6.875em;
	font-size: 0.688em;
	transform: scaleX(1.0001);
	padding: 0 15px;
	height: 3em;
	line-height: 3.2em;
	font-weight: 700;
	margin-left: 5px;
	position: absolute;
	z-index: 3;
	border: none;
	pointer-events: all;
	background-color: #FFFFFF;
	text-transform: uppercase;
	top: 20px;
	left: 20px;
	cursor: pointer;
	opacity: 0;
	border-radius: 2px;
}
.carousel .skip-carrousel:active, .carousel .skip-carrousel:focus {
	opacity: 1;
	box-shadow: 0 0 8px 3px rgba(255,255,255,0.8) !important;
	box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16),0 2px 10px 0 rgba(0,0,0,0.12) !important;
}
.red {
	background-color: red;
}
.carousel-testimonios .skip-carrousel {
	top: -25px;
}
@media only screen and (max-width:992px) {
	.carousel-testimonios .carousel-item {
		width: 90%;
		margin: 0px auto;
	}
	.carousel-testimonios .btn-prev {
		margin-left: -20px;
	}
	.carousel-testimonios .btn-next {
		margin-right: -20px;
	}
}
/*MEDIA VIDEO*/
.container-video {
  	position: relative;
  	width: 100%;
  	overflow: hidden;
  	height: 100%;
  	padding-top: 56.25%; /* 16:9 Aspect Ratio */
  	background-size: cover;
  	background-position: center;
  	background-repeat: no-repeat;
}
.media-blog .container-video {
	padding-top: 0;
}
main .container-video::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
	content: "";
	background-color: #000;
	opacity: .2;
	width: 100%;
	height: 100%;
}
.responsive-iframe {
  	position: absolute;
  	top: 0;
  	left: 0;
  	bottom: 0;
  	right: 0;
  	width: 100%;
  	height: 100%;
  	border: none;
}
.play-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	cursor: pointer;
	background-color: transparent;
	border: none;
	z-index: 1;
}
/*VALIGN-WRAPPER*/
.valign-wrapper {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
/*WAVES*/
.waves-effect {
	position: relative;
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
	-webkit-tap-highlight-color: transparent;
	vertical-align: middle;
	z-index: 1;
	-webkit-transition: .3s ease-out;
	transition: .3s ease-out;
}
.waves-effect .waves-ripple {
	position: absolute;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	margin-top: -10px;
	margin-left: -10px;
	opacity: 0;
	background: rgba(0, 0, 0, 0.2);
	-webkit-transition: all 0.7s ease-out;
	transition: all 0.7s ease-out;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	-webkit-transform: scale(0);
          transform: scale(0);
	pointer-events: none;
}

.waves-effect.waves-light .waves-ripple {
	background-color: rgba(255, 255, 255, 0.45);
}
.waves-effect input[type="button"], .waves-effect input[type="reset"], .waves-effect input[type="submit"] {
	border: 0;
	font-style: normal;
	font-size: inherit;
	text-transform: inherit;
	background: none;
}
/*ALIGN*/
.right-align {
	text-align: right;
}
/*CARD*/
.card {
	position: relative;
	margin: .5rem 0 1rem 0;
	-webkit-transition: -webkit-box-shadow .25s;
	transition: -webkit-box-shadow .25s;
	transition: box-shadow .25s;
	transition: box-shadow .25s, -webkit-box-shadow .25s;
	border-radius: 2px;
}
/*ELEMENTOS QUE SE CARGAN AL EJECUTAR OTRA ACCION*/
@media only screen and (max-width:993px) {
	.white .hamburger-inner, .white .hamburger-inner::after, .white .hamburger-inner::before {
 		background-color:#000000;
 	}
 	.open .hamburger-inner, .open .hamburger-inner::after, .open .hamburger-inner::before {
  		background-color:#FFF
 	}
 	.hamburger.open .hamburger-inner::after {
  		transform:translate3d(0,-14px,0) rotate(-90deg)
 	}
 	.hamburger.open .hamburger-inner::before {
  		transform:translate3d(0,-20px,0) rotate(90deg)
 	}
 	.hamburger.open .hamburger-inner {
  		transform:translate3d(0,10px,0) rotate(45deg)
 	}
 	.open .hamburger-inner::before {
  		top:20px
 	}
 	.menu-mobile ul {
		text-align: center;
		padding-left: 0px;
		margin-top: 40px;
	}
	.menu-mobile li {
		margin-bottom: 15px;
	}
	.menu-mobile a {
		color: #FFFFFF;
		text-decoration: none;
	}
}
/*CARGA POSTERIOR - ELEMENTOS COMUNES*/
.body-overflow {
	overflow: hidden;
}
.info-section p {
	margin: 15px 0px 0px 0px;
	float: left;
	width: 100%;
}
.sub-encabezados {
	font-size: 1.375rem;
}
h3 {
	font-size: 1.125rem;
}
.btn-donacion:focus {
	outline: 1px dotted;
}
.img-one {
	width:100%;
	margin-bottom: -6px;
}
.archivos-externos {
	margin-top: 20px;
}
.archivos-externos a {
	margin-right: 20px;
	font-weight: 700;
	margin-bottom: 5px;
	text-align: center;
}
.same-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.same-height .col {
	margin-left: 0px !important;
}
.same-height .repeat-element {
	margin-top: 45px;
}
.same-height.info-donantes .repeat-element {
	margin-top: 30px;
}
.same-height .card {
	margin: 0px !important;
	height: 100%;
}
.ver-mas-button {
	border: none;
	text-decoration: underline;
}
.overflow {
	overflow: hidden;
}
.white {
	background-color: #FFFFFF;
}
section {
	padding: 48px 0;
}
section:not(.carousel-testimonios):nth-child(2n+1) {
	background-color: #f1f4f7;
}
.info-section .encabezados {
	font-size: 1.75rem;
	float: left;
	line-height: 1.95rem;
}
.space-center {
	-webkit-box-pack: center;
    -ms-flex-pack: center;
        justify-content: center;
}
.space-end {
	-webkit-box-pack: end;
	    -ms-flex-pack: end;
	        justify-content: flex-end;
}
.cover {
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.idiomas button {
	border: none;
	background-color: transparent;
	font-weight: 700;
}
header nav .lista-idiomas li {
	clear: both;
	color: rgba(0,0,0,0.87);
	cursor: pointer;
	min-height: 45px;
	line-height: 45px;
	width: 100%;
	text-align: center;
}
@media only screen and (max-width:600px) {
	.same-height .col {
		padding: 0;
	}
}
header nav ul.menu li {
	padding: 0 15px 0 0;
}
header nav.white {
	border-bottom: 1px solid #d7d7d7;
}
header .buttons-desktop {
	display: none;
}
header nav.white .buttons-desktop {
	display: block;
}
header .seleccionar-idioma img {
	margin-left: 7px;
}
header nav.white a {
	color: #000000;
}
header nav .lista-idiomas li:hover {
	background-color: rgba(0,0,0,0.08);
}
header nav .lista-idiomas li a{
	font-size: 1rem;
	font-weight: 700;
}
/*MODAL*/
.modal {
	background-color: #FFFFFF;
	width: 50%;
	height: auto;
	position: relative;
	border-radius: 2px;
	-webkit-box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);
	box-shadow: 0 24px 38px 3px rgba(0,0,0,0.14),0 9px 46px 8px rgba(0,0,0,0.12),0 11px 15px -7px rgba(0,0,0,0.2);
	margin: 0px auto;
}
.modal.modal-fixed-footer {
	height: 80%;
}
.modal .modal-content {
	padding: 50px 25px 40px 25px;
}
.modal.modal-fixed-footer .modal-content {
	overflow-y: scroll;
	height: 90%;
}
.modal.modal-fixed-footer .modal-footer {
	border-top: 1px solid #d7d7d7;
	height: 60px;
	position: absolute;
	bottom: 0;
	width: 100%;
	background-color: #FFFFFF;
}
.modal.modal-fixed-footer .modal-footer button {
	float: right;
	margin-right: 20px;
	margin-top: 8px;
}
.modal.modal-legales a {
	font-weight: 700;
}
.modal.modal-legales a:focus {
	outline: 1px dotted;
}
.modal .encabezado-modal {
	font-size: 1.125rem;
}
.modal .modal-footer {
	text-align: right;
}
.modal .close-button {
	position: absolute;
	right: 15px;
	height: 36px;
	width: 36px;
	padding: 0px;
	border: none;
	background-color: transparent;
	top: 20px;
}
.modal#modal-carrito .close-button {
	right: 15px;
}
.modal .container-video {
	margin-top: 20px;
}
.modal .container-video iframe {
	width: 100%;
}
.modal .close-up {
	position: absolute;
	right: 23px;
	top: 15px;
	padding: 5px;
	line-height: 0;
	border-radius: 100%;
	border: 2px solid #fafafa;
}
.modal table {
	border-collapse: collapse;
}
.modal table tr {
	border-bottom: 1px solid #d7d7d7;
}
.modal thead {
	text-align: left;
}
#modal-cookies-policy td, #modal-cookies-policy th {
	padding: 10px;
}
.modal-legales ol, .modal-legales ul{
	margin: 15px 35px;
	font-weight: 300;
}
.modal-legales ol li, .modal-legales ul li {
	list-style-type: upper-roman;
	font-weight: 300;
	margin-bottom: 10px;
}
#modal-cookies-policy td {
	font-weight: 300;
}
.modal-legales #dialog-title-legal, .modal-legales h2 {
	margin-bottom: 15px;
}
.modal-legales p {
	margin-bottom: 20px;
	font-weight: 300;
}
.contenido-legales {
	margin-top: 20px;
}
.overlay-video .modal .modal-content {
	padding-bottom: 80px;
}
.overlay-video .btn-donacion {
	position: absolute;
	right: 25px;
	bottom: 24px;
}
#modal-pin {
	height: auto;
}
#modal-pin svg {
	margin-right: 7px;
}
#modal-pin .sub-encabezados {
	margin-bottom: 10px;
}
#dialog-title-carrito {
	max-width: 80%;
	display: inline-block;
}
.btn--annadir {
	margin-left: 16px;
}
@media only screen and (max-width:992px) {
	.modal {
		width: 100%;
		min-height: 100%;
	}
	.modal#modal-video {
		height: auto;
	}
	#modal-pin {
		top: 10%;
	}
	#modal-reward.modal .modal-content {
		padding: 50px 10px;
	}
}
@media only screen and (min-width:768px) and (max-width:1400px) {
	.modal {
		width: 90%;
	}
}
@media only screen and (min-width:992px) {
	.modal {
		margin: 5% auto;
	}
	#modal-pin {
		width: 40%;
	}
	#modal-reward {
		margin: 1% auto;
	}
}
@media only screen and (min-width:768px) {
	#modal-carrito {
		width: 500px;
	}
}
@media only screen and (max-width:768px) {
	#modal-carrito {
		width: 100%;
	}
}
#modal-carrito {
	top: 0;
	right: 0;
	position: absolute;
	height: 100%;
	margin: 0;
}
#modal-carrito .modal-content {
	padding: 25px 15px 115px 25px;
	height: 100%;
	position: relative;
}
/*Media Query Classes*/
@media only screen and (max-width: 600px) {
  	.hide-on-small-only, .hide-on-small-and-down {
    	display: none !important;
  	}
}
@media only screen and (max-width: 992px) {
  	.hide-on-med-and-down {
    	display: none !important;
  	}
}
@media only screen and (min-width: 601px) {
  	.hide-on-med-and-up {
    	display: none !important;
  	}
}
@media only screen and (min-width: 993px) {
  	.hide-on-large-only {
    	display: none !important;
  	}
}
@media only screen and (max-width: 600px) {
  	.show-on-small {
    	display: block !important;
  	}
}
.skip-link {
	position: absolute;
	top: -50px;
	z-index: 999;
	background: white;
	display: block;
	width: 100%;
	text-align: center;
	padding: 10px;
	color: #000;
	font-size: 15px;
	font-weight: 500;
}
.skip-link:focus {
	top: 0px;
}
/*P2P*/
#peer-to-peer {
	display: none;
}
.peer .camps-activas {
	margin-bottom: 32px;
}
.peer .card {
	cursor: pointer;
	margin-bottom: 0px;
	margin-top: 15px;
}
.peer .card .card-image {
	height: 230px;
	background-size: cover;
	background-position: center;
	padding: 10px;
	position: relative;
}
.peer .card .card-image::before {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
	content: "";
	background-color: rgba(0, 0, 0, 0.3);
}
.peer .descripcion-widget {
	width: 100%;
	position: absolute;
	bottom: 15px;
	z-index: 3;
	left: 0;
	padding: 0px 10px;
}
.peer .descripcion-widget p {
	line-height: 20px;
}
.peer .user-image {
	position: absolute !important;
	z-index: 3;
	top: 10px !important;
	left: 10px !important;
}
.peer .user-image div {
	border-radius: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	border: 1px solid #FFF;
	width: 45px !important;
	height: 45px !important;
}
.peer .user-image small {
	font-size: 0.8rem;
	margin-left: 10px;
}
.peer .card-action {
	position: relative;
	padding: 15px 0px;
}
.peer .progress{
	margin: 0px;
	width: 100%;
	height: 6px;
	border-radius: 0px;
	background-color: #d8d8d8;
	overflow: hidden;
	margin-bottom: 5px;
}
.peer .progress .determinate {
	height: 100%;
}
.peer small {
	font-size: 0.8rem;
}
/*PAGINATION*/
.pagination {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.pagination button {
	height: 26px;
	padding: 0px;
	background-color: transparent;
	border: none;
	margin-top: 10px;
}
.pagination button.disabled {
	opacity: 0.5;
	cursor: not-allowed;
}
.pagination button.prev-pagination svg{
	-webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
}
.pagination button.next-pagination svg{
	-webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
            transform: rotate(-90deg);
}
.pagination button.next-button-last svg:last-child {
	margin-left: -20px;
}
.pagination button.prev-button-first svg:first-child {
	margin-right: -20px;
}
.pagination .paginas {
	margin: 0px 10px;
}
/*FORMS*/
select {
	background: transparent url(https://stockcrowd.s3.amazonaws.com/descargables/premium/img/down.svg) no-repeat scroll center;
	background-position: 98% 61%;
	-webkit-appearance: none;
	-moz-appearance: none;
	-o-appearance: none;
	appearance: none;
	cursor: pointer;
	text-transform: initial;
}
select option {
	text-transform: initial;
}
select, .input-text {
	width: 100%;
	border: 1px solid #D1D5DB;
	height: 2.7rem;
	border-radius: 2px;
	padding: 0px 5px;
	margin-top: 5px;
}
.img-responsive {
	max-height: 100%;
	max-width: 100%;
}
.input-select {
	margin-bottom: 15px;
}
/*OVERLAY*/
.overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9;
	background: rgba(0,0,0,0.5);
}
.overlay-scale {
	visibility: hidden;
	opacity: 0;
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-webkit-transition: -webkit-transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
	transition: transform 0.2s, opacity 0.2s, visibility 0s 0.2s;
}
.overlay-scale.open {
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
	overflow-y: scroll;
}
.overlay-carrito {
	visibility: hidden;
	opacity: 0;
}
.open.overlay-carrito {
	overflow-y: hidden;
	visibility: visible;
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: -webkit-transform 0.4s, opacity 0.4s;
	transition: transform 0.4s, opacity 0.4s;
}
/*OVERLAY-RECOMPENSA*/
.overlay-recompensa .annadir-productos, .overlay-carrito .annadir-productos {
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 2.75rem;
	height: 2.75rem;
	background-color: #edeef5;
	border-radius: 50%;
	cursor: pointer;
	border: none;
	-webkit-transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
	transition: all 0.2s cubic-bezier(0.28, 0.12, 0.22, 1);
}
.overlay-carrito .annadir-productos {
	width: 1.75rem;
	height: 1.75rem;
}
.overlay-recompensa .annadir-productos:hover svg, .overlay-carrito .annadir-productos:hover svg{
	fill: #FFFFFF;
}
.overlay-recompensa .cantidad-seleccionada, .overlay-carrito .cantidad-seleccionada {
	margin: 0px 15px;
}
.overlay-recompensa .importe-recompensa {
	font-weight: 700;
	font-size: 1.2rem;
}
.overlay-recompensa ul {
	white-space: nowrap;
}
.overlay-recompensa .carousel-miniaturas {
	overflow: hidden;
}
.overlay-recompensa .visor-miniaturas {
	margin-top: 40px;
}
.overlay-recompensa .visor-miniaturas ul li {
	height: 110px;
	display: inline-block;
	position: relative;
	width: calc(100% / 3);
	padding: 0px 2px;
}
.overlay-recompensa .visor-miniaturas ul li div {
	height: 100%;
	width: 100%;
	border: 1px solid #edeef5;
}
.overlay-recompensa .visor-miniaturas ul li button {
	height: 100%;
	width: 100%;
	border-radius: 0px;
	border: none;
	background-color: transparent;
	padding: 0px;
}
.overlay-recompensa .input-select label {
	font-weight: 700;
}
.overlay-recompensa .slider {
	height: 300px;
	width: 100%;
	border: 1px solid #edeef5;
	margin-bottom: 30px;
}
.overlay-recompensa .image-container {
	text-align: center;
}
.overlay-recompensa .image-container img {
	width: 100%;
}
.overlay-recompensa .productos-relacionados button {
	padding: 0px;
	height: 28px;
	border: none;
	margin-right: -10px;
	background-color: transparent;
}
.overlay-recompensa .sin-elementos {
	opacity: 0.5;
	pointer-events: none;
}
.contenido-recompensa {
	margin-top: 20px;
}
.recompensa__btn {
	width: 15px;
}
.recompensa__btn--blanco, .annadir-productos:hover .recompensa__btn--negro {
	display: none;
}
.annadir-productos:hover .recompensa__btn--blanco {
	display: block;
}
legend {
	margin-bottom: 10px;
}
fieldset div {
	margin-bottom: 10px;
}
fieldset label {
	cursor: pointer;
}
.container-compra {
	margin-top: 25px;
	height: calc(100% - 150px);
	overflow: auto;
}
.contenedor-carrito {
	padding: 15px 0px;
	border-bottom: 1px solid #CCC;
}
.contenedor-carrito:last-child {
	border-bottom: none;
}
.contenedor-carrito .eliminar-recompensa {
	border: none;
	border-radius: 100%;
	width: 1.75rem;
	height: 1.75rem;
	padding: 2px;
	background-color: transparent;
}
.miniatura-carrito {
	width: 100%;
	height: 120px;
	background-position: top center;
}
.pagar {
	position: absolute;
	background-color: #FFFFFF;
	width: 100%;
	right: 0;
	bottom: 0;
	z-index: 2;
	border-top: 1px solid #d7d7d7;
	padding: 15px 10px;
	height: auto;
}
.pagar button {
	width: 100%;
}
.detalles-compra {
	margin: 10px 0px;
}
#modal-carrito {
	will-change: transform;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}
.open #modal-carrito {
	transform: translateX(0%);
}
.small-valor-campo{
	display: block;
}
.ir-carrito {
	margin-top: 40px;
}
.ir-carrito button {
	width: 100%;
}
@media only screen and (max-width: 768px) {
	.overlay-recompensa .annadir-productos {
		width: 2rem;
		height: 2rem;
	}
}
.element-invalid{
	border: 2px solid red;
	background: rgba(255, 0, 0, 0.1);
}
.contenedor-errores {
	border-radius: 4px;
	color: #9F1919;
	border: 2px solid #9F1919;
	width: 100%;
	padding: 10px 40px;
	margin-top: 25px;
}
.lista-errores {
	margin-top: 15px;
}
.lista-errores li {
	list-style-type: disc;
}
.contenedor-errores h3:focus {
	text-decoration: underline;
	outline: none;
}
.toast {
	border-radius: 2px;
	top: 35px;
	width: auto;
	margin-top: 10px;
	position: relative;
	max-width: 100%;
	height: auto;
	min-height: 48px;
	background-color: #323232;
	padding: 10px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	cursor: default;
	position: fixed;
	right: 25px;
	z-index: 9;
	opacity: 0;
	transition: all .7s ease;
}
.toast span {
	font-size: 1.1rem;
	font-weight: 300;
	color: #fff;
	line-height: 1.5em;
}
.mostrar-toast {
	opacity: 1;
	transition: all .7s ease;
}
.recompensas-destacadas .recompensa-container{
	margin-top: 10px;
}
/*EMBAJADOR*/
.img-embajador {
	height: 150px;
	position: relative;
}
.img-embajador::before {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	z-index: 1;
	content: "";
	background-position: top center;
	background-color: transparent;
	width: 100%;
	height: 100%;
	opacity: 0;
}
.img-embajador:hover::before, .img-embajador:focus::before {
	opacity: 0.5;
}
.img-embajador svg {
	position: relative;
	z-index: 2;
	opacity: 0;
}
.img-embajador:hover svg, .img-embajador:focus svg {
	opacity: 1;
}
.kit-redes {
	margin: 48px;
}
.videos-embajador .video-container, .videos-embajador .video-container iframe {
	width: 100%;
}
.videos-embajador .compartir-video {
	margin: 10px auto;
}
.kit {
	margin: 24px 0 40px 0;
}
