@keyframes rotation {
  50% {
    transform: rotateY(30deg); }
  100% {
    transform: rotateY(-30deg); } }

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  font-family: "Muli";
  overflow-x: hidden; }
  html #nav_list_mobile,
  body #nav_list_mobile {
    display: none; }
  html .active,
  body .active {
    display: flex !important;
    position: absolute;
    top: 50;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: linear-gradient(to right, #d9f5d0, #bfe656);
    z-index: 5; }
    html .active img,
    body .active img {
      width: 50px;
      height: 50px;
      cursor: pointer;
      position: absolute;
      right: 5%;
      top: 0; }
    html .active a,
    body .active a {
      text-decoration: none;
      cursor: pointer;
      color: black;
      font-size: 20px;
      font-weight: bold;
      padding-bottom: 20px; }
    html .active a:hover,
    body .active a:hover {
      border-bottom: 2px solid;
      border-color: #bfe656;
      align-self: left; }
  html .container,
  body .container {
    width: 100%;
    height: 100%;
    display: grid;
    grid-template-columns: repeat(20, 1fr); }

/*@media only screen and (max-width: 812px) {
  body {
    .container {
      grid-template-rows: 1px 400px 400px 1100px 900px 400px;
    }
  }
}

@media only screen and (max-width: 735px) {
  body {
    .container {
      grid-template-rows: 1px 400px 400px 1100px 900px 750px;
    }
  }
}

@media only screen and (max-width: 414px) {
  body {
    .container {
      grid-template-rows: 1px 450px 250px 1550px 900px 750px;
    }
  }
}

@media only screen and (max-width: 360px) {
  body {
    .container {
      grid-template-rows: 1px 400px 250px 1550px 900px 750px;
    }
  }
}

@media only screen and (max-width: 320px) {
  body {
    .container {
      grid-template-rows: 1px 420px 250px 1750px 900px 750px;
    }
  }
}

@media only screen and (max-width: 280px) {
  body {
    .container {
      grid-template-rows: 1px 400px 250px 1600px 900px 750px;
    }
  }
} */
header {
  height: 700px;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 50px 650px; }
  header .mobile_header {
    display: none;
    position: absolute;
    z-index: 100;
    background: linear-gradient(to right, #d9f5d0, #bfe656);
    top: 0;
    left: 0;
    height: 5%;
    width: 100%;
    position: fixed; }
    header .mobile_header img {
      padding-right: 5%;
      width: 50px;
      height: 80%;
      cursor: pointer; }
  header nav {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: black;
    background-color: white;
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #bfe656;
    height: 50px;
    width: 90%;
    position: fixed;
    top: 0;
    left: 5%;
    background-color: rgba(250, 250, 250, 0.6);
    z-index: 5; }
    header nav .nav_logo {
      display: flex;
      justify-content: center;
      text-align: center; }
      header nav .nav_logo img {
        height: 50px;
        width: 100px; }
    header nav ul {
      display: flex;
      width: 60%;
      justify-content: space-evenly; }
      header nav ul li {
        list-style: none;
        cursor: pointer;
        font-size: 14px; }
      header nav ul a {
        text-decoration: none;
        color: black; }
      header nav ul a:hover {
        border-bottom: 2px solid;
        border-color: #bfe656;
        font-weight: bold; }
  header .header_info {
    grid-row: 2/3;
    grid-column: 1/-1;
    background-image: url("../img/group_workout.jpg");
    background-position: cover;
    background-size: 100%;
    background-repeat: no-repeat;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: repeat(4, 1fr); }
    header .header_info .header_info_text {
      grid-column: 2/17;
      grid-row: 1/4;
      display: flex;
      flex-direction: column;
      justify-content: space-between; }
      header .header_info .header_info_text h2 {
        font-size: 70px;
        color: #bfe656;
        text-shadow: 2px 2px black; }
      header .header_info .header_info_text button {
        width: 150px;
        height: 50px;
        color: #7c7c7c;
        background-color: white;
        cursor: pointer;
        border-radius: 10px;
        font-weight: bold;
        border: 2px solid;
        border-color: #bfe656;
        z-index: 5; }
      header .header_info .header_info_text button:hover {
        background-color: #bfe656;
        color: white;
        border-color: white; }

@media only screen and (max-width: 980px) {
  header nav h3 {
    display: none; }
  header nav ul {
    width: 80%; } }

@media only screen and (max-width: 812px) {
  header {
    height: 50px; }
    header nav,
    header .header_info {
      display: none; }
    header .mobile_header {
      display: flex;
      justify-content: flex-end;
      align-items: center; } }

.partner {
  grid-column: 1/-1;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding-right: 20%;
  padding-left: 20%;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .partner h2 {
    font-size: 50px;
    color: #bfe656;
    font-weight: bold;
    line-height: 1.6; }
  .partner h4 {
    font-size: 15px;
    color: #7c7c7c;
    line-height: 1.4; }

@media only screen and (max-width: 1024px) {
  .partner {
    padding-right: 10%;
    padding-left: 10%;
    justify-content: space-around; } }

@media only screen and (max-width: 812px) {
  .partner {
    justify-content: space-evenly; }
    .partner h2 {
      font-size: 40px; }
    .partner h4 {
      font-size: 12px;
      line-height: 1.6; } }

@media only screen and (max-width: 360px) {
  .partner h2 {
    font-size: 25px; }
  .partner h4 {
    font-size: 12px;
    line-height: 1.6; } }

@media only screen and (max-width: 280px) {
  .partner h2 {
    font-size: 20px; }
  .partner h4 {
    font-size: 10px;
    line-height: 1.6; } }

.vision {
  grid-column: 1/-1;
  display: flex;
  background-color: #bfe656;
  justify-content: space-around;
  align-items: stretch;
  text-align: center;
  background: linear-gradient(to right, #d9f5d0, #bfe656);
  padding-top: 1rem;
  padding-bottom: 1rem;
  min-height: 400px; }
  .vision .vision_pic {
    width: 40%;
    background: url("../img/vision.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%; }
  .vision .vision_text {
    width: 40%;
    display: flex;
    justify-self: center;
    align-items: center;
    text-align: center;
    color: black;
    font-size: 20px; }

@media only screen and (max-width: 414px) {
  .vision {
    min-height: 250px; }
    .vision .vision_text {
      font-size: 15px; } }

@media only screen and (max-width: 360px) {
  .vision .vision_text {
    font-size: 12px; } }

.services {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr); }
  .services .services_text {
    grid-column: 1/-1;
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding-top: 2rem;
    padding-bottom: 2rem; }
    .services .services_text h4 {
      color: darkgray;
      font-size: 30px; }
  .services .services_offers {
    grid-column: 3/18;
    display: flex;
    justify-content: space-around;
    padding-bottom: 2rem; }
    .services .services_offers .services_offers_single_offer {
      width: 350px;
      display: flex;
      justify-content: space-around;
      padding-top: 30px;
      padding-bottom: 30px;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      padding-right: 5%;
      padding-left: 5%;
      -moz-box-shadow: 6px 6px 10px 10px #ccc;
      -webkit-box-shadow: 6px 6px 10px 10px #ccc;
      box-shadow: 6px 6px 10px 10px #ccc;
      cursor: pointer; }
      .services .services_offers .services_offers_single_offer .services_offers_single_offer_pic {
        width: 240px;
        height: 240px;
        border-radius: 50%;
        background-color: black;
        -moz-box-shadow: 3px 3px 5px 5px #ccc;
        -webkit-box-shadow: 3px 3px 5px 5px #ccc;
        box-shadow: 3px 3px 5px 5px #ccc; }
      .services .services_offers .services_offers_single_offer #offers_pic1 {
        background: url("../img/corp.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .services .services_offers .services_offers_single_offer #offers_pic2 {
        background: url("../img/individual.jpg");
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat; }
      .services .services_offers .services_offers_single_offer h2 {
        color: #bfe656;
        font-size: 20px; }
      .services .services_offers .services_offers_single_offer h4 {
        color: #7c7c7c;
        font-size: 16px; }
      .services .services_offers .services_offers_single_offer p {
        font-size: 13px; }
      .services .services_offers .services_offers_single_offer button {
        width: 150px;
        height: 50px;
        color: #7c7c7c;
        background-color: white;
        cursor: pointer;
        border-radius: 10px;
        font-weight: bold;
        border: 2px solid;
        border-color: #bfe656; }
      .services .services_offers .services_offers_single_offer button:hover {
        background-color: #bfe656;
        color: white;
        border-color: white; }
      .services .services_offers .services_offers_single_offer .services_offers_single_offer_text {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center; }
        .services .services_offers .services_offers_single_offer .services_offers_single_offer_text p {
          line-height: 1.5; }
    .services .services_offers .services_offers_single_offer:hover {
      border-bottom: 5px solid;
      border-color: #bfe656; }

@media only screen and (max-width: 812px) {
  .services .services_offers {
    grid-column: 1/-1; }
    .services .services_offers .services_offers_single_offer {
      width: 40%; } }

@media only screen and (max-width: 414px) {
  .services .services_text h4 {
    font-size: 25px; }
  .services .services_offers {
    flex-direction: column;
    justify-content: space-between;
    align-items: center; }
    .services .services_offers .services_offers_single_offer .services_offers_single_offer_pic {
      width: 110px;
      height: 110px; }
    .services .services_offers .services_offers_single_offer h2 {
      font-size: 17px; }
    .services .services_offers .services_offers_single_offer h4 {
      font-size: 14px; }
    .services .services_offers .services_offers_single_offer p {
      font-size: 11px;
      line-height: 1.3; }
    .services .services_offers .services_offers_single_offer button {
      width: 100px;
      height: 30px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656;
      font-size: 10px; }
    .services .services_offers .services_offers_single_offer:nth-child(2) {
      margin-top: 10px; } }

@media only screen and (max-width: 280px) {
  .services .services_text h4 {
    font-size: 20px; }
  .services .services_offers .services_offers_single_offer .services_offers_single_offer_pic {
    display: none; }
  .services .services_offers .services_offers_single_offer h2 {
    font-size: 15px; }
  .services .services_offers .services_offers_single_offer h4 {
    font-size: 13px; }
  .services .services_offers .services_offers_single_offer p {
    font-size: 10px;
    line-height: 1.3; } }

.approach {
  grid-column: 1/-1;
  display: flex;
  justify-content: space-around;
  align-items: center;
  background: linear-gradient(to right, #d9f5d0, #bfe656);
  padding-top: 2rem;
  padding-bottom: 2rem;
  min-height: 900px; }
  .approach .approach_text {
    background-color: white;
    width: 40%;
    height: 80%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center; }
    .approach .approach_text h2 {
      font-size: 40px;
      color: #bfe656;
      font-weight: bold; }
    .approach .approach_text h4 {
      color: #7c7c7c; }
    .approach .approach_text p {
      margin-left: 30px;
      margin-right: 30px;
      line-height: 1.6;
      color: black; }
    .approach .approach_text button {
      width: 150px;
      height: 50px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656; }
    .approach .approach_text button:hover {
      background-color: #bfe656;
      color: white;
      border-color: white; }
  .approach .approach_pic {
    width: 50%;
    height: 100%;
    background: url("../img/approach.jpg");
    background-attachment: fixed;
    background-repeat: no-repeat;
    min-height: 100px;
    background-position: center center;
    background-position-x: 350px;
    background-position-y: 5px;
    background-size: cover; }

@media only screen and (max-width: 1024px) {
  .approach .approach_pic {
    background-position-x: 0px; }
  .approach p {
    font-size: 12px; } }

@media only screen and (max-width: 812px) {
  .approach .approach_pic {
    display: none; }
  .approach .approach_text {
    width: 80%; } }

@media only screen and (max-width: 980px) {
  .approach .approach_pic {
    background-position-x: -50px; } }

@media only screen and (max-width: 360px) {
  .approach .approach_text h2 {
    font-size: 25px; }
  .approach .approach_text h4 {
    font-size: 15px; }
  .approach .approach_text p {
    font-size: 12px; }
  .approach .approach_text button {
    width: 100px;
    height: 30px;
    color: #7c7c7c;
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    border: 2px solid;
    border-color: #bfe656;
    font-size: 10px; } }

@media only screen and (max-width: 280px) {
  .approach .approach_text h2 {
    font-size: 20px; }
  .approach .approach_text h4 {
    font-size: 13px; }
  .approach .approach_text p {
    font-size: 10px; } }

.footer_index {
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 370px 30px;
  background-color: white;
  font-family: "Muli";
  position: relative;
  color: black; }
  .footer_index img {
    height: 300px;
    width: 400px;
    transform-style: preserve-3d; }
  .footer_index #logo_footer {
    animation: rotation 5s infinite linear; }
  .footer_index .footer_list {
    grid-column: 2/20;
    grid-row: 1/2;
    align-self: center;
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .footer_index .footer_list h3 {
      color: #bfe656;
      font-size: 30px; }
    .footer_index .footer_list h4 {
      font-size: 15px;
      color: black; }
    .footer_index .footer_list .footer_social {
      display: flex;
      justify-content: space-between;
      width: 40%; }
      .footer_index .footer_list .footer_social a {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        color: black; }
        .footer_index .footer_list .footer_social a img {
          height: 30px;
          width: 30px; }
    .footer_index .footer_list .footer_list_contact {
      height: 80%; }
      .footer_index .footer_list .footer_list_contact h4 #contact_email {
        text-decoration: none;
        color: black; }
    .footer_index .footer_list .footer_list_content {
      display: flex;
      flex-direction: column;
      height: 80%;
      color: black; }
      .footer_index .footer_list .footer_list_content ul {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        text-align: left;
        padding-left: 0;
        height: 70%;
        text-align: left;
        color: black; }
        .footer_index .footer_list .footer_list_content ul li {
          list-style: none;
          cursor: pointer;
          align-self: left; }
        .footer_index .footer_list .footer_list_content ul a {
          text-decoration: none;
          color: black; }
        .footer_index .footer_list .footer_list_content ul a:hover {
          border-bottom: 2px solid;
          border-color: #bfe656;
          align-self: left; }
  .footer_index .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top: 1px solid;
    border-color: black;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: black; }

@media only screen and (max-width: 735px) {
  .footer_index {
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 750px; }
    .footer_index img {
      height: 200px;
      width: 300px; }
    .footer_index #logo_footer {
      animation-play-state: paused; }
    .footer_index .footer_list {
      align-self: center;
      width: 100%;
      height: 100%;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .footer_index .footer_list h3 {
        color: #bfe656;
        font-size: 30px; }
      .footer_index .footer_list h4 {
        font-size: 15px;
        color: black; }
      .footer_index .footer_list .footer_social {
        display: flex;
        justify-content: space-between;
        width: 40%; }
        .footer_index .footer_list .footer_social a {
          height: 30px;
          width: 30px;
          margin-right: 10px;
          color: black; }
          .footer_index .footer_list .footer_social a img {
            height: 30px;
            width: 30px; }
      .footer_index .footer_list .footer_list_contact {
        align-self: center; }
      .footer_index .footer_list .footer_list_content {
        display: flex;
        flex-direction: column; }
        .footer_index .footer_list .footer_list_content ul {
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: flex-start;
          text-align: left;
          padding-left: 0;
          text-align: left; }
          .footer_index .footer_list .footer_list_content ul li {
            list-style: none;
            cursor: pointer;
            align-self: left; }
          .footer_index .footer_list .footer_list_content ul a {
            text-decoration: none;
            color: black; }
          .footer_index .footer_list .footer_list_content ul a:hover {
            border-bottom: 2px solid;
            border-color: #bfe656;
            align-self: left; }
    .footer_index .copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: white;
      border-top: 1px solid;
      border-color: black;
      display: flex;
      text-align: center;
      justify-content: center;
      width: 100%;
      color: black; } }

.container_personal {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-rows: 700px 2500px 600px 400px 400px;
  grid-template-columns: repeat(20, 1fr);
  overflow-x: hidden; }

@media only screen and (max-width: 812px) {
  .container_personal {
    grid-template-rows: 1px 2500px 600px 400px 400px; } }

@media only screen and (max-width: 735px) {
  .container_personal {
    grid-template-rows: 1px 2500px 600px 400px 750px; } }

@media only screen and (max-width: 280px) {
  .container_personal {
    grid-template-rows: 1px 2500px 900px 450px 750px; } }

.header_info_personal {
  background-image: url("../img/pushup.jpg");
  grid-row: 2/3;
  grid-column: 1/-1;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 50px 200px auto 100px 50px; }
  .header_info_personal .header_info_text {
    grid-column: 2/3;
    grid-row: 2/4;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .header_info_personal .header_info_text h2 {
      font-size: 40px;
      font-weight: bold;
      color: #7c7c7c;
      text-shadow: 2px 2px black; }
    .header_info_personal .header_info_text button {
      width: 150px;
      height: 50px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656;
      z-index: 3; }
    .header_info_personal .header_info_text button:hover {
      background-color: #bfe656;
      color: white;
      border-color: white; }
  .header_info_personal .header_info_text {
    grid-row: 2/5;
    grid-column: 2/14;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start; }
    .header_info_personal .header_info_text h2 {
      grid-row: 2/3;
      grid-column: 3/8;
      font-size: 70px;
      color: #bfe656;
      text-shadow: 2px 2px black; }
    .header_info_personal .header_info_text h4 {
      grid-row: 3/4;
      grid-column: 3/8;
      color: black; }
    .header_info_personal .header_info_text button {
      width: 150px;
      height: 50px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656;
      grid-row: 4/5;
      grid-column: 4/6; }
    .header_info_personal .header_info_text button:hover {
      background-color: #bfe656;
      color: white;
      border-color: white; }

@media only screen and (max-width: 812px) {
  .header_info_personal {
    display: none; } }

.services_personal {
  grid-row: 2/3;
  grid-column: 1/-1;
  display: grid;
  grid-template-rows: 400px auto;
  grid-template-columns: repeat(20, 1fr); }
  .services_personal .services_personal_text {
    grid-row: 1/2;
    grid-column: 1/-1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .services_personal .services_personal_text h2 {
      font-size: 50px;
      color: #bfe656;
      width: 60%; }
    .services_personal .services_personal_text h4 {
      color: #7c7c7c;
      width: 60%;
      line-height: 1.6; }
  .services_personal .services_perosnal_offers {
    grid-row: 2/3;
    grid-column: 1/-1;
    display: flex;
    justify-content: stretch;
    flex-direction: column;
    align-items: stretch; }
  .services_personal .services_perosnal_offers_single_offer {
    height: 33%;
    display: flex;
    justify-content: stretch;
    align-items: stretch; }
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_pic {
      width: 50%;
      background-attachment: fixed;
      background-repeat: no-repeat; }
    .services_personal .services_perosnal_offers_single_offer #offers_pic1 {
      background-image: url("../img/individual_girl.jpg");
      background-position: left center;
      background-size: 60%;
      background-position-x: 600px; }
    .services_personal .services_perosnal_offers_single_offer #offers_pic2 {
      background-image: url("../img/halfindividual.jpg");
      background-position: center;
      background-size: 80%;
      background-position-x: -200px; }
    .services_personal .services_perosnal_offers_single_offer #offers_pic3 {
      background-image: url("../img/Nutrition.jpg");
      background-position: center;
      background-size: 100%; }
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text {
      width: 50%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h2 {
        color: #bfe656;
        width: 80%;
        line-height: 1.6; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h4 {
        color: #7c7c7c;
        width: 80%;
        line-height: 1.6; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text p {
        width: 80%;
        line-height: 1.6;
        font-size: 15px; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul,
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ol {
        font-size: 15px;
        align-self: center;
        line-height: 1.6;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start; }

@media only screen and (max-width: 1295px) {
  .services_personal .services_personal_text h2 {
    font-size: 40px; }
  .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_pic {
    width: 40%; }
  .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text {
    width: 60%; }
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text p,
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul {
      font-size: 14px; } }

@media only screen and (max-width: 942px) {
  .services_personal .services_personal_text h2 {
    font-size: 40px; }
  .services_personal .services_personal_text h4 {
    width: 80%; }
  .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h2 {
    line-height: 1.3; }
  .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h4 {
    font-size: 15px;
    line-height: 1.3; }
  .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul {
    align-items: flex-start;
    justify-content: flex-start; }
  .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_pic {
    background-attachment: local;
    background-position: center;
    background-size: cover !important; }
  .services_personal .services_perosnal_offers_single_offer #offers_pic2 {
    background-position-x: -200px !important; }
  .services_personal .services_perosnal_offers_single_offer #offers_pic1 {
    background-position-x: 0px; } }

@media only screen and (max-width: 812px) {
  .services_personal .services_personal_text h2 {
    font-size: 30px;
    width: 80%; }
  .services_personal .services_personal_text h4 {
    font-size: 14px; }
  .services_personal .services_perosnal_offers_single_offer {
    flex-direction: column; }
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text {
      width: 100%; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text p {
        font-size: 12px;
        line-height: 1.6; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul {
        font-size: 12px;
        line-height: 1.6;
        width: 90%;
        flex-wrap: wrap;
        text-align: left; }
        .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul li {
          align-self: left; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h2 {
        font-size: 20px; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h4 {
        font-size: 14px; }
    .services_personal .services_perosnal_offers_single_offer #offers_pic2 {
      background-position-x: 0px !important; }
    .services_personal .services_perosnal_offers_single_offer #offers_pic1 {
      object-fit: cover !important; }
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_pic {
      width: 100%;
      height: 50%; }
  .services_personal .services_perosnal_offers_single_offer:nth-child(2) .services_perosnal_offers_single_offer_pic {
    order: 2; }
  .services_personal .services_perosnal_offers_single_offer:nth-child(2) .services_perosnal_offers_single_offer_text {
    order: 1; } }

@media only screen and (max-width: 610px) {
  .services_personal .services_perosnal_offers_single_offer {
    flex-direction: column; }
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_pic {
      width: 100%;
      height: 50%; }
    .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text {
      width: 100%; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text p {
        font-size: 12px;
        line-height: 1.6; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul {
        font-size: 12px;
        line-height: 1.6;
        width: 90%;
        flex-wrap: wrap;
        text-align: left; }
        .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul li {
          align-self: left; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h2 {
        font-size: 20px; }
      .services_personal .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text h4 {
        font-size: 12px; } }

@media only screen and (max-width: 414px) {
  .services_personal .services_personal_text h2 {
    font-size: 20px; }
  .services_personal .services_personal_text h4 {
    font-size: 12px; }
  .services_personal .services_perosnal_offers .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text p,
  .services_personal .services_perosnal_offers .services_perosnal_offers_single_offer .services_perosnal_offers_single_offer_text ul {
    font-size: 11px;
    width: 80%; } }

.plan {
  grid-row: 3/4;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: space-evenly; }
  .plan h3 {
    color: #474140;
    align-self: center;
    font-size: 40px;
    line-height: 1.6; }
  .plan .plan_detail {
    display: flex;
    justify-content: flex-start;
    align-items: stretch; }
    .plan .plan_detail .plan_single_plan {
      width: 25%;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-align: center; }
      .plan .plan_detail .plan_single_plan h4 {
        width: 80%;
        color: #bfe656;
        font-size: 20px;
        line-height: 1.6; }
      .plan .plan_detail .plan_single_plan p {
        width: 80%;
        color: #7c7c7c;
        line-height: 1.6; }
    .plan .plan_detail img {
      width: 40px;
      height: 40px; }

@media only screen and (max-width: 1295px) {
  .plan .plan_detail .plan_single_plan p {
    font-size: 13px; } }

@media only screen and (max-width: 942px) {
  .plan h3 {
    font-size: 30px; } }

@media only screen and (max-width: 812px) {
  .plan h3 {
    font-size: 30px; }
  .plan .plan_detail {
    flex-direction: column;
    padding-left: 5px;
    padding-right: 5px; }
    .plan .plan_detail .plan_single_plan {
      width: 100%;
      flex-direction: row; }
      .plan .plan_detail .plan_single_plan img {
        height: 30px;
        width: 30px; }
      .plan .plan_detail .plan_single_plan p {
        font-size: 13px;
        line-height: 1.6; }
      .plan .plan_detail .plan_single_plan h4 {
        font-size: 15px;
        line-height: 1.6; } }

@media only screen and (max-width: 676px) {
  .plan {
    text-align: center; }
    .plan .plan_detail .plan_single_plan h3 {
      font-size: 20px; }
    .plan .plan_detail .plan_single_plan h4 {
      font-size: 13px;
      line-height: 1.3; }
    .plan .plan_detail .plan_single_plan p {
      line-height: 1.3; } }

@media only screen and (max-width: 605px) {
  .plan .plan_detail .plan_single_plan h3 {
    font-size: 15px; }
  .plan .plan_detail .plan_single_plan h4 {
    font-size: 13px;
    line-height: 1.3; }
  .plan .plan_detail .plan_single_plan p {
    line-height: 1.3;
    font-size: 12px; } }

@media only screen and (max-width: 414px) {
  .plan h3 {
    font-size: 15px; }
  .plan .plan_detail {
    width: 95;
    align-self: center; }
    .plan .plan_detail .plan_single_plan h3 {
      font-size: 12px; }
    .plan .plan_detail .plan_single_plan p {
      font-size: 10px; } }

@media only screen and (max-width: 280px) {
  .plan h3 {
    font-size: 15px; }
  .plan .plan_detail {
    width: 95;
    align-self: center;
    flex-wrap: wrap; }
    .plan .plan_detail .plan_single_plan {
      width: 50%; }
      .plan .plan_detail .plan_single_plan h3 {
        font-size: 12px; }
      .plan .plan_detail .plan_single_plan p {
        font-size: 10px; } }

.carousel {
  grid-column: 1/-1;
  grid-row: 4/5;
  width: 100%;
  background: linear-gradient(to right, #d9f5d0, #bfe656);
  display: flex;
  justify-content: space-around;
  align-items: center;
  position: relative;
  overflow-x: hidden; }
  .carousel img {
    height: 50px;
    width: 50px;
    cursor: pointer;
    background-color: white;
    border: 2px solid;
    border-color: white;
    opacity: 0.5;
    border-radius: 15px;
    z-index: 2;
    position: absolute; }
  .carousel img:hover {
    border: 2px solid;
    border-color: orange;
    opacity: 1; }
  .carousel #right_arrow {
    right: 5%;
    top: auto; }
  .carousel #left_arrow {
    transform: rotate(180deg);
    left: 5%;
    top: auto; }
  .carousel #carousel_box {
    width: 100%;
    height: 80%;
    grid-template-columns: repeat(6, 1fr);
    border-radius: 50px;
    position: absolute;
    transition: transform 1s ease-in;
    z-index: 1; }
    .carousel #carousel_box .carousel_box_text {
      height: 100%;
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      text-align: left;
      padding-left: 5%;
      padding-right: 5%;
      position: absolute;
      transition: transform 1s ease-in;
      z-index: 1; }
      .carousel #carousel_box .carousel_box_text h4 {
        color: #474140;
        font-weight: bold;
        align-self: center;
        font-size: 20px; }
      .carousel #carousel_box .carousel_box_text p {
        width: 80%;
        align-self: center;
        font-size: 20px; }
        .carousel #carousel_box .carousel_box_text p span {
          display: block;
          width: 5%;
          font-size: 50px;
          font-weight: bold;
          color: orange; }
        .carousel #carousel_box .carousel_box_text p #carousel_box_text_span_right {
          align-self: right;
          margin-left: 90%; }

@media only screen and (max-width: 812px) {
  .carousel #right_arrow,
  .carousel #left_arrow {
    top: 70%; }
  .carousel #carousel_box .carousel_box_text h4 {
    font-size: 16px; }
  .carousel #carousel_box .carousel_box_text p {
    font-size: 14px;
    line-height: 1.6; } }

@media only screen and (max-width: 280px) {
  .carousel #carousel_box .carousel_box_text p {
    line-height: 1.4; } }

.footer_personal {
  grid-row: 5/6;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 370px 30px;
  background-color: white;
  font-family: "Muli";
  position: relative;
  color: black; }
  .footer_personal img {
    height: 300px;
    width: 400px;
    transform-style: preserve-3d; }
  .footer_personal #logo_footer {
    animation: rotation 5s infinite linear; }
  .footer_personal .footer_list {
    grid-column: 2/20;
    grid-row: 1/2;
    align-self: center;
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .footer_personal .footer_list h3 {
      color: #bfe656;
      font-size: 30px; }
    .footer_personal .footer_list h4 {
      font-size: 15px;
      color: black; }
    .footer_personal .footer_list .footer_social {
      display: flex;
      justify-content: space-between;
      width: 40%; }
      .footer_personal .footer_list .footer_social a {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        color: black; }
        .footer_personal .footer_list .footer_social a img {
          height: 30px;
          width: 30px; }
    .footer_personal .footer_list .footer_list_contact {
      height: 80%; }
      .footer_personal .footer_list .footer_list_contact h4 #contact_email {
        text-decoration: none;
        color: black; }
    .footer_personal .footer_list .footer_list_content {
      display: flex;
      flex-direction: column;
      height: 80%;
      color: black; }
      .footer_personal .footer_list .footer_list_content ul {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        text-align: left;
        padding-left: 0;
        height: 70%;
        text-align: left;
        color: black; }
        .footer_personal .footer_list .footer_list_content ul li {
          list-style: none;
          cursor: pointer;
          align-self: left; }
        .footer_personal .footer_list .footer_list_content ul a {
          text-decoration: none;
          color: black; }
        .footer_personal .footer_list .footer_list_content ul a:hover {
          border-bottom: 2px solid;
          border-color: #bfe656;
          align-self: left; }
  .footer_personal .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top: 1px solid;
    border-color: black;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: black; }

@media only screen and (max-width: 735px) {
  .footer_personal {
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 750px; }
    .footer_personal img {
      height: 200px;
      width: 300px; }
    .footer_personal #logo_footer {
      animation-play-state: paused; }
    .footer_personal .footer_list {
      align-self: center;
      width: 100%;
      height: 100%;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .footer_personal .footer_list h3 {
        color: #bfe656;
        font-size: 30px; }
      .footer_personal .footer_list h4 {
        font-size: 15px;
        color: black; }
      .footer_personal .footer_list .footer_social {
        display: flex;
        justify-content: space-between;
        width: 40%; }
        .footer_personal .footer_list .footer_social a {
          height: 30px;
          width: 30px;
          margin-right: 10px;
          color: black; }
          .footer_personal .footer_list .footer_social a img {
            height: 30px;
            width: 30px; }
      .footer_personal .footer_list .footer_list_contact {
        align-self: center; }
      .footer_personal .footer_list .footer_list_content {
        display: flex;
        flex-direction: column; }
        .footer_personal .footer_list .footer_list_content ul {
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: flex-start;
          text-align: left;
          padding-left: 0;
          text-align: left; }
          .footer_personal .footer_list .footer_list_content ul li {
            list-style: none;
            cursor: pointer;
            align-self: left; }
          .footer_personal .footer_list .footer_list_content ul a {
            text-decoration: none;
            color: black; }
          .footer_personal .footer_list .footer_list_content ul a:hover {
            border-bottom: 2px solid;
            border-color: #bfe656;
            align-self: left; }
    .footer_personal .copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: white;
      border-top: 1px solid;
      border-color: black;
      display: flex;
      text-align: center;
      justify-content: center;
      width: 100%;
      color: black; } }

.container_corporate {
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  overflow-x: hidden; }

/*
@media only screen and (max-width: 992px) {
  .container_corporate {
    grid-template-rows: 700px 1900px 500px 1600px 700px 400px;
  }
}

@media only screen and (max-width: 812px) {
  .container_corporate {
    grid-template-rows: 1px 1600px 500px 1800px 700px 400px;
  }
}

@media only screen and (max-width: 735px) {
  .container_corporate {
    grid-template-rows: 1px 1600px 500px 1800px 700px 750px;
  }
}

@media only screen and (max-width: 600px) {
  .container_corporate {
    grid-template-rows: 1px 1800px 500px 1800px 700px 750px;
  }
}

@media only screen and (max-width: 414px) {
  .container_corporate {
    grid-template-rows: 49px 1300px 500px 1800px 700px 750px;
  }
}

@media only screen and (max-width: 375px) {
  .container_corporate {
    grid-template-rows: 49px 1400px 500px 1600px 700px 750px;
  }
}

@media only screen and (max-width: 360px) {
  .container_corporate {
    grid-template-rows: 49px 1450px 500px 1600px 700px 750px;
  }
}

@media only screen and (max-width: 320px) {
  .container_corporate {
    grid-template-rows: 49px 1550px 500px 1600px 700px 750px;
  }
}

@media only screen and (max-width: 280px) {
  .container_corporate {
    grid-template-rows: 49px 1650px 500px 1600px 700px 750px;
  }
} */
.header_info_corporate {
  background-image: url("../img/corp_front.jpg");
  object-fit: cover;
  grid-row: 2/3;
  grid-column: 1/-1;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(4, 1fr);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 50px 200px auto 100px 50px; }
  .header_info_corporate .header_info_text {
    grid-column: 2/3;
    grid-row: 2/4;
    display: flex;
    flex-direction: column;
    justify-content: space-between; }
    .header_info_corporate .header_info_text h2 {
      font-size: 40px;
      font-weight: bold;
      color: #7c7c7c;
      text-shadow: 2px 2px black; }
    .header_info_corporate .header_info_text button {
      width: 150px;
      height: 50px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656;
      z-index: 3; }
    .header_info_corporate .header_info_text button:hover {
      background-color: #bfe656;
      color: white;
      border-color: white; }
  .header_info_corporate .header_info_text {
    background-color: rgba(169, 169, 169, 0.6);
    grid-row: 2/5;
    grid-column: 2/12;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    text-align: center;
    padding-right: 20%;
    padding-left: 20%; }
    .header_info_corporate .header_info_text h2 {
      grid-row: 2/3;
      grid-column: 4/7;
      font-size: 55px;
      color: #bfe656;
      text-shadow: 2px 2px black; }
    .header_info_corporate .header_info_text h4 {
      grid-row: 3/4;
      grid-column: 3/8;
      color: black; }
    .header_info_corporate .header_info_text button {
      width: 150px;
      height: 50px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656;
      grid-row: 4/5;
      grid-column: 4/6; }
    .header_info_corporate .header_info_text button:hover {
      background-color: #bfe656;
      color: white;
      border-color: white; }

@media only screen and (max-width: 986px) {
  .header_info_corporate .header_info_text {
    grid-row: 2/4; }
    .header_info_corporate .header_info_text h2 {
      font-size: 50px; }
    .header_info_corporate .header_info_text h4 {
      font-size: 14px; } }

@media only screen and (max-width: 812px) {
  .header_info_corporate {
    display: none; } }

.corporate_program {
  padding-top: 2rem;
  padding-bottom: 2rem;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  background-color: #fcfcf4; }
  .corporate_program .corporate_program_text {
    height: 20%;
    width: 100%;
    display: flex;
    flex-direction: column;
    text-align: center;
    /* p {
      margin-right: 10%;
      margin-left: 10%;
    } */ }
    .corporate_program .corporate_program_text h2 {
      font-size: 50px;
      color: #474140; }
    .corporate_program .corporate_program_text h4 {
      color: #7c7c7c; }
  .corporate_program .corporate_program_offer {
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    /*.corporate_program_offer_single_offer:hover
      .corporate_program_offer_single_offer__container {
      //border-bottom: 10px solid;
      //border-color: orange;
      transform: rotateY(180deg);
      border-color: orange;
    } */ }
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer {
      width: 30%;
      height: 400px;
      display: flex;
      flex-direction: column;
      justify-content: flex-start;
      align-items: center;
      text-align: center;
      border-bottom-right-radius: 50px;
      margin-top: 1rem;
      /*h2 {
        color: orange;
        font-size: 20px;
      }

      p {
        margin-right: 10%;
        margin-left: 10%;
      } */ }
      .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container {
        width: 100%;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        text-align: center;
        border: 2px solid;
        border-color: white;
        border-bottom-right-radius: 50px;
        -moz-box-shadow: 6px 6px 10px 10px #ccc;
        -webkit-box-shadow: 6px 6px 10px 10px #ccc;
        box-shadow: 6px 6px 10px 10px #ccc;
        transition: transform 1.5s;
        transform-style: preserve-3d;
        position: relative; }
        .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .flip_card {
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
          border-bottom-right-radius: 50px;
          display: flex;
          flex-direction: column;
          justify-content: center;
          align-items: center;
          line-height: 1; }
        .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .front {
          transform: rotateY(180deg);
          background-color: white;
          display: flex;
          flex-direction: column;
          text-align: center; }
          .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .front h2 {
            color: orange; }
          .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .front p {
            color: black; }
        .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back {
          background: linear-gradient(to right, #d9f5d0, #bfe656); }
          .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back h2 {
            color: #7c7c7c; }
          .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back p {
            line-height: 1.6;
            font-size: 13px; }
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer:nth-child(1),
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer:nth-child(2),
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer:nth-child(5) {
      line-height: 1.6; }
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer__container:nth-child(4) {
      justify-content: space-around; }

@media only screen and (max-width: 992px) {
  .corporate_program {
    justify-content: stretch; }
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer {
      align-items: flex-start;
      width: 40%; }
      .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .flip_card .front {
        display: none; }
      .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .flip_card .back {
        transform: rotateY(180deg); }
        .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .flip_card .back h2 {
          font-size: 12px;
          line-height: 1.2; }
        .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .flip_card .back p {
          font-size: 11px;
          line-height: 1.2; } }

@media only screen and (max-width: 735px) {
  .corporate_program .corporate_program_offer .corporate_program_offer_single_offer {
    align-items: flex-start; }
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back {
      text-align: left;
      padding-right: 3%;
      padding-left: 3%; }
      .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back h2 {
        font-size: 15px; }
      .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back p {
        font-size: 11px; } }

@media only screen and (max-width: 414px) {
  .corporate_program {
    justify-content: stretch; }
    .corporate_program .corporate_program_text {
      height: 10%;
      text-align: bottom; }
      .corporate_program .corporate_program_text h2 {
        font-size: 30px; }
    .corporate_program .corporate_program_offer .corporate_program_offer_single_offer {
      align-items: flex-start;
      width: 40%; }
      .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back {
        text-align: left;
        padding-right: 3%;
        padding-left: 3%; }
        .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back h2 {
          font-size: 12px; }
        .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back p {
          font-size: 11px;
          line-height: 1.1; } }

@media only screen and (max-width: 320px) {
  .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back h2 {
    font-size: 11px; }
  .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back p {
    font-size: 10px;
    line-height: 1.1; } }

@media only screen and (max-width: 320px) {
  .corporate_program .corporate_program_offer .corporate_program_offer_single_offer .corporate_program_offer_single_offer__container .back p {
    line-height: 1; } }

.middle_pic {
  height: 500px;
  grid-column: 1/-1;
  background-image: url("../img/quote.jpg");
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center; }
  .middle_pic .middle_pic_text {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
    width: 30%;
    background: rgba(191, 230, 86, 0.5);
    color: black;
    font-size: 20px;
    font-weight: bold; }
    .middle_pic .middle_pic_text p {
      width: 80%; }
  .middle_pic h2 {
    color: orange;
    font-size: 50px;
    text-shadow: 2px 2px black; }

@media only screen and (max-width: 812px) {
  .middle_pic {
    background-attachment: local; } }

@media only screen and (max-width: 414px) {
  .middle_pic .middle_pic_text p {
    font-size: 14px; } }

@media only screen and (max-width: 375px) {
  .middle_pic .middle_pic_text p {
    font-size: 13px; } }

.benefits {
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  padding-right: 5%;
  padding-left: 5%;
  padding-top: 2rem;
  padding-bottom: 2rem; }
  .benefits .benefits_text {
    width: 100%;
    max-height: 20%;
    display: flex;
    flex-direction: column; }
    .benefits .benefits_text .benefits_text_header {
      width: 100%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center; }
      .benefits .benefits_text .benefits_text_header h2 {
        color: #bfe656;
        font-size: 50px; }
      .benefits .benefits_text .benefits_text_header p {
        line-height: 1.6; }
    .benefits .benefits_text img {
      height: 200px;
      width: 200px;
      border-radius: 50%; }
  .benefits .benefits_text_body {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch; }
    .benefits .benefits_text_body .benefits_text_body_single_benefit {
      width: 30%;
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: stretch;
      align-items: flex-start;
      text-align: center; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit .benefits_text_body_single_benefit_background {
        height: 250px;
        width: 250px;
        border-radius: 50%;
        align-self: center; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit #benefit_background_one {
        background: url("../img/contract.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit #benefit_background_two {
        background: url("../img/planning.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit #benefit_background_three {
        background: url("../img/meeting.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit #benefit_background_four {
        background: url("../img/corpo.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit #benefit_background_five {
        background: url("../img/health_chalange.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit #benefit_background_six {
        background: url("../img/streaching.jpg");
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit h4 {
        color: #bfe656;
        font-size: 25px;
        align-self: center; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit p {
        width: 80%;
        font-size: 15px;
        align-self: center;
        line-height: 1.6; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit ul,
      .benefits .benefits_text_body .benefits_text_body_single_benefit ol {
        font-size: 15px;
        align-self: center;
        line-height: 1.6; }

@media only screen and (max-width: 1275px) {
  .benefits .benefits_text .benefits_text_header p {
    width: 80%;
    font-size: 14px; }
  .benefits .benefits_text_body .benefits_text_body_single_benefit p,
  .benefits .benefits_text_body .benefits_text_body_single_benefit ul {
    font-size: 14px; } }

@media only screen and (max-width: 945px) {
  .benefits .benefits_text_body .benefits_text_body_single_benefit .benefits_text_body_single_benefit_background {
    height: 150px;
    width: 150px; } }

@media only screen and (max-width: 812px) {
  .benefits .benefits_text .benefits_text_header p {
    width: 80%;
    font-size: 13px; }
  .benefits .benefits_text_body {
    width: 100%; }
    .benefits .benefits_text_body .benefits_text_body_single_benefit {
      align-items: center;
      width: 100% !important; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit .benefits_text_body_single_benefit_background {
        display: none; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit p,
      .benefits .benefits_text_body .benefits_text_body_single_benefit ul {
        font-size: 12px;
        align-self: center; }
      .benefits .benefits_text_body .benefits_text_body_single_benefit ul {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center; } }

@media only screen and (max-width: 414px) {
  .benefits .benefits_text .benefits_text_header h2 {
    font-size: 20px; }
  .benefits .benefits_text .benefits_text_body {
    width: 95%;
    justify-content: stretch; }
    .benefits .benefits_text .benefits_text_body .benefits_text_body_single_benefit {
      width: 33%;
      text-align: start; }
      .benefits .benefits_text .benefits_text_body .benefits_text_body_single_benefit h4 {
        font-size: 14px;
        padding-right: 5%;
        padding-left: 5%; }
      .benefits .benefits_text .benefits_text_body .benefits_text_body_single_benefit p,
      .benefits .benefits_text .benefits_text_body .benefits_text_body_single_benefit ul {
        font-size: 10px;
        padding-right: 3%;
        padding-left: 3%; }
      .benefits .benefits_text .benefits_text_body .benefits_text_body_single_benefit ul {
        list-style: none;
        align-self: flex-start; } }

@media only screen and (max-width: 300px) {
  .benefits .benefits_text .benefits_text_body .benefits_text_body_single_benefit ul {
    font-size: 9px; } }

.quote {
  height: 700px;
  grid-column: 1/-1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-image: url("../img/corp.jpg");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat; }
  .quote h2 {
    color: #bfe656;
    font-size: 50px;
    text-shadow: 2px 2px black;
    align-self: center; }

@media only screen and (max-width: 414px) {
  .quote h2 {
    font-size: 25px; } }

.footer_corporate {
  grid-column: 1/-1;
  grid-row: 6/7;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 370px 30px;
  background-color: white;
  font-family: "Muli";
  position: relative;
  color: black; }
  .footer_corporate img {
    height: 300px;
    width: 400px;
    transform-style: preserve-3d; }
  .footer_corporate #logo_footer {
    animation: rotation 5s infinite linear; }
  .footer_corporate .footer_list {
    grid-column: 2/20;
    grid-row: 1/2;
    align-self: center;
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .footer_corporate .footer_list h3 {
      color: #bfe656;
      font-size: 30px; }
    .footer_corporate .footer_list h4 {
      font-size: 15px;
      color: black; }
    .footer_corporate .footer_list .footer_social {
      display: flex;
      justify-content: space-between;
      width: 40%; }
      .footer_corporate .footer_list .footer_social a {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        color: black; }
        .footer_corporate .footer_list .footer_social a img {
          height: 30px;
          width: 30px; }
    .footer_corporate .footer_list .footer_list_contact {
      height: 80%; }
      .footer_corporate .footer_list .footer_list_contact h4 #contact_email {
        text-decoration: none;
        color: black; }
    .footer_corporate .footer_list .footer_list_content {
      display: flex;
      flex-direction: column;
      height: 80%;
      color: black; }
      .footer_corporate .footer_list .footer_list_content ul {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        text-align: left;
        padding-left: 0;
        height: 70%;
        text-align: left;
        color: black; }
        .footer_corporate .footer_list .footer_list_content ul li {
          list-style: none;
          cursor: pointer;
          align-self: left; }
        .footer_corporate .footer_list .footer_list_content ul a {
          text-decoration: none;
          color: black; }
        .footer_corporate .footer_list .footer_list_content ul a:hover {
          border-bottom: 2px solid;
          border-color: #bfe656;
          align-self: left; }
  .footer_corporate .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top: 1px solid;
    border-color: black;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: black; }

@media only screen and (max-width: 735px) {
  .footer_corporate {
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 750px; }
    .footer_corporate img {
      height: 200px;
      width: 300px; }
    .footer_corporate #logo_footer {
      animation-play-state: paused; }
    .footer_corporate .footer_list {
      align-self: center;
      width: 100%;
      height: 100%;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .footer_corporate .footer_list h3 {
        color: #bfe656;
        font-size: 30px; }
      .footer_corporate .footer_list h4 {
        font-size: 15px;
        color: black; }
      .footer_corporate .footer_list .footer_social {
        display: flex;
        justify-content: space-between;
        width: 40%; }
        .footer_corporate .footer_list .footer_social a {
          height: 30px;
          width: 30px;
          margin-right: 10px;
          color: black; }
          .footer_corporate .footer_list .footer_social a img {
            height: 30px;
            width: 30px; }
      .footer_corporate .footer_list .footer_list_contact {
        align-self: center; }
      .footer_corporate .footer_list .footer_list_content {
        display: flex;
        flex-direction: column; }
        .footer_corporate .footer_list .footer_list_content ul {
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: flex-start;
          text-align: left;
          padding-left: 0;
          text-align: left; }
          .footer_corporate .footer_list .footer_list_content ul li {
            list-style: none;
            cursor: pointer;
            align-self: left; }
          .footer_corporate .footer_list .footer_list_content ul a {
            text-decoration: none;
            color: black; }
          .footer_corporate .footer_list .footer_list_content ul a:hover {
            border-bottom: 2px solid;
            border-color: #bfe656;
            align-self: left; }
    .footer_corporate .copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: white;
      border-top: 1px solid;
      border-color: black;
      display: flex;
      text-align: center;
      justify-content: center;
      width: 100%;
      color: black; } }

.container_about {
  display: grid;
  grid-template-rows: 400px 800px 400px;
  grid-template-columns: repeat(20, 1fr);
  overflow-x: hidden; }

@media only screen and (max-width: 735px) {
  .container_about {
    grid-template-rows: 400px 800px 750px; } }

.header_about {
  grid-row: 1/2;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 50px 350px;
  position: relative; }
  .header_about .mobile_header {
    display: none;
    position: absolute;
    z-index: 100;
    background: linear-gradient(to right, #d9f5d0, #bfe656);
    top: 0;
    left: 0;
    height: 5%;
    width: 100%;
    position: fixed; }
    .header_about .mobile_header img {
      padding-right: 5%;
      width: 50px;
      height: 80%;
      cursor: pointer; }
  .header_about nav {
    display: flex;
    justify-content: space-between;
    text-align: center;
    color: black;
    background-color: white;
    border-right: 2px solid;
    border-left: 2px solid;
    border-bottom: 2px solid;
    border-color: #bfe656;
    height: 50px;
    width: 90%;
    position: fixed;
    top: 0;
    left: 5%;
    background-color: rgba(250, 250, 250, 0.6); }
    .header_about nav .nav_logo {
      display: flex;
      justify-content: center;
      text-align: center; }
      .header_about nav .nav_logo img {
        height: 50px;
        width: 100px; }
    .header_about nav ul {
      display: flex;
      width: 60%;
      justify-content: space-evenly; }
      .header_about nav ul li {
        list-style: none;
        cursor: pointer;
        font-size: 14px; }
      .header_about nav ul a {
        text-decoration: none;
        color: black; }
      .header_about nav ul a:hover {
        border-bottom: 2px solid;
        border-color: #bfe656;
        font-weight: bold; }
  .header_about .header_info_about {
    grid-row: 2/3;
    grid-column: 1/-1;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background-color: #fcfcf4;
    color: #bfe656;
    font-size: 50px;
    padding-left: 20%;
    padding-right: 20%; }

@media only screen and (max-width: 980px) {
  .header_about nav h3 {
    display: none; }
  .header_about nav ul {
    width: 80%; } }

@media only screen and (max-width: 812px) {
  .header_about nav {
    display: none; }
  .header_about .header_info_about {
    font-size: 30px;
    padding-left: 10%;
    padding-right: 10%; }
  .header_about .mobile_header {
    display: flex;
    justify-content: flex-end;
    align-items: center; } }

.middle_about_me {
  grid-row: 2/3;
  grid-column: 1/-1;
  display: flex;
  justify-content: center;
  align-content: stretch; }
  .middle_about_me .middle_about_me_text {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    justify-content: center;
    text-align: center;
    padding-left: 5%;
    padding-right: 5%; }
    .middle_about_me .middle_about_me_text h3 {
      color: #bfe656;
      font-size: 30px; }
    .middle_about_me .middle_about_me_text button {
      width: 150px;
      height: 50px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656;
      align-self: center; }
    .middle_about_me .middle_about_me_text button:hover {
      background-color: #bfe656;
      color: white;
      border-color: white; }
  .middle_about_me .middle_about_me_pic {
    width: 50%;
    min-height: 800px;
    background-image: url("../img/about_me.jpg");
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat; }

@media only screen and (max-width: 985px) {
  .middle_about_me .middle_about_me_text h3 {
    font-size: 25px; }
  .middle_about_me .middle_about_me_text p {
    font-size: 14px; } }

@media only screen and (max-width: 715px) {
  .middle_about_me .middle_about_me_text h3 {
    font-size: 23px; }
  .middle_about_me .middle_about_me_text p {
    font-size: 12px; }
  .middle_about_me .middle_about_me_pic {
    height: 100%; } }

@media only screen and (max-width: 414px) {
  .middle_about_me .middle_about_me_text h3 {
    font-size: 20px; }
  .middle_about_me .middle_about_me_text p {
    font-size: 10px;
    line-height: 1; }
  .middle_about_me .middle_about_me_text button {
    width: 100px;
    height: 30px;
    color: #7c7c7c;
    background-color: white;
    cursor: pointer;
    border-radius: 10px;
    font-weight: bold;
    border: 2px solid;
    border-color: #bfe656;
    font-size: 10px; }
  .middle_about_me .middle_about_me_pic {
    height: 100%; } }

.footer_about {
  grid-row: 3/4;
  grid-column: 1/-1;
  display: grid;
  grid-template-columns: repeat(20, 1fr);
  grid-template-rows: 370px 30px;
  background-color: white;
  font-family: "Muli";
  position: relative;
  color: black; }
  .footer_about img {
    height: 300px;
    width: 400px;
    transform-style: preserve-3d; }
  .footer_about #logo_footer {
    animation: rotation 5s infinite linear; }
  .footer_about .footer_list {
    grid-column: 2/20;
    grid-row: 1/2;
    align-self: center;
    height: 70%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around; }
    .footer_about .footer_list h3 {
      color: #bfe656;
      font-size: 30px; }
    .footer_about .footer_list h4 {
      font-size: 15px;
      color: black; }
    .footer_about .footer_list .footer_social {
      display: flex;
      justify-content: space-between;
      width: 40%; }
      .footer_about .footer_list .footer_social a {
        height: 30px;
        width: 30px;
        margin-right: 10px;
        color: black; }
        .footer_about .footer_list .footer_social a img {
          height: 30px;
          width: 30px; }
    .footer_about .footer_list .footer_list_contact {
      height: 80%; }
      .footer_about .footer_list .footer_list_contact h4 #contact_email {
        text-decoration: none;
        color: black; }
    .footer_about .footer_list .footer_list_content {
      display: flex;
      flex-direction: column;
      height: 80%;
      color: black; }
      .footer_about .footer_list .footer_list_content ul {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: flex-start;
        text-align: left;
        padding-left: 0;
        height: 70%;
        text-align: left;
        color: black; }
        .footer_about .footer_list .footer_list_content ul li {
          list-style: none;
          cursor: pointer;
          align-self: left; }
        .footer_about .footer_list .footer_list_content ul a {
          text-decoration: none;
          color: black; }
        .footer_about .footer_list .footer_list_content ul a:hover {
          border-bottom: 2px solid;
          border-color: #bfe656;
          align-self: left; }
  .footer_about .copyright {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: white;
    border-top: 1px solid;
    border-color: black;
    display: flex;
    text-align: center;
    justify-content: center;
    width: 100%;
    color: black; }

@media only screen and (max-width: 735px) {
  .footer_about {
    display: flex;
    justify-content: stretch;
    align-items: center;
    height: 750px; }
    .footer_about img {
      height: 200px;
      width: 300px; }
    .footer_about #logo_footer {
      animation-play-state: paused; }
    .footer_about .footer_list {
      align-self: center;
      width: 100%;
      height: 100%;
      flex-direction: column-reverse;
      justify-content: flex-start;
      align-items: center;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .footer_about .footer_list h3 {
        color: #bfe656;
        font-size: 30px; }
      .footer_about .footer_list h4 {
        font-size: 15px;
        color: black; }
      .footer_about .footer_list .footer_social {
        display: flex;
        justify-content: space-between;
        width: 40%; }
        .footer_about .footer_list .footer_social a {
          height: 30px;
          width: 30px;
          margin-right: 10px;
          color: black; }
          .footer_about .footer_list .footer_social a img {
            height: 30px;
            width: 30px; }
      .footer_about .footer_list .footer_list_contact {
        align-self: center; }
      .footer_about .footer_list .footer_list_content {
        display: flex;
        flex-direction: column; }
        .footer_about .footer_list .footer_list_content ul {
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: flex-start;
          text-align: left;
          padding-left: 0;
          text-align: left; }
          .footer_about .footer_list .footer_list_content ul li {
            list-style: none;
            cursor: pointer;
            align-self: left; }
          .footer_about .footer_list .footer_list_content ul a {
            text-decoration: none;
            color: black; }
          .footer_about .footer_list .footer_list_content ul a:hover {
            border-bottom: 2px solid;
            border-color: #bfe656;
            align-self: left; }
    .footer_about .copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: white;
      border-top: 1px solid;
      border-color: black;
      display: flex;
      text-align: center;
      justify-content: center;
      width: 100%;
      color: black; } }

.container_contact {
  display: grid;
  grid-template-rows: 50px 500px 400px;
  grid-template-columns: repeat(20, 1fr);
  background-color: #fcfcf4; }
  .container_contact .email_sent {
    position: absolute;
    display: none;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100vh;
    background-color: rgba(34, 34, 34, 0.8); }
    .container_contact .email_sent .email_confirmaation {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      text-align: center;
      width: 100%;
      height: 100%;
      font-size: 20px;
      font-weight: bold; }
      .container_contact .email_sent .email_confirmaation button {
        width: 150px;
        height: 50px;
        background-color: #7c7c7c;
        cursor: pointer;
        border-radius: 10px;
        font-weight: bold;
        border: 2px solid; }
  .container_contact .success .email_confirmaation {
    display: flex !important;
    color: #bfe656; }
    .container_contact .success .email_confirmaation button {
      border-color: #bfe656;
      color: #bfe656; }
  .container_contact .error .email_confirmaation {
    display: flex !important;
    color: red; }
    .container_contact .error .email_confirmaation button {
      border-color: red;
      color: red; }
  .container_contact .footer_contact_form {
    grid-column: 6/16;
    grid-row: 2/3; }
    .container_contact .footer_contact_form h3 {
      font-size: 25px;
      font-weight: bold; }
    .container_contact .footer_contact_form form {
      height: 100%;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      align-items: center;
      color: #bfe656;
      border-color: #bfe656;
      background-color: #fcfcf4; }
      .container_contact .footer_contact_form form input {
        width: 60%;
        background-color: white;
        border: none;
        border-bottom: 2px solid;
        border-color: #bfe656;
        font-weight: bold;
        background-color: #fcfcf4; }
      .container_contact .footer_contact_form form ::placeholder {
        color: #474140;
        font-weight: bold; }
      .container_contact .footer_contact_form form textarea {
        width: 80%;
        height: 20%;
        color: #474140;
        border: 2px solid;
        border-color: #bfe656;
        font-weight: bold;
        background-color: #fcfcf4; }
      .container_contact .footer_contact_form form button {
        width: 150px;
        height: 50px;
        color: #7c7c7c;
        background-color: white;
        cursor: pointer;
        border-radius: 10px;
        font-weight: bold;
        border: 2px solid;
        border-color: #bfe656; }
      .container_contact .footer_contact_form form button:hover {
        background-color: #bfe656;
        color: white;
        border-color: white; }
  .container_contact .footer_contact {
    grid-column: 1/-1;
    grid-row: 3/4;
    display: grid;
    grid-template-columns: repeat(20, 1fr);
    grid-template-rows: 370px 30px;
    background-color: white;
    font-family: "Muli";
    position: relative;
    color: black; }
    .container_contact .footer_contact img {
      height: 300px;
      width: 400px;
      transform-style: preserve-3d; }
    .container_contact .footer_contact #logo_footer {
      animation: rotation 5s infinite linear; }
    .container_contact .footer_contact .footer_list {
      grid-column: 2/20;
      grid-row: 1/2;
      align-self: center;
      height: 70%;
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .container_contact .footer_contact .footer_list h3 {
        color: #bfe656;
        font-size: 30px; }
      .container_contact .footer_contact .footer_list h4 {
        font-size: 15px;
        color: black; }
      .container_contact .footer_contact .footer_list .footer_social {
        display: flex;
        justify-content: space-between;
        width: 40%; }
        .container_contact .footer_contact .footer_list .footer_social a {
          height: 30px;
          width: 30px;
          margin-right: 10px;
          color: black; }
          .container_contact .footer_contact .footer_list .footer_social a img {
            height: 30px;
            width: 30px; }
      .container_contact .footer_contact .footer_list .footer_list_contact {
        height: 80%; }
        .container_contact .footer_contact .footer_list .footer_list_contact h4 #contact_email {
          text-decoration: none;
          color: black; }
      .container_contact .footer_contact .footer_list .footer_list_content {
        display: flex;
        flex-direction: column;
        height: 80%;
        color: black; }
        .container_contact .footer_contact .footer_list .footer_list_content ul {
          display: flex;
          flex-direction: column;
          justify-content: space-evenly;
          align-items: flex-start;
          text-align: left;
          padding-left: 0;
          height: 70%;
          text-align: left;
          color: black; }
          .container_contact .footer_contact .footer_list .footer_list_content ul li {
            list-style: none;
            cursor: pointer;
            align-self: left; }
          .container_contact .footer_contact .footer_list .footer_list_content ul a {
            text-decoration: none;
            color: black; }
          .container_contact .footer_contact .footer_list .footer_list_content ul a:hover {
            border-bottom: 2px solid;
            border-color: #bfe656;
            align-self: left; }
    .container_contact .footer_contact .copyright {
      position: absolute;
      bottom: 0;
      left: 0;
      background-color: white;
      border-top: 1px solid;
      border-color: black;
      display: flex;
      text-align: center;
      justify-content: center;
      width: 100%;
      color: black; }

@media only screen and (max-width: 812px) {
  .container_contact header .mobile_header {
    display: flex;
    justify-content: flex-end;
    align-items: center; }
  .container_contact header .footer_contact_form {
    grid-column: 4/18; } }

@media only screen and (max-width: 735px) {
  .container_contact {
    grid-template-rows: 50px 500px 750px; }
    .container_contact .footer_contact_form {
      text-align: center; }
    .container_contact .footer_contact {
      display: flex;
      justify-content: stretch;
      align-items: center;
      height: 750px; }
      .container_contact .footer_contact img {
        height: 200px;
        width: 300px; }
      .container_contact .footer_contact #logo_footer {
        animation-play-state: paused; }
      .container_contact .footer_contact .footer_list {
        align-self: center;
        width: 100%;
        height: 100%;
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-around; }
        .container_contact .footer_contact .footer_list h3 {
          color: #bfe656;
          font-size: 30px; }
        .container_contact .footer_contact .footer_list h4 {
          font-size: 15px;
          color: black; }
        .container_contact .footer_contact .footer_list .footer_social {
          display: flex;
          justify-content: space-between;
          width: 40%; }
          .container_contact .footer_contact .footer_list .footer_social a {
            height: 30px;
            width: 30px;
            margin-right: 10px;
            color: black; }
            .container_contact .footer_contact .footer_list .footer_social a img {
              height: 30px;
              width: 30px; }
        .container_contact .footer_contact .footer_list .footer_list_contact {
          align-self: center; }
        .container_contact .footer_contact .footer_list .footer_list_content {
          display: flex;
          flex-direction: column; }
          .container_contact .footer_contact .footer_list .footer_list_content ul {
            display: flex;
            flex-direction: column;
            justify-content: space-evenly;
            align-items: flex-start;
            text-align: left;
            padding-left: 0;
            text-align: left; }
            .container_contact .footer_contact .footer_list .footer_list_content ul li {
              list-style: none;
              cursor: pointer;
              align-self: left; }
            .container_contact .footer_contact .footer_list .footer_list_content ul a {
              text-decoration: none;
              color: black; }
            .container_contact .footer_contact .footer_list .footer_list_content ul a:hover {
              border-bottom: 2px solid;
              border-color: #bfe656;
              align-self: left; }
      .container_contact .footer_contact .copyright {
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: white;
        border-top: 1px solid;
        border-color: black;
        display: flex;
        text-align: center;
        justify-content: center;
        width: 100%;
        color: black; } }

@media only screen and (max-width: 650px) {
  .container_contact .footer_contact_form {
    grid-column: 3/18; } }

@media only screen and (max-width: 360px) {
  .container_contact .footer_contact_form {
    grid-column: 2/19; }
    .container_contact .footer_contact_form form button {
      width: 100px;
      height: 30px;
      color: #7c7c7c;
      background-color: white;
      cursor: pointer;
      border-radius: 10px;
      font-weight: bold;
      border: 2px solid;
      border-color: #bfe656;
      font-size: 10px; } }
