* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
  scroll-behavior: smooth;
}

body {
  min-width: 375px;
}

.instrucoes-horizontal{display: block;}
.instrucoes-vertical{display: none;}

.col25 {
  width: 25%;
}
.col3 {
  width: 33.33%;
}
.col5 {
  width: 50%;
}
.col7 {
  width: 70%;
}
.col10 {
  width: 100%;
}
.col3 {
  width: 33.33%;
}

.flex {
  display: flex;
}
.session_bottao {
  display: none;
}
.center {
  justify-content: center;
  align-items: center;
}
.card {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 10px;
  border-radius: 5px;
  padding: 30px;
}
.card_style2 {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin: 15px;
  border-radius: 5px;
  padding: 20px;
  height: 380px;
  position: relative;
}
.title {
  margin: 0 0 30px 0;
  text-align: center;
  font-size: 25px;
  color: #404040;
}
.title_site {
  font-size: 3.429rem;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.3px;
  color: #20915a;
  margin-bottom: 50px;
}
.sub_title {
  font-size: 17px;
  color: #404040;
}
.text {
  text-align: left;
  color: #4a4a4a;
  font-size: 15px;
  line-height: 1.42857;
}
a {
  text-decoration: none;
}
.data {
  font-size: 14px;
  color: #006633;
  margin: 10px 0;
  font-weight: 600;
}
.menu-mobile {
  display: none;
}
.collum {
  flex-direction: column;
}

#main {
  height: 100%;
  width: 100%;
}
.content {
  width: 100%;
}

.content .post {
  width: 70%;
}
.content .post .image {
  width: 100%;
}
.content .post .image img {
  width: 100%;
  border-radius: 5px;
}
.content .category {
  width: 30%;
  min-width: 400px;
}

.category {
  height: auto;
}
.category .card_r {
  width: 100%;
  height: 90px;
  margin: 15px 0;
}
.category .card_r .img_r {
  margin-right: 10px;
}
.category .card_r .img_r img {
  width: 100px;
  height: 100%;
  object-fit: cover;
  border-radius: 5px;
}
.category .card_l {
  position: relative;
}
.title_l {
  font-size: 14px;
  color: #404040;
}
.button {
  position: absolute;
  bottom: 0;
  color: #104294;
  font-size: 14px;
}
.button2 {
  position: absolute;
  bottom: 5%;
  color: #006633;
  font-size: 16px;
}

/*----------- PAGINA HOME ----------*/
.section_2 .icon_text {
  width: 300px;
  flex-direction: column; /* padding: 0 30px 30px 0; */
  background: #f6f6f6;
  margin: 5px;
  border-radius: 10px;
  padding: 50px 0;
}

.section_2 .icon_text p {
  text-align: center;
  color: #65908f;
  font-size: 14px;
  font-weight: 300;
  padding: 0 1rem;
  line-height: 1.7;
}
.section_2 .icon_text a {
  font-size: 24px;
  font-weight: 600;
  color: #fab909; /* margin: 20px 0; */
  margin-top: 15px;
  margin-bottom: 10px;
}
.section_2 .icon_text i {
  font-size: 50px;
  color: #20915a;
}
.section_2 .content_card {
  flex-wrap: wrap;
}
.btn-card-secton_3 {
  padding: 8px 28px;
  margin-top: 2.3rem;
  background: white;
  color: #f9b45c;
  border: 2px solid #f9b45c;
  border-radius: 6px;
  cursor: pointer;
}

.section_3 .icon_text_section_3 {
  width: 350px;
  flex-direction: column;
  padding: 0 20px 30px;
}
.section_3 {
  padding: 3rem 0;
}
.section_3 .icon_text_section_3 p {
  text-align: center;
  color: #65908f;
  font-size: 14px;
  line-height: 1.7;
}
.section_3 .icon_text_section_3 a {
  font-size: 24px;
  font-weight: 600;
  color: #f9b45c;
  margin: 20px 0;
}
.section_3 .icon_text_section_3 i {
  font-size: 50px;
  color: #65908f;
}
.section_3 .content_card {
  flex-wrap: wrap;
}
.btn-card-secton_3 {
  padding: 8px 28px;
  margin-top: 2.3rem;
  background: white;
  color: #f9b45c;
  border: 2px solid #f9b45c;
  border-radius: 6px;
  cursor: pointer;
}
.form {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
}
.form form {
  width: 50%;
  padding: 0 20px;
}
.form form p {
  text-align: left;
  color: #65908f;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.7;
  margin-bottom: 50px;
}
.form form input[type="text"] {
  outline: none;
  resize: none;
  padding: 0.8em 1.2em;
  border: 1px solid;
  color: #65908f;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 12px;
  border-radius: 5px;
}
.form .form-img {
  width: 50%;
  border-radius: 6px;
}
.form .form-img img {
  width: 100%; /* margin: 0 15px; */
  border-radius: 6px;
  height: 340px;
  object-fit: cover;
  margin-top: 110px;
  padding: 0 15px;
  border-radius: 10px;
}

/*---------- PAGINA HOME FOOTER ----------*/

.footer-title {
  color: #fab909;
  font-size: 16px;
  font-weight: bold;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.footer {
  padding: 50px 0;
  width: 100%;
  flex-wrap: wrap;
  max-width: 1200px;
}
.footer .identify {
  padding: 0 20px 20px;
  width: 33%;
}
.footer .identify img {
  margin-bottom: 20px;
  width: 120px;
}
.footer .identify p {
  padding-bottom: 40px;
  color: white;
}
.footer .identify .identify-icons {
}
.footer .identify .identify-icons a {
}
.footer .identify .identify-icons a i {
  background: #fab909;
  padding: 10px;
  border-radius: 50%;
  color: white;
  transition: 0.3s;
}
.footer .identify .identify-icons a i:hover {
  background: #006633;
  color: white;
}

.footer .footer-contact {
  padding: 20px;
  width: 25%;
}
.footer .footer-contact h2 {
}
.footer .footer-contact .footer-contacts {
}
.footer .footer-contact .footer-contacts p {
  margin-bottom: 10px;
  color: white;
}
.footer .footer-contact .footer-contacts p i {
  margin-right: 15px;
}

.footer .footer-policy {
  padding: 20px;
  width: 25%;
}
.footer ul li {
  list-style: none;
  margin-bottom: 10px;
}
.footer ul li a {
  color: white;
  transition: 0.3s;
}
.footer ul li a:hover {
  color: #fab909;
}

.footer .footer-menu {
  padding: 20px;
}
.footer .copyright {
}
.copyright {
  padding: 20px;
  width: 100%;
}
.copyright p {
  text-align: center;
  color: white;
  font-size: 13px;
}

/*---------- PAGINA DE LISTAGEM DE POST ----------*/

.card3 {
  width: 300px;
}
.card3 .image {
  width: 100%;
}
.card3 .image img {
  height: 165px;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 5px;
}

/*---------- SITE ----------*/
.menu-mobile {
  display: none;
}
.sanduiche {
  display: none;
}

.header {
  padding: 0 15px;
  width: 100%;
  height: 5.2rem;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  position: fixed;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 9999;
  top: 0;
}
.header .width {
  width: 1200px;
}
.section_contact {
  padding: 5rem 0;
}
.header .header_content {
  align-items: center;
  padding: 0;
  justify-content: space-between;
}
.header .header_content a img {
  padding: 0 20px;
  width: 8rem;
}
.header_btn {
  padding: 10px 32px;
  border-radius: 5px;
  color: white;
  background-color: #034ea2;
  border: #034ea2;
  cursor: pointer;
}
.header nav ul li {
  padding: 10px 18px;
  list-style: none;
}
.header nav ul li a {
  color: #20915a;
  font-size: 16px;
  font-weight: 600;
  transition: 0.3s;
}
.header nav ul li a:hover {
  color: #034ea2;
}
.img-card-section_3 {
}
.img-card-section_3 img {
  width: 100%;
  border-radius: 6px;
}
.banner-section_1 {
  width: 100%;
  object-fit: cover;
  margin-top: 85px;
}
.banner-section_2 {
  width: 100%;
  object-fit: cover;
}
.input50 {
}
.col5 {
  width: 50%;
}
.col10 {
  width: 100%;
}
.input-email {
  margin-right: 12px;
}
.textearea {
  overflow: auto;
  vertical-align: top;
  min-height: 10rem;
  outline: none;
  resize: none;
  padding: 0.8em 1.2em;
  border: 1px solid;
  color: #65908f;
  border-color: #f6f6f6;
  background-color: #f6f6f6;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 12px;
  border-radius: 5px;
}
.btn-contact {
  padding: 12.8px 33.5px;
  background-color: #fab909;
  color: white;
  border-radius: 5px;
  border: 1px solid #fab909;
}

@media (max-width: 1367px) {
  .banner-content .sombra .text-content {
    width: 96% !important;
  }

  .banner-content .sombra .text-content p {
    font-size: 1.2rem;
  }
  .banner-content .sombra {
    align-items: center;
  }
}

/*----------- RESPONSIVO TABLETS ------------*/
@media (min-width: 769px) and (max-width: 1024px) {
  .sanduiche {
    display: block;
  }
  .instrucoes-horizontal{display: block;}
  .session_bottao {
    display: block;
  }
  .header .header_btn {
    display: none;
  }

  .header {
    padding: 0px;
  }
  .header .header_content {
    justify-content: space-around;
  }
  .banner-section_1 {
    margin-top: 80px;
  }
  .header .header_content {
    justify-content: space-around;
  }
  .header .header_content a img {
    padding: 0;
    width: 6rem;
  }
  .header .header_content .sanduiche span i {
    font-size: 40px;
    color: #034ea2;
    cursor: pointer;
    transition: 0.3s;
  }
  .header .header_content .sanduiche span i:hover {
    color: #006633;
  }
  .header .header_content .sanduiche span i:active {
    color: #006633;
  }

  .header nav {
    display: none;
  }

  /*----------MENU MOBILE ----------*/
  .menu-mobile {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #034ea2;
    transition: top 0.5s ease-in-out;
    z-index: 50;
    display: flex;
    flex-direction: column;
    margin-top: 79px;
  }
  .menu-mobile.active {
    top: 0;
    display: flex;
  }
  @keyframes slideInDown {
    from {
      top: -100%;
    }
    to {
      top: 0;
    }
  }
  .menu-mobile.active {
    animation: slideInDown 0.5s ease-in-out;
    border-radius: 0 0 10px 10px;
  }
  .menu-mobile ul {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    margin: 0;
  }
  .menu-mobile ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    padding: 20px;
    border-bottom: 2px solid #ffffff14;
    transition: 0.2s;
  }
  .menu-mobile ul li:hover {
    background-color: rgb(2, 62, 129);
  }
  .menu-mobile ul li a {
    color: white;
    text-decoration: none;
  }
  .menu-mobile .icons-menu-mobile {
    font-size: 30px;
    display: flex;
    justify-content: space-evenly;
    color: black;
  }
  .menu-mobile .icons-menu-mobile a {
    color: black;
  }
  .sanduiche .btn-menu {
    cursor: pointer;
    font-size: 40px;
    color: #034ea2;
  }

  /*----------section 3 ----------*/
  .section_3 .icon_text_section_3 {
    width: 500px;
  }
  .form .form-img {
  }
  .form .form-img img {
    margin-top: 140px;
  }

  /*----------footer ----------*/
  .footer {
    padding: 50px;
  }

  .footer .identify {
    padding: 0 20px 20px;
    width: 100%;
  }

  .footer .footer-contact {
    padding: 20px;
    width: 100%;
  }

  .footer .footer-policy {
    padding: 20px;
    width: 100%;
  }

  .footer .footer-menu {
    padding: 20px;
    width: 100%;
  }

  /*---------- section contact ----------*/
  .section_contact {
    padding: 3rem 0 5rem;
  }
  .form form {
    width: 50%;
  }
  .form {
    justify-content: center;
  }

  /*---------- section POST ----------*/

  .content .category {
    display: none;
  }
  .content .post {
    width: 80%;
  }
}

@media (min-width: 350px) and (max-width: 768px) {
  .session_bottao {
    display: block;
  }

  .instrucoes-horizontal{display: none;}
  .instrucoes-vertical{display: block;}

  /*-------- card ---------*/
  .card3 {
    width: 90%;
  }
  .card3 .image img {
    height: 240px;
  }
  .card_style2 {
    height: 430px;
  }

  .title {
    font-size: 16px;
  }

  .sanduiche {
    display: block;
  }
  .header .header_btn {
    display: none;
  }

  .banner-section_1 {
    margin-top: 85px;
  }
  .header {
    padding: 0;
    width: 100%;
    display: flex;
  }
  .header .header_content {
    justify-content: space-around;
  }
  .header .header_content {
    width: 100%;
  }
  .header .header_content a img {
    padding: 0;
    width: 5rem;
  }
  .header .header_content .sanduiche span i {
    font-size: 40px;
  }
  .header .header_content .sanduiche span i:hover {
    color: #006633;
  }

  .header nav {
    display: none;
  }

  /*----------MENU MOBILE ----------*/
  .menu-mobile {
    position: fixed;
    top: -100%;
    left: 0;
    width: 100%;
    background: #034ea2;
    transition: top 0.5s ease-in-out;
    z-index: 1;
    display: flex;
    flex-direction: column;
    margin-top: 79px;
  }
  .menu-mobile.active {
    top: 0;
    display: flex;
  }
  @keyframes slideInDown {
    from {
      top: -100%;
    }
    to {
      top: 0;
    }
  }
  .menu-mobile.active {
    animation: slideInDown 0.5s ease-in-out;
    border-radius: 0 0 10px 10px;
  }
  .menu-mobile ul {
    display: flex;
    flex-direction: column;
    padding: 10px 20px;
    margin: 0;
  }
  .menu-mobile ul li {
    list-style: none;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    height: 9vh; /* padding: 20px; */
    border-bottom: 2px solid #ffffff14;
    transition: 0.2s; /* justify-content: center; */
    align-items: center;
  }
  .menu-mobile ul li:hover {
    background-color: rgb(2, 62, 129);
  }
  .menu-mobile ul li a {
    color: white;
    text-decoration: none; /* background-color: red; */
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: start;
    align-items: center;
  }
  .menu-mobile .icons-menu-mobile {
    font-size: 30px;
    display: flex;
    justify-content: space-evenly;
    color: black;
  }
  .menu-mobile .icons-menu-mobile a {
    color: black;
  }
  .sanduiche .btn-menu {
    cursor: pointer;
    font-size: 40px;
    color: #034ea2;
  }

  /*----------footer ----------*/
  .footer {
    padding: 50px 0;
  }

  .footer .identify {
    padding: 0 20px 20px;
    width: 100%;
  }

  .footer .footer-contact {
    padding: 20px;
    width: 100%;
  }

  .footer .footer-policy {
    padding: 20px;
    width: 100%;
  }

  .footer .footer-menu {
    padding: 20px;
    width: 100%;
  }

  /*---------- section 2 ----------*/
  .section_2 {
    padding: 50px 0;
  }
  .section_2 .icon_text {
    padding: 0 0 30px;
  }

  /*---------- section 3 ----------*/
  .section_3 .content_card {
    width: 100%;
  }
  .title_site {
    font-size: 24px;
    margin-bottom: 25px;
    color: #20915a;
  }
  .section_3 .icon_text_section_3 p {
  }
  .section_3 .icon_text_section_3 a {
    font-size: 16px;
  }
  .btn-card-secton_3 {
    display: none;
  }
  .section_3 .icon_text_section_3 {
    width: 90%;
    padding: 0 20px 30px;
  }

  /*---------- section contact ----------*/
  .form form {
    width: 90%;
  }
  .form form p {
    margin-bottom: 25px;
  }
  .form .form-img {
    width: 90%;
    padding: 0 20px;
  }
  .form .form-img img {
    margin-top: 50px;
    height: 220px;
    padding: 0;
  }

  /*---------- section POST ----------*/

  .content .category {
    display: none;
  }
  .content .post {
    width: 90%;
  }
}

.banner-content {
  position: relative;
  display: flex;
  height: 52rem;
  padding-top: 5rem;
}
.sombra {
  display: flex;
  width: 100%;
  height: 90.2%;
  position: absolute;
  background-image: linear-gradient(to right, transparent 0%, #111 100%);
}

.banner {
  display: flex;
  width: 100%;
  height: 100%;
  background-image: url("../img/woman-praying-free-bird.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  z-index: -1;
}
.banner-content .sombra .text-content {
  z-index: 1;
  color: #fff;
  opacity: 0.7;
  font-size: 22px;
  position: absolute;
  right: 2%;
  top: 6%;
  width: 46%;
  line-height: 1.5;
}

.banner-content .sombra .text-content p {
  font-size: 1rem;
}

.blog-section .blog-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 20rem;
  height: 26rem;
  padding: 1rem 0.9rem 0rem 0.9rem;
  background-color: #f6f6f6;
  margin: 5px;
  border-radius: 10px;
  position: relative;
}
.blog-section .blog-image {
  display: flex;
  width: 100%;
  height: 12rem;
  border-radius: 10px;
}
.blog-section .blog-title {
  color: #f9b45c;
  text-align: center;
}
.blog-section .blog-text {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 48%;
  position: absolute;
  bottom: 0;
  padding: 0 0.5rem;
}
.blog-section .blog-data {
  font-size: 14px;
  color: #006633;
  margin: 1rem 0;
  font-weight: 600;
}
.blog-section .blog-button {
  width: 10rem;
  position: absolute;
  padding: 8px 28px;
  color: #f9b45c;
  text-align: center;
  align-self: center;
  border: 2px solid #f9b45c;
  border-radius: 6px;
  cursor: pointer;
  bottom: 1rem;
}
.blog-section {
  padding-top: 6rem;
}

.botoes {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
