@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;700&family=Work+Sans:wght@300;400;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Martel:wght@900&display=swap');

@import url('root.css');
@import url('menu.css');
@import url('slide.css');
@import url('buttons.css');

html, body {
	font-family: 'Work Sans', sans-serif;
	font-size: 16px;
	color: var(--cinzaClaro);
	height: 100%;
	margin: 0;
}

h1, h2, h3 {
	font-family: 'Raleway', sans-serif;
}

h4, h5, h6 {
	font-family: 'Raleway', sans-serif;
}

a {text-decoration: none !important;}
a:hover {text-decoration: none !important;}

/* Class Wordpress */
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

/* Class Wordpress */
body.customize-support header {
    margin-top: 32px;
}

.conteudo-home {
  padding-top: 70px;
  padding-bottom: 54px;
}

.fe-movimento {
    margin-top: -200px;
}

.cont-home h1 {
  max-width: 420px;
  font-size: 48px;
  font-weight: lighter;
  color: var(--laranja);
  padding-bottom: 32px;
}
.cont-home p {
  text-align: justify;
}

.cont-home-img {
  position: relative;
  top: -32%;
  z-index: 1;
}

.cont-home-categorias h1,
.cont-home-categorias h3,
.cont-home-categorias p {
  text-align: center;
}

.cont-home-categorias h1 {
  font-weight: lighter;
  color: var(--laranja);
  font-size: 48px;
}

.cont-home-categorias h3 {
  font-size: 24px;
  color: var(--cinzaEscuro);
  padding-bottom: 32px;
}

.cont-home-categorias {
  padding-bottom: 32px;
}

.boxes-categoria {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}

ul.boxes-categoria {
    padding-left: 0;
}

.boxes-categoria li{
  list-style: none;
}

.box-categoria {
  padding: 40px 24px;
  border-radius: 8px;
  border: 1px solid #e8e9ef;
  min-height: 300px;
  margin: 16px auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-categoria h4 {
  color: var(--azul);
  font-size: 32px;
  font-weight: 800;
}


.box-categoria h4 span {
  font-weight: lighter;
  font-size: 16px
}

.box-categoria p {
  padding-bottom: 32px;
}


.box-categoria a {
  text-align: center;
}

.box-categoria a svg {
  color: var(--laranja);
  border-radius: 45px;
  border: 1px solid #e8e9ef;
  margin: 0 auto;
  padding: 22px;
  height: 70px;
  min-width: 70px;
  
  transition: .3s all ease;
}


.box-categoria a svg:hover {
  color: var(--branco);
  border: 2px solid var(--laranja);
  background-color: var(--laranja);
  box-shadow: 0px 0px 10px 6px #bb78254a;
  
  transition: .3s all ease;
}

.box-content-categoria {
  background-color: #e8e9ef;
  color: var(--cinzaClaro);
  text-align: justify;
  padding: 28px;
  margin-top: -24px;
}

.box-content-categoria p {
    padding-bottom: 16px;
}

/*==================================*/
/*  Box Selecionado                 */
/*==================================*/

.box-set {
  padding: 40px 24px;
  border-radius: 8px;
  background: linear-gradient(135deg, var(--laranja) 30%, var(--azul) 130%);
  min-height: 300px;
  margin: 16px auto;

  display: flex;
  flex-direction: column;
  justify-content: center;
}

.box-set h4 {
  color: var(--branco);
  font-size: 32px;
  font-weight: 800;
}

.box-set p {
  color: var(--branco);
  padding-bottom: 32px;
}

.box-set a {
  text-align: center;
}

.box-set a svg {
  color: var(--laranja);
  border-radius: 45px;
  background-color: #e8e9ef;
  margin: 0 auto;
  padding: 22px;
  height: 70px;
  min-width: 70px;
  box-shadow: 0px 0px 10px 6px #bb78254a;
  
  transition: .3s all ease;
}

.compartilhe {
	padding-top: 70px;
	padding-bottom: 70px;
	background: linear-gradient(to right, #12131c 30%, rgb(100 102 124 / 20%)), url(../img/img-bg-destaque.jpg);
  background-attachment: fixed;
  background-position: center;
  font-weight: lighter;
}

.compartilhe h2 {
	font-size: 56px;
  font-weight: lighter;
  color: var(--branco);
}

.compartilhe p {
	color: var(--branco);
	margin-bottom: 32px;
}
.compartilhe a {
  cursor: pointer;
}

.blog {
  padding-top: 70px;
  padding-bottom: 70px;
}

.blog .titulo {
  margin-bottom: 32px;
}

.blog .titulo h5 {
  font-size: 48px;
  font-weight: lighter;
  color: var(--laranja);
}

.blog .titulo p {
  font-weight: lighter;
}

.post {
  position: relative;
  display: inline-block;
  margin: 15px auto;
}

.post img {
  display: block;
  object-fit: cover;
  width: 100%;
  height: 490px;
	border-radius: 10px;
}

.post::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 490px;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
  background: linear-gradient(to top, #12131c 30%, rgb(100 102 124 / 20%));
}

.post .content-post {
	position: absolute;
  bottom: 30px;
  padding: 0 20px;
  z-index: 2;
}

.conteudo-interno a small,
.post .content-post small {
  color: var(--branco);
  font-size: 16px;
  background-color: var(--laranja);
  padding: 4px;
  border-radius: 4px;
}

.post .content-post h5 {
	font-weight: bold;
	font-size: 24px;
  min-height: 100px;
	padding-bottom: 16px;
  padding-top: 8px;
	color: var(--branco);
}

.post .content-post p {
  color: var(--branco);
  text-align: justify;
  min-height: 140px;
  padding-bottom: 16px;
  border-bottom: 1px solid rgb(247 247 247 / 47%);
}

.post .content-post a i {
	margin-left: 24px;
}
/*===========================================================================================
  Rodapé
===========================================================================================*/
footer {
	background: linear-gradient(135deg, var(--azul), var(--azul2) 50%);
	padding-top: 70px;
	color: var(--branco);
	font-family: 'Work Sans', sans-serif;
}

footer .img-footer {
  margin-right: 40px;
}

footer ul li {
  list-style: none;
  padding-bottom: 26px;
  font-weight: bold;
}

footer ul,
.list-categoria ul {
  padding-bottom: 0px;
} 

.list-categoria p {
  font-weight: lighter;
}

.list-categoria p::after {
  content: '';
  display: block;
  margin-top: 18px;
  width: 50px;
  height: 1px;
  background-color: var(--branco);
}

.redes {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.redes .svg-inline--fa {
  color: var(--branco);
  font-size: 24px;
  border: 3px solid var(--branco);
  border-radius: 45px;
  height: 50px;
  width: 50px;
  padding: 10px;
}

.redes p {
    padding-top: 16px;
}

.copyright {
	width: 100%;
	background-color: #1f202e;
	text-align: center;
	padding: 10px 0px;
  margin-top: 30px;
}

.copyright p {
	margin-bottom: 0px;
	font-size: 13px;
  color: var(--azul);
}
.copyright p a {
  color: var(--azul);
}

footer a {
	color: var(--branco);
}

footer a:hover, .copyright a:hover {
	color: var(--laranja);
}

/*===========================================================================================
  Conteúdo Interno
===========================================================================================*/
.header-interno {
	height: 40vh;
	width: 100%;
	margin-top: 100px;
	background-repeat: no-repeat;
	background-image: url('../img/header-int.jpg');
	background-position: center center;
	background-size: cover;
	display: flex;
  flex-direction: column;
  justify-content: center;
}

.header-interno .titulos h2 {
	color: var(--branco);
	font-size: 40px;
	font-family: 'Raleway', sans-serif;
  text-align: center;
}

.header-interno .titulos h2::after {
  content: '';
  display: block;
  width: 50px;
  height: 1px;
  background-color: var(--branco);
  margin: 24px auto 0 auto; 
}

.conteudo-interno .container {padding-top: 70px; padding-bottom: 70px;}

.conteudo-interno h1 { font-size: 40px; }
.conteudo-interno h2 { font-size: 32px; }
.conteudo-interno h3 { font-size: 24px; }
.conteudo-interno p { text-align: justify; }

.post-int {
  border: 1px solid #dfe5e1;
  padding: 0;
}

.post-int img {
  margin: 0;
  width: 100%;
  height: 250px;
  object-fit: cover;
  padding-bottom: 16px;
}

.post-int-content {
  padding: 0 24px 40px 24px;
}

.post-int-content h4 {
  color: var(--azul);
  padding-bottom: 16px;
}

.post-int-content p {
  text-align: justify;
  padding-bottom: 16px;
}

.sidebarbox {
  border: 1px solid #e8e8e8;
  border-radius: 4px;
}

.sidebarbox .card-header {
  background-color: var(--azul);
  color: var(--branco);
  padding: 24px;
}

.sidebarbox .card-body ul {
  padding-left: 0;
}

.sidebarbox .card-body ul li {
  padding: 8px 0 8px 0;
  list-style: none;
}

.sidebarbox .card-body ul li a {
  color: var(--cinzaClaro);
}

.sidebarbox .card-body ul li a:hover {
  color: var(--laranja);
}

/*===========================================================================================
	BIO
===========================================================================================*/
#bio {
  padding: 60px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#bio .item {
  background-color: #f2f2f2;
  padding: 16px;
  margin: 16px;
  width: 90%;

  border-radius: 8px;
  box-shadow: 0px 20px 10px -20px #2f2f2f45;
}

#bio .item:hover{
  background-color: var(--laranja);
}

#bio .item h3 {
  color: var(--azul);
  font-weight: 800;
  font-size: 24px;
}

#bio .item p {
  color: var(--azul);
  margin-bottom: 0px;
}
/*===========================================================================================
  CONTATO - Form
===========================================================================================*/
.form-control, .form-select {
	padding: 32px .75rem;
	background-color: #f1f1f1;
	border: 1px solid transparent;
	color: var(--azul2);
}

.form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: var(--cinza);
  opacity: .3;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: var(--cinza);
  opacity: .3;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
  color: var(--cinza);
  opacity: .3;
}
.form-control:-moz-placeholder { /* Firefox 18- */
  color: var(--cinza);
  opacity: .3;
}

#content-int form {
	padding-top: 70px;
}

form .row button {
	margin: 16px auto;
}

form label {
	color: var(--azul)
}

/* ==========================================================================
   Arrow Slide
========================================================================== */


@-moz-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@-webkit-keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.arrow {
  position: absolute;
  bottom: 100px;
  right: 14%;
  width: 30px;
  height: 30px;
  background-image: url(../img/abaixo.svg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 10;
}

.bounce {
  -moz-animation: bounce 2s infinite;
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}