* {
  box-sizing: border-box; 
  margin: 0; 
  padding: 0; 
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
h1, h2, h3, h4, h5, h6{
  color: #000;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}
p {
  font-size: 18px;
}
.h1, h1 {
  font-size: 2.5rem;
}




#image-gallery .container {
  padding-left: 0;
  padding-right: 0;
}

#image-gallery .d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; 
}

#image-gallery .p-2 {
  padding: 0.5rem;
}

#image-gallery img {
  display: block;
  margin: 0;
}





#circle-section {
  padding: 40px 0;
  text-align: center; 
}


.title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px; 
}


.circle-wrapper {
  display: flex; 
  justify-content: center;
  gap: 40px; 
}

.circle-item {
  display: flex;
  flex-direction: column; 
  align-items: center; 
}


.circle {
  width: 80px;
  height: 80px; 
  border-radius: 50%;
  position: relative;
  background-color: transparent; 
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 0 8px transparent; 
}


.circle-1 {
  position: relative;
}

.circle-1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 8px solid transparent;
  border-top-color: #004d00; 
  border-right-color: #004d00;
  border-bottom-color: #004d00;
  border-left-color: #d3d3d3; 
  transform: rotate(45deg); 
}

.circle-2,
.circle-3,
.circle-4 {
  border: 8px solid #004d00; 
}


.number {
  font-size: 18px;
  color: black; 
  position: relative; 
  z-index: 1; 
  font-weight:700 ;
}


.text {
  margin-top: 8px; 
  font-size: 14px; 
  color: #020202; 
  font-weight:500 ;
}


#image-section {
  padding: 20px 0; 
  text-align: center; 
}

.image-container {
  display: flex;
  justify-content: center; 
}

.image-container img {
  max-width: 40%;
  height: auto; 
}

.image-title {
  font-size: 24px; 
  font-weight: 700; 
  color: #333; 
  margin-bottom: 20px; 
}



#gallery-section {
  padding: 20px;
}

.gallery-title {
  text-align: center;
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: bold;
  color: #333;
}

.gallery-container {
  display: flex;
  flex-direction: column;
  align-items: center; 
}

.gallery-row {
  display: flex;
  justify-content: center; 
  flex-wrap: wrap;
  gap: 10px; 
  margin-bottom: 20px; 
}

.gallery-item {
  flex: 1 1 calc(25% - 10px); 
  max-width: calc(25% - 10px);
  box-sizing: border-box;
  text-align: center; 
}

.gallery-item img {
  width: 45%; 
  height: auto; 
  display: block; 
  margin: 0 auto; 
  border-radius: 8px; 
  
}

.image-caption {
  margin-top: 8px; 
  font-size: 14px; 
  color: #0a3a04; 
  text-align: center; 
  font-weight: 800;
}

.image-subcaption {
  margin-top: 4px; 
  font-size: 12px; 
  color: #666; 
  text-align: center; 
  line-height: 1.2; 
  max-width: 90%; 
  margin-left: auto;
  margin-right: auto;
}




.custom-title {
  font-size: 24px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
  text-align: center;
}




.text-center {
  text-align: center;
}
.text-center2 {
  text-align: center;
  font-weight: bold;
  font-size: 14px
}

.position-relative {
  position: relative;
}

.d-inline-block {
  display: inline-block;
}

.text-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: white; 
  font-weight: bold;
  font-size: 48px; 
  pointer-events: none;
}







.texto-gris {
  color: #013d1f;  
  margin-bottom: 15px;
}
.texto-gris2 {
  color: #04721c; 
}


.gtco-social-icons a {
  color: #000 !important; 
  margin-right: 10px; 
}


section {
  padding: 80px 0;
}

.justify-content-center {
  display: flex;
  justify-content: center;
}

.img-responsive {
  display: block;
  max-width: 87%;
  height: auto;
}

.img-responsive2 {
  display: block;
  max-width: 45%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.img-responsive3 {
  display: block;
  max-width: 30%;
  height: auto;
}
hr.my-custom-line {
  width: 70px;
  border-color: #035c0a;
  border-width: 2.5px;
  margin: 0 auto;
}
.container.text-center {
  margin-top: 20px; 
  margin-bottom: 20px;
}
.nosotros-section {
  text-align: left;
  
}
#gtco-footer {
  background-color: #f0f0f0; 
  color: #333; 
  width: 100%; 
  padding: 20px 0;
  box-sizing: border-box; 
  margin: 0; 
}

.text-center {
  text-align: center; 
}

.text-left {
  text-align: left; 
}



.gtco-contact-info ul {
  padding-left: 0; 
  list-style: none;
}

.gtco-contact-info .media-body {
  margin-left: 10px; 
}

.custom-icon {
  font-size: 1.5rem; 
}

.media {
  align-items: center; 
}

.copyright {
  margin-top: 20px; 
}

.hidden {
  display: none;
  
}



.custom-icon {
  color: #04721c; 
  font-size: 29px; 
  margin-right: 25px;
  margin-top: -10px !important; 
}

.media-body {
  font-size: 17px; 
}
.hidden {
  display: none !important;
}

@media (max-width: 991.98px) {
  #myNavbar {
      display: none !important;
  }
}


@media (max-width: 768px) {
  .text-overlay {
      font-size: 36px;
      padding: 10px;
  }

  .circle-wrapper {
      flex-direction: column;
      align-items: center;
  }

  .circle-item {
      margin-bottom: 20px;
  }

  .circle {
      width: 60px;
      height: 60px;
  }

  .number {
      font-size: 14px;
  }

  .image-title {
      font-size: 20px;
  }

  .text-center2 {
      font-size: 14px;
  }

  .text-center {
      font-size: 16px;
  }


  .image-title {
    font-size: 25px;
}

.image-container {
    
    max-width: 100%;
  height: auto; 
}

.responsive-img {
  width: 100%;
  height: auto;
}
#title {
  font-size: 28px; 
  
  margin-top: auto; 
  margin-left:  1rem !important;
}
.texto-gris{
  font-size: 28px;
}
.texto-gris2 {
  font-size: 24px; 
 
}
}