* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  font-family: Open Sans,Arial,sans-serif;

}
img{
  height: 100%;
  object-fit: cover;
}
input, select, textarea:focus-visible {
  text-decoration: none !important;
  outline: none !important;
}
:root{
  --azulEscuro: #2f3942;
  --azul: #44879f;
  --laranja: #cc6a10;
}
::selection{
  color: white;
  background-color: var(--azul);
}

/* FONT */

@font-face {
  font-family: Padrao;
  src: url('../dist/fonts/InstrumentSerif-Regular.ttf');
}
header{
  padding: 20px 0;
}
header .flex{
  align-items: center;
}
.banner-simples{
  background-image: linear-gradient(140deg, rgba(0, 72, 114, 0.9) 0%, rgba(41, 17, 96, 0.8) 100%);
    background-color: rgba(0, 0, 0, 0);
    padding: 50px 0;
}
.banner-simples h2{
  color: white;
}
.post{
  padding: 50px 0;
}
.post h1{
  color: var(--azulEscuro);
  font-size: 40px;
  margin: 20px 0;
}
.post img{
  height:100%;
}
.conteudo-wordpress p{
  color: #515050;
    padding: 20px 0;
    font-size: 20px;
    line-height: 1.6;
    text-align: justify;
}
.botao-voltar a{
  position: fixed;
  left: 0;
  background-image: linear-gradient(140deg, rgba(0, 72, 114, 0.9) 0%, rgba(41, 17, 96, 0.8) 100%);
  background-color: rgba(0, 0, 0, 0);
  color: white;
  padding: 20px 20px 14px;
  bottom: 0;
  border-radius: 0 20px 0 0;
}
form input,
form select{
  background: white;
  padding: 10px 20px;
  border: 1px solid #eee;
  width: 100%;
}
form input[type="submit"]{
  cursor: pointer;
  transition: all 1s;
}
form input[type="submit"]:hover{
  background-color: var(--azul);
  color: white;
  border-color: var(--azul);
}
.padrao-espacamento{
  background-image: linear-gradient(140deg, rgba(0, 72, 114, 0.9) 0%, rgba(41, 17, 96, 0.8) 100%);
  background-color: rgba(0, 0, 0, 0);
  padding: 50px 0;
}
.padrao-espacamento a{
  display: block;
}
.padrao-espacamento h3{
  color: white;
}
.padrao-espacamento .posts-busca{
  margin-top: 40px;
}
.recentes{
  background-color: white;
  border-radius: 0 0 20px 20px;
  padding-bottom: 20px;
}
.recentes .categoria-busca{
  color: var(--laranja);
  font-size: 12px;
  padding: 0 20px;
  text-transform: uppercase;
}
.recentes h3{
  color: var(--azulEscuro);
  font-size: 18px;
  padding: 0 20px;

}
.ver-todos a{
  color: white;
}
.descricao{
  padding: 50px 0 0;
}
.descricao p{
  color: #333;
}
.posts{
  padding: 50px 0;
}
.posts a{
  display: block;
}
.posts h3,
.posts .categoria-busca{
  padding: 0;
}
footer{
  background-color: var(--azul);
  color: white;
  padding: 15px 0;
}
.archive-title span,
.banner-simples h1{
  color: var(--laranja);
}
.texto-slide{
  padding: 200px 0;
}
.texto-slide p{
  color: var(--laranja);
}
.texto-slide h2{
  color: white;
  font-size: 50px;
}

.slick-dots {
	position: absolute;
	bottom: 40px !important;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	width: 100%;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	height: 10px;
	/* width: 20px; */
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	border: 0 !important;
	background: transparent !important;
	display: block !important;
	height: 20px !important;
	width: 20px !important;
	outline: none !important;
	line-height: 0 !important;
	font-size: 0 !important;
	color: transparent !important;
	padding: 5px !important;
	margin-top: 50px !important;
	cursor: pointer !important;
	border-radius: 20px !important;
	border: 1px solid white !important;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none !important;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "";
	width: 20px;
	height: 20px;
	font-family: "slick";
	font-size: 6px;
	line-height: 5px;
	text-align: center;
	color: black;
	opacity: 0.25;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button {
	background-color: var(--branco) !important;
}

.slick-dots li.slick-active button {
  background-color: white!important;
}

.posts .titulo-light{
  color: var(--azulEscuro);
  margin-bottom: 40px;
}
.posts .ver-todos a{
  color: var(--azulEscuro)
}
.posts .bloco:first-child{
  padding-top:0

}
.bloco{
  padding: 40px 0;
}