@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100;300;400;500&display=swap');

.container-fluid {
    width: 100%;
    padding-right: 0 !important;
    padding-left: 0 !important;
}
.desktop{
  display: block;
}
.mobile{
  display: none;
}
.topo-fixo-mobile-desktop {
    background-color: #b81e2a;
    justify-content: center;
    padding: 5px;
    position: fixed;
    width: 100%;
    height: 50px;
    z-index: 999;
    display: flex;
    margin-top: -50px;
}
.video-topo-desktop{
    background-image: url(../images/desktop/american-tour-lp-02.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 604px;
    margin-top: 50px;
}
.video-topo-desktop video {
    width: 550px;
    height: 314px;
    margin-top: 35px;
}
img.faixa-image-video {
    margin-left: 35px;
    margin-top: -55px;
    position: relative;
}
.link-botao-topo{
    display: flex;
    justify-content: center;
}
.botao-video-topo-desktop{
    width: 450px;
}
.image-30-anos{
    background-image: url(../images/desktop/american-tour-landing-page-3.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 600px;
}
.escrita-topo-mobile{
    display: none;
}
@media(min-width: 1600px){
    .image-30-anos {
        height: 700px;
    }
    .video-topo-desktop{
        height: 697px;
    }
    .video-topo-desktop video {
        margin-top: 85px;
    }
}
.image-rosa-com-castelo-desktop {
    z-index: 99;
    margin-top: -19em;
}
.video-corpo-do-site-dekstop{
    z-index: 99;
    margin-top: -15em;
}
.video-corpo-do-site-dekstop iframe{
    width: 400px;
    height: 226px;
}
.coluna-do-video{
    text-align: end;
    padding-right: 55px;
}
.colecao-de-videos{
    display: flex;
    justify-content: space-around;
}
.tres-videos-desktop{
    z-index: 999;
    margin-top: -20em;
    margin-bottom: 9em; 
}
@media(min-width: 1783px){
    .video-corpo-do-site-dekstop iframe {
        width: 500px;
        height: 280px;
        margin-top: -3em;
    }
    .tres-videos-desktop{
        margin-top: -27em !important;
        margin-bottom: 12em !important;
    }
    .topo-fixo-mobile-desktop {
        height: 77px;
        margin-top: -77px;
    }
    .video-topo-desktop {
        margin-top: 77px;
    }
    .colecao-de-videos iframe {
        width: 380px !important;
        height: 213px !important;
    }
}
.accordion-item{
    background-color: transparent;
}
.accordion-item,
#accordionFlushExample > div:nth-child(9) {
    border-bottom: 1px solid #a2c8e7;
}
.accordion-button {
    background-color: transparent;
    color: #68e0f5;
    border: #1b242b;
    padding: 35px 15px 15px 0px !important;
}
.accordion-body {
    background-color: transparent;
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 17px;
}
.accordion-header {
    color: #68e0f5;
}
.accordion-flush {
    margin-top: 30px;
}
.accordion-button:not(.collapsed) {
    color: #68e0f5;
    background-color:transparent;
}
.accordion-button:focus {
     outline: none;
     border-color: white;
     box-shadow: none;
}
.accordion-button:not(.collapsed)::after {
    background-image: url(../images/desktop/arrow.png) !important;
}
.accordion-button::after {
    background-image: url(../images/desktop/arrow.png) !important;
}
.faq-desktop{
    background-image: url(../images/desktop/american-tour-landing-page-30.webp);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    padding-bottom: 70px;
}
h2.titulo-faq-desktop {
    color: #fff;
    font-family: Inter, sans-serif;
    font-weight: 700;
    text-align: center;
    padding-bottom: 30px;
}
@media(max-width: 789px){
    .topo-fixo-mobile-desktop {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: fixed;
        width: 100%;
        height: 78px;
        z-index: 999;
        display: flex;
        margin-top: -78px;
    }
    .desktop{
      display: none;
    }
    .mobile{
      display: block;
      margin-top: 78px;
    }
    .faq-desktop {
      height: auto;
    }
    h2.titulo-faq-desktop {
      padding-top: 35px;
    }
    .col.coluna-video-mobile video {
        width: 300px;
        position: relative;
    }
    .escrita-topo-desktop{
        display: none;
    }
    .escrita-topo-mobile{
        display: block;
    }
}
.col.coluna-video-mobile {
  text-align: center;
  padding-bottom: 19px;
  margin-top: -15em;
}
.col.coluna-video-mobile img {
    width: 250px;
    margin-top: -5em;
    position: relative;
    z-index: 99;
}
.col.coluna-video-mobile img {
  width: 250px;
  margin-top: -2.5em;
}
.video-mobile-corpo-do-site {
  z-index: 99;
  margin-top: 4em;
}
.tres-videos-mobile {
  padding-top: 35px;
  padding-bottom: 25px;
  background: #e2d5cc;
}
.coluna-videos-mobile{
  text-align: center;
}
.coluna-videos-mobile iframe {
  margin-bottom: 15px;
}
a.btn-whatsapp img {
    position: fixed;
    display: flex;
    bottom: 15px;
    right: 15px;
    z-index: 500;
}
button.accordion-button.collapsed,
.accordion-button:not(.collapsed) {
    font-family: 'Inter', sans-serif;
    font-size: 19px;
}
.container.coluna-videos-mobile iframe {
    width: 300px;
    height: 168px;
}
.accordion-body {
    padding-left: 0;
}
.colecao-de-videos iframe {
    width: 300px;
    height: 169px;
}