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

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

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

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

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

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


.content-home {
	padding-bottom: 70px;
}

.content-home h4 {
	color: var(--cinzaClaro);
	font-weight: lighter;
}

.content-home h2 {
	color: var(--verde);
}

.content-home p {
	text-align: justify;
	padding-bottom: 32px;
}

.box-destaque {
	border: 1px solid #dfe5e1;
	padding: 40px;
	margin-top: 70px;
	max-height: 200px;
	text-align: left; 
}

.box-destaque img {
	height: 50px;
	margin-bottom: 20px;
}

.box-destaque p {
	font-family: 'Taviraj', serif;
	font-size: 22px;
	color: var(--cinzaEscuro);
}

.desenvolva {
	padding-top: 70px;
	padding-bottom: 70px;
	background: linear-gradient(to right, #21438e, rgb(2 64 53 / 41%)), url(../img/img-bg-destaque.jpg);
    background-blend-mode: hard-light;
    background-attachment: fixed;
    font-weight: lighter;
}

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

.desenvolva h2 span {
  color: #f94545 !important;
}

.desenvolva p {
	color: var(--branco);
	margin-bottom: 32px;
}

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

.news .nw-title {
	text-align: center;
	font-size: 24px;
	padding-bottom: 32px;
}

.news .nw-title span {
	display: inline-block;
    width: 80px;
    height: 2px;
    background-color: var(--cinzaClaro);
    margin: 6px;
}

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

.post {
  position: relative;
  display: inline-block;
}

.post::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 250px;
  top: 0;
  left: 0;
  border-radius: 10px;
  z-index: 1;
  background: linear-gradient(rgb(3 19 56 / 48%), rgb(0 47 40));
}

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

.post .content-post h5 {
	font-weight: lighter;
	font-size: 30px;
	padding-bottom: 16px;
	color: var(--branco);
}

.post .content-post a i {
	margin-left: 24px;
}
/*===========================================================================================
  Rodapé
===========================================================================================*/
footer {
	background-color: #00211b;
	background-image: url('../img/img-rodape.png');
	background-blend-mode: color-dodge;
	background-size: cover;
	background-position: top center;
	padding-top: 70px;
	color: var(--branco);
	font-family: 'Roboto', sans-serif;
	text-align: center;
}

.redes {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.redes .svg-inline--fa {
    color: var(--branco);
    font-size: 24px;
}

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

.copyright {
	width: 100%;
	background-color: #16222d;
	text-align: center;
	padding: 10px 0px;
    margin-top: 60px;
}

.copyright p {
	margin-bottom: 0px;
	font-size: 13px;
}

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

footer a:hover, .copyright a:hover {
	color: #00ffa9;
}

/*===========================================================================================
  Conteúdo Interno
===========================================================================================*/
.header-interno {
	height: 40vh;
	width: 100%;
	margin-top: 90px;
	margin-bottom: 70px;
	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 p {
	font-size: 38px;
	font-family: 'Taviraj', serif;
	color: var(--verde);
}

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

.conteudo-interno p .titulo {color: var(--verde);}

.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(--verde);
  min-height: 100px;
  padding-bottom: 16px;
  display: flex;
  align-items: center;
}

.post-int-content p {
  text-align: justify;
  padding-bottom: 16px;
  min-height: 160px;
  display: flex;
  align-items: center;
}

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

.sidebarbox .card-header {
  background-color: var(--verde);
  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(--cinzaEscuro);
}

/*===========================================================================================
	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: 110px;*/
  bottom: 30px;
  left: 50.4%;
  margin-left: -20px;
  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;
}