* {
	font-family: Roboto,sans-serif;
}
/*HEADER*/
header {
	background-color: #FFFFFF;
}
header .logo {
	margin-right: 0;
}
.sjdnav {
	gap: 1rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 10px;
}
.sjdnav__menu {
	gap: 1rem;
}
.sjdnav .color-hover {
	color: #681777;
  	font-weight: 500;
  	font-size: 1.125rem;
  	position: relative;
}
.sjdnav .color-hover::before {
	content: "";
	position: absolute;
	height: 5px;
	width: 100%;
	background-color: #e9322b;
	bottom: -29px;
	opacity: 0
}
.sjdnav .enlace--active::before {
	opacity: 1;
}
.seleccionar-idioma {
	color: #000000;
}
.hamburger-inner, .hamburger-inner::after, .hamburger-inner::before {
	background-color: #000;
}
.white-text .idiomas__path {
	fill: #FFFFFF;
}
@media only screen and (min-width:768px) {
	.sjdnav {
		padding: 10px 40px;
	}
}
/*PRINCIPAL*/
.principal .main-buttons .btn-donacion {
	border: none;
	text-transform: uppercase !important;
  	background-color: rgb(234,98,18) !important;
  	color: #FFF !important;
  	border-radius: 2px;
  	-webkit-box-shadow: 0 2px 5px 0 hsla(0,0%,50.2%,.5) !important;
  	box-shadow: 0 2px 5px 0 hsla(0,0%,50.2%,.5) !important;
  	min-height: 3.375rem;
}
/*CONTENIDO*/
.tab-container {
	text-align: center;
}
.informacion .tab-container button {
	color: #2cba52;
  	border-radius: 2px;
  	box-sizing: border-box;
  	background-color: transparent;
  	margin: 0px 10px 10px 10px;
  	font-size: 12px;
  	font-weight: 500;
  	letter-spacing: .7px;
  	line-height: 16px;
  	height: auto;
  	padding: 10px 15px;
  	background-color: #FFF !important;
  	color: rgb(104, 18, 119) !important;
  	-webkit-box-shadow: 0 2px 5px 0 hsla(0,0%,50.2%,.5) !important;
  	box-shadow: 0 2px 5px 0 hsla(0,0%,50.2%,.5) !important;
}
.informacion .tab-container button.active, .informacion .tab-container button:hover {
	color: #FFF !important;
	background-color: rgb(104, 18, 119) !important;
}
.informacion .tab-container button.active::before {
	display: none;
}
.archivos-externos .btn-donacion, .equipo .card-action .btn-donacion, .destacados .btn-donacion {
	width: auto;
  	padding: 0px 20px;
  	height: 50px !important;
  	line-height: 50px;
  	min-width: 150px;
  	background-color: #FFFFFF !important;
  	color: rgb(234,98,18) !important;
  	-webkit-box-shadow: 0 2px 5px 0 hsla(0,0%,50.2%,.5) !important;
  	box-shadow: 0 2px 5px 0 hsla(0,0%,50.2%,.5) !important;
  	border: none !important;
}
/*FOOTER*/
.sjdfooter__flex {
	gap: 1rem;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  	-ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.sjdfooter__top {
  	padding: 30px 0;
}
.sjdfooter__bottom {	
	background-color: #FFFFFF;
}
.sjdfooter__span {
	color: #FFFFFF;
	font-size: .875rem;
  	font-weight: 300;
 	font-style: normal;
  	font-stretch: normal;
  	line-height: 1.8;
  	letter-spacing: normal;
}
.sjdfooter__svg {
	height: 1.5rem;
}
.sjdfooter__redes {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	gap:1rem; 
}
.powered {
	color: rgba(0,0,0,.8);
	font-size: 16px;
	font-weight: 300;
	letter-spacing: .2px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	gap: 0.5rem;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.enlace-legales {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  	-webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  	gap: 1rem;
  	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
  	-webkit-box-pack: center;
    -ms-flex-pack: center;
   	justify-content: center;
   	margin: 2rem 0;
}
.sjdfooter__legales {
	border: none;
	padding: 0;
	background-color: transparent;
}
.container--flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	min-height: 5.375rem;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 1rem;
	padding: 0.625rem 0;
}
.logo-footer {
	max-height: 3.125rem;
}
.sjdfooter__powered, .enlace-legales {
	width: 100%;
}
@media only screen and (min-width:768px) {
	.sjdfooter__powered, .enlace-legales {
		width: auto;
	}
	.enlace-legales {
		gap: 3rem;
		-webkit-box-orient: inherit;
		-webkit-box-direction: inherit;
	    -ms-flex-direction: inherit;
	    flex-direction: inherit;
	    margin: 0;
	}
}
