header {
  width: 100%;
  height: 585px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-size: cover;
  background-position: center center;
  background-color: #82e6ff;
}

header nav#menu ul li a {
  color: #302c2c;
}

header nav#menu ul li#telefone_peregrina {
  color: #302c2c;
}

header div#header_title {
  margin-top: 50px;
  text-align: center;
  font-family: "Gloria Hallelujah";
  font-size: 3.3rem;
  line-height: 70px;
  font-weight: 400;
}

header nav#menu ul ul a {
  color: #d6d6d6;
}

header div#header_title h1:first-child {
  font-size: 4.3rem;
}

.content {
  display: flex;
  max-width: 1100px;
  margin: 0 auto;
}

div.banner-company {
  height: 565px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

div.banner-company .info {
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: flex-start;
}

div.banner-company .info strong {
  font-size: 6rem;
  line-height: 70px;
  font-weight: 500;
  color: #666;
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  text-align: justify;
}

div.banner-company .info span {
  font-size: 7.2rem;
  line-height: 55px;
  color: #1d73b5;
  font-family: "Courier New", Courier, monospace;
  text-align: justify;
}

div.informations {
  width: 100%;
}

div.informations div.info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
}

div.informations div.info strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 1.8rem;
  text-align: center;
}

.info p {
  display: flex;
  flex-direction: column;
  text-align: justify;
}

div.img-gp {
  margin-top: 100px;
  display: flex;
  justify-content: center;
}

div.gp {
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  justify-content: space-between;
}

div.image {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gp-title {
  max-width: 999px;
}

.icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}

.icon strong {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  font-size: 1.6rem;
  margin-left: 20px;
  color: #070059;
}

.gp-title span {
  font-family: "Montserrat", Helvetica, Arial, sans-serif;
  color: #666;
  font-size: 1.8rem;
  line-height: 26px;
  text-align: justify;
  word-spacing: 10px;
  text-align: justify;
}

.spaccing-span {
  margin-left: 68px;
  text-align: justify;
}

.gp-reverse {
  margin-top: 50px;
  margin-bottom: 70px;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
}

.video {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 100px;
  width: 100%;
  padding: 0 30px;
}

/*MEDIAS ---------------------------------------------------------------------*/
@media (max-width: 1130px) {
  div.info {
    padding: 0 30px;
  }

  div.gp {
    padding: 0 30px;
  }

  div.gp-reverse {
    padding: 0 30px;
  }
}

@media (max-width: 1050px) {
  div.video {
    padding: 0 30px;
  }
}

@media (max-width: 780px) {
  div.info {
    flex-direction: column;
  }

  div.gp {
    flex-direction: column;
  }

  div.gp-reverse {
    flex-direction: column;
  }

  div.gp-title {
    width: 100%;
    max-width: 700px;
    justify-content: center;
    margin-bottom: 30px;
  }

  .spaccing-span {
    margin-left: 0 !important;
  }

  div.video iframe {
    height: 480px;
  }
}

@media (max-width: 570px) {
  div.video iframe {
    height: 420px;
  }
}

@media (max-width: 533px) {
  div.banner-company div.info p strong {
    font-size: 5rem !important;
  }

  div.banner-company div.info p span {
    font-size: 6.2rem !important;
  }

  div.banner-company .info strong {
    line-height: 55px;
  }
}

@media (max-width: 457px) {
  div.banner-company div.info p strong {
    font-size: 4rem !important;
  }

  div.banner-company div.info p span {
    font-size: 5.2rem !important;
  }

  div.banner-company .info strong {
    line-height: 23px;
  }
}

@media (max-width: 420px) {
  div.video iframe {
    height: 360px;
  }
}

@media (max-width: 450px) {
  .gp div.image img {
    width: 200px;
  }

  .gp-reverse div.image img {
    width: 200px;
  }
}

@media (max-width: 370px) {
  .gp div.image img {
    width: 160px;
  }

  .gp-reverse div.image img {
    width: 160px;
  }
}

@media (max-width: 340px) {
  div.video iframe {
    height: 330px;
  }
}

@media (max-width: 357px) {
  div.banner-company div.info p strong {
    font-size: 3rem !important;
  }

  div.banner-company div.info p span {
    font-size: 4.2rem !important;
  }

  div.banner-company .info strong {
    line-height: 7px;
  }
}
