*{
  margin: 0;
  padding: 0;
  font-family: 'Red Hat Display', sans-serif;
}

body{
  cursor: url('../images/c-01.png'), auto;
}

h1,h2,h3,h4,h5{
  font-weight: 700;
  color: #FF6C11;
}
#progress-bar {
  position: fixed;
  top: 0 !important;
  left: 0;
  height: 5px;
  background-color: #fc6c0f;
  transition: width 0.2s ease-out;
  z-index: 9999;
}

section {
  overflow: hidden;
}
h1{
  font-size: 8vw;
  margin-left: 5vw;
  margin-top: 10vh ;
  margin-bottom: 10vh;
}
h2{
  font-size: 6vw;
  margin: 0;
  text-align: center;
}

@media screen and (max-width: 1366px) {
  footer h2{
    font-size: 4vw;
  }

  h3{
    font-size: 3vw;
    margin: 0;
  }
  h4{
    font-size: 1.5vw;
  }
}
/* --------------------------------------------------------------- */
/* ----------------------------------------------------- section 1 */ 
/* --------------------------------------------------------------- */
@media (max-width: 767px) {
  #section1 #logo img{
    width: 300px;
  }
  #section1 #slogan{
    width: 250px;
    min-width: 300px!important;
  }
  #section1 .arrow-down img {
    width: 13vw;
  }
  
}

#section1{
    height: 100vh;
}

.arrow-down {
  position: absolute;
  overflow-x: hidden;
  display: block;
  bottom: 5vh;
  left: 4.5vw;
  transform: translateX(-50%);
  z-index: 1;
  animation: arrow-bounce 2s infinite;
}

.arrow-down img {
  width: 4vw; 
}

.arrow-down img:hover {
  animation: none;
  cursor: url('../images/c-02.png'), auto;
}
  
  @keyframes arrow-bounce {
    0% {
      transform: translateY(0);
    }
    50% {
      transform: translateY(10px);
    }
    100% {
      transform: translateY(0);
    }
  }

#section1 #logo{
  position: absolute;
  background-color: #ffffff;
  top: 4vw;
  left: 4.5vw;
  margin-top: 0;
  width:50vw;
  min-width: 500px;
  padding: 1.2vw 20px 0px 0px;
}
#section1 #slogan{
  position: absolute;
  background-color: #ffffff;
  top: 40vh;
  left: 5vw;
  margin-top: 0;
  width:15vw;
  min-width: 470px;
}

/* --------------------------------------------------------------- */
/* ------------------------------------------------ section 2 info */
/* --------------------------------------------------------------- */
#section2{
  overflow: hidden;
}

#section2 .wrapper {
  display: flex;
  flex-direction: row;
  position: relative;
}

/* Mobile */
@media (max-width: 767px) {
  /* Section 2 */
  #section2 {
    padding: 40px 0;
  }
  
  #section2 #mais-info {
    width: 80%;
    margin-left: 3vw;
    padding: 2vw;
    top: 0!important;
  }
  
  #section2 #saiba-mais-btn {
    margin-top: 1vh;
    background-color: #fff;
    color: #FF6C11;
    border: none;
    font-size: 3.3vw !important;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 3px solid #FF6C11;
    padding-bottom: 2px;
    transition: all 1.3s ease-in-out;
    animation: bounce 2s infinite;
  }

  #section2 #saiba-mais-btn:hover {
    animation: none;
    border-bottom: none;
    cursor: url('../images/c-02.png'), auto;
  }
  
  #section2 .close-btn {
    right: 2vw;
    top: -2vw;
    position: absolute;
    background-color: #fff;
    color: #FF6C11;
    border: none;
    font-size: 2.3vw !important;
    cursor: pointer;
    font-weight: 700;
  }

  #section2 .close-btn:hover {
    animation: none;
    border-bottom: none;
    cursor: url('../images/c-02.png'), auto;
  }
  
  #section .wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 150px !important;
  }
  
  .left-side {
    display: none;
    text-align: center;
    margin-bottom: 30px;
  }
  
  .left-side h1 {
    font-size: 36px;
    line-height: 44px;
  }
  
  .right-side {
    margin: 30px;
  }
  
  .qmSms {
    margin-bottom: 30px;
  }
  
  .qmSms h3 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  
  .qmSms p {
    font-size: 14px;
    line-height: 18px;
  }
  
  #mais-info {
    display: none;
    margin-top: 30px;
  }
}

/* iPad */
@media (min-width: 768px) and (max-width: 1024px) {
  /* Section 2 */
  #section2 {
    padding: 60px 0;
  }
  
  #section2 .hidden {
    display: none;
  }
  
  #section2 #mais-info {
    width: 80%;
    margin-left: 3vw;
    padding: 2vw;
    top: 0!important;
  }
  
  #section2 #saiba-mais-btn {
    margin-top: 1vh;
    background-color: #fff;
    color: #FF6C11;
    border: none;
    font-size: 1.3vw !important;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 3px solid #FF6C11;
    padding-bottom: 2px;
    transition: all 1.3s ease-in-out;
    animation: bounce 2s infinite;
  }

  #section2 #saiba-mais-btn:hover {
    animation: none;
    border-bottom: none;
    cursor: url('../images/c-02.png'), auto;
  }
  
  #section2 .close-btn {
    right: 2vw;
    top: -2vw;
    position: absolute;
    background-color: #fff;
    color: #FF6C11;
    border: none;
    font-size: 2.3vw !important;
    cursor: pointer;
    font-weight: 700;
  }

  #section2 .close-btn:hover {
    animation: none;
    border-bottom: none;
    cursor: url('../images/c-02.png'), auto;
  }
  
  .wrapper {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
  }
  
  .left-side {
    flex: 0 0 40%;
    text-align: center;
    margin-right: 30px;
  }
  
  .left-side h1 {
    font-size: 48px;
    line-height: 56px;
  }
  
  .right-side {
    flex: 0 0 60%;
    margin-top: 0;
  }
  
  .qmSms {
    text-align: left;
    margin-bottom: 30px;
    margin-top: 20vw;
    width: 90%;
  }
  
  .qmSms h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
  }
  
  .qmSms p {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
  }
  
}

@media screen and (min-width: 1024px) {
  #section2 p {
    font-size: 1.1vw;
  }

  #section2 .left-side {
    display: flex;
    justify-content: flex-start;
    align-items: baseline;
    width: 55%;
    background-color: #FF6C11;
    color: #fff;
    border-top-right-radius: 3vw;
    border-bottom-right-radius: 3vw;
  }

  #section2 .left-side h1{
    color: #fff;
  }

  #section2 .right-side {
    position: relative;
    top: 70%;
    width: 50%;
    height: 100%;
    background-color: #fff;
    z-index: 100;
    transition: right 1.5s ease-in-out; 
  }

  #section2 .right-side.show {
    right: 0; 
  }

  #section2 .hidden {
    display: none;
  }

  #section2 .qmSms{
    margin-top: 20vw;
    margin-left: 3vw;
    width: 30vw;
    padding: 20px;
  }

  #section2 .qmSms h3,p{
    margin-bottom: 2vh;
  }

  #section2 #mais-info {
    width: 80%;
    margin-left: 3vw;
    padding: 2vw;
  }

  #section2 #saiba-mais-btn {
    margin-top: 1vh;
    background-color: #fff;
    color: #FF6C11;
    border: none;
    font-size: 1.3vw !important;
    cursor: pointer;
    font-weight: 700;
    border-bottom: 3px solid #FF6C11;
    padding-bottom: 2px;
    transition: all 1.3s ease-in-out;
    animation: bounce 2s infinite;
  }

  #section2 #saiba-mais-btn:hover {
    animation: none;
    border-bottom: none;
    cursor: url('../images/c-02.png'), auto;
  }

  #section2 .close-btn {
    right: 2vw;
    top: -2vw;
    position: absolute;
    background-color: #fff;
    color: #FF6C11;
    border: none;
    font-size: 2.3vw !important;
    cursor: pointer;
    font-weight: 700;
  }

  #section2 .close-btn:hover {
    animation: none;
    border-bottom: none;
    cursor: url('../images/c-02.png'), auto;
  }

  @keyframes bounce {
    0% { transform: translateY(0); }
    50% { transform: translateY(-8px); }
    100% { transform: translateY(0); }
  }

  #btnrrw{
    padding-right: 1px;
    color: #FF6C11;
    font-size: 2vw;
  }

  #section2 #fechar-btn {
    margin-bottom: 1vw;
  }

  #section2 .visible {
    display: block !important;
    opacity: 1;
    position: relative;
    right: 0;
  }

  #section2 .hidden {
    display: none !important;
    opacity: 0;
    position: relative;
    right: -100%;
}
}

 /* 
@media screen and (min-width: 768px) and (max-width: 1023px)  {  
  
  #section2 .qmSms{
    margin-top: 20vw;
    margin-left: -3vw;
    width: 30vw;
    padding: 20px;
  }
}
 
@media screen and (min-width: 768px) and (max-width: 1023px) {
  #section2 {
    padding: 0;
  }
  
  .wrapper {
    display: flex;
  }
  
  .left-side {
    display: none;
  }
  
  .right-side {
    width: 100%;
    margin-left: 20px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  
  #mais-info {
    margin-top: 20px;
  }
}

@media screen and (max-width: 767px) {
  #section2 {
    padding: 0;
  }
  
  .wrapper {
    display: flex;
    flex-direction: column;
  }
  
  .left-side, .right-side {
    width: 100%;
    text-align: center;
  }
  
  .right-side {
    margin-top: 20px;
  }
  
  #mais-info {
    margin-top: 20px;
  }
}
*/
@keyframes slide-in-right {
  0% {
    transform: translateX(100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* The animation to slide out to the right */
@keyframes slide-out-right {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

/* --------------------------------------------------------------- */
/* --------------------------------------- style for section 3 div */
/* --------------------------------------------------------------- */


#section3{
  background-color: #fff;
  white-space: nowrap;
  overflow-x: hidden;
  
  position: relative;
}

#section3 .hover-div {
  margin: 11.2vw 0 3vw 0;
  position: relative;
  display: inline-block;
}

/* Styles for screens smaller than 1900px */
@media (max-width: 1980px) {
  #section3 div {
    font-size: 5.4vw;
    font-weight: 700;
    color: #000;
  }
}

/* Styles for screens larger than 1900px */
@media (min-width: 1981px) {
  #section3 div {
    font-size: 5.1vw;
    font-weight: 700;
    color: #000;
  }
}

#section3 #ldiv{
  margin-bottom: 12vw;
}
#section3 h2{
  margin-top: 6vh;
  font-size: 6vw;
  color: #FF6C11;
} 

#section3 .hover-div:hover {
  cursor: url('../images/c-02.png'), auto;
}

#section3 .hover-image {
  display: none;
  position: absolute;
  width: 32vw;
  bottom: 2h;
  right: 5vw;
  margin: 0;
  padding: 0;
}

.hover-div:hover + .hover-image {
  display: block;
}

#section3 .hover-div:hover .hover-image {
  display: block;
}

@keyframes slide-in {
  from {
    transform: translateX(-100%);
  }
  to {
    left: 0%;
  }
}

/* --------------------------------------------------------------- */
/* --------------------------------------- style for section 4 div */
/* --------------------------------------------------------------- */
 #section4 .card-content {
  margin: -6.5vh 0vw 0vw 19vw;
  width: 60%;
  font-size: 2vw;
  font-weight: 700;

  white-space: pre-line;
  overflow: hidden;

  color: #ccc;
}

#section4 .card-content p {
  color: #ddd;
  margin: 0;
  line-height: 1.4;
  white-space: pre-line;
  transition: color 1s ease-in-out;
}

/* Destaques */
#section4 .card-content .highlight {
  color: #FF6C11;
}

#section4 .card-content .normal {
  color: #ddd;
  transition: color 1s ease-in-out;
}

#section4 .card-content .normal.active {
  color: #000;
}

/* Títulos internos */
#section4 .card-content .tipo {
  color: #FF6C11 !important;
  font-weight: 700;
  display: inline-block;
}

/* Layout Visão / Valores */
#section4 .visao,
#section4 .valores {
  margin: -9.5vh 0vw 0vw 19vw;
  width: 60%;
  font-size: 2vw;
  font-weight: 700;
}

/* Estado active / scroll passado */
#section4 .card-content.active {
  color: #000;
}

body.visao-scrolled-past #section4 .card-content,
body.valores-scrolled-past #section4 .card-content {
  color: black;
}

/* Títulos e setas */
#section4 h4 {
  margin-top: 6vw;
  font-size: 6vw;
}

.arrow img {
  width: 3vw; 
  margin-left: 14vw;
}

.arrow1 img {
  width: 3vw; 
  margin-top: 6vh;
  margin-left: 14vw;
}


/* --------------------------------------------------------------- */
/* --------------------------------------- style for section 5 div */
/* --------------------------------------------------------------- */

/* Styles for screens smaller than 1900px */
@media (min-width: 768px) and (max-width: 1023px) {
  
  #section3 h2 {
    margin-top: 2vh;
  }
  #section5 {
    min-height: 44vw;
  }
}

@media (min-width: 1024px) and (max-width: 1980px) {
  #section5 {
    min-height: 40vw;
  }
}

/* Styles for screens larger than 1900px */
@media (min-width: 1981px) {
  #section5 {
    min-height: 90vh;
    margin-bottom: 5vw;
  }
}

 #section5 div {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
   
  transform: translateY(50px); 
  transition: opacity 2s ease-in-out, transform 1s ease-in-out; 
   
  }

  #section5 h4 {
    width: 40%;
    padding-left: 5vw;
    margin-top: -0.3vw;
    margin-right: 20px;
    font-size: 5vw;
  }
  
  #section5 ol {
    width: 60%;
    margin-left: 20px;
    margin-right: 5vw;
  }
  
#section5 ol li {
    position: relative;
    color: #888;
    margin: 10px 0;
    padding-left: 25px;
    transition: color 0.5s ease;
    font-size: 2vw;
  }

#section5 ol li:hover {
    color: #000;
    font-weight: 700;
  }

#section5 ol li:hover::marker{
    color: #FF6C11;
  }

/* --------------------------------------------------------------- */
/* --------------------------------------- style for section 6 div */
/* --------------------------------------------------------------- */

#section6 {
  border-top-right-radius: 4vw;
  border-top-left-radius: 4vw;
  background-color: #FF6C11;
  text-align: center;
  margin-bottom: -1vw;
  margin-left: 5vw;
  margin-right: 5vw;
}

@media (max-width: 1980px) {
  #section6 h5{
    font-size: 10vw;
    font-weight: 700;
    color: #fff;
    padding: 5vw;
  }
}

/* Styles for screens larger than 1900px */
@media (min-width: 1981px) {
  #section6 h5{
    font-size: 9vw;
    font-weight: 700;
    color: #fff;
    padding: 3vw;
  }
}

/* --------------------------------------------------------------- */
/* ------------------------------------ style for footer */
/* --------------------------------------------------------------- */

footer {
  background-color: #222;
  color: #ddd;
  padding: 0 5vw;
  padding-top: 1vw;
  display: flex;
  
}

.contact-section {
  margin-left: 2vw;
}

footer p{
  font-size: 1.2vw;
}

@media only screen and (min-width: 769px) and (max-width: 1300px){
  .map-section iframe{
    width: 450px;
    height: 300px;
  }
  footer p{
    font-size: 16px;
  }
}

@media only screen and (min-width: 1300px){
  .map-section iframe{
    width: 750px;
    height: 500px;
  }
}

footer a{
  color: darkgray;
}

.img-prr{
    max-height: 80px;
}

@media only screen and (max-width: 768px) {
  footer {
    align-items: center;
  }
  .img-prr{
        max-height: 50px;
    }

  .map-section,
  .contact-section {
    display: block;
    align-items: center;
  }
  
  .map-section iframe{
    width: 350px;
    height: 200px;
  }
  footer h2{
    text-align: left;
  }
  footer p{
    font-size: 12px;
  }
}

#under {
  background-color: #222;
  color: #eee;
  text-align: center;
  margin: 0;
  padding: 3vh;
}

#under p{
  margin-bottom: 1vh;
}

#under a{
  color: darkgray;
}