*{
  scroll-behavior: smooth;
  transition: all 0.3s ease-in-out;
}
body{
    margin: 0;
    padding: 0;
    font-family:  Verdana, Geneva, Tahoma, sans-serif;
    font-size: 16px;
  }
  header{
    padding: 5px 15px;
  box-shadow: 1px 3px 4px gray;
  position: fixed;
  width: 100%;
  z-index: 12;
  backdrop-filter: blur(5px);
  }
  header > .header{
    display: flex;
    justify-content: space-between; 

  }
.header > .wrapper_image{
  width: 20%;
  max-width: 120px;
  display: flex;
  align-items: center;
}
  .wrapper_image > img{
    width: 75%;
  }
.header > nav{
  padding: 0;  
  width: 80%;
}
.header > nav ul{
  list-style: none;
  display:flex;
  justify-content: flex-end;
  margin: 0 30px 0 0;
  padding: 0;
}
.header > nav ul > li{
  margin-right: 2px;
  margin: 0;
  padding: 0;
}

.header > nav ul > li a{
  text-decoration: none;
  font-size: 20px;
  color: black;
  display: block;
  margin: 0;
  line-height: 65px; 
  padding: 0 10px;
  border-bottom: solid 1px transparent;
}
.header > nav ul > li a:hover{
    color:   #2d9103;
}

/* ============== BODY ===============*/
main{
  
}
 .hero_banner{
 padding: 3%;
}
 .wrapper_hero_banner{
  display: flex;
  width: 90%;
  max-width: 1400px;
  margin: 0 auto;
  margin: 30px auto;
}
 .hero_text{
  width: 40%;
 height: 600px;
 display: flex;
 justify-content: flex-end;
 flex-direction: column; 
}
.hero_text button{
  display: inline-block;
  width: 300px;
  border: none;
  font-size: 2em;
  color: white;
  background: #2d9103;
  line-height: 60px;
  cursor: pointer;
  border-radius: 3px;
  border: solid 3px #2d9103;
}
.hero_text button:hover{
    border: solid 3px #78c059;
}
.hero_text button a{
  color: white;
  text-decoration: none;
  font-weight:100;
  display:block;
}
.hero_text h1{
  font-size: 3.5em;
  line-height: 60px;  
  color: rgb(77, 77, 77);
  margin: 0;
}
.hero_text span{
    color: #2d9103;
}
.hero_text p{
    font-size: 1.5em;
    font-style: italic;
    color: rgb(77, 77, 77);
}
.wrapper_hero_banner > .hero_image{
  width:60%; 
  position: relative;
 height: 600px; 
}
.img_exito{
  position: absolute;
  width: 350px;
  height: auto;
  left: 30%;
  z-index: 8
}
.img_lines{
  position: absolute;
  bottom: -10%;
  right: 5%;
  width: 250px;
  opacity: .8
}
.img_robotic{
  position: absolute;
  bottom: -30%;
  width: 180px;
  left: 4%;
  z-index: 9
}
.img_chip{
  position: absolute;
  width: 80%;
  right: 0;
  bottom: 20%;
  opacity: .3
}
.img_idea{
  position: absolute;
  z-index: 4;
  left: 50%;
}
.heroImages_dots{
  left: 3%;
  top: 60%;
  position: absolute;
  width: 300px;
  height: 300px; 
  background: #ffffe6;
  padding: 0;
}
.heroImages_dots ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items:center;
}
.heroImages_dots ul li{
  width: 40px;
  height: 40px;
  border-radius: 25px;
  background: yellow;
  margin: 15px;
}

/*  ========  HOW TO WORK  ======== */
.how_work {
    margin-top: 200px; 
    width: 100%;
  }
  .how_work_title {
    display: block;
    text-align: center;
    font-size: 3em;
    padding-top: 100px;
    color:rgb(77, 77, 77);
  }
    .how_work_title > span{
        color: #2d9103;
    }
.how_work_wrapper{
    width: 90%;
    max-width: 1400px;
    margin: 4% auto;
    display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.how_work_box{
  width: 40%;
  display: flex;
  margin:20px 10px;
  box-sizing: border-box;
}
.how_work_numbers{
  width: 10%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 4em;
  background: rgb(237 248 237);
  color: #a3a3a3;
}
.how_work_text{
  width: 90%;
  padding: 20px;
  color: grey;
}
.how_work_text h2{ 
    color: #707070;
  }

  .how_work_text p{ 
    color: gray
  }

  .wrapper_imagen_activation {
    display: flex;
    justify-content: center;
  }
  .wrapper_imagen_activation img{
    width: 60%;
    min-width: 1200px;
  }

  /*  ========  PRICING  ======== */
  .pricing {
    width: 100%;
    margin: 10% auto 5%;
  }
.pricing_wrapper{
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.pricing_wrapper h2{
    font-size: 3.5em;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    color: rgb(77, 77, 77);
}

.pricing_wrapper h2 > span{
    color: #2d9103;
}

.pricing_wrapper > span{
    font-size: 1.3em;
    margin:0 auto;
    display: inline-block;
    text-align: center; 
    width: 80%;

  color: rgb(77, 77, 77);
}

.pricing_boxex{
  width: 90%;
  max-width: 1400px;
  margin: 40px auto; 
  display: flex;
  justify-content: space-around;
}

.pricing_boxex > .pricing_boxex_wrapper{ 
  padding: 20px;
  text-align: center; 
  background: #f8f9f8;
  border-radius: 15px;
  width: 29%;
  position: relative;
}
.pricing_boxex_wrapper > span{
  font-size: 1.2em; 
  color: rgb(77, 77, 77);
}
.pricing_boxex_wrapper > h3{
  font-size: 1.5em; 
 
}
.pricing_boxex_wrapper > ul{
    font-size: 1.2em;
    list-style: none;
    margin: 30px 0;
    width: 80%;
    border-top: solid 1px lightgray;
    padding-top: 30px;
}
.pricing_boxex_wrapper > ul > li{
   text-align: left;
    margin-bottom: 20px;
  font-style:  italic;
}

.docuchat_real_botico {
  position: absolute;
  left: -70px;
  bottom: -70px;
  width: 250px;
} 

 .whath_is {
  width: 1400px;
  max-width: 90%;
  margin: 0% auto;
    padding: 60px 0;
}
.whath_is_wrapper {

}
.whath_is_wrapper h2{
  font-size: 3.5em;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: rgb(77, 77, 77);
}

.whath_is_wrapper h2 > span{
  color: #2d9103;
}

.help_us {
  width: 100%;
  background: #f8f8f8;
  padding: 100px 0;
}

.help_us > .help_us_wrapper{
  width:90%;
  max-width:1400px;
  margin:5% auto;
}

.help_us_wrapper h2{
  font-size: 3.5em;
  display: block;
  text-align: center;
  margin-bottom: 20px;
  color: rgb(77, 77, 77);
}

.help_us_wrapper h2 > span{
  color: #2d9103;
}

.help_us_box{
  display: flex;
}

.help_us_text{
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: start;
}

.help_us_img{
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.help_us_img img{
  width: 80%;
}


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

.hero_text button { 
    line-height: 50px;
  }
  .hero_text button a { 
    font-size: .8em;
  }
 .hero_text h1 {
    font-size: 2.5em;
    line-height: 50px; 
}
.img_exito { 
    width: 250px;
    bottom: 0;
}
.img_robotic {
     width: 150px;
     bottom: 0;
}
.heroImages_dots {
    width: 230px;
    height: 230px;
  }
  .heroImages_dots ul li {
    width: 30px;
    height: 30px;
    margin: 10px;
  }
  .img_idea {
     top: 5%;
}
  }

  @media only screen and (max-width: 990px) {
    header > .header { 
    flex-direction: column;
            align-items: center;
}

  .header > .wrapper_image {
    padding: 15px 0 0 0;
  }

.header > nav { 
    width: 100%;
}
.header > nav ul { 
    justify-content: center; 
    width: 100%;
}

    .wrapper_hero_banner { 
    width: 100%;

        margin-top: 120px;
    }
 

  .hero_text { 
    justify-content: center;
  }
.hero_text h1 {
    font-size: 2em;
    line-height: 40px; 
}
  .hero_text p {
    font-size: 1.2em;
  }

  .how_work_wrapper {
    width: 100%;
  }
  
  .how_work_title {
    font-size: 2em;
  }
  .pricing_wrapper h2{
    font-size: 2em;
}

  .pricing_boxex {
    width: 99%;
  }
  }

    @media only screen and (max-width: 800px) {
      
        .header > nav {
        display: none;
    }
    .header > .wrapper_image {
        padding: 15px 0  15px 0;
    }
    .pricing_boxex{ 
      flex-direction: column;
      justify-content: center;
    }
      .pricing_boxex > .pricing_boxex_wrapper { 
    width: 93%;
        margin-bottom: 30px;
    }
    .docuchat_real_botico {
    position: absolute;
    left: 80%;
    bottom: -10px;
    width: 150px;
    transform: scaleX(-1);
}

.whath_is { 
margin: 0% auto 100px;
padding: 0;
}
.whath_is_wrapper h2 { 
font-size: 2em;
}
.help_us { 
padding: 10px 0;
}
.help_us_wrapper h2 { 
font-size: 2em;
}
.help_us_img { 
width: 40%;
}
.help_us_text { 
width: 60%;
}
  }

   @media only screen and (max-width: 700px) {
    .hero_text { 
height: 285px;
}
    .wrapper_hero_banner {
flex-direction: column;
}
 .how_work {
  margin-top: 0;
}
.hero_text { 
width: 100%;
}
.wrapper_hero_banner > .hero_image { 
width: 100%;
}

.how_work_wrapper {
flex-direction: column;
}
.how_work_box { 
width: 100%;
}
.help_us_text {
    width: 100%;
  }
   .help_us_img {
    display: none;
  }
   }
