.sobre {
  max-width: 800px;
  margin: auto;
  padding: 20px;
  background-color: #f8f9fa;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);

}

.titulo {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
  padding-top: 60PX;

}

h3 {
  color: #007bff;
  margin-top: 20px;
}

p {
  line-height: 1.6;
  color: #333;
}


#valores-lista {
  list-style-type: none;
  padding: 0;
  text-align: justify;
}

#valores-lista li {
  margin: 10px 0;
  background: #e9ecef;
  padding: 10px;
  border-radius: 5px;
  transition: background 0.3s;
}

#valores-lista li:hover {
  background: #d1e7dd;
}

#service-title {
  text-align: center;
  margin: 20px 0;
  padding-top: 60px;
}

#service-title h1 {
  font-size: 2.5em;
  color: #333;
}

#service-title .divider {
  border: 1px solid #ccc;
  margin: 20px auto;
  width: 80%;
}

#service {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
}

.item {
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  padding: 20px;
  text-align: center;
  width: 300px;
  transition: transform 0.2s;
}

.item img {
  width: 100%;
  height: 300px;
  border-radius: 10px;
}

.item ul {
  list-style-type: none;
  padding-left: 0;
  text-align: left;
}

.item button {
  background: #007BFF;
  color: white;
  border: none;
  border-radius: 5px;
  padding: 10px 15px;
  cursor: pointer;
  margin-top: 10px;
}

.item:hover {
  transform: scale(1.05);
}


@media (max-width: 700px) {
  #service {
    flex-direction: column;
    align-items: center;
  }
}

#portfolio {
  text-align: center;
  margin-top: 0;
  color: #333;
  padding-top: 60px;
}

.gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 20px 15px;
  padding-left: 130px;
  padding-right: 130px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s, box-shadow 0.3s;
}

.gallery-item:hover {
  transform: scale(1.05);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
}

.gallery-item img {
  width: 100%;
  height: 300px;
  display: block;
  transition: transform 0.3s;
}

.gallery-item:hover img {
  transform: scale(1.1);
}

.caption {
  text-align: center;
  color: white;
  font-size: 16px;
  padding: 8px 12px;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  background-color: rgba(0, 0, 0, 0.7);
  border-radius: 5px;
  display: none;
}

.gallery-item:hover .caption {
  display: block;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  font-size: 20px;
  color: #f1f1f1;
}

.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  max-height: 80%;
  border-radius: 10px;
}

.close {
  position: absolute;
  top: 50px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: color 0.3s;
}

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

#prevBtn,
#nextBtn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  border: none;
  cursor: pointer;
  padding: 10px;
  font-size: 18px;
}

#prevBtn {
  left: 10px;
}

#nextBtn {
  right: 10px;
}

@media (max-width: 700px) {
  .gallery {
    grid-template-columns: repeat(2, 1fr);
    margin: 20px;
    padding-left: 50px;
    padding-right: 50px;
  }
}

@media (max-width: 500px) {
  .gallery {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }
}

#content {
  background-color: #F3F2F0;
  padding: 10px;
}

#quemsomos {
  display: column;
  text-align: center;
  margin-top: 10px;
  color: black;
}

#text-one,
#text-two,
#text-three {
  margin-bottom: 10px;
}

#text-three {
  margin-bottom: 40px;
}

hr.divider_01 {
  height: 0.2rem;
  max-width: 3.25rem;
  margin: 1.5rem auto;
  background-color: white;
  opacity: 1;
}

@media (max-width: 700px) {
  #quemsomos {
    flex-direction: column;
    align-items: center;
  }
}

#button_02 {
  display: inline-block;
  background-color: white;
  border-radius: 15px;
  color: #eeeeee;
  text-align: center;
  font-size: 20px;
  padding: 0px;
  height: 40px;
  width: 350px;
  cursor: pointer;
  margin: 5px;
  margin-top: 10px;
  color: black;
  margin-bottom: 30px;
}




#box0 img {
  border: solid 1px black;
  -webkit-border-radius: 12px;
  border-radius: 12px;
  margin-right: 0px;
  width: 100%;
  height: auto;
}

#author {
  text-align: right;
}

body {
  margin-left: auto;
  margin-right: auto;
  margin: 0;
  padding: 0;
  background-color: snow;
  box-sizing: border-box;
  font-family: 'Poppins', sans-serif;
}

.button-father {
  text-align: center;
  margin: auto;
  cursor: pointer;
}

.button-children {
  display: inline-block;
  text-align: center;
  cursor: pointer;
}

.face {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
}

.whats {
  display: inline-block;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
}

.face .whats .button-children img {
  height: 50px;
}

.texth1 {
  text-align: center;
}

@media (max-width: 800px) {
  .readmore {
    font-size: 20px;
  }
}

#box01 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  width: 100%;
}

div.article_child {
  margin-bottom: 15px;
  height: auto;
  width: auto;
  float: left;
  font-family: Verdana, sans-serif;
  font-size: 12px;
}

div.article_child img {
  margin: 0px;
  width: 345px;
  height: 300px;
  border-radius: 5px;
}

.legenda {
  width: 345px;
}

.readmore {
  text-align: right;
  font-size: 18px;
}

html {
  scroll-behavior: smooth;
}

@media (min-width: 1600px) {
  html {
    width: 1600px;
    margin: auto;
    background-color: #F0F2F5;
  }
}


.footer {
  background-color: dimgray;
  padding: 50px 20px;
  color: #ffffff;
}

.footergeneral {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.footer-left {
  flex: 1;
}

.footer-right {
  flex: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

h3 {
  font-size: 24px;
  margin: 0 0 10px;
}

.copyright {
  font-size: 14px;
  color: #8f9296;
}

.media {
  font-size: 18px;
  margin-bottom: 10px;
  color: #E8E6DF;

}

.footer-icons {
  display: flex;
  gap: 10px;
}

.footer-icons img {
  width: 30px;
  height: 30px;
  transition: transform 0.3s;
  border-radius: 10px;
}

.footer-icons img:hover {
  transform: scale(1.1);
}

@media (max-width: 880px) {
  .footergeneral {
    flex-direction: column;
    text-align: center;
  }
}



#home img {
  -webkit-border-radius: 4px;
  border-radius: 4px;
}

ul {
  margin-left: 0px;
  list-style-type: none;
}

li {
  list-style-type: none;
  margin-left: 0px;
  margin-bottom: 15px;
}

* {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: Verdana, sans-serif;
}

.navbar {
  display: flex;
  position: fixed;
  z-index: 100;
  width: 100%;
  margin-top: 0px;
  justify-content: space-between;
  align-items: center;
  background-color: dimgray;
  color: black;
  font-weight: bold;
}

.title {
  font-size: 1.5rem;
  margin: .5rem;
}

.entry-title {
  display: none;

}

.navigation-bar {
  height: 100%;
}

.navigation-bar ul {
  display: flex;
  margin: 0;
  padding: 0;
}

.navigation-bar li {
  list-style: none;
}

.navigation-bar li a {
  display: block;
  text-decoration: none;
  color: black;
  padding: 1rem;
}

.navigation-bar li:hover {
  background-color: #555;
}

@media (max-width: 800px) {
  .navbar {
    flex-direction: column;
    align-items: flex-start;
  }

  .navigation-bar {
    display: none;
    width: 100%;
  }

  .navigation-bar ul {
    width: 100%;
    flex-direction: column;
  }

  .navigation-bar ul li {
    text-align: center;
  }

  .navigation-bar ul li a {
    padding: .5rem 1rem;
  }

  .navigation-bar.active {
    display: flex;
  }

  .toggle-button {
    position: absolute;
    top: .80rem;
    right: 1rem;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 21px;
  }

  .toggle-button .bar {
    height: 3px;
    width: 100%;
    background-color: white;
    border-radius: 10px;
  }

  .toggle-button {
    display: flex;
  }
}

body {
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  font-family: Verdana, sans-serif;
  background-color: #E8E6DF;
}

.container {
  position: relative;
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.carousel-item img {
  max-width: 100%;
}

.carousel-slider {
  display: flex;
  transition: transform 0.5s ease-in-out;
}

.carousel-item {
  min-width: 100%;
}

.carousel-item img {
  width: 100%;
  height: 600px;
  border-radius: 5px;
}

@media(max-width: 800px) {
  .carousel-item img {
    width: 100%;
    height: auto;
  }
}

@media (min-width: 1600px) {
  html {
    width: 1600px;
    margin: auto;
    background-color: #F0F2F5;
  }
  .navbar {
    width: 1600px;
    }}

.carousel-prev,
.carousel-next {
  width: 50px;
  line-height: 50px;
  border-radius: 50%;
  font-size: 2rem;
  text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
  text-align: center;
  color: white;
  background-color: transparent;
  text-decoration: none;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  border: none;
  cursor: pointer;
}

.carousel-prev {
  left: 10px;
}

.carousel-next {
  right: 10px;
}



#text_main {
  display: block;
  position: absolute;
  top: 60%;
  left: 30%;
  transform: translate(-15%, -85%);
  font-size: 50px;
 /*font-weight: 1000;*/ 
  text-align: center;
  font-family: "font name", Helvetica, sans-serif;
  max-width: 800px;
  margin: 40px auto;
  padding: 20px;
  background-color: rgba(249, 249, 249, 0.1);
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);


}

.brand  {
  color: white;
  font-size: 30px;
   /*-webkit-text-stroke: 1px black;*/ 

}

.intro-text {
  font-size: 24px;
  font-weight: bold;
  color: #333;
  margin-bottom: 10px;
}

.divider {
  border: 0;
  height: 2px;
  background-color: #2c292f;
  margin: 20px 0;
}

.text-01 {
  font-size: 18px;
  color: #555;
  margin: 20px 0;
}

#button_01 {
  color: #fff;
  background-color: blueviolet;
  font-size: 16px;

  border: none;
  border-radius: 5px;
  cursor: pointer;
  transition: background-color 0.3s;
  margin-top: 20px;

  
}

#button_01:hover {
  background-color: #444;
}

#button_01 {
  height: 30px;
  width: 130px;
  font-size: 12px;
  margin-right: 30px;
}

@media(max-width: 700px) {
  .brand {
   color: white;
   -webkit-text-stroke: 0px white;
   font-size: 16px;
   margin-top: 5px;
  }
}



@media(max-width: 1200px) {
  #text_main {
    top: 50%;
    left: 30%;
  }
}

@media(max-width: 800px) {
  #text_main {
    top: 65%;
    left: 30%;
  }
}

@media(max-width: 700px) {
  #text_main {
    top: 65%;
    left: 30%;
  }
}

@media(max-width: 600px) {
  #text_main {
    top: 65%;
    left: 30%;

  }
}

@media(max-width: 500px) {
  #text_main {
    top: 70%;
    left: 30%;
    font-size: 20px;
    font-weight: 500;
    display: none;

  }
}

@media(max-width: 400px) {
  #text_main {
    top: 70%;
    left: 30%;
    font-size: 20px;
    font-weight: 500;
    display: none;
  
  }

}

@media(max-width: 300px) {
  #text_main {
    top: 70%;
    left: 30%;
    font-size: 20px;
    font-weight: 500;
    display: none;

  }

}



#contact {

  padding: 20px 0;
  padding-top: 30px;

}

.contact-container {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
  padding: 30px;

  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-wrap: wrap;
}

h2 {
  font-size: 2rem;
  color: #333;
  margin-bottom: 20px;
}

p {
  font-size: 1.1rem;
  color: #666;
  margin-bottom: 30px;
}

.contact-info {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-item {
  text-align: left;
}

.info-item h3 {
  font-size: 1.4rem;
  color: #333;
  margin-bottom: 10px;
}

.info-item p {
  font-size: 1rem;
  color: #666;
}

.social-links {
  list-style: none;
  padding: 0;
}

.social-links li {
  margin: 10px 0;
}

.social-icon {
  text-decoration: none;
  font-size: 1.1rem;
  color: #333;
  padding: 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;
}

.social-icon:hover {
  background-color: #f0f0f0;
}

.instagram:hover {
  color: #e4405f;
}

.facebook:hover {
  color: #3b5998;
}

.linkedin:hover {
  color: #0077b5;
}

@media (max-width: 768px) {
  .contact-container {
    padding: 20px;
  }

  h2 {
    font-size: 1.8rem;
  }

  p {
    font-size: 1rem;
  }
}




@media(max-width: 700px) {
  iframe {
    width: 100%;
    max-width: 100%;
    height: 400px; /* ou qualquer altura que preferir */
  }
}





