
/*imagem fit*/
.imgFit {
  width: 100%;
  height: auto;
}

/* Text on top of the image */
.image-text {
  position: absolute;
  top: 20px; /* Adjust the top position as needed */
  left: 20px; /* Adjust the left position as needed */.
  margin: 10px;
  color: white;
  font-size: 24px;
}

/* montserrat family bold italic */
.extraBoldTextItalicMontserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
  font-style: italic;
}

/* montserrat family bold */
.extraBoldTextMontserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 800;
}

/* montserrat family medium italic */
.mediumTextItalicMontserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
  font-style: italic;
}

/* montserrat family medium */
.mediumTextMontserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 500;
}

/* montserrat family extra light italic */
.extraLightTextMontserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 200;
}

/* montserrat family bold italic */
.boldTextMontserrat {
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.container-gradient {
  /*background: linear-gradient(to bottom, 
      #1b5152, 
      #0b615d, 
      #007165,
      #00826a, 
      #00926c, 
      #1ca074, 
      #2eaf7b, 
      #3fbd82, 
      #57cd96, 
      #6ddeaa, 
      #82eebf, 
      #98ffd3, 
      #adffdb, 
      #caffe9, 
      #d6ffef, 
      #ffffff,
      #ffffff,
      #ffffff,
      #ffffff,
      #ffffff);*/

  background: rgb(27, 81, 82);
  background: linear-gradient(
    180deg,
    rgba(27, 81, 82, 1) 0%,
    rgba(19, 168, 104, 1) 30%,
    rgba(255, 255, 255, 1) 80%
  );
  padding: 20px;
  position: relative;
}

.text-container {
  color: white;
}

.text-containerLeft {
  text-align: left;
}

.text-containerRight {
  text-align: right;
}


html {
  height: 100%;
}

body {
  width: 100%;
  text-align: center;
  position: relative;
  min-height: 100%;
}

#js-logo {
  width: 700px; /* Adjust the width as needed */
  height: 700px; /* Adjust the height as needed */
  position: absolute;
  top: -230px; /* Adjust the top position as needed */
  left: -600px; /* Adjust the left position as needed */
  z-index: 1;
}

.logo-behind {
  z-index: 1;
}

.hexagon-container {
  width: 500px; /* Adjust the width as needed */
  height: 500px; /* Adjust the height as needed */
  position: relative;
  overflow: hidden;
}

.hexagon-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  clip-path: polygon(50% 0, 85% 25%, 85% 75%, 50% 100%, 15% 75%, 15% 25%);
  outline: 2px solid #000;
}

.container1 > div {
  display: inline-block;
  display: -moz-inline-box;
  display: inline; /* For IE7 */
  zoom: 1; /* Trigger hasLayout */
  margin-left: 2%;
  width: 23%;
  text-align: center;
}

.container1 > div:first-child {
  margin-left: 0;
}

/***** BEGIN - ALTEREI ESTE CÓDIGO CSS ******/

/*.icon-container .hex-container {
  opacity: 0;
  /*transform: translateY(100%);*
  /*animation: show-up 0.7s ease forwards;*
}*/

/* Apply animation to .hex-container elements *
.hex-container {
  /*animation: fade-up 0.5s ease-in-out forwards;*/
/*opacity: 0;*
}*/

/***** END - ALTEREI ESTE CÓDIGO CSS ******/

.paddingNavBar{
  padding-left: 20px; 
  padding-right: 20px;
}

.paddingTop1{
  padding-top:5%
}

.paddingTop2{
  padding-top:5%
}

.backgroundColor{
  background-color: white;
}

.marginRight1{
  margin-right: 30px
}

.marginRight2{
  margin-left: 75px;
}

@media (max-width:991px)
{
    .marginRight2{
      margin-left: 25px;
    }
}

.marginBottom{
  margin-bottom: 80px;
}

.positionRelative{
  position: relative;
}

.colorDarkGreen{
  color: rgb(27,81,82);
}

.group1{
  color: white; 
  font-size: 7.900vw; 
  line-height: 1.2; 
  padding-top: 8%; 
  padding-left: 3.5%;
}

.group2{
  font-size: 50px; 
  padding: 90px; 
  position: relative; 
  z-index: 2;
}

.group3{
  position: absolute; 
  top: 0; left: 0; 
  font-size: 25px; 
  padding: 100px; 
  padding-top: 15%;
}

@media (max-width:991px) {
    .group3 {
        padding:40px;
    }
    
    .group2{
      padding: 50px; 
    }
}


.group3-1{
  position: absolute; 
  top: 0; left: 0; 
  font-size: 25px; 
  padding: 100px; 
  padding-top: 15%;
}

.group3-2{
  position: absolute; 
}

.group4{
  font-size: 50px; 
  padding-top: 90px; 
  position: relative; 
  z-index: 2; 
  text-align: right; 
  color:white;
}

.group5{
  font-size: 25px; 
  padding-right: 1%; 
  padding-bottom: 7%;
  position: relative; 
  z-index: 2; 
  text-align: right; 
  color:white;
}

.group6{
  position: relative; 
  margin-top: 25px;
}

.group7{
  max-width: 520px;
}

.group8{
  position: absolute; 
  left: 0; 
  top: 100%; 
  transform: translate(-50%, -50%); 
  animation: slide 6s infinite; 
  max-width: 70px; 
}

.group9{
  text-align: center; 
  position: relative; 
  margin-top: 60px;
}

.group10{
  color: rgb(27,81,82); 
  line-height: 0.7;
}

.group11{
  color: rgb(27,81,82); 
  line-height: 0.7; 
  font-size: 55px;
}

.group12{
  position: relative;
  margin-top: 50px
}

.group13{
  position: relative; 
}

.group14{
  display: inline; 
  color:black
}

.group15{
  border:0; 
  position: relative;
}

.opacity1{
  opacity: 30%;
}

.fontSize1{
  font-size: 1.317vw;
}

.fontSize2{
  font-size: small;
}

.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.moving-icon {
  position: absolute;
  top: 0;
  left: 0;
  animation: move 5s infinite;
}

.noDecoration{
  text-decoration: none;
  color:black;
}

@keyframes slide {
  0% {
    transform: translate(-50%, -50%);
  }
  50% {
    transform: translate(calc(100% + 470px), -50%);
  }
  100% {
    transform: translate(-50%, -50%);
  }
}

#fcf-form {
  display: block;
}

.fcf-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 100%;
}

.fcf-form-group {
  margin-bottom: 1rem;
}

.fcf-input-group {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}

.fcf-form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  outline: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.fcf-form-control:focus {
  border: 1px solid #313131;
}

select.fcf-form-control[size],
select.fcf-form-control[multiple] {
  height: auto;
}

textarea.fcf-form-control {
  font-family: -apple-system, Arial, sans-serif;
  height: auto;
}

label.fcf-label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

.fcf-btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out,
    border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .fcf-btn {
    transition: none;
  }
}

.fcf-btn:hover {
  color: #212529;
  text-decoration: none;
}

.fcf-btn:focus,
.fcf-btn.focus {
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 255, 38, 0.088);
}

.fcf-btn-primary {
  color: #fff;
  background-color: rgb(27, 81, 82);
  border-color: rgb(27, 81, 82);
}

.fcf-btn-primary:hover {
  color: #fff;
  background-color: rgb(40, 125, 127);
  border-color: rgba(19, 168, 104, 1);
}

.fcf-btn-primary:focus,
.fcf-btn-primary.focus {
  color: #fff;
  background-color: rgba(19, 168, 104, 1);
  border-color: rgba(19, 168, 104, 1);
  box-shadow: 0 0 0 0.2rem rgba(19, 168, 104, 1);
}

.fcf-btn-lg,
.fcf-btn-group-lg > .fcf-btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  line-height: 1.5;
  border-radius: 0.3rem;
}

.fcf-btn-block {
  display: block;
  width: 100%;
}

.fcf-btn-block + .fcf-btn-block {
  margin-top: 0.5rem;
}

input[type="submit"].fcf-btn-block,
input[type="reset"].fcf-btn-block,
input[type="button"].fcf-btn-block {
  width: 100%;
}

.fcf-body {
  margin: 0;
  font-family: -apple-system, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  padding: 30px;
  padding-bottom: 10px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  max-width: 50%;
  margin-left: auto; /* Add this line to align the contact section to the right */
}

.parent-container {
  padding-left: 25%;
  padding-right: 50%;
}

footer {
   position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgb(27, 81, 82);
  color: white;
  text-align: center;
  z-index: 2;
  padding-top: 15px;
  font-size: 16px;
  margin-top: 20px;
}

.contactos {

}
.group3{
  font-size: 20px
}

.inline{
  display: inline-block;
}

.centerIcon{
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 55px;
  margin-right: 50px;
}

.centerIcon2{
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-left: 50px;
  margin-right: 50px;
}


.block{
  display: block;
}

.onOff{
  visibility: visible;
}

.all{
  justify-content: center;
}