/*
	Theme Name: Mimus - Múltiplas Infâncias Múltiplos Saberes
	Theme URI: https://mimus.usinadaimaginacao.org/
	Description: Tema para atender especificações da plataforma MIMUS
	Author: Usina da Imaginação
	Author URI: https://usinadaimaginacao.org/
	Version: 1.0.0
	Template: hello-elementor
	Text Domain: hello-elementor-child
*/


/* GENERAL */


/* HEADER */

#header-main .e-con-inner {
	border-bottom: 1px solid;
}

#header-main .elementor-nav-menu li.current-menu-item a, #header-main .elementor-nav-menu li a:hover {
  font-weight: 900;
}

.search-form-container-header {
	position: relative;
	display: inline-block;
}

.search-form-container-header .search-form-header {
	display: none;
	position: absolute;
	top: 45px;
	left: -185px;
	padding: 0px;
	background: transparent;
	border: none;
	z-index: 999;
	width: 250px;
}

.search-form-container-header .search-form-header form {
	display: grid;
	grid-template-columns: 3fr 1fr;
}

.search-form-container-header .search-form-header form input[type="search"] {
	height: 36px;
	border-radius: 0px;
	background: transparent;
	font-size: 14px;
    padding: 5px;
    background: #FFFAD2;
}

.search-form-container-header .search-form-header form input[type="submit"] {
	background: url(/wp-content/uploads/2023/07/btn-background.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: 95%;
	border: none;
	color: #FFF;
	font-size: 14px;
	padding: 0px;
	position: absolute;
	right: 5px;
	margin-top: -5px;
	height: 45px;
	width: 90px;
}

.search-form-container-header > .search-icon {
	cursor: pointer;
}

.search-form-container-header > .search-icon img {
	max-width: 25px !important;
	margin-top: 8px;
}

/* BUTTONS */

.btn-custom .elementor-button {
	background: url(/wp-content/uploads/2023/07/btn-2-background.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-color: transparent !important;
}

/* PAGE */

.arrows-page {
    position: absolute;
    width: 50px;
    top: 15px;
    right: 0px;
}

.breadcrumb-page {
    position: absolute;
    width: fit-content;
    display: flex;
    grid-gap: 10px;
    font-size: 16px;
    font-family: 'Din Pro Medium';
    justify-content: center;
    align-items: center;
    transform: rotate(270deg);
    top: 125px;
    left: -50px;
}

.breadcrumb-page > img {
    height: 17px !important;
    transform: rotate(90deg);
}

.blog .breadcrumb-page {
	left: -30px;
}

/* SOBRE */

/* carrousel */

#carrousel-sobre .swiper .elementor-swiper-button-prev {
    left: -40px;
    font-size: 32px;
}

#carrousel-sobre .swiper .elementor-swiper-button-next {
    right: -40px;
    font-size: 32px;
}

/* EVENTOS */

div#eventos-lista:after {
    content: "";
    height: 100%;
    width: 2px;
    position: absolute;
    display: block;
    background: #414529;
    left: 50%;
    top: 30px;
}

/* imagens - folhas */

#img-evento-01 {
    position: absolute;
    width: 320px;
    left: -250px;
    margin-top: 55%;
}

#img-evento-02 {
    position: absolute;
    width: 320px;
    right: -230px;
    margin-top: 85%;
}

#img-evento-03 {
    position: absolute;
    width: 320px;
    left: -220px;
    margin-top: 135%;
}

/* POST */

#img-post-01 {
    width: 350px;
    position: absolute;
    right: -200px;
    top: 50px;
}

/* ÍNICIO */

.posts_destaque_section {
    display: flex;
    grid-template-columns: 1fr 1fr;
    grid-gap: 30px;
}

.posts_destaque_section .posts_info_home {
	width: 50%;
}

.posts_destaque_section p, .posts_info_vozes p {
    font-size: 14px;
    line-height: 1.2;
}

.posts_destaque_section .posts_info_home img {
	height: 280px !important;
	object-fit: cover;
}

.posts_destaque_section h3 a, .posts_info_vozes h3 a {
	font-family: "Din Pro Bold", sans-serif;
    font-weight: 500;
    font-size: 22px !important;
    margin-bottom: 10px;
    color: #414529;
}

/* .posts_side_list a, .posts_vozes_section a {
    font-family: 'Din Pro Bold';
    font-size: 22px !important;
    line-height: 1.2;
    color: #414529;
    margin-bottom: 10px;
    display: inline-block;
	margin-top: 20px;
} */

.posts_vozes_section .autor_post {
	color: #414529;
}

.post_tags span {
    display: inline-block;
    padding-right: 5px;
}

.post_tags span a {
    font-size: 16px !important;
    font-family: 'Din Pro Regular';
    color: #307A4E;
}

#home_destaque_blog {
    background: url(/wp-content/uploads/2023/07/folhas_destaque_blog.svg);
    background-repeat: no-repeat;
    background-position: 105% -20px;
    background-size: 180px;
    padding-top: 50px;
    margin-top: -100px;
}

/* CATEGORIAS BUSCAR */

.search-form-container-categorias {
    display: flex;
    flex-direction: row;
    grid-gap: 20px;
    align-items: center;
    justify-content: flex-end;
}

.search-form-container-categorias form label {
    width: 350px;
    background: url(/wp-content/uploads/2023/07/busca_fundo.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.search-form-container-categorias form label input[type="search"] {
    background-color: transparent;
    border: none;
}

.search-form-container-categorias .search-submit {
    background: url(/wp-content/uploads/2023/07/btn-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 95%;
    border: none;
    color: #FFF;
    font-size: 14px;
    padding: 0px;
    margin-left: -15px;
    height: 45px;
    width: 95px;
}

.search-form-container-categorias .search-icon {
    width: 28px;
    margin-top: 10px;
    display: block;
}

/* POSTS CRIANÇAS HOME */

#section-posts-criancas {
    background: url(/wp-content/uploads/2023/07/folhas_criancas.svg);
    background-repeat: no-repeat;
    background-size: 300px;
    background-position: 110% 0px;
}

.post-slide-item-criancas {
    display: flex;
    grid-gap: 30px;
}

.post-slide-item-criancas .img-slide-item img {
    height: 450px !important;
    width: 100%;
    object-fit: cover;
	margin-bottom: 80px;
}

.img-slide-item {
    width: 70%;
}

.text-slide-item {
    width: 30%;
}

.posts-criancas-next.swiper-button-next {
	background: url(/wp-content/uploads/2023/07/next-slider.svg);
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: contain;
    position: relative;
    display: block;
    margin: auto;
    margin-left: 65%;
    top: -120px;
}

.posts-criancas-prev.swiper-button-prev {
	background: url(/wp-content/uploads/2023/07/prev-slider.svg);
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: contain;
    position: relative;
    display: block;
    margin: auto;
    margin-left: 0%;
    top: -60px;
}

.posts-criancas-prev:after, .posts-criancas-next:after {
	content: "" !important;
}

/* .post-slide-item-criancas .img-slide-item a {
    display: block;
    margin: auto;
    width: 115px;
    text-align: center;
    font-family: "Din Pro Bold", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #FFFAD2;
    color: #FFFAD2;
    background: url(/wp-content/uploads/2023/07/btn-2-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    padding: 8px 20px;
    margin-top: 20px;
} */

h2.section_title_criancas {
    font-family: "Bison", Sans-serif;
    font-weight: 500;
    letter-spacing: 0px;
    padding: 0px 0px 6px 5px;
    border-style: solid;
    border-width: 0px 0px 1px 0px;
    width: 70%;
	margin-bottom: 30px;
}

.text-slide-item{
    padding-top: 20px;
}

.post-slide-item-criancas .text-slide-item h4 a {
    font-family: 'Din Pro Bold';
    font-size: 26px !important;
    line-height: 1.2;
    color: #414529;
    margin-bottom: 10px;
    display: inline-block;
    margin-top: 20px;
}

.link_categoria_criancas { 
	display: block;
    margin-left: 30%;
    width: 115px;
    text-align: center;
    font-family: "Din Pro Bold", Sans-serif;
    font-size: 18px;
    font-weight: 600;
    fill: #FFFAD2;
    color: #FFFAD2;
    background: url(/wp-content/uploads/2023/07/btn-2-background.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: transparent !important;
    padding: 8px 20px;
	margin-top: -110px;
	z-index: 999;
	position: absolute;
}

.link_categoria_criancas:hover {
	color: #FFFAD2;
}

/* SLIDER VIDEOS */

#home_player_video {
    background: url(/wp-content/uploads/2023/07/folhas_player_video.svg);
    background-repeat: no-repeat;
    background-position: -100px 580px;
    padding-bottom: 60px;
    background-size: 250px;
}

.post-slide-item-videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-posts-videos {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
}

.grid-posts-videos img {
	cursor: pointer;
	height: 280px !important;
    object-fit: cover;
}

.grid-posts-videos img:hover {
    filter: opacity(0.6);
}

.video-player {
	visibility: hidden;
	height: 0px;
}

.video-player > iframe {
    top: 0;
    width: 1000px;
    height: 100%;
    left: 0px;
    position: absolute;
}

.video-player.mostrar-video {
	height: 550px;
    visibility: inherit;
    display: block !important;
}

.video-player.mostrar-video iframe {
    width: 70%;
    height: 550px;
    text-align: left;
    margin-left: 0px;
    left: 0px;
    background: #414529;
}

.info-video-player {
    position: absolute;
	overflow: auto;
    width: 30%;
    top: 0px;
    z-index: 9;
    right: 0px;
    height: 550px;
    background: #414529;
    padding: 30px;
    color: #FFFAD2;
    font-size: 18px;
}

.info-video-player::-webkit-scrollbar {
  width: 8px;
}

.info-video-player::-webkit-scrollbar-thumb {
  background-color: #F39600; 
}

.info-video-player::-webkit-scrollbar-thumb:hover {
  background-color: #F39600; 
}

.info-video-player::-webkit-scrollbar-thumb:active {
  background-color: #F39600; 
}

.info-video-player h3 {
    font-size: 32px !important;
    color: #F39600;
    font-family: 'DIN PRO BOLD' !important;
}

#closeVideo {
    position: absolute;
    font-weight: bold;
    font-size: 30px;
    font-family: 'Din Pro Regular';
    right: 20px;
    top: 20px;
	cursor: pointer;
}

.posts-videos-prev.swiper-button-prev {
    background: url(/wp-content/uploads/2023/07/prev-slider.svg);
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: contain;
	position: relative;
    display: block;
    margin: auto;
    margin-left: calc(40% + 40px);
    top: 50px;
}

.posts-videos-next.swiper-button-next {
    background: url(/wp-content/uploads/2023/07/next-slider.svg);
    height: 60px;
    width: 60px;
    background-position: center;
    background-size: contain;
	position: relative;
	display: block;
    margin: auto;
    margin-right: 40%;
    top: -9px;
}

.image_player_video {
    width: 40px;
    position: absolute;
    left: 50%;
    margin-top: 0px;
}

.posts-videos-prev:after, .posts-videos-next:after {
    content: "" !important;
}

.info-video-player-single .post_tags {
	padding-top: 30px;
}

.info-video-player-single .post_tags span a {
    color: #307A4E;
}

/* ARCHIVE */

.container_video_archive {
    display: grid;
    grid-template-columns: 2fr 1fr;
    grid-gap: 30px;
    padding-bottom: 40px;
    border-bottom: 1px solid;
    margin-bottom: 40px;
}

.info_archive h3 a {
    font-family: "Din Pro Bold", sans-serif;
    font-weight: 500;
    font-size: 26px !important;
    margin-bottom: 10px;
    color: #414529;
}

.post_archive_template img {
    height: 400px !important;
    object-fit: cover;
}

.video_archive a:before, .img_post_video a:before, .img-slide-item a:before {
    content: "";
    display: block;
    position: relative;
    height: 30px;
    width: 30px;
    background: url(/wp-content/uploads/2023/08/icon_play.svg);
    margin-top: 20px;
    margin-left: 10px;
    background-size: contain;
}

.img-slide-item a:before {
	position: absolute;
}

.img_post_video a:hover img {
    opacity: 0.5;
}

.video_archive a img, .img_post_video a img {
    margin-top: -40px;
}

/* AUTOR POST */

.autor_post_container {
    display: flex;
    grid-gap: 30px;
}

.img_autor_post img {
    max-width: 160px !important;
}

.info_autor_post {
    max-width: 70%;
    font-family: "Din Pro Regular", Sans-serif;
    font-size: 20px;
    font-weight: 400;
}

.social_autor_post {
	padding-top: 20px;
}

.social_autor_post a {
    background-color: #23301C;
    padding: 7px 8px;
    color: #FFFAD2;
    margin-right: 5px;
    font-size: 18px;
}

/* FOOTER */

.home .elementor-location-footer {
    background: url(/wp-content/uploads/2023/07/forma-footer-home.svg);
    background-repeat: no-repeat;
    background-size: 500px;
    background-position: -200px 60px;
}

/* RESPONSIVE */

@media (max-width: 600px) {
	
	/* HOME */
	
	#posts-home {
		height: auto;
		overflow-x: scroll;
		overflow-y: hidden;
	}

	.posts_destaque_section {
		grid-gap: 30px;
		display: grid;
		column-gap: 30px;
		grid-template-columns: repeat(2, 100%);
		justify-content: flex-start;
		align-items: baseline;
		margin-top: 10px;
		overflow-x: auto;
	}

	.posts_destaque_section .posts_info_home {
		width: 100%;
	}
	
	#home_player_video {
		padding-top: 0px;
		margin-top: -2px;
	}

	.grid-posts-videos {
		display: grid;
		grid-template-columns: repeat(6,100%);
		overflow-x: scroll;
		margin-top: 30px;
	}

	.grid-posts-videos img {
		height: 220px !important;
		width: 100%;
	}
	
	#home_player_video {
		background-size: 0px;
		padding-top: 0px;
		margin-top: -2px;
	}

	.video-player.mostrar-video iframe {
		width: 100%;
		height: auto;
		text-align: left;
		margin-left: 0px;
		left: 0px;
		background: #414529;
		position: relative;
		height: 300px;
	}

	.info-video-player {
		position: inherit;
		overflow: auto;
		width: 100%;
		margin-top: -30px;
		z-index: 9;
		height: 300px;
		background: #414529;
		padding: 30px;
		color: #FFFAD2;
		font-size: 18px;
	}
	
	.posts-videos-next.swiper-button-next, .image_player_video, .posts-videos-prev.swiper-button-prev {
		display: none;
	}
	
	.grid-posts-videos::-webkit-scrollbar, .posts_destaque_section::-webkit-scrollbar {
		width: 30px;
		height: 5px;
	}

	.grid-posts-videos::-webkit-scrollbar-thumb, .posts_destaque_section::-webkit-scrollbar-thumb {
		background-color: #F39600; 
	}

	.grid-posts-videos::-webkit-scrollbar-thumb:hover, .posts_destaque_section::-webkit-scrollbar-thumb:hover {
		background-color: #F39600; 
	}

	.grid-posts-videos::-webkit-scrollbar-thumb:active, .posts_destaque_section::-webkit-scrollbar-thumb:active {
		background-color: #F39600; 
	}
	
	.grid-posts-videos img:before {
		content: "";
		display: block;
		position: relative;
		height: 30px;
		width: 30px;
		background: url(/wp-content/uploads/2023/08/icon_play.svg);
		margin-top: 20px;
		margin-left: 10px;
		background-size: contain;
	}
	
	#home_destaque_blog {
		background-size: 0px;
	}
	
	.post-slide-item-criancas {
		display: block;
	}

	.post-slide-item-criancas .img-slide-item img {
		height: 250px !important;
		width: 100%;
		object-fit: cover;
		margin-bottom: 0px;
	}

	.text-slide-item {
		padding-top: 0px;
	}
	
	.posts_info_vozes h3 + p {
		display: none !important;
	}

	.posts-criancas-prev.swiper-button-prev {
		margin-left: -1%;
		top: 0px;
	}

	.posts-criancas-next.swiper-button-next {
		margin-left: 85%;
		top: -60px;
	}

	.link_categoria_criancas {
		margin-left: 35%;
		margin-top: -50px;
	}
	
	.img-slide-item, .text-slide-item {
		width: 100%;
	}
	
	h2.section_title_criancas {
		width: 100%;
	}
	
	#section-posts-criancas {
		background-size: 0px;
	}
	
	/* BLOG */
	
	.blog .breadcrumb-page {
    	left: 0px;
	}
	
	/* EVENTOS */
	
	div#eventos-lista:after {
		width: 1px;
		left: 12px;
	}
	
	/* VIDEOS */
	
	.video-player-single > iframe {
		height: 250px !important;
		width: 100% !important;
	}
	
	/* CATEGORIAS */
	
	.videos_section_archive {
		overflow-x: auto;
		display: flex;
	}

	.container_video_archive {
		flex: 0 0 auto;
		width: 100%;
		margin-right: 20px;
		display: block;
		margin-top: 20px;
		padding-bottom: 0px;
    	border: none;
	}
	
	.info_archive p {
		display: none;
	}
	
	.post_archive_template img {
		height: 200px !important;
		object-fit: cover;
	}
	
	.posts_categoria_container .elementor-loop-container {
		overflow-x: auto;
		display: flex;
	}

	.posts_categoria_container .e-loop-item {
		flex: 0 0 auto;
		width: 100%;
		margin-right: 10px;
		padding: 10px;
    	border: 1px solid;
	}
	
	/* TITLE */
	
	.breadcrumb-page {
		position: relative;
		width: fit-content;
		display: flex;
		grid-gap: 10px;
		font-size: 16px;
		font-family: 'Din Pro Medium';
		justify-content: center;
		align-items: center;
		transform: inherit;
		top: 10px;
		margin-left: 20px;
		left: 0px;
	}

	.arrows-page {
		display: none;
	}
	
	/* FOOTER */
	
  	.home .elementor-location-footer {
    	background-size: 400px;
    	background-position: 150px 60px;
	}
	
}