* {
    margin: 0;
    padding: 0;
    box-sizing: border-box; 
    font-family: 'roboto';
}
  
    /*classes auxiliares*/
  
    .clear{
      clear: both;
    }
  
    .container{
      max-width: 960px;
      padding: 0 2%;
      margin: 0 auto;
    }

    /*estilos site*/
  
    /*site seçao 1*/
  
  
    .header-master{
      width: 100%;
      min-height:700px ;
      padding: 30px 0;
      background-image: url('../img/bg_01.png');
      background-size: cover;
     }

     .header-master header{
        border-bottom: 3px solid rgba(71,83,88,0.14);
        padding-bottom: 20px;
     }
  
     div.logo{
        float: left;
        width: 166px;
        height: 64px;
        background-image: url('../img/logo.png');
        background-size: 100% 100%;
     }

     nav.desktop{
        float: left;
        padding-left: 60px;
     }

     nav.mobile{
      display: none;
      float: right;
      position: relative;
      top: 10px;
      margin-right: 10px;
     }

     ul.nav_mobile{
      width: 100%;
      display: none;
      list-style: none;
      background-color: #6cc5b2;
      position: absolute;
      left: 0;
      top: 70px;
     }

     ul.nav_mobile li{
      width: 100%;
      text-align: center;
      padding: 9px 0;
      border-bottom: 1px solid white;
     }

     ul.nav_mobile a{
      color: white;
      text-decoration: none;
     }

     nav.mobile h3{
      color: white;
      font-size: 28px;
      cursor: pointer;
     }

     nav.desktop ul{
        list-style-type: none;
     }

     nav.desktop li{
        padding: 0 15px;
        display: inline-block;
        font-size: 16px;
        color: white;
     }

     nav.desktop .selected{
        color: #509d87;
        position: relative;
     }

     .selected span{
        position: absolute;
        bottom: 0;
        width: 20px;
        height: 3px;
        background: #509d87;
     }

     header nav.desktop li a{
        color: inherit;
        text-decoration: none;
     }

     div .telefone-header{
        float: left;
        position: relative;
        top: -4px;
     }

     div .telefone-header span{
        font-size: 22px;
        color: white;
        padding-left: 30px;
     }

     .content-header{
      padding: 60px 0;
     }


     .one{
      float: left;
      width: 50%;
     }

     .one h2{
      color: #509d87;
      font-weight: normal;
      font-size: 37px;
     }

     .one p{
      margin: 10px 0;
      font-size: 15px;
     }

     .one form input{
      display: inline-block;
     }

     .one form input[type=email]{
      width: 251px;
      height: 40px;
      border: 3px solid #ccc;
      border-radius: 20px;
      padding-left: 15px;
      margin: 10px 0;
     }

     .one form input[type=email]:focus{
      outline: 0;
     }

     .one form input[type=submit]{
      padding: 0 30px;
      margin: 10px 0;
      height: 40px;
      border-radius: 20px;
      color: white;
      background-color: #00daaa;
      cursor: pointer;
      border: 0;
      font-size: 14px;
     }

     .one span{
      color: #509d87;
      font-size: 13px;
      margin-top: 30px;
      display: block;
     }

     .two{
      float: left;
      width: 50%;
      padding: 0 15px;
     }

     .two img{
      float: left;
      width: 50%;
      border: 10px solid rgba(0,0,0,0);
     }


     /*diferenciais*/


     section.diferenciais{
      padding: 40px 0;
     }

     section.diferenciais .container{
      display: flex;
      flex-wrap: wrap;
     }

     .diferencial-single{
      width: 33.3%;
      margin-bottom: 30px;
     }

     .diferencial-single img{
      max-width: 100%;
     }

     .diferencial-single h2{
      color: black;
      font-size: 25px;
      margin: 20px 0;
     }

     .diferencial-single h2 b{
      color: #7dd5b0;
      font-size: 25px;
      
     }

     .diferencial-single p{
      color: #2d2d2d;
      font-size: 14px;
      font-weight: bold;
     }

     .sobre .container{
      max-width: 1440px;
     }

     .sobre-container{
      float: left;
      width: 50%;
     }

     .padSobre{
      padding: 10px 50px;
     }

     .sobre-container img{
      max-width: 100%;
     }


     .sobre-container h2{
      font-size: 33px;
      font-weight: normal;
      margin: 10px 0;
      color: #a9c4b8;
     }

     .sobre-container h2 b{
      color: #03ca9f;
     }

     .sobre-container p{
      color: black;
      font-size: 15px;
     }

     section.depoimento{
      width: 100%;
      padding-top: 300px;
      color: #2d2d2d;
      padding-bottom: 200px;
      background-image: url('../img/bg_02.png');
      position: relative;
      top: -110px;
      z-index: 1;
     }

     section.depoimento h2{
      text-align: center;
      font-weight: normal;
      font-size: 29px;
     }

     section.depoimento p{
      text-align: center;
      font-size: 15px;
     }


     /*etapas */
      section.etapas{
         padding: 40px 0;

      }

      section.etapas .container{
         max-width: 1200px;
      }

      section.etapas h2{
         text-align: center;
         color: #3b3e42;
         margin-bottom: 100px;
      }
      section.etapas b{
         color: #509d87;
      }

      .etapas__single{
         float: left;
         width: 50%;
      }

      .etapas__group img{
            max-width: 100%;
            float: left;
         }

      .etapas__group:nth-of-type(1) img{
         width: 50%;
      }

      .etapas__single .etapas__group:nth-of-type(2) img{
         float: right;
         
        } 

        .etapas__single .etapas__group:nth-of-type(3) img{
         float: left;
        } 
      .etapas__group p{
            float: left;
            color: #509d87;
           padding-top: 140px;
           padding-left: 30px;
         }

      .etapas__group2{
         margin-bottom: 40px;
         padding: 0 30px;
         position: relative;
         top: -70px;
      }

     
      .etapas__group2 .circle{
      width: 100px;
      height: 100px;
      border-radius: 50%;
      border: 1px solid #03ca9f;
      position: relative;
      float: left;
      
     }

      .circle span{
      position: relative;
      top: 27%;
      left: 40%;
      transform: translate(-27% ,-40%);
      color: #03ca9f;
      font-size: 40px;
     }

     .circle .line{
      position: absolute;
      top: 100px;
      left: 50%;
      transform: translate(-50% , -0);
      height: 40px;
      width: 1px;
      background-color: #03ca9f;
     }

     .etapas_descricao{
      float: left;
      width: calc(100% - 100px);
      padding: 0 20px;
     }

     .etapas_descricao h3{
      font-size: 18px;
      color: #03ca9f;
     }

     .etapas_descricao p{
      color: #2d2d2d;
      font-weight: bold;
      font-size: 14px;
     }

     section.diferencas{
      padding: 50px 0;
     }


     .diferencas_single{
      float: left;
      width: 50%;
     }

     section.diferencas .container{
      max-width: 800px;
      text-align: center;
     }

     .diferencas_single h2 {
      font-size: 30px;
      font-weight: normal;
      
     }

     .diferencas_single h2 , .itens_diferencas1 span{
      color: #a9c4b8;
     }

     .itens_diferencas1{
      display: inline-block;
      margin-top: 10px;
      position: relative;
     }

     .line_diferencas1{
      position: absolute;
      left: -5px;
      top: 11px;
      width: 110%;
      height: 2px;
      transform:rotate(-3deg);
      background-color: #e89595  ;
      z-index: 999;
     }

     .itens_diferencas1 span{
      font-weight: bold;
      font-size: 18px;

     }

     .itens_diferencas2 span{
      color: #7dd5b0;
      font-size: 18px;
      font-weight: bold;
     }

     .itens_diferencas2{
      margin-top: 10px;
     }

     section.contato{
      padding: 40px 0;
      background: #98FCDE;
     }

     .contato h2{
      text-align: center;
      color:#509d87;
      font-size: 24px;
     }

     .contato p{
      text-align: center;
      color: #509d87;
      font-family: 14px;
      
      border-bottom: 1px solid #509d87;
      padding: 10px 0;
      
     }

     .contato input{
      width: 100%;
      height: 40px;
      border-radius: 40px;
      border: 1px solid #ccc;
      padding-left: 12px;
      margin-bottom: 10px;
     }

     section.contato .container{
      max-width: 800px;
     }

     .contato .form_group{
      margin-top: 10px;
     }

     .contato textarea{
      width: 100%;
      height: 120px;
      border-radius: 60px;
      padding: 20px;
      margin-bottom: 10px;
      resize: none;
     }

     .contato input[type=submit]{
      width: 170px;
      height: 60px;
      border-radius: 100px;
      background-color: #0ed2a7;
      border: 0;
      color: white;
      font-weight: bold;
      display: block;
      margin: 0 auto;
      cursor: pointer;

     }

     .contato input:focus{
      outline: 0;
     }

     footer{
      background-color: #6cc5b2;
      text-align: center;
      padding: 20px 0;
     }

     @media screen and (max-width:1024px) {
         .etapas__single{
            width: 100%;
         }

         section.etapas .container{
            max-width: 700px;
         }

        .etapas__group img{
         max-width: 100%;
         float: none;
         display: block;
         margin: 0 auto;
        }

        .etapas__single .etapas__group:nth-of-type(1) img{
         max-width: 100%;
         width: auto;
        } 

        .etapas__single .etapas__group:nth-of-type(2) img{
         max-width: 100%;
         width: auto;
         float: none;
         padding-top: 40px;
        } 

        .etapas__single .etapas__group:nth-of-type(3) img{
         max-width: 100%;
         width: auto;
         float: none;
         padding-top: 40px;
         padding-bottom: 60px;
        } 

        .etapas__group p{
         text-align: center;
         display: block;
         float: none;
         padding-left: 0;
         padding-top: 0;
         width: 100%;
        }

        section.diferencas{
         padding: 0;
        }

        .diferencas_single{
         width: 100%;
         margin-bottom: 40px;
         border-right: 0 !important;
        
        }

        .listra{
         display: block !important;
         width: 80%;
         height: 2px;
         background-color: #757070;
         margin: 0 auto;
         position: relative;
         top: 250px;
        }


     }


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

      nav.mobile{
         display: block;
      }

     
      .one{
         text-align: center;
         width: 100%;
      }
      .two{
         display: none;
      }

      .telefone-header{
         display: none;
      }

      .desktop{
         display: none;
      }

      .header-master{
         min-height: 500px;
      }

      .diferencial-single{
         width: 100%;
         text-align: center;
         margin: 50px 2%;
      }

      .sobre-container{
         width: 100%;
         text-align: center;
      }

      .sobre-container p{
        margin-bottom: 50px;
        }
      
      .padSobre{
         padding: 0;
      }
     
      section.depoimento{
         top: 0;
      }

      .sobre-container img{
         top: 0;
      }
     }

   
   