@import url("https://fonts.googleapis.com/css2?family=Lato:wght@300;400;700;900&display=swap");

* {
	margin: 0;
	padding: 0;
	font-family: "Raleway", sans-serif;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	font-weight: 400;
	outline: none;
	color: #141d2d;
}



#logo_head{
	width: 240px!important;
}

.img {
	display: block;
	width: 100%;
}

body {
	overflow-x: hidden !important;
}




/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║   Navegação                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝
.nav-item{list-style: none!important;}	
.nav-subitem{list-style: none!important;}	
ul.dropdown-menu {padding-left: 0px!important; }
*/



/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║   USUÁRIO                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝
.navbar-expand-lg .navbar-toggler {display: block !important; }
.collapse:not(.show) {display: none !important; }
.navbar {background: linear-gradient(180deg,rgba(255, 130, 0, 0.85) 0%,rgba(229, 90, 0, 0.89) 100%);position: fixed;z-index: 999;top: 0;left: 0;width: 100%; }
.dropdown-item.disabled, .dropdown-item:disabled {color: #adb5bd!important; pointer-events: none; background-color: transparent; }
.nome {margin-bottom: 0; }
.menu_right {display: flex; }
.logo {max-width: 326px; }
.perfil {display: flex;align-items: center; }
.perfil p, .perfil p span {color: #fff !important;font-weight: 500 !important;margin-right: 5px; }
.avatar {height: 40px;width: 40px; }
.nav_menu li {list-style: none;margin-left: 0; }
.nav_menu {display: flex;padding-left: 20px !important;flex-direction: column;justify-content: space-around;position: absolute;width: 100%;background: linear-gradient(180deg,rgba(255, 130, 0, 0.9) 0%,rgba(229, 90, 0, 100) 100%);left: 0;top: 55px;right: 0;z-index: 10000;height: 0;overflow-y: hidden;transition: height 0.6s; }
.nav_menu.ativo {transition: ease 0.8s;overflow-y: auto;height: 200px; }
.nav_menu a {display: block;padding: 10px;color: #111 !important;text-decoration: none;font-size: 16px !important;transition: filter 0.5s !important;font-weight: 900 !important; }
.nav_menu a:hover {filter: brightness(80%) !important;color: rgba(17, 17, 17, 0.755); }
.active_menu {width: 40px;height: 40px;display: flex;flex-direction: column;align-items: center;justify-content: center;margin-left: 48px;cursor: pointer;background: none;border-radius: 3px;border: 1px solid #fff; }
.active_menu:hover .hamburgger {width: 20px; }
.active_menu:hover .hamburgger::after {width: 20px; }
.active_menu:hover .hamburgger::before {width: 15px; }
.hamburgger {display: block;border-top: 3px solid #fff;width: 30px;transition: ease 0.5s; }
.hamburgger::after, .hamburgger::before {content: "";display: block;width: 30px;height: 2px;background: #fff;margin-top: 5px;transition: ease 0.5s;position: relative; }
.active_menu.ativo .hamburgger {border: none; }
.active_menu.ativo .hamburgger::after {transform: rotate(45deg);top: -7px; }
.active_menu.ativo .hamburgger::before {transform: rotate(-45deg); }
*/


/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║   Banner                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝
*/
.banner {
	height: 400px;
	background: url(./../../../imagens/_00_layout/banner_home.webp?2) no-repeat;
	background-size: cover!important;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	    margin-top: -20px;
}


.banner_painel {
	height: 350px;
	background: url(./../../../imagens/_00_layout/painel/banner_painel.png?3) no-repeat;
	background-size: cover;
	background-position: center center;
	display: flex;
	align-items: center;
	justify-content: center;
	    margin-top: -20px;
}

.banner.eixos {
	display: flex;
	flex-direction: column;
	position: relative;
	background-size: cover!important;
}



.banner.aprendizagem {
	background: url(./../../../imagens/_00_layout/banner-apren.jpg) no-repeat;
	background-size: cover;
}
.banner.eixos .impacta {
	width: 100%;
	position: absolute;
}
.banner.eixos .busca {
	position: absolute;
	bottom: -60px;
}
.banner.eixos .busca #buscar {
	background: #eacf9fc0;
	color: #141d2d;
	border: none;
}
.banner.voluntario .busca #buscar {
	background: #fff;
}
.banner.eixos .busca #buscar::placeholder {
	color: #5b6b76;
	font-weight: 700;
	font-size: 20px;
}





.banner.voluntario .impacta {
	flex-direction: column;
}
.banner.voluntario {
	background: url(./../../../imagens/_00_layout/banner-voluntario.jpg) no-repeat;
	background-size: cover;
}
.voluntario .tema {
	font-size: 30px;
	line-height: 35px;
}
.voluntario h1 {
	font-size: 50px;
	color: #ff8200;
	font-weight: 900;
}
.aprendizagem .impacta h1 {
	font-size: 46px;
	text-transform: uppercase;
	font-weight: 900;
	text-align: center;
}
.aprendizagem .impacta h1 strong {
	color: #e15500;
	text-align: center;
}
.impacta {
	height: 216px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #181e29b8;
	flex: 1;
	animation: animar 0.7s forwards;
}
@keyframes animar {
	from {
		opacity: 0;
		transform: translate3d(0, -60px, 0);
	}
	to {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}
.impacta img {
	max-width: 540px;
}
/* temas */
.itens {
	padding: 20px 15px !important;
	background: rgba(255, 255, 255, 0.72);
	margin-top: -22px !important;
	border-radius: 5px;
	box-shadow: #181e2962 2px 2px 2px, #181e2962 -2px -2px 6px;
}
.temas {
	margin-top: 30px;
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-gap: 25px;
}
.temas a {
	text-decoration: none;
	position: relative;
	height: 215px;
	display: flex;
	align-items: flex-end;
	overflow: hidden;
	justify-content: center;
	text-align: center;
	padding: 0 26px;
	transition: all 0.6s !important;
}
.temas a img {
	position: absolute;
	object-fit: cover;
	height: 100%;
	z-index: 1;
	filter: brightness(70%);
	transition: all 0.8s;
}
.temas a::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #e35b009a;
	position: absolute;
	top: 0;
	opacity: 0.7;
	left: 0;
	transition: all 0.8s;

	z-index: 2;
}
.temas a h3 {
	color: #fff !important;
	margin-bottom: 16px !important;
	position: relative;
	z-index: 3;
	line-height: 30px;
	font-weight: 600;
	transition: all 0.8s !important;
}
.temas a:hover h3 {
	align-self: center !important;
	transition: all 0.8s;
}
.temas a:hover img {
	transform: scale(1.1);
	filter: blur(2px);
}

/* carousel */

.splide__arrow--prev {
	left: -60px;
}
.splide__arrow--next {
	right: -60px;
}
.carousel {
	padding: 0 60px;
	margin-bottom: 55px;
}
.splide__arrow {
	border: #ffe5c9 1px solid;
	height: 100%;
	background: #fff;
	width: 43px;
	border-radius: 5px;
}
.splide__arrow svg {
	width: 25px;
	fill: #ffe5c9;
	height: 35px;
}
.splide__pagination {
	display: none;
}
.splide__slide > {
	position: relative;
}
.tempo {
	width: 90px;
	height: 28px;
	background: #e4661a;
	font-weight: 600;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 12px;
	position: absolute;
	left: 12px;
	top: 0;
}
.infos_carou {
	position: absolute;
	background: #fff;
	z-index: 100;
	width: 100%;
}
.infos_carou p {
	color: #d16b00;
	line-height: 20px;
		font-weight: 500;
		font-size: 16px;
		padding: 6px 0;
		margin-bottom: 0px!important;
}
.splide__slide {
	background-size: contain !important;
	background-position: top center !important;
}
.play_carou {
	color: #71878e;
	font-size: 12px;
	display: flex;
	margin-top: 2px;
	align-items: center;
	background: none;
	cursor: pointer;
	border: none;
	transition: transform 0.5s;
}
.play_carou:hover {
	transform: scale(1.1);
}
.play_carou img {
	margin-right: 10px;
}

/* buscar */
.busca {
	padding: 40px 0;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 26px;
}
.busca .selecionar {
	position: relative;
}
.busca .selecionar::before,
.busca .selecionar::after {
	content: url(./../../../imagens/_00_layout/list.svg);
	width: 20px;
	height: 20px;
	left: 20px;
	top: 50%;
	display: inline-block;
	transform: translateY(-50%);
	position: absolute;
}



.busca .selecionar::after {
	content: url(./../../../imagens/_00_layout/arrow.svg);
	right: 30px !important;
	left: initial;
}
.busca select option {
	color: #e35800;
	font-size: 14px;
	line-height: 21px;
	font-weight: 500;
}
.busca select {
	padding-left: 60px !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.busca select,
.buscar > input {
	padding: 8px 20px;
	border: none;
	font-size: 16px;
	color: #fff;
	font-weight: 600;
	height: 44px;
	width: 100%;
	border-radius: 22px;
	background: linear-gradient(180deg, #f88716 9.09%, #e35800 100%);
}
.buscar > input {
	background: none;
	border: 2px solid #ffc07f;
	border-radius: 22px 0 0 22px;
	border-right: none;
	color: #e35800;
	transition: all 0.5s;
}
.aprendizagem .busca input {
	background: rgba(255, 255, 255, 0.761) !important;
}
.aprendizagem_trilhas {
	padding-bottom: 100px;
}
.buscar > input:focus {
	border-color: #ff8300;
}
.buscar > input::placeholder {
	color: #e5e5e5;
}
.buscar {
	width: 100%;
	display: flex;
	flex: 1;
}
.lupa {
	border-radius: 0 22px 22px 0;
	background: linear-gradient(180deg, #f88716 9.09%, #e35800 100%);
	border: none;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background 0.6s;
}
.lupa:hover,
.btn_participar:hover {
	background: linear-gradient(180deg, #bd650e 9.09%, #d5651f 100%);
}
.busca .lupa {
	width: 146px;
}
.lupa span {
	font-size: 16px;
	font-weight: 600;
	margin-left: 10px;
}
.tempo {
	display: flex;
	align-items: center;
}
.tempo svg {
	margin-right: 5px;
}
/* trilhas */
.itens_trilhas {
	margin-top: 56px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-column-gap: 27px;
	grid-row-gap: 48px;
}
.recursos_trilhas,
.recursos_novidades {
	margin-top: 80px;
}

.voluntario_novidades {
	padding-bottom: 100px;
}
.recursos_trilhas_item {
	margin-top: 28px;
}
.item_trilha {
	height: 190px;
	position: relative;
}
.item_trilha > img {
	height: 100%;
	position: absolute;
	object-fit: cover;
	top: 0;
	left: 0;
	z-index: -1;
}
.infos {
	max-width: 50%;
	background: #2a333dd0;
	height: 100%;
	display: flex;
	flex-direction: column;
	padding: 10px 6px 4px 6px;
	position: relative;
	transition: max-width 0.7s;
}
.infos:hover {
	/*max-width: 100%;*/
}
.infos:hover .seguir {
	right: 50%;
}
.infos h3 {
	font-size: 18px !important;
	margin-bottom: 28px !important;
	line-height: 22px;
	color: #fff !important;
}
.infos ul {
	padding: 0 !important;
}
.infos ul li {
	display: flex;
	align-items: center;
	font-size: 12px !important;
	font-weight: 500 !important;
	line-height: 21px !important;
	color: #fff !important;
}
.seguir {
	position: absolute !important;
	bottom: 4px !important;
	right: 6px !important;
	width: 70px !important;
	height: 24px !important;
	border: 1px solid #ff8200 !important;
	display: flex !important;
	align-items: center !important;
	justify-content: center !important;
	font-weight: bold !important;
	color: #ff8200 !important;
	font-size: 12px !important;
}
.seguir::before {
	/*content: url(./../../../imagens/_00_layout/coracao.svg);*/
	margin-right: 3px;
	margin-top: 5px;
}
.aprofundar {
	background: linear-gradient(180deg, #70868d 0%, #5d6d78 100%);
	height: 25px;
	font-size: 12px;
	display: flex;
	align-items: center;
	position: absolute;
	border: none;
	right: 0;
	top: 0;
}
.aprofundar img {
	margin-right: 3px;
	font-weight: 600;
	font-family: "Lato", sans-serif;
}

/* encontros  */
.emcontros * {
	color: #fff !important;
}
.emcontros {
	margin: 90px 0;
	background: linear-gradient(269.71deg, #e15500 0.22%, #ff8200 99.02%);
}
.emcontros .container {
	padding: 20px 0 50px 0;
}
.emcontros h2 {
	color: #ffdd00 !important;
}
.emcontros h2 strong {
	color: #fff;
}
.item_incontro {
	display: grid;
	grid-template-columns: 320px 1fr;
	grid-column-gap: 80px;
	height: 180px;
	overflow: hidden;
	margin-top: 32px;
}
.item_incontro:first-child {
	margin-bottom: 40px;
}
.item_incontro > div {
	display: grid;
	grid-template-columns: 100px 1fr;
	grid-gap: 20px;
}
.item_incontro > div h4 {
	color: #fff;
	margin-bottom: 20px;
	text-align: right;
}
.item_incontro > div .local {
	font-size: 14px;
	font-weight: 500;
	display: block;
	margin-bottom: 20px;
	text-align: right;
}
.saber_mais {
	width: 100%;
	font-size: 10px;
	font-weight: bold;
	background: none;
	border: #fff 1px solid;
	padding: 6px 13px;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 30px;
	cursor: pointer;
	transition: all 0.7s;
}
.saber_mais::before {
	content: url(./../../../imagens/_00_layout/estrela.svg);
	width: 8px;
	height: 8px;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 8px;
}
.item_incontro > div p {
	font-size: 30px;
	line-height: 40px;
}

/* novidades */
.item_novidades {
	position: relative;
	margin-top: 56px;
}
.item_novidades h3 {
	color: #d16b00;
	margin-bottom: 23px;
	font-weight: bold;
}
.voluntario_novidades .col .splide__slide > img {
	display: block;
	max-width: 100%;
	height: 230px;
	object-fit: cover;
}
/* footer */
footer {
	background: #141d2d;
	padding: 18px 0 86px 0;
	position: relative;
	bottom: 0px;
	width: 100%;
	    margin-top: 50px!important;
}

footer h2 {
	color: #fff !important;
	margin-bottom: 32px;
}
.comunidade {
	display: grid;
	grid-template-columns: 1fr 233px;
	grid-gap: 25px;
	align-items: center;
}
.fotos_comunidade img {
	width: 51px;
	height: 60px;
	display: block;
	object-fit: cover;
}
.fotos_comunidade {
	display: flex;
	justify-content: space-between;
}
.btn_participar {
	height: 28px;
	font-weight: 600;
	border-radius: 5px;
	cursor: pointer;
	transition: background 0.6s;
	border: none;
	background: linear-gradient(180deg, #f88716 9.09%, #e35800 100%);
}



/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║   USUÁRIO                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝*/

@media (max-width: 1140px) {
	.container {
		width: 90%;
	}
	.itens_trilhas {
		grid-template-columns: repeat(2, 1fr) !important;
	}
}


/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║   USUÁRIO                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝*/

@media (max-width: 900px) {
	.temas {
		grid-template-columns: 1fr 1fr !important;
		display: grid !important;
	}
	.fotos_comunidade {
		flex-wrap: wrap !important;
	}
	.busca {
		padding: 45px 0 !important;
		grid-template-columns: 1fr !important;
	}
	.item_incontro {
		grid-template-columns: 1fr !important;
		height: auto !important;
		place-items: center;
	}
	.item_incontro img {
		margin-bottom: 14px;
	}
	.item_incontro > div,
	.itens_trilhas,
	.comunidade {
		grid-template-columns: 1fr !important ;
	}
	.item_incontro > div h3,
	.item_incontro > div .local {
		text-align: left !important;
		margin-bottom: 10px !important;
	}
	.impacta img {
		max-width: 100% !important;
	}
	.item_trilha {
		height: 290px !important;
	}
	.infos {
		padding: 15px !important;
	}
	.seguir {
		bottom: 15px !important;
		right: 15px !important;
	}
	.perfil {
		display: none !important;
	}
	.item_novidades .row {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-gap: 20px;
		place-items: center;
	}
	.voluntario_novidades .infos_carou p {
		padding: 0;
	}
}


/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║   USUÁRIO                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝*/

@media (max-width: 550px) {
	h2 {
		font-size: 24px !important;
		line-height: 30px;
	}
	.logo {
		width: 200px;
	}
	.active_menu {
		margin-left: 20px;
	}
	.btn_participar {
		width: 100%;
	}

	.temas,
	.itens_trilhas {
		grid-template-columns: 1fr !important;
		grid-row-gap: 24px !important;
	}
	.itens_trilhas,
	.item_novidades,
	.emcontros,
	.emcontros {
		margin-top: 30px !important;
	}
	.emcontros {
		margin-bottom: 30px !important;
	}
	.item_incontro > div p,
	.item_novidades h3 {
		font-size: 18px !important;
	}
	footer {
		padding-bottom: 30px !important;
	}
	.lupa span {
		font-size: 14px !important;
	}
	.busca .lupa img {
		width: 15px;
	}
	.item_novidades .row {
		grid-template-columns: repeat(1, 1fr);
	}
	.banner.recusos .busca {
		position: absolute;
		bottom: 0;
		left: 50%;
		transform: translateX(-50%);
	}
	.impacta {
		height: auto;
		padding: 10px;
	}
	.busca .selecionar::after {
		display: none;
	}
	.busca select,
	.buscar > input {
		font-size: 14px;
	}
	#buscar::placeholder {
		font-size: 14px !important;
	}
	.aprofundar {
		position: static;
		margin-bottom: 10px;
	}
	.aprendizagem .impacta h1 {
		font-size: 24px !important;
		line-height: 30px !important;
	}
	img{max-width: 100%!important;}
}



/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║   USUÁRIO                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝*/

@media all and (min-width: 992px) {
	.impacta img {
		width: 540px!important;
	}	
}


















/* página de exemplo */
.exp_i {
	color: #71878e !important;
}
.exp_img {
	height: 700px !important;
	width: 100%;
	object-fit: cover;
}
.exo_span {
	color: #71878e;
	display: flex;
	align-items: center;
	gap: 10px;
}






/*


*/



.semsumblinado {
		text-decoration: none!important;
}


.thumb_galeria {
		width: 235px!important;
		height: 130px!important;
		background-size: cover;
		background-repeat: no-repeat;
}

	
.thumb_galeria_ebook {
	-webkit-box-shadow: 4px 3px 0px 1px rgba(0,0,0,0.18); 
	box-shadow: 4px 3px 0px 1px rgba(0,0,0,0.18);   

	max-height: 130px;
	margin-bottom: 5px;
}



.tipo_conteudo_7076:before {
	content: url(./../../../imagens/_00_layout/play.svg);
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.tipo_conteudo_7074:before {
	content: url(./../../../imagens/_00_layout/play.svg);
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.tipo_conteudo_7075:before {
	content: url(./../../../imagens/_00_layout/ebook.svg);
	width: 14px;
	height: 14px;
	margin-right: 10px;
}
.tipo_conteudo_7073:before {
	content: url(./../../../imagens/_00_layout/Vector.svg);
	width: 14px;
	height: 14px;
	margin-right: 10px;
}











.galeria_geral_item {
    height: 290px;
}


.galeria_geral_thumb {
    width: 100%!important;
    height: 130px!important;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
        margin-bottom: 10px;
}


.galeria_geral_infos {
    font-size: 13pt;
}





h1.titulo_pagina		{color:#FF8200; font-size:64px;text-align: center;line-height: 1;}
h1.titulo_pagina>small	{color:#FFFFFF; font-size:32px;text-align: center;line-height: 1;}



.play_carou i {
    margin-right: 10px;
}




.form_error {
    font-size: 11px;
    color: #f44336;
}




ul#topo_menu>li{
	list-style: none!important;
}


#topo_ico_user {
    border-radius: 100px;
    background-color: #141d2d;
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 4px 0px 1px 0px;
    float: left;
}


#topo_input_busca {
    opacity: 0.5;
}

.topo_menu_item {
    font-size: 16px!important;
    font-family: "Lato", sans-serif !important;
    margin-left: 10px;
    border-left: 1px solid #0000000f;
}

.topo_menu_subitem {
    list-style: none!important;
}
.topo_menu_submenu {
   padding: 5px!important;
}



.splide__list {
    height: 280px!important;
}

.icone_box_cadeado_fechado, .icone_box_cadeado_aberto {
    position: absolute;
    top: 10px;
    left: 10px;
    padding: 3px;
    font-size: 8pt!important;
    border-radius: 25px;
    width: 25px;
    height: 25px;
    text-align: center;
    border:1px solid #141d2d;
}

.icone_box_cadeado_fechado {
    background: #d0046b;
}

.icone_box_cadeado_aberto {
    background: #ff8200;
}




.comenta_linha {
    font-size: 14px;
    color: #d16b00;
   	margin: 7px 0px 7px 0px!important;

}




.ico_rodape>i {
    font-size: 40px!important;
    color: #a6b2b5!important;
    text-align: center!important;
    padding-top: 30px;
}







/*
╔══════════════════════════════════════════════════════════════════════════════════════════════════╗
║      AJUSTES NO BOOTSTRAP                                     
╚══════════════════════════════════════════════════════════════════════════════════════════════════╝
*/

td {
    font-weight: 400!important;
}

li.breadcrumb-item {
    list-style: none!important;
}

.toast-container{
    z-index: 1000;
}

      
::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #d0dadd!important;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #d0dadd!important;
   opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #d0dadd!important;
   opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #d0dadd!important;
}
::-ms-input-placeholder { /* Microsoft Edge */
   color:    #d0dadd!important;
}

::placeholder { /* Most modern browsers support this now. */
   color:    #d0dadd!important;
}



#buscar::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:    #e15500!important;
}
#buscar:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #e15500!important;
   opacity:  1;
}
#buscar::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #e15500!important;
   opacity:  1;
}
#buscar:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color:    #e15500!important;
}
#buscar::-ms-input-placeholder { /* Microsoft Edge */
   color:    #e15500!important;
}

#buscar::placeholder { /* Most modern browsers support this now. */
   color:    #e15500!important;
}



.alerta-over_img {

    background-color: #d0046bc4;
    
    text-align: center;
    font-size: 22pt;
    color: #FFFFFF;
    font-weight: 700;
    margin-bottom: 180px;
}


.breadcrumb-item.active {
    color: #a6b2b6!important;
}



li.page-item{list-style: none!important;}




.maratona_titulo_lent {
    background-color: #e25500de;
    TEXT-ALIGN: CENTER;
    font-size: 60pt !important;
    position: absolute;
        top: 400px;
    width: 100%;
    height: 100px !important;
}

.maratona_titulo_lent>h3 {
	color:#141d2d;
	font-weight: 700;
    font-size: 33pt !important;
    line-height: 1.2 !important;
    padding: 20px 0px;
}