html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: #0d0821;
}

@media screen and (max-width: 1250px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 1090px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 860px) {
  html {
    font-size: 14px;
  }
}

@media screen and (max-width: 760px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 560px) {
  html {
    font-size: 12px;
  }
}

@media screen and (max-width: 390px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/*RECURRENT - Button Hire Here*/



.hire-here {
  text-decoration: none;
  text-transform: uppercase;
  color: #0d1658;
  font-weight: 900;
  font-size: 1rem;
  font-family: "Montserrat";
  background-color: #48ccf4;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  height: 50px;
  border-radius: 30px;
  border: none;
  margin-top: 2%;
  max-width: fit-content;
  white-space: nowrap;
  cursor: pointer;
  box-shadow: 2px 2px 2px 1px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 1090px) {
  .hire-here {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 1rem;
  }
}

@media screen and (max-width: 860px) {
  .hire-here {
    padding-left: 15px;
    padding-right: 15px;
    height: 40px;
    font-size: 0.7rem;
  }

}

@media screen and (max-width: 705px) {
  .-hire-here {
    padding-left: 30px;
    padding-right: 30px;
    height: 40px;
    font-size: 0.9rem;
  }

}

/* Header */
header {
  margin: 0;
  padding: 0;
  background-image: url("images/header-background.png");
  background-size: cover;
  padding-top: 4%;
  padding-bottom: 3%;
}

#header-menu {
  top: inherit;
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
  position: fixed;
  background-color: transparent;
  width: 100%;
  top: 0;
  height: 8%;
  z-index: 100;
  transition: all 0.5s ease-out;
}

#header-logo-localize-div {
  width: 40%;
}

#header-logo-localize {
  width: 23%;
}

#header-options {
  display: flex;
  flex-direction: row;
}

#header-option {
  color: #23c3d3;
  font-weight: 800;
  width: 80%;
  text-decoration: none;
  font-size: 1.1rem;
  font-family: "Nunito";
  text-align: center;
  cursor: pointer;
  white-space: nowrap;
  margin-right: 1.5rem;
}

#header-option:hover {
  color: #ffffff;
  transition: all 0.3s ease;
}


/* Header Content */

#header-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 10%;
  overflow: auto;


}

#header-info-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  max-width: 80%;
  justify-content: space-between;
}

#header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 50%;
}

#header-h1 {
  color: #e7e7e7;
  font-weight: 400;
  line-height: 110%;
  font-size: 3.5rem;
  font-family: "Bebas Neue";
  margin-bottom: 3%;
  margin-top: 2%;
}

#header-h2 {
  color: #e7e7e7;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 150%;
  font-family: "Montserrat";
  margin-bottom: 3%;
}

#header-image-car {
  width: 40%;
  object-fit: contain;
}

@media screen and (max-width: 1300px) {
  #header-logo-localize {
    width: 30%;
  }
}

@media screen and (max-width: 1090px) {
  #header-image-car {
    width: 35%;
    margin-left: 2%;
  }
}

@media screen and (max-width: 900px) {
  #header-text {
    width: 100%;

  }
}

@media screen and (max-width: 860px) {
  #header-logo-localize {
    width: 38%;

  }

  #header-image-car {
    width: 45%;
    margin-left: 2%;
  }

  #header-options {
    width: 40%;
  }

  #header-option {
    margin-right: .5rem;
  }
}

@media screen and (max-width: 705px) {
  #header-logo-localize {
    width: 45%;
  }

  #header-option {
    width: 80%;
    font-size: 1rem;
    margin-right: .5rem;

    float: right;
  }

  #header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 10%;
  }

  #header-info-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 70%;
    gap: 20px;
  }

  #header-text {
    margin-top: 5%;
  }

  #header-image-car {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  #header-options {
    gap: 4%;
    width: 40%;

    /* ad will */
    float: right;
    margin-right: 25px;
  }

  #header-option {
    font-size: 1rem;
    margin-right: .5rem;
  }
}

@media screen and (max-width: 500px) {
  #header-logo-localize {
    width: 55%;
  }
}

/* First Section */
#section-first-section {
  background-image: url("images/first-section-background.png");
  display: flex;
  flex-direction: row;
  justify-content: center;
  width: 100%;

  background-size: cover;
}

#div-first-section {
  margin: 0;
  max-width: 80%;
}

/* First Section Border */

#first-section-border-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 15%;
  margin-bottom: 5%;
}

#first-section-hexagons {
  width: 15%;
  padding-top: 2%;
  height: auto;
}

#first-section-line {
  width: 50%;
}

/*First Section Content */

#first-section-content {
  margin-top: 3%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#first-section-text {
  font-size: 0.9rem;
  width: 45%;
  text-align: justify;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 550;
}

#first-section-div-image {
  width: 45%;
}

#first-section-image {
  border-radius: 30px;
  width: 100%;
}

#first-section-highlights {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: center;
}

.first-section-highlight {
  margin-top: 3%;
  margin-bottom: 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.first-section-image-highlight {
  width: 20%;
}

.first-section-text-highlight {
  font-size: 4rem;
  margin: 0;
  font-weight: bold;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
}

.first-section-legend-highlight {
  font-size: 1.3rem;
  width: 80%;
  text-transform: uppercase;
  color: #ffffff;
  font-weight: 400;
  font-family: "Montserrat";
  text-align: center;
}

@media screen and (max-width: 1090px) {
  #first-section-content-div-image {
    width: 55%;
  }
}

@media screen and (max-width: 900px) {
  #first-section-content-div-image {
    width: 55%;
  }

  .first-section-highlight {
    width: 80%;
  }

  .first-section-legend-highlight {
    width: 70%;
    text-transform: uppercase;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
  }
}

@media screen and (max-width: 860px) {
  #first-section-div-image {
    width: 90%;
  }

  #first-section-content {
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
  }

  #first-section-content-div-image {
    display: flex;
    justify-content: center;
    width: 100%;
  }

  #first-section-text {
    font-size: 1.7vw;
    text-align: justify;
    align-self: center;
    width: 90%;
  }
}

@media screen and (max-width: 560px) {
  #first-section-image {
    border-radius: 20px;
  }

  #first-section-line {
    width: 60%;
  }

  .first-section-image-highlight {
    width: 40%;
  }

  #first-section-text {
    font-size: 2.3vw;
  }

  .first-section-text-highlight {
    font-size: 3rem;
  }

  .first-section-legend-highlight {
    font-size: 1rem;
  }
}

@media screen and (max-width: 420px) {
  .first-section-legend-highlight {
    font-size: 0.75rem;
  }
}

@media screen and (max-width: 390px) {
  #first-section-text {
    font-size: 1.1rem;
  }
}

/*Second Section*/

#section-second-section {
  background-image: url("images/second-section-background.png");
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#div-second-section {
  margin: 0;
  padding: 0;
  max-width: 80%;
}

#second-section-border-image {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-right: 15%;
}

#second-section-hexagons {
  width: 15%;
  padding-top: 2%;
  height: auto;
}

#second-section-line {
  width: 50%;
  transform: scaleX(-1);
}

#second-section-div-meet-our-plans {
  margin-top: 3%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
}

#second-section-div-meet-our-plans-title {
  color: #e89414;
  margin: auto;
  text-transform: uppercase;
  font-weight: 1000;
  font-size: 2rem;
  font-family: "Nunito";
}

#second-section-div-plans {
  display: flex;
  margin: auto;
  justify-content: center;
  margin-top: 3%;
}

.second-section-div-plan {
  background-color: #3c0c7c;
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin-bottom: 3%;
  margin-left: 1%;
  margin-right: 1%;
  width: 30%;
}

.second-section-title {
  text-transform: uppercase;
  color: #ffff;
  font-size: 1.8rem;
  align-self: center;
  font-weight: bold;
  margin-bottom: 0;
}

.second-section-price {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
}

.second-section-price-big {
  text-transform: uppercase;
  color: #ffff;
  font-size: 3rem;
  margin-top: 10%;
  font-weight: bold;
  margin-bottom: 0;
}

.second-section-price-month {
  color: #ffff;
  font-size: 1.3rem;
  margin-top: 5%;
}

.second-section-subtitles {
  margin-top: 3%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  flex: 1;
}

.second-section-subtitle {
  color: #23c3d3;
  font-weight: 800;
  font-family: "Nunito";
  font-size: 1.3rem;
  width: 70%;
  margin-top: 1%;
  text-align: center;
}

.second-section-div-button {
  margin-bottom: 5%;
}

.saiba-mais-botao {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  color: #23c3d3;
  margin-top: 10%;
  text-decoration: none;
}

.saiba-mais-botao:hover {
  color: #ffffff;
  transition: all 0.3s ease;
}

@media screen and (max-width: 870px) {
  .second-section-title {
    font-size: 1.4rem;
  }

  .second-section-price-big {
    font-size: 2.6rem;
  }

  .second-section-price-month {
    font-size: 0.9rem;
  }

  .second-section-subtitle {
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 705px) {
  #second-section-div-plans {
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: center;
    margin-top: 3%;
  }

  .second-section-div-plan {
    width: 100%;
    margin-bottom: 5%;
  }
}


/*Third Section*/

#third-section {
  display: flex;
  flex-direction: column;
}

#third-section-logo {
  align-self: center;
  display: flex;
  justify-content: center;
  margin-top: 4%;
}

#third-section-logo-localize {
  width: 70%;
}

#third-section-div-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15%;
}

#third-section-title {
  color: #23c3d3;
  font-weight: 800;
  font-size: 1.7rem;
  font-family: "Nunito";
  margin-left: 4%;
  margin-right: 4%;
  text-align: center;
}


#third-section-car-trucks {
  align-self: center;
  margin-top: -10%;
  display: flex;
  justify-content: center;
}

#third-section-car-trucks-image {
  width: 75%;
  align-self: center;
}

#section-fourth-section {
  background-size: cover;
  display: flex;
  flex-direction: row;
  justify-content: center;
}

#div-faq {
  margin: 0;
  padding: 0;
  max-width: 40%;
}

.faq-item {
  position: relative;
  margin: 1em;
}

.faq-input {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  visibility: 0;
}

.faq-title {
  background: #3c0c7c;
  color: white;
  padding: 0.5em;
  position: relative;
}

label::before {
  content: "";
  /* display: inline-block; */
  display: none;
  border: 15px solid transparent;
  border-left: 20px solid white;
}

label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: center;
}

.faq-p {
  max-height: 0px;
  overflow: hidden;
  transition: max-height 0.5s;
  background-color: white;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

.faq-p p {
  padding: 1em;
}

.faq-input:checked~.faq-title label::before {
  border-left: 15px solid transparent;
  border-top: 20px solid white;
  margin-top: 12px;
  margin-right: 10px;
}

.faq-input:checked~.faq-title~.faq-p {
  max-height: 100px;
}



@media screen and (max-width: 1500px) {
  #div-faq {
    margin: 0;
    padding: 0;
    max-width: 45%;
  }
}

@media screen and (max-width: 1200px) {
  #div-faq {
    margin: 0;
    padding: 0;
    max-width: 55%;
  }
}

@media screen and (max-width: 1000px) {
  #div-faq {
    margin: 0;
    padding: 0;
    max-width: 65%;
  }
}


a {
  color: steelblue;
}

footer {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  background-color: #000;
}

#footer-dashed-line-pin-right-image {
  width: 20%;
}

#footer-dashed-line-pin-left-image {
  width: 20%;
  transform: scaleX(-1);
}

#footer-logo-cmp-medias {
  display: flex;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  align-items: center;
  width: 55%;
}

#footer-logo-cmp {
  width: 30%;

}

#footer-social-medias {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 10px;
}

#footer-social-medias img {
  width: 90%;
}

#footer-social-button {
  margin-left: 1%;
  margin-right: 1%;
}

#footer-social-button:hover {
  color: #666;
}


@media screen and (max-width: 1090px) {
  #footer-dashed-line-pin-left-image {
    width: 25%;
  }

  #footer-dashed-line-pin-right-image {
    width: 25%;
  }
}

@media screen and (max-width: 860px) {
  #footer-dashed-line-pin-left-image {
    width: 28%;
  }

  #footer-dashed-line-pin-right-image {
    width: 28%;
  }

  #footer-logo-cmp {
    width: 40%;
  }

  #footer-social-medias {
    width: 40%;
  }

  #footer-social-medias img {
    width: 70%;
  }
}

@media screen and (max-width: 760px) {
  #footer-social-medias img {
    width: 60%;
  }
}

@media screen and (max-width: 560px) {
  #footer-social-medias img {
    width: 90%;
  }

  #footer-logo-cmp-medias {
    width: 100%;
  }

  #footer-logo-cmp {
    width: 45%;
  }

  #footer-social-medias {
    width: 45%;
  }
}

@media screen and (max-width: 390px) {
  #footer-logo-cmp {
    width: 70%;
  }

  #footer-social-medias {
    width: 70%;
  }

  #footer-dashed-line-pin-left-image {
    width: 30%;
  }

  #footer-dashed-line-pin-right-image {
    width: 30%;
  }
}


/*
 details{
  background-color: #303030;
  color: #fff;
  font-size: 1.5rem;
}

summary {

  list-style: none;
  display: flex;
  justify-content: space-between;  
  transition: height 1s ease;
}

summary::-webkit-details-marker {
  display: none;
}

summary:after{
  content: "\002B";
}

details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: .5em;
}

details[open] summary:after{
  content: "\00D7";
}

details[open] div{

}
*/


.slider {
  margin: 0 auto;
  width: 100%;
  height: auto;
  padding: 0 !important;
  overflow: hidden;
}

.slider-content {
  width: 400%;
  height: auto;
  display: flex;
}

.slider-content input,
.img-mobile {
  display: none;
}

.slide-box {
  width: 25%;
  height: auto;
  position: relative;
  text-align: center;
  transition: 1s;
}

.slide-box img {
  width: 100%;
}

.nav-manual,
.nav-auto {
  position: absolute;
  width: 100%;
  margin-top: 38%;
  display: flex;
  justify-content: center;
}

.nav-manual .manual-btn,
.nav-auto div {
  border: 1px solid #ff0054;
  padding: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.2s;
}

.nav-manual .manual-btn:not(:last-child),
.nav-auto div:not(:last-child) {
  margin-right: 10px;

}

.nav-manual .manual-btn:hover {
  background-color: #ff0054;
}

#radio1:checked~.nav-auto .auto-btn1,
#radio2:checked~.nav-auto .auto-btn2,
#radio3:checked~.nav-auto .auto-btn3 {
  background-color: #ff0054;
}

#radio1:checked~.primeiro {
  margin-left: 0%;
}

#radio2:checked~.primeiro {
  margin-left: -25%;
}

#radio3:checked~.primeiro {
  margin-left: -50%;
}



/* COOKIES ------------------------------------------ */

.cookies-msg {
  display: flex;
  width: 80%;
  padding: 2%;
  background-color: #fff;
  position: fixed;
  bottom: 5%;
  left: 50%;
  transform: translate(-50%);
  border-radius: 15px;
  display: none;
}

.cookies-msg.mostrar {
  display: block;
}

.cookies-msg .cookies-txt {
  display: flex;
  align-items: center;
  text-align: justify;
}

.cookies-msg .cookies-btn {
  margin-left: 30px;
}

.cookies-msg .cookies-btn button {
  background-color: #24196a;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
  padding: 10px 40px;
  cursor: pointer;
  transition: .2s;
}

.cookies-msg .cookies-btn button:hover {
  transform: scale(0.9);
}