:root{
  --DarkGreen:#008F48;
  --LightGreen:#B9E47B;
  --D1Green:#02572D;
  --Green2:#385E42;
  --Bg1:#F1f9fe;
  --Font1:"Ubuntu", serif;
  --Font2:"League Spartan", serif;
}

html{
overflow-x: hidden;
}

body{
  margin: 0;
  padding: 0 !important;
  font-family: var(--Font1);
  font-weight: normal;
  font-style: normal;
  font-size: 16px;
  overflow-x: hidden !important;
  background-color: var(--Bg1);

}
a:hover {
  color: #000000;
}

section, .row, .container, .container-fluid{
  padding: 0;
  margin: 0;
}

.container{
  padding: 0 100px;
  max-width: 1440px;
margin: 0 auto;
}

.material-symbols-sharp, .material-symbols-rounded {
  font-variation-settings:
  'FILL' 1,
  'wght' 500,
  'GRAD' 0,
  'opsz' 24;
  color: var(--DarkGreen);
  font-size: 80px!important;
}

/* section 0 */

#section-0{
  padding:50px 0;
  min-height:600px ;
}

#Himg{
  /* background-image: url(/img/Header-img.svg);
  background-size: 100%;
  background-position-x:right ;
  background-position-y:top ;
  background-repeat:no-repeat; */
  z-index: -10;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  left: 0;
  padding: 0;
  filter: none!important;
}


#section-0 h1{
  margin: 80px 0 0 0;
  max-width: 55%;
  color: var(--DarkGreen);
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}

#section-0 h1 span{
  font-size: 65px;
  font-weight: 700;
}

#section-0 h1 b{
  font-size: 80px;
  font-weight: 500;
}
#section-0 h6 {
  font-size: 30px;
  font-weight: 700;
  color: var(--D1Green);
  margin: 20px 0 0 0;
}

.logo{
  width: 300px;
  height: auto;
}

/* form */

.form-body{
  margin: 175px 0 0;
  border-radius: 30px;
  background: white;
  box-shadow: 5px 7px 23.9px 0px rgba(59, 67, 147, 0.15);
  max-width: 745px;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-bottom: 20px;
}
.message-box {
  margin-bottom: 175px;
}

.form-body h3{
  color: var(--D1Green);
  text-align: center;
  font-size: 28px;
  font-weight: 600;
  width: 100%;
  padding: 30px 60px 10px;
  margin: 0;
}

.form-body h3 span{
  font-size: 18px;
  font-weight: 400;
}


#contactform{
display: flex;
flex-direction: row;
flex-wrap: wrap;
align-items: center;
justify-content: space-between;
padding: 0 60px 20px;
}


.form-body input, .form-body select{
  border: 1px solid var(--D1Green);
  width: 300px;
  height: 40px;
  margin: 10px 0 0 0;
  padding: 0 10px;
  font-size: 18px!important;
  font-family: var(--Font2);
  color: var(--D1Green)!important;
  border-radius: 10px;
  font-weight: 300;
}

.form-control:focus{
  box-shadow: none;
  border-color: var(--D1Green);
}

.form-body input:focus-visible{
  outline: none;
}

.form-body input::placeholder{
  color: var(--D1Green);
  font-size: 18px;
  font-weight: 300;
}

.form-body button{
  border-radius: 10px;
  background: var(--D1Green, #030F8A);
  font-family: var(--Font1);
  color: white;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  width: 300px;
  height: 40px;
  margin: 20px auto 0 auto;
  transition: all 1s;
  background-image: url(../img/arrow-right.svg);
  background-position-x: 95% ;
  background-position-y:center ;
  background-size: 15px;
  background-repeat: no-repeat;
}

.form-body button:hover{
  background-color: var(--D1Green);
  color: white;
  transform: scale(1.05);
}

#phone{
  background-image: url(../img/PT-flag.svg);
  background-size: 25px;
  background-position-x: 15px;
  background-position-y:10px ;
  background-repeat: no-repeat;
  padding-left: 50px;
}

/*Term animation */
.termContainer {
  width: 100%!important;
  text-align: center;
  font-size: 12px;
  color: var(--D1Green);
  margin-top: 15px;
  margin-bottom: auto;
  margin-left: 0;
  cursor: pointer;
  font-weight: 300;
}

.termContainer a {
  color: var(--D1Green);
}

.termContainer input {
  display: none;
}

.termContainer a:hover {
  color: var(--D1Green) !important;
}

.termContainer svg {
  /* overflow: visible; */
  max-height: 15px;
  max-width: 15px;
  margin: 0;
  vertical-align: baseline;
  translate: 0 2px;
}

.path {
  fill: none;
  stroke: var(--D1Green);
  stroke-width: 6px;
  stroke-linecap: round;
  stroke-linejoin: round;
  transition: stroke-dasharray 0.5s ease, stroke-dashoffset 0.5s ease;
  stroke-dasharray: 241 9999999;
  stroke-dashoffset: 0;
}

.termContainer input:checked~svg .path {
  stroke-dasharray: 70.5096664428711 9999999;
  stroke-dashoffset: -262.2723388671875;
}

/* section 1 */
#section-1{  
  margin: 0;
  background-image: url(/img/bg2.svg);
  background-size: cover;
  background-position-x:center ;
  background-repeat: no-repeat;
  min-height: 500px;
  
}

#section-1 .tags{
  width: 20%;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

#section-1 .container{
  padding-top: 170px;

}
#section-1 p{
  font-size: 17px;
  font-weight: 400;
  color: var(--DarkGreen);
  line-height: normal;
  margin: 10px auto;
}

#section-1 h1{
  padding-top: 145px;
  color: var(--D1Green, #02572D);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 650px;
  z-index: 1;
  margin: 0 auto;
}

#section-1 .card{
  width: 240px;
  height: 240px;
  border: solid var(--D1Green) 1px;
  border-radius: 30px;
  margin: 0 0 20px 0;
  z-index: 1;
}

#section-1 .card img{
  height: 115px;
  width: auto;
  margin-top: 20px;
}

#section-1 .card div{
background-color: var(--D1Green);
border-radius:  0 0 26px 26px;
height: 75px;
text-align: center;
display: flex;
justify-content: center;
align-content: center;
flex-wrap: wrap;
}

#section-1 .card div p{
 color: white;
 padding: 0;
 margin: 0;
 width: 220px;
}

#section-1 video{
  margin:230px 0 0 0 ;
  position: absolute;
  left: -175px;
  /* background-image: url(../img/sol-1.svg);
  background-size: 100%; */
  max-width: 100%;
  width: 1060px;
  height: auto;
  overflow: hidden;
  padding: 0;
  z-index: 0;
  filter: none;
}

#section-1 .cards-solutions{
  flex-wrap: wrap;
  min-width: 50%;
  margin: 115px 0 0 50% ;
}

/* Section 2 */

#section-2 h1 {
  padding: 145px 10px 0;
  color: var(--D1Green, #02572D);
  text-align: center;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  max-width: 650px;
  z-index: 1;
  margin: 0 auto 50px;
}

#section-2 img{
  margin: 0 10px;
  width: 200px;
  height: auto;
}

#section-2 .slider-vant div{
  padding: 0 20px;
}

#section-2 .container{
  padding: 0;
}

/* Section 3 */

#section-3{
  background-image: url(../img/bg1.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x:center ;
  background-position-y:top ;
  min-height: 295px;
  margin: 95px 0 0 0;
  padding: 85px 0 55px;
}

#section-3 h1{
  color: white;
  font-size: 48px;
  font-weight: 700;
  padding:0;
  text-align: center;
  text-wrap: balance;
}

#section-3 button{
  background-color: white;
  border-radius: 15px;
  color: var(--D1Green);
  width: 280px;
  height: 56px;
  font-size: 30px;
  font-weight: 700;
  margin: 25px 0 0 0;
  border: none;
  transition: all 0.5s;
}

#section-3 button:hover{
transform: scale(1.05);
}

/* footer */
#section-ads a{
 display: flex;
 justify-content: center;
 }
 
#section-ads img{
 height: 34px!important;
 width: auto;
 margin: 30px auto;
}

/* Politica de privacidade */
.modal-header{
  justify-content: space-between;
}

.modal-content {
  background-color: rgba(255, 255, 255, 0.85)!important;
  color: var(--D1Green)!important;
  border: solid 1px var(--D1Green)!important;
}

.modal button.close {
  color: var(--D1Green)!important;
}

.modal .btn {
  background-color: var(--D1Green)!important;
  color: white!important;
}

.cookies .wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
}

#termos-error, .error{
  color: red;
  font-size: 12px;
  min-width: 300px;
}

#termos-error{
  width: 100%; 
  text-align: center;
}

/* Media Queries */
@media only screen and (max-width: 1400px){
  #section-0 h1{
    max-width: 60%;
    font-size: 30px;
    text-wrap: balance;
  }

  #section-0 h1 span{
    font-size: 45px;
  }
}

@media only screen and (max-width: 1200px){
  .container{padding: 0 50px;}
  #section-1 .cards-solutions{
    margin: 115px 15% 0;
  }

  #section-1 .cards-solutions .card{
    margin: 0 10px 20px;
  }
  .tags{
    margin: 20px auto;
    min-width: 35%;
  }

  #Himg{
    top: 10%;
  }
    #section-1 .container{
        padding-top: 60px;
    }
}

@media only screen and (max-width: 1080px){

  #section-1 video {
    position: unset;
    left: 0;
    max-width: 100%;
    margin: 10px 0;
}

}

@media only screen and (max-width: 991px){

  #section-0 h1{
    text-align: center;
    margin: 80px auto 0;
    max-width: 85%;
    font-size: 40px;
  }
  #section-0 h1 span{
    font-size: 55px;
  }
  #section-0 h6 {
    margin: 20px auto 0 auto;
    text-align: center;
  }

  #section-0 .logo{
    margin: auto;
    width: 180px;
  }

  #contactform {
    justify-content: center;
}

.form-body input {
  margin: 10px 10px 0;
}

.form-body{
  padding-bottom: 20px;
}

.form-body h3, .termContainer, .form-body{
  max-width: 414px;
}

.form-body h3{
  font-size: 25px;
  padding: 30px 30px 10px;
}

#contactform{
  padding: 0 30px 20px;
}

.form-body{
  margin:0;
}

#section-1 .cards-solutions{
  margin: 115px 6% 0;
}

#Himg{
position: unset;
width: 100vw;
}

#section-0 .container{
  padding: 0;
}

}

@media only screen and (max-width: 768px){
#section-1 .cards-solutions{
  margin: 50px auto 0;
}

.container {
  padding: 0 25px;
}

#section-0 h1 b, #section-0 h1 span {
  font-size: 45px;
}

#section-0 h1 {
font-size: 30px;
line-height: 35px;
margin: 60px auto 0;
}

#section-1 h1, #section-2 h1, #section-3 h1{
font-size: 35px;
}

#section-1 .container {
  padding-top: 70px;
}

#section-1 h1, #section-2 h1 {
  padding-top: 50px;
}

}


@media only screen and (max-width: 570px){

  #section-1 .card img{
    height: 115px;
  }
  
  #section-1 .card{
    width: 240px;
    height: 240px;
  }

  #section-1 .cards-solutions{
    display: none!important;
  }
  
  #section-1 .Slider-cards{
    display: block!important;
    padding-top: 50px;
  }
  
  #section-1 video{
    margin: 20px 0 0 0;
  }
  #section-3{
    margin-top:50px;
  }
  #section-1 h1, #section-2 h1, #section-3 h1{
      font-size: 25px;
  }
 #section-2 h1{
     margin-top: 30px;
 }
 #section-3 button{
     font-size: 20px;
 }
 #section-0 h6 {
  font-size: 26px;
 }
 #section-0 h1{
    max-width: 100%;
    font-size: 28px;
  }

  #section-0 h1 span{
    font-size: 35px;
  }
}



@media only screen and (max-width: 375px){
  #contactform {
    padding: 0 0 20px;
  }
  #section-0 {
    text-wrap: balance;
  }
  #section-0 h1 {
    font-size: 24px;
  }
  #section-0 h6 {
    font-size: 20px;
  }

}
