
  * {
    padding: 0;
    margin: 0;
  }

  html {
    width: 100%;
    font-family: Arial;
  }

  body {
    width: 100%;
    background-color: #fff;
  }

  header {
    height: 80px;
    line-height: 80px;
    width: 80%;
    padding: 5px 10%;
    position: fixed;
    background-color: #f4f4f4;
    top: 0;
    z-index: 99;
    color: #333;
  }

  nav img {
    position: relative;
    float: left;
    width: 40px;
    height: 40px;
    margin-top: 20px;
    vertical-align: middle;
  }

  nav span {
    font-weight: 800;
    font-size: 22px;
    margin-left: 20px;
  }

  nav ul {
    list-style-type: none;
    float: right;
    margin-right: 50px;
  }

  ul {
    list-style-type: none;
    float: right;
    margin-right: 40px;
  }

  nav li {
    float: left;

  }

  a {
    color: #000;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;

  }

  nav li a {
    color: #333;
    margin-right: 30px;
    opacity: 1;
    display: block;
    text-align: center;
    line-height: 80px;
    text-decoration: none;
    box-sizing: border-box;
  }

  nav li a:hover {
    border-bottom: 4px solid #000;
  }

  section {
    /* margin-top: 80px; */
    margin-top: 50px;
    width: 100%;
  }

  section h1 {
    margin-top: 0px;
  }

  section h2 {
    margin-top: 0px;
  }

  #seo {
    width: 100%;
    height: 800px;
    background-image: url(./src/home/Group\ 26@2x.png);
    background-size: cover;
  }

  #seo .text {
    width: 40%;
    float: right;
    margin-right: 20px;
    text-align: left;
  }

  #seo .text .title {
    font-size: 26px;
    font-weight: 500;
    line-height: 30px;
    margin-bottom: 30px;
  }

  #seo .text .item {
    margin-bottom: 30px;
  }

  #seo .text .item .t {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  #seo .text .item .info {
    color: #333;
    font-size: 18px;
    line-height: 22px;
    margin-left: 65px;
  }

  #seo .text .item .t img {
    height: 40px;
    width: 40px;
    margin-right: 15px;
    vertical-align: middle;
  }

  
  #home {
    margin-top: 80px;
    background-image: url(./1_slices/Group\ 1171274849@2x.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    height: 700px;
    box-sizing: border-box;
    position: relative;

  }
  .home2 {
    margin-top: 0px;
    background-image: url(./2_slices/Group\ 1171274850@2x.png) !important;
    background-size: 100% 100%;
    height: 800px;
    box-sizing: border-box;
    position: relative;

  }

  #home .homegb {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    /* height: 720px; */
  }

  #home .homegb img {
    width: 100%;
  }

  #home .hometext {
    position: absolute;
    top: 250px;
    width: 50%;
    padding-left: 10%;
  }

  #home .hometext .maintext {
    font-size: 48px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #000;
  }

  #home .hometext .maintext .green {
    color: #009B47;
  }

  #home .hometext .mintext {
    font-size: 22px;
    line-height: 2;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
    width: 550px;

  }

  #home .hometext .btn {
    width: 315px;
    height: 80px;
    background: #5089f0;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
    color: #fff;
    text-align: center;
    line-height: 80px;
    font-weight: 800;
    font-size: 30px;
    cursor: pointer;
  }

  #homeCard {
    width: 70%;
    height: 130px;
    line-height: 130px;
    border-radius: 25px;
    color: #fff;
    background: #000;
    display: flex;
    justify-items: center;
    justify-content: space-evenly;
    margin-left: 10%;
    margin-top: -70px;
    box-sizing: border-box;
    position: relative;
    padding: 0 5%;
    font-size: 20px;
  }

  #homeCard div {
    width: 250px;
  }

  #homeCard div img {
    width: 60px;
    height: 60px;
    vertical-align: middle;
    margin-right: 15px;
  }
  #team{
    margin: 100px auto;
    padding: 0 10%;
    box-sizing: border-box;
    display: flex;
    justify-content: space-evenly;
  }
  #team .teamleft{
    padding-top: 100px;
    width: 40%;
  }
  #team .teamleft .teamtitle{
    font-size: 28px;
    font-weight: 600;
  }
  #team .teamleft .teamtext{
    font-size: 18px;
    line-height: 2;
    color: #333;
    margin-top: 40px;
  }
  
  #team .teamright {
    width: 40%;
  }
  #team .teamright img{
    width: 100%;
  }
  #group .groupbox {
    width: 1200px;
    height: 518px;
    margin: 100px auto;
  }

  #group .groupbox img {
    float: left;
    width: 600px;
    height: 100%;
  }

  #group .groupbox .rightgroup {
    float: right;
    width: 600px;
    height: 100%;
    background-image: url(./src/home/Group\ 24@2x.png);
    background-size: 100% 100%;
    padding: 30px 50px;
    color: #fff;
    box-sizing: border-box;
  }

  #group .groupbox .rightgroup h2 {
    margin: 40px 0;
  }

  #group .groupbox .rightgroup span {
    font-size: 18px;
    line-height: 32px;
  }

  #Servicios {
    background: #f4fafa;
    width: 100%;
  }

  #Servicios .Serviciosbox {
    width: 1200px;
    margin: 100px auto;
    box-sizing: border-box;
    padding: 50px 0;
  }

  .Serviciosbox .Serviciostitle {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 50px;
  }

  .Serviciosbox .Serviciosm {
    width: 100%;
    display: flex;
  }

  .Serviciosbox .Serviciosm .left {
    width: 750px;
    height: 340px;
    background-image: url(./src/home/Group\ 48@2x.png);
    background-size: 100% 100%;
    padding-top: 108px;
    padding-left: 30px;
    box-sizing: border-box;
    vertical-align: middle;
    margin-right: 80px;
  }

  .Serviciosbox .Serviciosm .right img {
    width: 340px;
    height: 340px;
  }

  .Serviciosbox .Serviciosb {
    margin-top: 81px;
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
  }

  .Serviciosb .itemcard {
    padding: 20px;
    box-sizing: border-box;
    overflow: hidden;
    margin-right: 20px;
    width: 388px;
    height: 300px;
  }

  .Serviciosb .cardng1 {
    background-image: url(./src/home/Frame\ 8454@2x.png);
    background-size: 100% 100%;
  }

  .Serviciosb .cardng2 {
    background-image: url(./src/home/Group\ 38@2x.png);
    background-size: 100% 100%;
  }

  .Serviciosb .cardng3 {
    background-image: url(./src/home/Group\ 39@2x.png);
    background-size: 100% 100%;
  }

  .Serviciosb .itemcard img {
    width: 40px;
    height: 40px;
  }

  .Serviciosb .itemcard .cardtitle {
    padding: 30px 0;
    font-weight: 600;
    font-size: 20px;
  }

  .Serviciosb .itemcard .cardtext {
    color: #333;
    font-size: 16px;
    line-height: 22px;
    /* padding: 0 30px 30px 30px; */
  }

  #step {
    width: 100%;
    /* margin: 0 auto; */
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .leftstep {
    float: left;
    margin-right: 40px;
    vertical-align: middle;
  }

  .leftstep .stept {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 40px;
  }

  .rightstep .stept {
    font-size: 24px;
    color: #333;
    font-weight: 600;
    margin-bottom: 40px;
  }

  .rightstep {
    float: right;
    vertical-align: middle;
  }

  .leftstep img {
    margin-top: 50px;
    width: 350px;
    /* height: 390px; */
  }

  .rightstep img {
    margin-top: 50px;
    width: 350px;
    /* height: 390px; */
  }

  #here{
    margin: 100px auto;
    display: flex;
    justify-content: space-evenly;
    height: 360px;
    padding: 0 10%;
    box-sizing: border-box;
  }
  #here .hereleft{
    width: 40%;
    background-color: #000;
    border-radius: 20px;
  }
  #here .hereleft .heretop{
    display: flex;
    color: #fff;
    font-size: 24px;
    margin-top: 30px;
    margin-left: 60px;
  }
  #here .hereleft .heretop img{
    width: 35px;
    margin-right: 15px;
    vertical-align: middle;
  }
  #here .herebottom{
    color: #fff;
    margin:20px 60px 0;
    font-size: 20px;
    line-height: 1.5;
  }
  #here .hereright{
    width: 40%;
  }
  #here .hereright img{
    width: 100%;
    height: 100%;
  }
  #provide{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    height: 700px;
  }
  #provide .leftpro{
    width: 55%;
    height: 100%;
    background-color: #000;
    padding-left: 10%;
    padding-right: 10%;
    color: #fff;
    box-sizing: border-box;
    padding-top: 120px;
  }
  .leftpro .protitle{
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .leftpro .protext{
    margin-bottom: 30px;
  }
  .leftpro .baipro{
    display: flex;
    justify-content: space-between;
    height: 130px;
    flex-wrap: wrap;
  }
  .bairight .rate95{
    height: 79px;
    width: 79px;
    text-align: center;
    font-size: 20px;
    padding-top: 28px;
    box-sizing: border-box;
    display: inline-block;
   
  }
  .bairight .rate85{
    height: 79px;
    width: 79px;
    text-align: center;
    font-size: 20px;
    padding-top: 28px;
    box-sizing: border-box;
   
    display: inline-block;
  }
  .ratetext{
    margin-left: 10px;
    display: inline-block;
  }
  .bairight .rate95{
    background-image: url(./1_slices/Group\ 1171274842@2x.png);
    background-size: 100% 100%;
  }
  .bairight .rate85{
    background-image: url(./1_slices/Group\ 1171274843@2x.png);
    background-size: 100% 100%;
  }
  .leftpro .baipro .bairight{
    width: 45%;
    height: 100%;
    background-color: #2e2f34;
    padding: 27px 20px;
    box-sizing: border-box;
  }
  .proitembox{
    display: flex;
    flex-wrap: wrap;
    margin-top: 30px;
    justify-content: space-between;

  }
  .proitembox .proiten {
    margin-right: 50px;
    margin-bottom: 20px;
  }
  .proitembox .proiten img{
    width: 27px;
    vertical-align: middle;
  }
  #provide .rightpro{
    width: 45%;
  }
  #provide .rightpro img{
    width: 100%;
    height: 100%;
  }
  #projects{
    margin: 100px auto;
    padding: 0 10% ;
    box-sizing: border-box;
  }
  #projects .projectsTitle{
    font-size: 38px;
    font-weight: 600;
    margin-bottom: 38px;
  }

  #projects .projectsbox{
    justify-content: space-between;
    display: flex;
  }

  #projects .projectitem {
    width: 30%;
  }
  #projects .projectitem  img{
    width: 100%;
  }
  #foot{
    padding: 30px 10%;
    box-sizing: border-box;
    background-color: #000;
    color: #fff;
  }
  #foot .footinfo{
    display: flex;
    justify-content: space-evenly;
  }
  #foot .footinfo .left .logo {
    font-size: 28px;
    font-weight: 800;
    margin-bottom: 20px;
  }
  #foot .footinfo .left .text {
    font-size: 18px;
    margin-bottom: 20px;
  }
  #foot .footinfo .left div img{
    width: 46px;
    height: 46px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #foot .footinfo .right div{
    margin-bottom: 20px;
  }
  #foot .footinfo .right div .img{

    width: 30px;
    height: 30px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }
  #foot .footinfo .right div .img img{
    width: 100%;
    height: 30px;
  }
  .textss{
    display: inline-block;
    vertical-align: middle;
    margin-top: 0px;
  }
   .copy{
    text-align: center;
    height: 50px;
    line-height: 50px;
    background-color: #000;
    color: #fff;
    border-top: 1px solid #fff;
  }
  #ready{
    width: 80%;
    margin-left: 10%;
    margin-top: 100px;
    margin-bottom: 100px;
    display: flex;
    justify-content: space-evenly;
    
  }
  #ready .readyleft{
    width: 40%;
    height: 450px;
  }
  #ready .readyleft img{
    width: 100%;
    height: 100%;
  }
  #ready .readyright{

    width: 55%;
  }
  .readyright .readyTitle{
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
  }
  .readybox .readyitem{
    display: flex;
    background-color: #009B47;
    color: #fff;
    margin-bottom: 30px;
    padding: 30px;
    box-sizing: border-box;
  }
  .readybox .readyitem img{
    width: 30px;
    margin-right: 20px;
  }
  #providing{
    background-color: #000;
    color: #fff;
    padding: 100px 10%;
    box-sizing: border-box;
  }
  #providing .providingbox{
    display: flex;
    margin-bottom: 20px;
    justify-content: space-evenly;
  }
  #providing .providingbox .providingleft{
    font-size: 28px;
    width: 40%;
  }
  #providing .providingbox .providingright{
    font-size: 18px;
    width: 40%;
  }
  #providing .providingitembox{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin: 30px auto;
    
  }
  #providing .providingitembox .providingitem{
    width: 283px;
    height: 315px;
    border: 1px solid #fff;
    padding: 50px 60px;
    box-sizing: border-box;
    margin-bottom: 30px;
  }
  #providing .providingitembox .providingitem img{
    width: 60px;
    height: 60px;
    margin: 10px auto;
  }
  #providing .providingitembox .providingitem .pmin{
    font-size: 20px;
    margin-bottom: 20px;
  }
  #meet{
    margin: 100px auto;
    width: 80%;
    margin-left: 10%;
  }
  #meet .meettitle{
    margin-bottom: 30px;
    font-weight: 600;
    font-size: 28px;
    text-align: center;
  }
  #meet .meetbox{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #meet .meetbox .meetitem{
    height: 532px;
    width: 386px;
    position: relative;
    margin-bottom: 30px;
  }
  #meet .meetbox .meetitem .meettext{
    position: absolute;
    bottom: 10px;
    width: 90%;
    margin-left: 5%;
    background-color: #fff;
    height: 100px;
    text-align: center;
  }
  #meet .meetbox .meetitem .meettext .meetmax{
    font-size: 20px;
    margin-bottom: 5px;
    margin-top: 10px;
  }
  #meet .meetbox .meet1{
    background-image: url(./2_slices/Image@2x.png);
    background-size: 100% 100%;
  }
  #meet .meetbox .meet2{
    background-image: url(./2_slices/Image@2x\(1\).png);
    background-size: 100% 100%;
  }
  #meet .meetbox .meet3{
    background-image: url(./2_slices/Image@2x\(2\).png);
    background-size: 100% 100%;
  }

  #have{
    margin: 100px auto;
    width: 80%;
    margin-left: 10%;
  }
  #have .havetitel{
    font-size: 28px;
    text-align: center;
    margin-bottom: 35px;
  }
  #have .havebox{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #have .havebox .haveitem{
    width: 360px;
    height: 238px;
    border-radius: 20px;
    background-color: #000;
    color: #fff;
    padding: 40px;
    box-sizing: border-box;
  }
  #have .havebox .haveitem .havemax{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    margin-bottom: 20px;
    line-height: 30px;
    font-size: 24px;
  }
  #have .havebox .haveitem .havemin{
    font-size: 18px;
  }
  #have .havebox .haveitem .havemax img{
    width: 35px;
    margin-right: 10px;
    vertical-align: middle;
  }
  #featured{
    margin: 100px auto;
    padding: 0 10%;
    box-sizing: border-box;
  }
  #featured .featuredtitle{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
  }
  #featured .featuredbox{
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
  }
  #featured .featuredbox .featuredItem{
    width: 600px;
    margin-bottom: 30px;
    margin-right: 30px;
  }
  #featured .featuredbox .featuredItem img{
    width: 100%;
  }
  #featured .featuredbox .featuredItem .featuredmax{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  #featured .featuredbox .featuredItem .featuredmin{
    font-size: 16px;
   color: #7d7d7d;
    margin-bottom: 15px;
  }

 #work {
    margin-top: 100px;
    margin-bottom: 100px;
    width: 80%;
    margin-left: 10%;
 }
 #work .workimg img{
    width: 100%;
    margin-bottom: 35px;
 }
 #work .workmax{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
 }
 #work .workmin{
    font-size: 18px;
    margin-bottom: 35px;
 }

 #free {
    margin: 100px auto;
    width: 80%;
    margin-left: 10%;
    display: flex;
    justify-content: space-between;
 }
 #free .freeleft{
    width: calc(100% - 500px);
    padding-right: 60px;
    padding-top: 50px;
 }
 .freeleft .freemax{
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
 }
 .freeleft .freemin{
    font-size: 18px;
    margin: 30px 0;
 }
 .freestep{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
 }
.freeitem{
    display: flex;
    align-items: center; 
    justify-content: center; 
    margin-bottom: 20px;
}

 .freeitem img{
    width: 40px;
    height: 40px;
    vertical-align: middle;
    margin-right: 15px;
    
   

 }
 .freeitem span{
    vertical-align: middle;

 }

 #free .freeright{
    width: 500px;
 }
 #free .freeright img{
    width: 100%;
 }
 #emailus{
    box-sizing: border-box;
    width: 80%;
    height: 80px;
    margin-left: 10%;
    margin-top: 100px;
    margin-bottom: 0px;
    background: #009B47;
    color: #fff;
    display: flex;
    justify-content: space-between;
    padding: 0 50px;
 }
 #emailus .emailleft{
    line-height: 80px;
    font-size: 22px;
    font-weight: 600;
 }
 .emailright input{
    height: 50px;
    margin-top: 15px;
    width: 300px;
    line-height: 50px;
    border: #fff;
    padding-left: 20px;
 }
 .emailright .subtn{
    margin-top: 15px;
    display: inline-block;
    height: 50px;
    width: 100px;
    color: #fff;
    background-color: #000;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    margin-left: -6px;
    padding-bottom: 3px;
   
 }