* {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'Spooky';
    src: url("/fonts/Spooky.otf") format('opentype');
}


body, html {
    min-height: 100vh;
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
}

.roxo-a {
    background-color: #a31a8d;
}
.roxo-b {
    background-color: #a80a34;
}
.roxo-c {
    background-color: #2a0d6c;
}

.amarelo-a {
    background-color: #ffc01b;
}
.amarelo-b {
    background-color: #ff9f05;
}
.amarelo-c{
    background-color: #fec240;
}

.laranja-a {
    background-color: #f87f22;
}

.font-laranja-a {
    color: #f87f22;
}

.laranja-b {
    background-color: #dd3003;
}
.laranja-c {
    background-color: #320502;
}

.color {
    color: #7e7e7e;
    text-decoration: none;
    
}

.color:hover {
    color: #A5A5A5;
}

.header {
    z-index: 10;
    width: 100%;
    background-color: #fff;
    align-items: center;
    display: flex;
    color: #A5A5A5;
    font-weight: 500;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

.nav {
    width: 100%;
    max-width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: 100px;

}

.nav img {
    width: 200px;
}

.banner {
    z-index: 2;
    max-width: 100%;
    width: auto;
    background-size: auto;
    height: auto;
}

.banner div {
    background-color: transparent;
    margin: 0;
    padding: 0;
    min-height: 0;
}

.banner img {
    max-width: 100%;
    width: 100%;
    z-index: 3;
    background-size: auto;
    object-fit: cover;
    height: auto;
    max-height: 100%;
    box-shadow: 0px 9px 11px 3px rgba(42,13,108,0.69);
    -webkit-box-shadow: 0px 9px 11px 3px rgba(42,13,108,0.69);
    -moz-box-shadow: 0px 9px 11px 3px rgba(42,13,108,0.69);
}

@media (max-width: 1080px) {
    .imagem_mobile {
        display: block;
    }
    .imagem_desktop {
        display: none; 
    }
}

.hidden {
    display: none !important;
}


@media (max-width: 2140px) {
    .imagem_mobile {
        display: none;
    }
}

@media (max-width: 1080px) {
    .imagem_mobile {
        display: block;
    }
    .imagem_desktop {
        display: none; 
    }
}

.main {
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 10% 0;
    background-image: url("https://iberikaapps.com.br/form-passeio/assets/bg-halloween.jpg");
    z-index: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-attachment: fixed;
}

@media screen and (max-width: 480px) {
    .main {
        background-repeat: no-repeat;
        height: auto;
        max-height: 100%;
        background-size: cover;
        margin: 0 auto;
        padding: 10% 0;
    }
}

.main section span {
    font-family: "itc-benguiat", 'Open Sans', sans-serif;
    font-size: 4rem;
    font-weight: 800;
    text-align: center;

}

@media screen and (max-width: 480px) {
    .main section span {
        font-family: "itc-benguiat", 'Open Sans', sans-serif;
        font-size: 1.8rem;
        font-weight: 800;
        text-align: center;
    
    }
}

.cont-pd {
    padding: 20px 0 20px 0;
}

.form {
    z-index: 9;
    padding: 2% 4%;
    border-radius: 25px;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 14px 28px, rgba(0, 0, 0, 0.22) 0px 10px 10px;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    color: #fff;
    max-width: 800px;
    margin: 0 auto;
}

@media screen and (max-width: 480px) {
    .main section {
        margin: 5%;
        padding: 5%;
    }
}

.form p {
    text-align: justify;
    text-justify: inter-word;
    white-space: pre-line;
    font-family: 'itc-benguiat', 'Open Sans', sans-serif;
    margin: 0;
}

.form p strong{
    font-size: 1rem;
    font-weight: 800;
    font-family: 'itc-benguiat', 'Open Sans', sans-serif;
    
}


.form h1, h2, h3, h4, h5, h6{
    margin-top: 20px;
    margin-bottom: 20px;
    text-align: center;
    font-weight: 800;
    font-family: 'itc-benguiat', 'Open Sans', sans-serif;
    line-height: 50px;
}




.form h1 {
    font-size: 2.8rem;
}

.form h5 {
    font-size: 1.5rem;
}
@media screen and (max-width: 480px) {
    .form h1 {
        font-size: 1.8rem;
    }
    
    .form h5 {
        font-size: 1.4rem;
    }
}
.link {
    text-decoration: none;
    color: #ff9f05;
    font-family: 'itc-benguiat';
}

.link:hover{
    color: #f87f22;
}

@media screen and (max-width: 480px) {
    .form h1, h2, h3, h4, h5, h6 {
        margin-top: 20px;
        margin-bottom: 20px;
        text-align: center;
        font-weight: 800;
        font-family: 'itc-benguiat', 'Open Sans', sans-serif;
        line-height: 25px;
    }
}

.input {
    font-family: 'itc-benguiat', 'Open Sans', sans-serif;
    outline: none;
    border-radius: 20px;
}

.form label, i, select, option {
    font-family: 'itc-benguiat', 'Open Sans', sans-serif;
}

.form .form-control,
.form .form-select {
    border-radius: 4px;
}

.form .btn {
    margin-top: 25px;
    width: 100%;
    background-color: #ffc01b;
    font-family: 'itc-benguiat', 'Open Sans', sans-serif;
    border-radius: 15px;
    color: #2a0d6c;
    font-weight: 600;
    font-size: 1.2rem;
}

.form .btn:hover{
    background-color: #ff9f05;
    color: #2a0d6c;
}



.footer {
    display: grid;
    grid-template-columns: 300px 300px 300px;
    align-items: center;
    justify-content: space-around;
    height: 200px;
    flex-shrink: 0;
    background-color: #212528;
    color: #ffffff;
}

@media screen and (max-width: 480px) {
    .footer {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: space-around;
      height: auto;
      background-color: #212528;
      color: #ffffff;
      gap: 50px;
      padding-bottom: 5%;
    }
  }

.center{
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.txt-center {
    text-align: center;
}

@media screen and (max-width: 480px) {
    .center{
        display: flex;
        justify-content: space-between;
        align-items: center;
        gap: 25px;
    }
}


.logo-img {
    width: 200px;
}

.icon {
    height: 24px;
}

.text {
    text-align: justify;
    text-justify: inter-word;
    white-space: pre-line;
}

.textf {
    text-align: justify;
    text-justify: inter-word;
}

@media screen and (max-width: 480px) {
    .text {
        white-space: pre-line;
        margin: 0 auto;
        text-align: center;
    }
}