.hero .grid-hero {
    display: grid;
    grid-template-columns: 35% 65%;
  }
  
  .hero .circle-hero {
    position: relative;
  }
  
  .hero .circle-content {
    position: absolute;
    background-color: var(--creme);
    border-radius: 100%;
    width: 570px;
    height: 570px;
    right: -285px;
    top: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .hero .circle-content h1 {
    color: var(--color--azul);
    text-align: center;
    font-family: Haboro Serif;
    font-size: 40px;
    font-weight: 500;
    line-height: 50px;
    letter-spacing: 0.05em;
    text-align: center;
    text-transform: uppercase;
  }
  
  .hero .circle-content h1 strong {
    color: var(--color--azul);
    font-weight: 800;
  }
  
  .hero .circle-content span {
      font-size: 20px;
      position: absolute;
      top: 70px;
      letter-spacing: 2px;
      color: #fff;
      font-family: 'haboro-condensed';
      font-weight: 600;
      text-transform: uppercase;
  }
  
  .hero .circle-content .circle-arrow {
    position: absolute;
    background-color: #fff;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 2px solid #c0a88f;
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -50px;
  }
  
  .hero .slide-hero {
    min-height: 810px;
    border-radius: 0 0 0 610px;
    background-repeat: no-repeat;
    background-size: cover;
  }
  
  @media (max-width: 1365px) {
    .hero .circle-content {
      width: 570px;
      height: 570px;
      right: -235px;
      top: 180px;
    }
  }
  
  @media (max-width: 1179px) {
    .hero .circle-content {
      width: 400px;
      height: 400px;
      right: -210px;
      top: 180px;
    }
  }
  
  @media (max-width: 992px) {
    .hero .grid-hero {
      display: grid;
      grid-template-columns: 100%;
    }
  
    .hero .circle-content {
      width: 270px;
      height: 270px;
      left: 0;
      right: initial;
      top: 360px;
      left: 15px;
    }
  
    .hero .circle-content h1 {
      font-size: 22px;
      font-weight: 500;
      line-height: 27px;
    }
  
    .hero .circle-content .circle-arrow {
      width: 50px;
      height: 50px;
      bottom: -25px;
    }
  
    .hero .circle-content .circle-arrow svg {
      max-width: 8px;
    }
  
    .hero .slide-hero {
      min-height: 600px;
      border-radius: 0 0 0 290px;
      background-repeat: no-repeat;
      background-size: cover;
    }
  }
  
  .form {
    margin: 100px 0 0 0;
    position: relative;
  }
  
  .content_form form {
    width: 770px;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  
  .content_form {
    width: 770px;
    margin: 0 auto;
    max-width: 100%;
  }
  
  .form-row {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  
  .form-item input {
    padding: 12px;
    border: 0px solid transparent;
    color: #252148;
    margin: 0 0 12px 0;
  }
  
  .form-group input {
    padding: 12px;
    border: 0px solid transparent;
    color: #252148;
    margin: 0 0 12px 0;
    width: 100%;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
    border-radius: 0px;
  }
  
  .form-group {
    align-items: center;
    justify-content: center;
    display: block;
    padding: 0 12px;
    width: 100%;
  }
  
  div#wpcf7-f38-o1 {
    width: 770px;
    margin: 0 auto;
    max-width: 100%;
  }
  
  .form-item {
    margin: 0 12px;
  }
  
  .form-group textarea {
    padding: 12px;
    border: 0px solid transparent;
    color: #252148;
    margin: 0 0 12px 0;
    display: block;
    width: 100%;
    font-family: "Barlow Condensed", sans-serif;
    font-size: 16px;
  }
  
  .btn-green {
    background: #c0a88f;
    text-transform: uppercase;
    color: #fff !important;
    letter-spacing: 4px;
    margin: 0 0 auto auto !important;
    display: block !important;
    width: 180px !important;
    height: 60px;
  }
  
  .page-template-page-contato footer {
    padding: 100px 0 15px 0;
  }
  
  @media (min-width: 992px) {
    .form:before {
      content: "";
      background: url(../images/peixesnew.png);
      position: absolute;
      left: 0;
      width: 289px;
      height: 380px;
      background-size: cover;
      background-position: center;
      top: -150px;
      z-index: 2;
    }
  }
  
  @media(max-width:991px) {
    .content_form .d-flex {
      flex-direction: column;
    }
    .hero .circle-content span {
        font-family: 'Barlow Condensed';
        top: 13px;
        font-size: 15px;
    }
  }
  
  body.pt-BR #pt {
    display: block;
  }
  
  body.pt-BR #en {
    display: none;
  }
  
  body.en-US #pt {
    display: none;
  }
  
  body.en-US #en {
    display: block;
  }