/*barra de pesquisa e título, saiba mais*/
.search-bar {
  display: flex;
  align-items: center;
  justify-content: center;
}

.titulo {
  background-color: #69A625;
  color: white;
}

.btn-search {
  background-color: #3A90C3;
  color: aliceblue;
  margin-right: 25px;
  border: 1px solid #3A90C3;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 10px;
  margin-left: 20px;
}

.btn-search:hover {
  background-color: #184c83;
  transition: .3s;
  cursor: pointer;
  border-radius: 10px;
  border-style: none;
  box-shadow: 10px 10px lightblue;
}

/*menu e logo - header*/

.menu {
  align-items: center;
  list-style: none;
  display: block;
  font-weight: normal;
  background: #ECECEC;
  margin: 0;
  font-family: 'bellota text';
  font-size: 18px;
}

.menu-opcoes a {
  text-decoration: none;
  color: rgb(0, 0, 0);
  transition: background-color 0.3s ease, color 0.3s ease;
  border-radius: 10px;
  padding: 20px;
  padding-left: 60px;
  padding-right: 60px;
}

.menu-opcoes li {
  margin-top: 22px;
}

@media (max-width: 1200px) {
  .menu-opcoes a {
    text-decoration: none;
    color: rgb(0, 0, 0);
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 10px;
    padding: 10px;
    padding-left: 60px;
    padding-right: 60px;
    margin-top: 2px;
  }
}

.menu-opcoes a:hover {
  color: #ffffff;
  text-decoration: dashed;
  border-radius: 10px;
  background-color: #3A90C3;
  transition: 0.3s;
  cursor: pointer;
  border-style: none;
  box-shadow: 8px 8px lightblue;
  text-align: center;
}

.borda-cabecalho {
  width: 0px;
  height: 25px;
  border: 1px black solid;
  display: inline-flex;
  margin-top: 22px;
}

.como-chegar {
  text-align: center;
  background-color: #ECECEC;
}

.background-image {
  background-image: url('/imgs/eventos-img/fundo_eventos.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  height: 550px;
  position: relative;
}

.petition-container {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 400px;
  margin-top: -20%;
  z-index: 2;
  position: relative;
}

label {
  display: block;
  margin-bottom: 8px;
  margin-top: 8px;
}

input,
textarea {
  width: 100%;
  padding: 8px;
  margin-bottom: 16px;
  box-sizing: border-box;
}

button::not(.close-button3) {
  background-color: #007bff;
  color: aliceblue;
  margin-right: 25px;
  border: 1px solid #007bff;
  padding: 8px 20px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
}

button:hover::not(.close-button3) {
  background-color: #184c83;
  transition: .3s;
  cursor: pointer;
  border-radius: 10px;
  border-style: none;
  box-shadow: 10px 10px lightblue;
  text-align: center;
}



/*footer*/
body {
  margin: 0;
  font-family: 'bellota text';
  background: #ffffff;
}

footer a {
  transition: .3s;
  text-decoration: none;
}

a:hover,
a:active,
a:focus {
  outline: none;
  text-decoration: none;
}

.footer {
  position: relative;
  padding-top: 45px;
  background: #043668;
}

.footer .footer-blog,
.footer .footer-insta,
.footer .footer-tags,
.footer .footer-newsletter {
  position: relative;
  margin-bottom: 45px;
}

.footer .footer-blog h3,
.footer .footer-insta h3,
.footer .footer-tags h3,
.footer .footer-newsletter h3 {
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

.footer .footer-blog h3::after,
.footer .footer-insta h3::after,
.footer .footer-tags h3::after,
.footer .footer-newsletter h3::after {
  position: absolute;
  content: "";
  width: 50px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ffffff;
}

.footer .footer-blog div {
  position: relative;
}

.footer .footer-blog div a {
  display: block;
  margin-bottom: 5px;
  font-size: 16px;
  color: #cccccc;
}

.footer .footer-blog div a:hover {
  color: #0085ff;
}

.footer .footer-blog div p {
  padding-left: 20px;
  color: #757575;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
}

.footer .footer-blog div p::before {
  position: absolute;
  content: "\f017";
  font-family: "Font Awesome 5 Free";
  font-weight: 400;
  color: #757575;
  left: 15px;
}

.footer .footer-insta {
  float: left;
  font-size: 0;
}

.footer .footer-insta a {
  padding: 0 5px 5px 0;
  display: block;
  width: 33.33%;
  float: left;
}

.footer .footer-insta a img {
  width: 100%;
}

.footer .footer-tags {
  font-size: 0;
}

.footer .footer-tags a {

  display: inline-block;
  margin: 0 5px 5px 0;
  padding: 2px 7px;
  font-size: 15px;
  color: #fff;
  text-transform: capitalize;
  border: 1px solid #fff;
  border-radius: 6px;

}

.footer .footer-tags a:hover {
  color: #ffffff;
  background: #0085ff;
  border-color: #0085ff;
}

.footer .footer-newsletter .form {

  position: relative;
  width: 100%;

}

.footer .footer-newsletter .campo {

  width: 100%;
  height: 45px;
  float: left;
  border: 1px solid #05488a;
  background: #05488a;
  margin-bottom: 15px;
  border-radius: 6px;
  outline: none;
  padding: 5px 10px;
  color: #cccccc;

}

.footer .footer-newsletter .campo:focus {

  color: #cccccc !important;

}

.footer .footer-newsletter .btn {

  display: block;
  width: 100%;
  height: 45px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase;
  color: #ffffff;
  background: #3A90C3;
  border-radius: 0;
  border: 1px solid #3A90C3;
  transition: .3s;
  border-radius: 10px;

}

.footer .footer-newsletter .btn:hover {
  color: #ffffff;
  background: #184c83;
  border-color: #222121;
  box-shadow: 10px 10px lightblue;
}


.footer .footer-contact {
  position: relative;
  padding: 25px 0;
  text-align: center;
  border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .footer-contact h4 {
  position: relative;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #ffffff;
}

.footer .footer-contact p {
  margin: 0;
  font-size: 16px;
  color: #ffffff;
}

.footer .footer-contact a {
  display: inline-block;
}

.footer .footer-contact a i {
  margin-right: 10px;
  font-size: 18px;
  color: #ffffff;
}

.footer .footer-contact a:last-child i {
  margin: 0;
}

.footer .footer-contact a:hover i {
  color: #0085ff;
}

@media (max-width: 767.98px) {
  .footer .footer-contact .col-md-4 {
    margin-bottom: 25px;
  }

  .footer .footer-contact .col-md-4:last-child {
    margin: 0;
  }
}

.footer .copyright {
  position: relative;
  padding: 30px 0;
  background: #032e59;
}

.footer .copyright .copy-text p {
  margin: 0;
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
}

.footer .copyright .copy-text p a {
  color: #dddddd;
}

.footer .copyright .copy-text p a:hover {
  color: #0085ff;
}

.footer .copyright .copy-menu {
  position: relative;
  font-size: 0;
  text-align: right;
}

.footer .copyright .copy-menu a {
  color: #ffffff;
  font-size: 16px;
  font-weight: 400;
  margin-right: 15px;
  padding-right: 15px;
  border-right: 1px solid rgba(255, 255, 255, .3);
}

.footer .copyright .copy-menu a:hover {
  color: #0085ff;
}

.footer .copyright .copy-menu a:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: none;
}

@media (max-width: 767.98px) {

  .footer .copyright .copy-text,
  .footer .copyright .copy-menu {
    text-align: center;
  }

  .footer .copyright .copy-text p {
    margin-bottom: 5px;
  }

}

/*****************
 CARDS DOS EVENTOS 
 *****************/

article {
  --img-scale: 1.001;
  --title-color: black;
  --link-icon-translate: -20px;
  --link-icon-opacity: 0;
  position: relative;
  border-radius: 15px;
  background: #fff;
  transform-origin: center;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  border-style: solid;
  border-color: grey;
  border-width: 3px;
}

article a::after {
  position: absolute;
  inset-block: 0;
  inset-inline: 0;
  cursor: pointer;
  content: "";
}

/* basic article elements styling */
article h2 {
  margin: 0 0 8px 0;
  font-family: serif;
  font-size: 1.9rem;
  letter-spacing: 0.0em;
  color: var(--title-color);
  transition: color 0.3s ease-out;
  font-family: 'bellota text';
}

figure {
  width: relative;
  margin: 0;
  padding: 0;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  position: relative;
}

figure img {
  max-width: 100%;
  transform-origin: center;
  transform: scale(var(--img-scale));
  transition: transform 0.3s ease-in-out;
}

.article-body {
  padding: 20px;
}

article a {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #28666e;
}

article a:focus {
  outline: 1px dotted #008000;
}

article a .icon {
  min-width: 24px;
  width: 24px;
  height: 24px;
  margin-left: 5px;
  transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
  transition: all 0.3s;
}

/* using the has() relational pseudo selector to update our custom properties */
article:has(:hover, :focus) {
  --img-scale: 1.1;
  --title-color: #008000;
  --link-icon-translate: 0;
  --link-icon-opacity: 1;
  box-shadow: rgba(0, 0, 0, 0.3) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
}


/************************ 
  Generic layout (demo looks)
  **************************/

*,
*::before,
*::after {
  box-sizing: border-box;
}

.articles {
  display: grid;
  width: 80%;
  margin-inline: auto;
  padding-inline: 24px;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 35px;
  padding: 5%;
  justify-content: center;
}

.sr-only:not(:focus):not(:active) {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.main-banner-content-front, .main-banner-content-back {
  height: 70px;
  width: 70px;
  background: rgba(65, 156, 8, 0.8);
  border-radius: 10% 25%;
  position: absolute;
  z-index: 1;
  text-align: center;
  color: white;
  font-size: 25px;
  font-family:'bellota text';
}

.control {
  z-index: 0;
  position: relative;
}

/****************************
  MODAL POP UPS PARA OS CARDS
*****************************/
p {
  text-indent: 3ch;

}

.modal {
  display: none;
  /* Escondido por padrao */
  position: fixed;
  /* fica no lugar */
  z-index: 2;
  /* fica na frente de td? */
  padding-top: 5%;
  /* local da modal box */
  padding-bottom: 5%;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0, 0.4);
}

@media screen and (max-width: 767px) {
  .modal {
    /* coloca o css q vc qr q fique no cell */
    padding-top: 20%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px){
  .modal{
    padding-top: 20%;
  }
}

.botao {
  border-radius: 20px;
  background-color: transparent;
  border: none;
  padding-bottom: 40px;
  width: 100%;
  height: 100%;
}

.close-button,
.close-button2,
.close-button3,
.close-button4,
.close-button5,
.close-button6 {
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: none !important;
  border-radius: 50%;
  color: red;
  font-size: 50px;
  box-shadow: none;
  position: relative;
  display: flex;
  align-items: center;
  top: 5px;
  left: 90%;
  z-index: 3;
}

@media screen and (max-width: 767px) {

  .close-button1,
  .close-button2,
  .close-button3,
  .close-button4,
  .close-button5,
  .close-button6 {
    left: 90%;
  }
}

p#leia-mais1 {
  text-align: start;
  padding-left: 10px;
  margin: 0;
  /* transform: translateX(var(--link-icon-translate));
  opacity: var(--link-icon-opacity);
    transition: all 0.3s;
 
/* Conteudo da modal box */
}

.modal-content {
  background-color: #ECECEC;
  margin: auto;
  border: 4px solid #69A625;
  width: 30%;
  height: 100%;
  border-radius: 20px;
  animation: scaleUp .5s cubic-bezier(0.165, 0.840, 0.440, 1.000) forwards;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .modal-content {
    width: 95%;
    height: 100vh;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .modal-content{
    width: 80%;
    height: 95%;
  }
}

@media screen and (min-width: 900px) {
  .modal-content {
    width: 30%;
    height: 95vh;
  }
}

@media screen and (min-width: 1541px){
  .modal-content{
    height: 85vh;
  }
}


.conteudo-text {
  flex-direction: column;
  display: flex;
  width: 100%;
  align-items: center;
  text-align: justify;
  padding: 10px;
  font-size: 16px;
  padding-bottom: 3px;
}

.conteudo-text h2{
  text-align: center;
}

@media screen and (max-width: 767px) {
  .conteudo-text {
    padding: 12px;
    font-size: 14.5px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1023px){ /* ipad */
  .conteudo-text{
    font-size: 20px;
  }
}

body.modal-open {
  overflow: hidden;
}

.imgCont {
  padding-top: 10px;
  position: absolute;
  width: 120%;
  padding-right: 16%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
}

.imgCont img {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
}



/* Botao de fechar a modal */
.close,
.close2,
.close3,
.close4,
.close5,
.close6 {
  text-align: end;
  color: red;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: 0;
  right: 0;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

/* *******************
  TRANSIÇAO MODAL BOX
**********************/
@keyframes scaleUp {
  0% {
    transform: scale(.1) translateY(1000px);
    opacity: 0;
  }

  100% {
    transform: scale(1) translateY(0px);
    opacity: 1;
  }
}

/******************
  SUGESTAO EVENTO
*******************/

.title_contato {
  font-weight: 400;
  margin-top: 20px;
  font-size:4em;
  text-align: left;
  margin-bottom:20px;
}

.evento{
  background-color: #3A90C3;
  color: aliceblue;
  margin-right: 25px;
  font-size: 20px;
  border: 1px solid #3A90C3;
  padding: 0px 30px;
  cursor: pointer;
  border-radius: 10px;
  text-align: center;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #3A90C3;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06), 0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

input:focus ~ label, textarea:focus ~ label, input:valid ~ label, textarea:valid ~ label {

  font-size: 0.8em;
  color: #fff;
  top: -11px;
  -webkit-transition: all 0.225s ease;
  transition: all 0.225s ease;
  background: #EA8356;
  padding: 3px 8px;

  border-radius: 10px;
}
.style-form-input {
  float: left;
  width: 295px;
  margin: 1em 0;
  position: relative;
  border-radius: 10px;
}
.right { float:right; }
@media only screen and (max-width: 768px){
  
.style-form-input { width:100%; }
}
.style-form-input label {
  color: #000000;
  padding: 1.3rem 30px 1rem 30px;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  pointer-events: none;
}
.style-form-input.full { 
  width: 650px;
  max-width: 100%;
}
input,
textarea {
  width: 100%;
  padding: 30px;
  border: #2e3033;
  font-size: 1em;
  background-color: #dddddd;
  color: #000000;
  border-radius: 10px;
}
input:focus,
textarea:focus { outline: 0; }
input:focus ~ span,
textarea:focus ~ span {
  width: 100%;
  -webkit-transition: all 0.075s ease;
  transition: all 0.075s ease;
}
textarea {
  width: 100%;
  min-height: 10em;
}
.input-container {
  padding: 8px;
  width: 650px;
  max-width: 100%;
  margin: 20px auto 25px auto;
}
.btn-submit {
  width: 160px;
  color: #fff;
  font-size: 1.2em;    
  text-align: center;
  padding: 10px 30px;
  border-radius: 10px;
  display: inline-block;
  background-color: #3A90C3;
  cursor: pointer;
  box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06), 0 2px 10px 0 rgba(0,0,0,0.07);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  border:none;
}

.btn-submit:hover {
  background-color: #184c83;
  box-shadow: 0 1px 1px 0 rgba(0,0,0,0.10),
  0 1px 1px 0 rgba(0,0,0,0.09);
  box-shadow: 10px 10px lightblue;
  transition: .3s;
}

@media (max-width: 768px) {
  
  .btn-submit {
      
    width:100%;
    float: none;
    text-align:center;
  
  }
}
input[type=checkbox] + label {
color: #ccc;
font-style: italic;
} 
input[type=checkbox]:checked + label {
color: #f00;
font-style: normal;
}

.foto-no-fundo {
  background-image: url('/imgs/eventos-img/fundo_eventos.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

#serv{
  padding-top:40px;
  padding-bottom:40px;
  background: #ececec;
  margin-top:40px; 
   }
  .serv_2i1{
  background:#fff;
  padding:30px 20px 50px 20px; 
   }
  .serv_2i2i1 span a{
  display:inline-block;
  border-radius:50%;
  width:50px;
  height:50px;
  line-height:50px;
  background:#0085ff;
  text-align:center;
  font-size:22px;
   }
  .serv_2i2i1 span a:hover{
  background:#05488a;
  color:#fff;
   }
  .serv_2i2i1{
  left:20px; 
  top:-25px;
   }


   #making{ 
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #ECECEC;   
     }
   .making_1{ 
    text-align:center;
   }
   .making_1 h2{ 
     text-align:center;
     color: #fff;
      }
   #making .animate {
       -webkit-transition: all 0.3s ease-in-out;
       -moz-transition: all 0.3s ease-in-out;
       -o-transition: all 0.3s ease-in-out;
       -ms-transition: all 0.3s ease-in-out;
       transition: all 0.3s ease-in-out;
     }
   #making .info-card {
       width: 100%;
       border: 1px solid rgb(215, 215, 215);
       position: relative;
       font-family: 'Lato', sans-serif;
       margin-bottom: 20px;
       overflow: hidden;
     }
   #making .info-card > img {
       width: 100px;
       margin-bottom: 60px;
     }
   #making .info-card .info-card-details,
   #making .info-card .info-card-details .info-card-header  {
       width: 100%;
       height: 100%;
       position: absolute;
       bottom: -100%;
       left: 0;
       padding: 0 15px;
       background: rgb(255, 255, 255);
       text-align: center;
     }
   #making .info-card .info-card-details::-webkit-scrollbar {
       width: 8px;
     }
   #making .info-card .info-card-details::-webkit-scrollbar-button {
       width: 8px;
       height: 0px;
     }
   #making .info-card .info-card-details::-webkit-scrollbar-track {
       background: transparent;
     }
   #making .info-card .info-card-details::-webkit-scrollbar-thumb {
       background: rgb(160, 160, 160);
     }
   #making .info-card .info-card-details::-webkit-scrollbar-thumb:hover {
       background: rgb(130, 130, 130);
     }           
   
   #making .info-card .info-card-details .info-card-header {
       height: auto;		
       bottom: 100%;
       padding: 10px 5px;
     }
   #making .info-card:hover .info-card-details {
       bottom: 0px;
       overflow: auto;
       padding-bottom: 25px;
     }
   #making .info-card:hover .info-card-details .info-card-header {
    position: relative;
    bottom: 0px;
    padding-top: 25px;
    padding-bottom: 5px;
     }
   #making .info-card .info-card-details .info-card-header h1,	
   #making .info-card .info-card-details .info-card-header h3 {
       color: rgb(62, 62, 62);
       font-size: 22px;
       font-weight: 900;
       text-transform: uppercase;
       margin: 0 !important;
       padding: 0 !important;
     }
   #making .info-card .info-card-details .info-card-header h3 {
       color: rgb(142, 182, 52);
       font-size: 15px;
       font-weight: 400;
       margin-top: 5px;
     }
   #making .info-card .info-card-details .info-card-detail .social {
       list-style: none;
       padding: 0px;
       margin-top: 25px;
       text-align: center;
     }
   #making .info-card .info-card-details .info-card-detail .social a {
       position: relative;
       display: inline-block;
       min-width: 40px;
       padding: 10px 0px;
       margin: 0px 5px;
       overflow: hidden;
       text-align: center;
       background-color: rgb(215, 215, 215);
       border-radius: 40px;
     }