@import url("https://fonts.googleapis.com/css?family=Lato:400,700|PT+Serif:400,400i");
body {
  padding: 0;
  margin: 0;
  background-color: #99D3DE;
  font-family: "Lato";
  font-weight: 700;
  color: #fff;
  font-size: 15px; }

section {
  width: 100%;
  padding: 3rem 2.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  section div {
    width: 100%;
    max-width: 1000px;
    padding: 0rem;
    margin: 0; }
    section div.title {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      section div.title h3 {
        text-transform: uppercase;
        font-size: 1rem;
        text-align: center;
        font-weight: 700;
        margin: 0 0 10rem; }

i {
  font-family: "PT Serif";
  font-weight: 400; }

input[type="submit"], button {
  cursor: pointer; }

section.navigation div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 1200px; }
  section.navigation div img {
    height: 13rem; }
  section.navigation div nav a {
    color: #335E5E;
    text-transform: uppercase;
    margin: 0 2rem;
    font-size: 1rem; }
  section.navigation div button {
    border: 2px solid #fff;
    background-color: transparent;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.1rem;
    padding: 0.8rem 1rem;
    font-weight: 400; }

@media only screen and (max-width: 830px) {
  section.navigation div nav {
    display: none; } }

.introduction div {
  padding: 5rem 0; }
  .introduction div h2 {
    font-size: 65px;
    font-weight: 700; }
    .introduction div h2 i {
      color: #335E5E; }

.video {
  background-image: url("../images/imgfundo.png");
  background-size: cover; }
  .video div {
    padding: 15rem 0; }
    .video div h2 {
      font-size: 65px;
      font-weight: 700; }
      .video div h2 i {
        color: #335E5E; }

@media only screen and (max-width: 1024px) {
  .introduction div h2, .video div h2 {
    font-size: 55px; } }

@media only screen and (max-width: 780px) {
  .introduction div h2, .video div h2 {
    font-size: 45px; } }

@media only screen and (max-width: 645px) {
  .introduction div h2, .video div h2 {
    font-size: 35px; }
  .video div {
    padding: 10rem 0; } }

@media only screen and (max-width: 515px) {
  .introduction div h2, .video div h2 {
    font-size: 35px; } }

.method div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap; }
  .method div div {
    width: 50%; }
    .method div div.left {
      margin-right: 3rem; }
      .method div div.left p {
        font-size: 35px;
        color: #335E5E; }
    .method div div.right {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-left: 3rem;
      padding-top: 13rem;
      margin-bottom: 10rem; }
      .method div div.right p {
        font-family: "PT Serif";
        font-weight: 400;
        margin: 0; }

@media only screen and (max-width: 775px) {
  .method div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .method div div {
      width: 100%; }
      .method div div.left {
        margin-right: 0; }
      .method div div.right {
        margin-left: 0;
        padding-top: 2rem; } }

@media only screen and (max-width: 445px) {
  .method div div.left p {
    font-size: 25px; } }

@media only screen and (max-width: 345px) {
  .method div div.left p {
    font-size: 20px; } }

.services {
  background-color: #579EA0; }
  .services .introservices h3 {
    font-size: 55px;
    padding-right: 15rem; }
  .services .introservices p {
    padding: 3rem 15rem 5rem 0;
    font-size: 25px;
    font-weight: 400;
    font-family: "PT Serif";
    font-style: italic; }
  .services .helpbuttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .services .helpbuttons button {
      font-weight: 400;
      border: none;
      background-color: transparent; }
    .services .helpbuttons input {
      text-transform: uppercase;
      border: 1px solid #fff;
      background-color: transparent;
      padding: 0.5rem 1rem;
      font-size: 1rem;
      font-weight: 400;
      float: right;
      margin-left: 1.5rem; }

.detail {
  background-color: #fff;
  color: #335E5E; }
  .detail div.servicesdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 5rem; }
    .detail div.servicesdetail .left {
      padding-right: 3rem;
      font-size: 20px; }
    .detail div.servicesdetail .right {
      padding-left: 3rem;
      padding-top: 5rem; }
      .detail div.servicesdetail .right p {
        font-weight: 400;
        font-family: "PT Serif";
        color: #579EA0;
        font-size: 15px; }
  .detail div input {
    text-transform: uppercase;
    border: 1px solid #335E5E;
    background-color: transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    float: right;
    margin-left: 1.5rem; }

@media only screen and (max-width: 826px) {
  .services .introservices h3 {
    padding-right: 0; }
  .services .introservices p {
    padding: 3rem 0 5rem 0; } }

@media only screen and (max-width: 750px) {
  .detail div.servicesdetail {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .detail div.servicesdetail div {
      width: 100%; }
    .detail div.servicesdetail .left {
      padding-right: 0;
      font-size: 20px; }
    .detail div.servicesdetail .right {
      padding-left: 0;
      padding-top: 3rem; }
  .detail div input {
    text-transform: uppercase;
    border: 1px solid #335E5E;
    background-color: transparent;
    padding: 0.5rem 1rem;
    font-size: 1rem;
    font-weight: 400;
    float: right;
    margin-left: 1.5rem; } }

@media only screen and (max-width: 585px) {
  .services .introservices h3 {
    font-size: 40px; }
  .services .introservices p {
    font-size: 20px; }
  .services .helpbuttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .services .helpbuttons div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-bottom: 3rem; }
    .services .helpbuttons input {
      margin: 0 1rem; } }

.weare {
  color: #335E5E;
  /*background-image: url("../images/IMG.png");*/
  background-size: cover;
  background-position: bottom right;
  background-repeat: no-repeat; }
  @media only screen and (max-width: 650px) {
    .weare {
      padding-bottom: 40rem;
      background-position: right 15% bottom 0px; } }
  .weare .people h2 {
    font-size: 55px;
    font-weight: 700; }
  .weare .people h3 {
    font-size: 45px;
    padding: 5rem 0;
    max-width: 50rem; }
  .weare .people a {
    text-transform: uppercase;
    border: 1px solid #335E5E;
    color: #fff;
    background-color: #335E5E;
    padding: 1rem 2rem;
    font-size: 1rem;
    font-weight: 400;
    margin-bottom: 10rem; }

.utils {
  background-color: #579EA0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  .utils h3 {
    font-size: 55px; }
  .utils p {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 1rem;
    margin-top: 5rem; }

@media only screen and (max-width: 700px) {
  .utils h3 {
    font-size: 35px; } }

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

@media only screen and (max-width: 555px) {
  .weare .people h2 {
    font-size: 45px;
    padding: 1rem 0; }
  .weare .people h3 {
    font-size: 35px; }
  .weare .people a {
    margin-bottom: 0; } }

.footer {
  color: #335E5E; }
  .footer .titlefooter h3 {
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 700;
    text-align: center;
    padding-bottom: 2rem; }
  .footer .titlefooter div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 3rem; }
    .footer .titlefooter div img {
      max-width: 15rem; }
    .footer .titlefooter div.follow {
      max-width: 50rem;
      margin: 0 auto 3rem; }
  .footer .location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    text-align: center;
    margin: 3rem 0; }
    .footer .location h4 {
      color: #579EA0;
      text-transform: uppercase;
      font-size: 1.2rem;
      font-weight: 700; }
    .footer .location p {
      font-size: 1.5rem;
      font-weight: 700; }
  .footer .slogan {
    text-align: center;
    font-weight: 400; }

.more {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: 100%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #335E5E;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s; }
  .more.open {
    left: 0;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s; }
  .more .contacte {
    background-color: #fff;
    width: 100%;
    max-width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    padding: 2rem 5rem 3rem;
    position: relative; }
    .more .contacte div {
      width: 3rem;
      -ms-flex-item-align: end;
      align-self: flex-end;
      position: absolute;
      top: 2rem;
      right: 2rem; }
    .more .contacte h2 {
      font-size: 20px; }
    .more .contacte .contacteForm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      max-width: 45rem; }
      .more .contacte .contacteForm h1 {
        margin-bottom: 3rem; }
      .more .contacte .contacteForm input, .more .contacte .contacteForm textarea {
        width: 100%;
        margin-bottom: 2rem;
        border: 1px solid #335E5E;
        font-weight: 400;
        padding: 0.5rem 1rem; }
      .more .contacte .contacteForm textarea {
        height: 15rem; }
      .more .contacte .contacteForm input[type="submit"] {
        background-color: #335E5E;
        color: #fff;
        padding: 1rem 1rem;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 400;
        position: relative;
        float: right;
        border: none; }

section.groupsdetail {
  background-color: transparent; }
  section.groupsdetail div.btt {
    margin-bottom: 2rem; }
    section.groupsdetail div.btt button {
      background-color: transparent;
      color: #335E5E;
      border: none;
      outline: none; }
  section.groupsdetail div.servicesdetail .left .ttl {
    font-size: 35px;
    font-family: "Lato";
    font-style: normal;
    padding-bottom: 2rem; }
    section.groupsdetail div.servicesdetail .left .ttl i {
      font-family: "PT Serif";
      font-style: italic; }
  section.groupsdetail div.servicesdetail .left p {
    font-size: 20px;
    font-family: "PT Serif";
    font-style: italic; }
  section.groupsdetail div.servicesdetail .right p {
    color: #fff; }
  section.groupsdetail div.servicesdetail .right button {
    background-color: #335E5E;
    color: #fff;
    padding: 0.8rem 1.5rem;
    font-weight: 400;
    text-transform: uppercase;
    font-size: 1rem;
    margin-top: 4rem;
    border: none;
    outline: none; }

.mobileMenu {
  position: fixed;
  background-color: rgba(255, 255, 255, 0.5);
  width: 100%;
  left: -120%;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #335E5E;
  overflow-y: scroll;
  -webkit-transition: left 1s;
  -o-transition: left 1s;
  transition: left 1s; }
  .mobileMenu.openMenu {
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    transition: left 1s;
    left: 0; }
  .mobileMenu .close {
    float: right;
    width: 4rem;
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin: 2rem;
    height: 4rem;
    z-index: 1010;
    background-color: transparent; }
    .mobileMenu .close svg {
      fill: #335E5E; }
  .mobileMenu div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    height: 100%;
    -ms-flex-item-align: center;
    align-self: center; }
    .mobileMenu div .option {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 2rem 2rem;
      margin: 0 auto; }
      .mobileMenu div .option a {
        padding: 2.5rem 0;
        color: #335E5E;
        text-decoration: none;
        cursor: pointer;
        text-align: center;
        font-size: 2rem; }
    .mobileMenu div .btt {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      height: 50px;
      margin: 2rem auto; }
      .mobileMenu div .btt button {
        background-color: #335E5E;
        color: #fff;
        text-transform: uppercase;
        font-weight: 400;
        padding: 1rem 2rem;
        border: none;
        font-size: 1.2rem;
        max-width: 50%;
        margin: auto;
        outline: none; }
    .mobileMenu div .contacteForm {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: 100%;
      max-width: 45rem;
      padding: 0 2rem; }
      .mobileMenu div .contacteForm h1 {
        margin-bottom: 3rem; }
      .mobileMenu div .contacteForm input, .mobileMenu div .contacteForm textarea {
        width: 100%;
        margin-bottom: 2rem;
        border: 1px solid #335E5E;
        font-weight: 400;
        padding: 0.5rem 1rem; }
      .mobileMenu div .contacteForm textarea {
        height: 15rem; }
      .mobileMenu div .contacteForm input[type="submit"] {
        background-color: #335E5E;
        color: #fff;
        padding: 1rem 1rem;
        text-transform: uppercase;
        font-size: 1.1rem;
        font-weight: 400;
        -ms-flex-item-align: end;
        align-self: flex-end;
        border: none;
        width: auto;
        margin: 2rem 0; }

a h2 {
    color: white;
    font-size:  30px;
    margin-top: 20px;
    margin-bottom: 10px;

}