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

:root {
	--primary-color: #045cac;
	--primary-color-option: #bedffe;
	--primary-color-option2: #89c5fd;
	--secondary-color: #5bac04;
	--terciary-color: #ac045b;
	--body-color: #333;
	--title-font: 'Poppins', sans-serif;
}

body {
	font-family: 'Roboto', sans-serif;
	margin: 0;
	padding: 0;
	color: var(--body-color);
}

body.modal-open {
	padding-right: 0px !important;
}

h1,
h2,
h3,
h4,
h5,
.post-description {
	font-family: var(--title-font);
	font-weight: 700;
}

.h1,
h1 {
	font-size: 2rem;
}

.h2,
h2 {
	font-size: 2.5rem;
}

.h3 {
	font-size: 2rem;
}

h3 {
	font-size: 1.35rem;
}

.h4,
h4 {
	font-size: 1.15rem;
}

.h6,
h6 {
	font-weight: 700;
}

h3.cinquenta {
	font-weight: 300;
	margin-bottom: 1.25rem;
}

main {
	padding: 0px 0px 20px;
	min-height: 50vh;
}

main.interna {
	padding-top: 40px;
}

/* INICIO PROMO */
.promo {
	width: 100%;
	background: rgb(4, 92, 172);
	background: linear-gradient(-45deg, var(--terciary-color), var(--secondary-color), var(--primary-color));
	background-size: 400% 400%;
	animation: gradient 15s ease infinite;
	text-align: center;
	padding: 1rem 0;
	color: #fff;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}

	50% {
		background-position: 100% 50%;
	}

	100% {
		background-position: 0% 50%;
	}
}

.promo a {
	color: #fff;
	font-weight: bold;
	font-family: var(--title-font);
}

.promo a:hover {
	color: #fff;
}

a {
	color: var(--primary-color);
}

hr {
	margin: 40px 0px;
}

.table {
	margin-bottom: 2rem;
}

.logo {
	padding-left: 20px;
}

.menu {
	background-color: var(--primary-color);
}

.navbar-brand {
	margin-right: 0;
}

.navbar-toggler {
	border: 0;
	margin-top: 7px;
}

.nav-item, .menu-items .menu-item {
	font-size: 1.5em;
}

.nav-item.menu-item a, .current-page-item a {
	border-bottom: 3px solid #fff;
}

.navbar-dark .navbar-nav .nav-link {
	color: #fff;
	cursor: pointer;
}

.menu-items .menu-item {
	color: #fff;
	text-transform: uppercase;
	font-family: var(--title-font);
	cursor: pointer;
	display: block;
    padding: 0.5rem 1rem;
}

.menu-items .nav-link a, .menu-items .menu-item a {
	color: #fff;
}

.nav-link a:hover, .menu-item a:hover {
	text-decoration: none;
}

@media (min-width: 576px) {
	.modal-dialog {
		max-width: none;
	}
}

.modal {
	padding-right: 0px !important;
}

.modal-dialog {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

.modal-header {
	color: #fff;
	background: var(--primary-color);
	border-radius: 0;
	padding: 0.75rem 1rem;
}

.close span {
	color: #fff;
	font-size: 1.8em;
}

.modal-body {
	padding: 2rem;
}

.modal-content {
	height: auto;
	min-height: 100%;
	border-radius: 0;
}

.procura_modal {
	padding: 20px;
	background: #eee;
}

.btn-search {
	margin-left: 0;
	margin-top: 10px;
}

.editoras {
	padding-top: 20px;
}

.editoras img {
	width: 100%;
}

section {
	padding-bottom: 20px;
}

.row {
	padding-bottom: 20px;
}

.banner {
	width: 100%;
}

.banner img {
	width: 100%;
}

.blog_home {
    padding-top: 17px;
    margin: 0;
    padding-bottom: 10px;
    background: aliceblue;
}

.blog_home span {
	font-size: .9em;
}

.row.titulo {
	padding-bottom: 1rem;
}

.row.titulo h3 {
	font-size: 1.35rem;
	border-bottom: 2px solid #2a5381;
}

.row.titulo h3 a {
	color: inherit;
}

.row.titulo h3 a:hover {
	text-decoration: none;
}

.content {
	background-color: #fff;
	width: 100%;
	max-height: 100%;
}

.content a {
	color: #333;
}

.professor {
	margin-bottom: 20px;
}

.newsletter {
	margin: 18px;
	padding: 1rem;
	color: #fff;
}

.azul-01 {
	background: #ffe691;
}

.azul-02 {
	background: #ffb791;
}

.azul-03 {
	background: #7a74b8;
}

.azul-04 {
	background: #698aaf;
}

.azul-05 {
	background: var(--primary-color);
}

.azul-06 {
	background: #333;
}

.azul-07 {
	background: #000;
}

.conteudo a {
	color: #333;
}

.conteudo h3 {
	font-size: 1.5rem;
}

.lk-glb-editora {
	color: var(--primary-color);
}

.livro .conteudo {
	padding: 20px 10px 0 10px;
}

.livro .conteudo span {
	text-transform: uppercase;
	font-size: .8rem;
}

.post-data {
	font-size: 14px;
}

.btn-secondary {
	border: var(--primary-color);
	background-color: var(--primary-color);
}

.destaque_home .card-text {
	font-size: .9rem;
}

nav.shrink {
	height: 70px;
}

nav.shrink img {
	height: 70px;
}

nav.shrink #wstoggle {
	top: 3px;
}

/*LIVRO*/
#livro .carousel-control-prev-icon,
#livro .carousel-control-next-icon {
	height: 60px;
	width: 60px;
	outline: black;
	background-size: 100%, 100%;
	background-image: none;
}

#livro .carousel-control-next-icon:after {
	content: '>';
	font-size: 55px;
	color: #ccc;
}

#livro .carousel-control-prev-icon:after {
	content: '<';
	font-size: 55px;
	color: #ccc;
}

.pic_autor {
	border-radius: 50%;
	width: 100%;
}

.comprar {
	color: white;
	font-weight: bold;
	background-color: #3399cc;
	border-radius: 0px;
	border: none;
	width: 200px;
	display: block;
	margin: 0 auto;
	line-height: 30px;
}

.tab_compra {
	padding-top: 20px;
	background: #eee;
	margin: 20px 15px;
}

.tab_atividade, .tab_midia {
    padding: 20px 15px 0;
}
.tab_atividade3{
    padding: 0px 15px 15px;
}

.tab_midia {
	padding-top: 20px;
	margin: 0 20px;
}

.tab_midia h5 {
	border-bottom: 2px solid #ccc;
	width: fit-content;
}

#bloco_primeiro {
	padding: 0 0px 30px 0;
}

.texto_principal {
	margin-top: 0px;
}

.texto_catalogo {
	margin-top: 50px;
}

#sinopse {
	margin: 30px 0;
	padding: 30px;
	background: #d7eeff;
}

#sinopse iframe {
	width: 100%
}

blockquote {
	margin: 1em 1em 40px 30px;
}

.carousel-caption_esquerda {
	position: absolute;
	bottom: 40px;
	left: 0;
	z-index: 10;
	padding: 10px 20px 0px;
	color: #fff;
	background: rgba(7, 41, 80, 0.8);
}

.carousel-caption_direita {
	position: absolute;
	bottom: 40px;
	right: 0;
	z-index: 10;
	padding: 10px 20px 0px;
	color: #fff;
	background: rgba(7, 41, 80, 0.8);
	text-align: right;
}

.carousel-caption_centro {
	position: absolute;
	bottom: 40px;
	left: 15%;
	right: 15%;
	z-index: 10;
	padding: 10px 20px 0px;
	color: #fff;
	background: rgba(7, 41, 80, 0.8);
	text-align: center;
}
#accordion .panel{
    border: none;
    border-radius: 3px;
    box-shadow: none;
    margin-bottom: 15px;
}
#accordion .panel-heading{
    padding: 0;
    border: none;
    border-radius: 3px;
}
#accordion .panel-title a{
    display: block;
    padding: 12px 15px;
    background: #fff;
    font-size: 18px;
    font-weight: 700;
    color: #005baa;
	text-decoration: none;
    /*border: 1px solid #ececec;*/
    box-shadow: 0 0 10px rgba(0,0,0,.05);
    position: relative;
    transition: all 0.5s ease 0s;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a.collapsed{
    box-shadow: none;
    box-shadow: 0 1px 2px rgba(43,59,93,0.30);
}
#accordion .panel-title a:before,
#accordion .panel-title a.collapsed:before{
    content: "\f067";
    font-family: "FontAwesome";
    width: 25px;
    height: 25px;
    line-height: 28px;
    font-size: 15px;
    font-weight: 900;
    color: #005baa;
    text-align: center;
    position: absolute;
    top: 8px;
    right: 15px;
    transform: rotate(135deg);
    transition: all 0.3s ease 0s;
}
#accordion .panel-title a.collapsed:before{
    color: #676767;
    transform: rotate(0);
}
#accordion .panel-title a:after{
    content: "";
    width: 1px;
    height: 100%;
    background: #ececec;
    position: absolute;
    top: 0;
    right: 55px;
}
#accordion .panel-body{
    padding: 15px 15px 0;
    border: none;
	text-align:left;
}
#accordion .panel-body p{
	margin-bottom:10px;
}
@media only screen and (max-width: 780px) {
	.logo {
		padding-left: 10px;
		width: 40%;
	}

	 


	#slideShow .legenda {
		position: initial !important;
		left: 0% !important;
		bottom: -119px;
		background-color: #2a5381;
		width: 100% !important;
		color: #fff;
	}

	#slideShow .legenda h5 {
		background: rgba(0, 0, 0, 0);
		width: 80%;
		font-size: 20px;
		margin: auto;
	}

	#slideShow .legenda p {
		background: rgba(0, 0, 0, 0);
		width: 100%;
		font-size: 14px;
		padding: 10px;
		margin: 0px auto 0px auto
	}

	#slideShow .carousel-indicators {
		display: none;
	}

	.menu-items {
		display: none;
	}

	.carousel-caption_esquerda,
	.carousel-caption_direita,
	.carousel-caption_centro {
		position: absolute;
		bottom: 40px;
		left: 15%;
		right: 15%;
		z-index: 10;
		padding: 10px 20px 0px;
		color: #fff;
		background: rgba(0, 0, 0, 0.5);
		text-align: center;
	}

	.conteudo h3 {
		font-size: 1.5rem;
	}

	hr {
		margin: 0px 0px 20px;
	}

	#bloco_primeiro {
		padding: 0 0px 30px 0;
	}

	.texto_principal {
		margin-top: 30px;
	}

	.tab_compra {
		padding-top: 0px;
		background: #eee;
		margin: 0 -15px;
	}

	#sinopse {
		margin: 0 -15px;
		padding: 20px 0px;
	}

	#sinopse div:first-child {
		padding-bottom: 40px;
	}

	#myFooter .footer-copyright p {
		font-size: .8em;
	}

	.modal-body {
		padding: 1rem;
	}
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
	margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

.aligncenter {
	display: block;
	margin: 5px auto 5px auto;
}

a img.alignright {
	float: right;
	margin: 5px 0 20px 20px;
}

a img.alignnone {
	margin: 5px 20px 20px 0;
}

a img.alignleft {
	float: left;
	margin: 5px 20px 20px 0;
}

a img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto
}

figcaption {
	font-style: italic;
	font-size: .9em;
}

/*Responsive media*/
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.entry-content img,
.entry-content iframe,
.entry-content object,
.entry-content embed {
	max-width: 100%;
}

/*Footer*/
#myFooter {
	background-color: var(--primary-color-option);
	color: white;
	padding-top: 30px;
	display: block;
}

#myFooter .footer-copyright {
	background-color: var(--primary-color);
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
}

#myFooter .footer-copyright p {
	margin: 10px;
	color: #fff;
}

#myFooter ul {
	list-style-type: none;
	padding-left: 0;
	line-height: 1.7;
}

#myFooter h5 {
	font-size: 18px;
	color: #333;
	font-weight: bold;
	margin-top: 30px;
}

#myFooter a {
	color: #333;
	text-decoration: none;
}

#myFooter a:hover,
#myFooter a:focus {
	text-decoration: none;
	color: white;
}

#myFooter .social-networks {
	text-align: center;
	padding-top: 30px;
	padding-bottom: 16px;
}

#myFooter .social-networks a {
	font-size: 32px;
	color: #666;
	padding: 10px;
	transition: 0.2s;
}

#myFooter .social-networks a:hover {
	text-decoration: none;
}

#myFooter .facebook:hover {
	color: #0077e2;
}

#myFooter .google:hover {
	color: #ef1a1a;
}

#myFooter .twitter:hover {
	color: #00aced;
}

#myFooter .linkedin:hover {
	color: #007BB6;
}

.btn,
#myFooter .btn {
	color: white;
	font-weight: bold;
	background-color: var(--primary-color);
	border: 1px solid var(--primary-color);
	min-width: 150px;
	max-width: 80%;
	display: block;
	margin: 0 auto;
	margin-top: 10px;
	line-height: 25px;
}

.btn:hover,
#myFooter .btn:hover {
	color: var(--primary-color);
	background-color: #fff;
}

@media screen and (max-width: 767px) {
	#myFooter {
		text-align: center;
	}


}

.img-fluid-sticky {
	max-width: 100%;
	height: fit-content;
}

/* Blog */

.blog .titulo h1 a {
	width: 265px;
	height: 58px;
	display: block;
	background: url(../../assets/img/logoblog.png) no-repeat 0 0;
	text-shadow: none;
	color: transparent;
}

.menublog ul {
	display: flex;
	list-style: none;
	padding-left: 0;
	background: var(--primary-color-option);
}

.menublog li {
	background: var(--primary-color-option);
	font-weight: 700;
	font-family: var(--title-font);
	padding: 1rem 0;

}

.menublog li:hover {
	background: var(--primary-color-option2);
}

.menublog a {
	padding: 1rem 2rem;
	color: var(--body-color);
	text-decoration: none;
}

.menublog a:hover {
	color: #fff;
}


.post-list article {
	padding-bottom: 2rem;
	display: flex;
	flex-direction: column;
	position: relative;
	margin-bottom: 3rem;
}

.post-list article h3 a {
	color: var(--body-color);
}

.post-list article footer {
	position: absolute;
	bottom: 0;
}

.post-list article>*+* {
	margin-block-start: 1.5rem;
}

/* 50 anos */
.numeros {
	padding: 1rem;
}

.numeros h2 {
	color: var(--primary-color);
}

.numeros h2:before {
	content: "+";
}

.numeros p {
	font-weight: 700;
}

/* Mapa do site */
.mapa_site ul {
	list-style: none;
	padding-left: 0;
}
.mapa_site ul.strong {
	font-weight: 700;
}

/* extras 31/01 */
.btn-l {
    color: white;
    font-weight: bold;
    background-color: var(--primary-color);
    border: 1px solid var(--primary-color);
    max-width: fit-content;
    display: block;
	min-width: auto;
    margin: 0;
    line-height: 25px;
}

.tab-content .card {
	border-radius:0;
}

.tab-content .card-header {
	border-bottom: 0;
    background-color: rgba(0,0,0,.05);
}

.tab-content .card-body {
	line-height: 1.85;
}

.nav-tabs {
	border-bottom: 0;
}

.nav-tabs .nav-link {
    color: var(--primary-color);
    border-color: rgba(0,0,0,.05);
	border-radius:0;
}

.nav-tabs .nav-link.active {
    background: var(--primary-color);
	color: #fff;
	border-bottom: 1px solid var(--primary-color);
}

.accordion {
	border-bottom: 1px solid rgba(0, 0, 0, .125);
}


