  * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html, body {
      height: 100%;
      font-family: Arial, sans-serif;
      background-color: #f2f2f7;
    }

   
.container {
    display: flex;
    height: 87vh;
    flex-wrap: wrap;
    margin-top: 10px;
  }

  .box {
    flex: 1 1 50%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    color: white;
  }

  .left {
    /* background-color: blue; */
  }

  .right {
    /* background-color: #151143; */
}



  .container-box {
    display: flex;
    flex-direction: column; 
    text-align: center; 
    align-items: flex-start; /* alinha img e button à esquerda */
    margin-left: 50px;
    margin-right: 50px;
    width: 500px;
 }

 .container_center {
  height: auto;
 }

    
.container_header{
    top: 0px;
    width: 100%;
    height: 85px;
    /* border: solid 1px rgb(208, 207, 211)  ; */
    /* background-color: rgb(184, 179, 179); */
    box-shadow: 0px 0px 10px #d1d1d6;
    background-color: rgb(49, 44, 44);
    position: fixed;
    z-index: 10;
    text-align: center;
}

.container1 {
  margin-top: 100px;
}

.logo-site{
  width: 70px;
  margin-top: 10px;
  background-color: #ccc;
}

.container-logo {
  /* margin-left: 200px; */
  display: inline-block;
}
  
.container-logo p{ 
  display: inline-block;
  font-weight: bold;
  color: white;
  font-size: 25px;
  margin-top: -50px;
  margin-left: 30px;
}

.p-text {
  text-align: justify;
  line-height: 40px;
  margin-top: 20px;
  color: rgb(66, 65, 65);
}

.title-text {
  font-size: 30px;
  color: rgb(80, 78, 78);
  font-weight: bold;
  margin-top: 150px;
  text-align: center;
  line-height: 38px;
}

.p-text-2 {
  text-align: justify;
  line-height: 30px;
  color: rgb(149, 147, 147);
  margin-left: 200px;
  margin-right: 200px;
  margin-top: 30px;
  font-size: 20px;
}

.img-site {
  width: 700px;
  border-radius: 30px;
  margin-left: -150px;
}

.img-default {
  width: 700px;
  border-radius: 30px;
}

.img-default2 {
  height: 500px;
}

b{
  font-weight: bold;
}


.btn-default-whats {
  width: 350px;
  display: inline-block;
  margin-top: 50px;
  transition: 1s;
  cursor: pointer;
}

.btn-default-whats a{ 
  text-decoration: none;
}

.btn-default-whats:hover { 
  transform: scale(1.3);
}

.ico-whats{ 
  display: inline-block;
  font-size: 80px;
  background-color: #52c33b;
  border-radius: 50%;
  border: solid 2px #52c33b;
  color: white;
  z-index: 2;
  position: relative;
}

.p-whats {
  display: inline-block;
  width: 200px;
  background-color: #52c33b;
  margin-left:-30px;
  margin-top:-77px;
  padding: 5px  30px;
  border-radius: 0px 50px 50px 0px;
  z-index: 1;
  position: relative;
  letter-spacing: 0;
 line-height: 30px;
   color: white;
}


.container-block {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 50px;
}

.container_center_black {
  background-color: rgb(49, 44, 44);
  margin-top: 50px;
}

.title-text-2 {
  margin-left: 150px;
  margin-right: 150px;
  line-height: 40px;
  text-align: center;
}

.p-numero {
    display: flex;
  border: solid 1px gray;
  color: gray;
  padding: 15px 20px;
  font-size: 20px;
  margin-top: 30px;
  cursor: pointer;
  /* width: 200px; */
}
  
.disply-block {
  display: flex;
  width: 100%;
  margin-bottom: 50px;
  align-items: center;
  justify-content: center;  
}


.a-numero {
  text-decoration: none;
}



@media (max-width: 900px) {

  .p-text-2 {
    text-align: justify;
    line-height: 30px;
    color: rgb(149, 147, 147);
    margin-left: 100px;
    margin-right: 100px;
    margin-top: 30px;
    font-size: 20px;
  }
}


@media (max-width: 700px) {

  .img-default {
        width: 90%;
        height: 300px;
  }
  
  .img-site {
    width: 90%;
    margin-left: 50px;
  }

  .title-text2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-box1 {
    margin-right: 0px;
    margin-left: 0px;
  }
  
  .container-box2 {
    margin-right: 0px;
    margin-left: 0px;
  }

  .img-site {
    margin-left: 0px;
  }
  

  .p-text-2 {
    text-align: justify;
    line-height: 30px;
    color: rgb(149, 147, 147);
    margin-left: 30px;
    margin-right: 30px;
  }
  
  .btn-default-whats {
    margin-left: 100px;
  }
 
  .title-text-2 {
    margin-left: 50px;
    margin-right: 50px;
    line-height: 40px;
    text-align: center;
    
}

  .p-whats {
    padding-bottom: 0px;
   }

    
}


@media (max-width: 550px) {

  .img-default {
        width: 90%;
  }
  
  .img-site {
    width: 90%;
    margin-left: 50px;
  }

  .title-text2 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .container-box1 {
    width: 80%;
  }

    
}


@media (max-width: 450px) {

  .btn-default-whats {
    margin-left: 50px;
  }
    
}

