*{box-sizing: border-box;}
body {
    margin: 0;
    font-family: 'Poppins', sans-serif;
    border-top: 10px solid #28968d;
  }

  a {text-decoration: none;}

  section {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .inner {
    width: 1200px;
  }

  .double {
    display: grid; 
    grid-gap: 20px; 
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f5f5f5;
    border: 1px solid #dddde1;
    border-radius: 50px;
    padding: 5px 16px;
  }

  nav img {
    max-height: 50px;
    height: 50px;   
  }

  iframe {
    width: 100%;
  }

  svg.plus {
    width: 24px;
    height: 24px;
    margin-right: 10px;
    stroke :#28968d;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .navbtns {
    display: flex;
  }

  nav a {
    text-decoration: none;
    color: #28968d;
    margin-left: 50px;
    display: flex;
    align-items: center;
  }

  a:hover {
    text-decoration: underline;
  }

  nav a b {
    font-size: 30px;
  }

  #topaddress {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    margin: 10px 0;
    color: #193256;
  }

  #topaddress div {
    display: flex;
    align-items: center;
  }

  .mainslides {
    font-size: 50px;
    max-width: 50%;
    height: 100%;
    color: #ffffff;
    display: flex;
    padding-left: 20px;
    flex-direction: column;
    justify-content: center;
  }
  .mainslides p {
    margin: 0;
    font-size: 18px;
    margin: 0 0 10px 0;
    color: #193256; 
    font-weight: 600; 
  }
  .mainslides p:nth-child(2) {
    font-size: 24px;
    font-weight: 400; 
  }
  .mainslides a {
    color: #fff;
    background-color: #28968d;
    font-size: 16px;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 8px;
  }
  
  #topaddress div svg {
    margin-right: 10px;
    stroke :#28968d;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 20px;
    height: 20px;
  }
  h3{
    font-size: 36px;
    font-weight: 400;
    color: #193256;
  }

  .double img {
    max-width: 100%;
  }

  .av {
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: 0 0 5px rgba(0,0,0,0.2);
    padding: 18px;
    border-radius: 8px;
  }

  .av-blocks {
    display: grid; grid-gap:20px; grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .av-text{
    font-size: 13px;
  }

  .av-name {
    font-weight: 500;
  }

  #treat {
    background-image: url('../img/pattern-2.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 50%;
    padding: 70px 0;
  }

  #avaliacoes {
    background-color: #f5f5f5; 
    background-image: url('../img/pattern-4.png');
    padding: 70px 0;
  }

  .treatments {
    background-color: #FFFFFF;
  }

  .treatments, #treat {
    display: flex;
    flex-direction: column;
  }

  .treatments div {
    display:flex;
    padding: 8px;
  }

  .treatments>span {
    
    border-bottom: solid 1px #28968d;
  }

  .treatments span {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

  .treatments span span {
    display: none;
    width: 100%;
    padding-left: 40px;
    font-size: 13px;
  }

  .container {
    position: relative;
    width: 100%;
    height: 600px;
    margin: 20px auto -100px auto;
    z-index: 0;    
  }

  .slide {
    position: absolute;
    display: flex;
    justify-content: center;
    top: 0;
    left: 0;
    width: 100%;
    height: 600px;
    margin: 0;
    opacity: 0;
    transition: 1s ease-in-out;
    overflow: hidden;
    background-position: center center;
  }
  .container button {
    position: absolute;
    top: 50%;
    border: none;
    background: rgba(32, 26, 26, 0);
    color: rgb(243, 243, 243);
    padding: 8px;
    margin-top: -25px;
    z-index: 10;
    font-weight: 900;
    transition: 0.5s ease-in-out;
  }
  .prev {
    left: 0;
  }
  .next {
    right: 0;
  }
  button:hover {
    background: rgba(32, 26, 26, 0.527);
  }
  .dots_container {
    display: none;
  }

  #camp {    
    z-index: 10;
  }
  #camp .inner{
    display: grid; 
    grid-gap: 20px; 
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .camp {
    background-color: #ffffff; 
    position: relative; 
    z-index: 10;
    background-image: url('../img/pattern-1.png'); 
    padding: 45px;
    box-shadow: 0 10px 30px rgba(0,0,0,.20);
  }
  .camp h3 {
    font-size: 18px;
    font-weight: 600;
    color: #193256;
    margin: 5px 0;
  }
  .camp p {
    margin: 0;
    font-size: 13px;
  }

  #podo {
    padding: 100px 0;
  }

  #contato {
    flex-direction: column;
  }

  .contato {
    font-size: 16px;
  }

  .star {
    width: 16px;
    height: 16px;
    fill: #fbbc04;
    stroke:#fbbc04; 
    stroke-width:1; 
    stroke-linecap:round;
    stroke-linejoin:round;
  }

.contato svg {
    margin-right: 10px;
    stroke :#28968d;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    width: 20px;
    height: 20px;
}

  .divline{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }

  .btn-facebook {
    padding: 5px;
    border-radius: 50%;
    margin: -5px;
    width: 20px;
    height: 20px;
    border: solid 1px transparent;
  }
  .btn-facebook:hover{
    background-color: #eee;
    border: solid 1px #ccc;
  }

  .btn-call, .btn-call:visited {
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 100;
    position: fixed;
    text-align: center;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 64px;
    height:64px;
    padding: 0;
    width: 64px;
    bottom: 25px;
    right: 15px;
    transition: .3s;
    box-shadow: 2px 2px 3px #00000040;
    border-radius: 50%;
    background-color: #0F6CB8;}
  
  .btn-call-whatsapp, .btn-call-whatsapp:visited {
    color: #DCF8C6;
    background-color: #128C7E;
    bottom: 105px;}

    footer {
      background-color: #EEEEEE;
      margin: 0 auto;
      padding-top: 50px;
      position: relative;
      display: -ms-grid;
      display: grid;
      place-items: center;
      position: relative;
      z-index: 8;
      border-top: 1px solid #BBBBBB;
      padding: 40px 0 20px;
      background-color: #f5f5f5;
      color: #555;
    }
    
    footer a {
      color: #71AB83;
    }
    
    footer a, footer b {
      display: contents;
    }
    
    footer .space {
      padding: 10px 0;
    }

    footer div {
      padding: 10px 0;
    }
    
    footer .button {
      border: solid 1px #71AB83;
      margin-top: 15px;
      padding: 10px;
      border-radius: 10px;
    }
    
    footer .button:hover {
      background-color: #DDF0F0;
    }
    
    footer .phone {
      font-size: 2rem;
      font-weight: 700;
      width: 100%;
      border: solid 1px;
      display: flex;
      align-items: center;
      justify-content: center;
      border: solid 1px #128C7E;
    }
    
    footer .phone:hover {
      background-color: #DDF0F0;
    }
    
    footer .inner > div:last-child {
      font-size: .75rem;
    }
    
    footer .inner > div:not(:last-child) {
      border-bottom: 1px dashed #BBBBBB;
    }
    
    footer .self-end {
      place-self: end;
      place-items: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    
    footer .self-end img {
      max-height: 24px;
      margin-left: 15px;
    }
    
    footer svg {
      max-height: 20px;
      height: 20px;
    }
    
    footer .iconphrase {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: 32px auto;
          grid-template-columns: 32px auto;
      margin-bottom: 10px;
      align-items: center;
    }
    
    footer .iconphrase svg {
      fill: #71AB83;
    }
    
    footer .social {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }
    
    footer .social svg {
      padding: 4px;
      border-radius: 4px;
      margin-left: 8px;
    }

    footer .social .facebook, footer .social .instagram {
      display: flex;
      align-items: center;
      justify-content: center;
      width: 30px;
      height: 30px;
      margin-left: 5px;
      border-radius: 4px;
    }

    footer .social .facebook svg, footer .social .instagram svg {
      stroke: #ffffff;
      min-width: 24px;
      min-height: 24px;
      margin: -5px;
      stroke-width: 2;
    }
    
    footer .social .facebook {
      background-color: #3B5999;
    }
    
    footer .social .instagram {
      background-color: #c13584;
    }
    .grid {
      display: -ms-grid;
      display: grid;
      grid-gap: 16px;
    }    

    @media screen and (min-width: 900px) {
      .grid-2 {
        -ms-grid-columns: repeat(2, minmax(0, 1fr));;
            grid-template-columns: repeat(2, minmax(0, 1fr));;
      }
    }

  @media screen and (max-width:600px) {
    .btn-call, .btn-call:visited {
        display: flex;}
    .inner {
        width: 100%;
    }
    footer {
      padding: 10px;
      font-size: 12px;
    }
    #podo {
      padding: 10px;
    }
    #top, .oc{
      display: none;
    }
    nav {
        background-color: transparent;
        border: none;
    }
    nav img {
        max-width: 50%;
        height: auto;
    }
    nav a {
        margin-left: 10px;
    }
    nav a b {
        font-size: 18px;
    }
    .av-blocks {
        display: flex; margin-bottom: 20px;flex-direction: column;
        padding: 20px;
      }
    #camp .inner {
        grid-template-columns: auto;
        padding: 20px;
        background-color: #28968d;
    }
    .container {
      margin: 20px auto 0 auto;
      height: 400px;
    }
    .slide {
        height: 400px;
        background-size: cover;
        background-position-x: 75%;
    }
    .mainslides {        
        max-width: 100%;
    }
    .mainslides p, .mainslides p:nth-child(2) {
        font-size: 16px;
        margin: 0 20px 10px 20px;
    } 
    button {
      top: 50%;
    }
    h3{
        margin-left: 10px;
    }
    .double {
        display: flex;
        flex-direction: column;
      }
    .double img {
        max-width: 80%;
    }  
    .double div.f {
        display: flex;
        justify-content: center;
        background-image: url('../img/pattern-2.png');
    background-position: bottom left;
    background-repeat: no-repeat;
    background-size: 70%;

    }
  }