:root {
  --dark-purple: #A528FF;
  --white-text: white;
  --yellow: #FFC800;
}

figure {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--dark-purple);
  font-weight: bold;
}

.banner {
  background-image: url("internacionais-banner-desk.png");
  background-position: center;
  background-size: cover;
}

@media (max-width: 600px) {
  .banner {
    background-image: url("internacionais-banner-mobile.png");
    height: 235px;
  }
}

#make-search-again .row {
  margin-bottom: 0;
}

#make-search-again .row .col {
  padding: 0;
}

#make-search-again {
  padding: 25px 0;
  background-color: #f9f9f9;
}

#trigger-search-again {
  font-size: 16px;
  margin: 0;
  color: #383838;
  cursor: pointer;
  display: table;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

#trigger-search-again.opened {
  margin-bottom: 15px;
}

#trigger-search-again:hover {
  color: #A528FF;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

#trigger-search-again img {
  width: 12px;
  position: relative;
  top: 1px;
  left: 5px;
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

#trigger-search-again.opened img {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transition: 0.2s;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
}

#make-search-again
  #clickbus-widget.clickbus-widget-theme-purple
  .clickbus-input-field
  input:focus {
  border: 1px solid #0880c7 !important;
}

#make-search-again #clickbus-widget.clickbus-widget-horizontal #clickbus-logo {
  display: none;
}

#make-search-again
  #clickbus-widget.clickbus-widget-horizontal
  #clickbus-widget-row-departure-and-return
  #clickbus-widget-label-row {
  display: none !important;
}

#make-search-again #clickbus-widget .clickbus-input-field input {
  border: 1px solid #c5c5c5 !important;
}

#make-search-again #clickbus-widget {
  padding: 0;
  background-color: transparent !important;
}

.container.small {
  min-width: 970px;
  width: 970px;
}

.inter-container {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 10px;
}

@media (max-width: 600px) {
  .inter-container {
    max-width: 100%;
  }
}

.inter-container h2 span {
  font-weight: 200;
}

.inter-container p strong {
  font-weight: bold;
  color: var(--dark-purple);
}

main h2 {
  font-size: 35px;
  margin: 30px 0;
}

.first-flex {
  margin: 30px 0;
  display: flex;
  justify-content: space-around;
}

@media (max-width: 600px) {
  .first-flex {
    flex-direction: column;
    align-items: center;
    gap: 20px;
  }

  main h2 {
    padding: 10px;
  }
}

.first-flex a {
  color: white;
}

.first-flex div {
  width: 250px;
  text-align: center;
  background-color: var(--dark-purple);
  color: white;
  border-radius: 30px;
  height: 120px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  font-size: 20px;
  padding: 20px;
}

.first-flex div p span {
  color: var(--yellow);
  font-weight: bold;
}

.second-flex {
  display: flex;
  justify-content: space-between;
  margin: 30px 0;
}


.second-flex img {
    width: 220px;
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
}

.second-flex figcaption,
.third-flex figcaption {
    text-align: center;
    font-size: 12px;
}

.third-flex {
    display: flex;
    gap: 80px;
}

.third-flex img {
    width: 450px;
    height: 350px;
    object-fit: cover;
    border-radius: 20px;
    margin-top: 40px;
}

@media (max-width:600px){

    .second-flex{
        display:block;
    }

    .second-flex figure:nth-child(2),
    .second-flex figure:nth-child(3),
    .second-flex figure:nth-child(4){
        display:none;
    }

    .second-flex img{
        width:100%;
    }
}

@media (max-width: 600px) {
  .third-flex {
    flex-direction: column-reverse;
    gap: 0px;
  }

  .third-flex figure {
    width: 100%;
    display: none;
  }
}

.big-picture {
  width: 100%;
  height: 450px;
  object-fit: cover;
  object-position: bottom;
  border-radius: 20px;
  margin: 30px 0;
}

.inter-container .link-other {
  padding: 15px 20px;
  border: 2px solid var(--dark-purple);
  color: var(--dark-purple);
  border-radius: 50px;
  font-size: 20px;
  margin-top: 30px;
  display: block;
  text-align: center;
  width: 90%;
  font-weight: bold;
}

@media (max-width: 600px) {
  .inter-container .link-other {
    width: 100%;
    margin-bottom: 40px;
  }
}

#chile {
  background-color: whitesmoke;
}

#chile .side-figure img {
  width: 450px;
  height: 650px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 10px;
}

#chile .inter-container .link-other,
#uruguai .inter-container .link-other {
  width: 50%;
}

#chile .big-picture {
  object-position: center;
}

@media (max-width: 600px) {
  #make-search-again .container {
    width: 100%;
    min-width: 100%;
  }
  #clickbus-widget.clickbus-widget-vertical #clickbus-logo img {
    display: none;
  }

  #make-search-again {
    padding: 40px;
  }
}

.form {
  margin: 0;
}
.form h5 {
  margin-top: 0;
}
.form form {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1.5fr 2fr 134px;
}
.form input {
  position: relative;
  width: 100%;
  height: 40px;
  padding: 6px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
  border-radius: 30px;
  background-color: #fff;
}
.form h5 {
  color: var(--white-text);
  font-size: 22px;
}
.form .button {
  cursor: pointer;
  background-color: var(--yellow);
  font-weight: 700;
  color: var(--dark-purple);
  border: 0;
  border-radius: 8px;
}
.wrapper {
  max-width: 1000px;
  margin: 50px auto;
}
.prp-background {
  background-color: #A528FF;
  padding: 10px 0;
}
@media only screen and (max-width: 645px) {
  .form {
    padding: 20px;
  }
  .purple-title {
    margin: 20px;
  }
  .form form {
    grid-template-columns: 1fr;
  }
}

/*ACCORDION*/

/* ACCORDION */

.accordion {
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: 0;
  font-size: 15px;
  transition: 0.4s;
  border-bottom: 1px solid #f5f5f5;
}

.accordion:hover {
  background-color: lightgray;
}
.accordion-box {
  border: 1px solid #f5f5f5;
}
.accordion-container {
  width: 1000px;
  margin: 0 auto;
  padding: 10px;
}
.accordion-container h3 {
  margin: 30px 0;
  color: #A528FF;
  font-weight: bold;
  font-size: 28px;
}
.panel li,
.panel p {
  font-size: 14px;
  color: #7f7f7f;
  line-height: 1.6;
  padding: 5px;
}
.panel li {
  padding: 0 5px;
}
.accordion:after {
  font-family: FontAwesome;
  content: "\f078";
  font-weight: 100;
  font-size: 20px;
  color: #000;
  float: right;
  margin-left: 5px;
}
.accordion.active:after {
  font-family: FontAwesome;
  content: "\f077";
  font-weight: 900;
}
.panel {
  padding: 0 18px;
  background-color: #fff;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}
.accordion-box:first-of-type,
.accordion:first-of-type {
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}
.accordion-box:last-of-type,
.accordion:last-of-type {
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
}
.acc-background {
  background-color: #f4f4f4;
}

@media (max-width: 600px) {
  .accordion-container {
    width: 100%;
  }

  .inter-container h3 {
    text-align: center;
  }
}

.medium-txt {
  font-size: 16px;
  margin: 25px 0;
}

@media (max-width: 600px) {
  .medium-txt {
    font-size: 18px;
    margin: 10px;
  }
}

@media (max-width: 600px) {
  #chile .inter-container .link-other,
  #uruguai .inter-container .link-other,
  #argentina .inter-container .link-other {
    width: 100%;
  }

  main h2 {
      padding:10px;
      margin:30px 0 10px 0;
  }

}
