#freta-tarifas .principal,
#freta-particular,
#freta,
#receba,
#frota,
#levamos,
#paodeacucar,
#programacao,
#experiencia,
#transfer-do-torcedor,
#tours-incriveis {
    padding: 40px 0;
}


/* HEADER */
header {
    position: relative;
}

header .area-form {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 100px;
}

header .area-form form {
    max-width: 350px;
    background-color: #fff;
    padding: 10px;
    border-radius: 15px;
    margin-right: 80px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align: center;
}

header .area-form form img {
    width: 100px;
    display: inline-block;
    margin-bottom: 10px;
}

header .area-form form button {
    background-color: #38E54D;
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    width: 100%;
    border: none;
    font-weight: bold;
}

header .area-contato {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
}

header .area-contato h3 {
    color: var(--roxo);
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#orcamentoModal h4 {
    color: var(--roxo);
    padding: 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
}

#orcamentoModal form button,
header .area-contato button {
    all: none;
    padding: 20px;
    background-color: var(--laranja-claro);
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    border: none;
}

@media (max-width: 992px) {
    header .area-form {
        position: initial;
        padding: 0;
        margin: 0;
        width: 100%;
    }

    header .area-contato,
    header .area-contato h3,
    header .area-contato button {
        width: 100%;
    }

    header .area-form form {
        margin-right: 0;
        max-width: unset;
        width: 100%;
    }
}


/* TOURS INCRIVEIS */
#tours-incriveis .card-tours img {
    width: 100%;
}

#tours-incriveis .card-tours .content {
    margin-top: 15px;
    text-align: justify;
}

/* PROGRAMAÇÃO */
#programacao {
    background-color: #f7f7f7;
}

#programacao .owl-dots {
    display: none;
}

#programacao .card-jogo img {
    width: 100%;
    height: 400px;
    border-radius: 15px;
    object-fit: cover;
}

#programacao .jogo-campanha-custom img {
    width: 100%;
    height: 450px;
    border-radius: 15px;
    object-fit: cover;
}

#programacao button.comprar {
    background-color: #38E54D;
    padding: 20px 30px;
    margin-top: 30px;
    font-size: 1.5rem;
    font-weight: bold;
    display: inline-block;
    text-align: center;
    border: none;
    text-transform: uppercase;
    color: #fff;
    animation-name: pulse;
    animation-duration: 1.5s;
    animation-timing-function: ease-out;
    animation-iteration-count: infinite;
    cursor: pointer;
}





.owl-carousel .owl-nav button.owl-next span,
.owl-carousel .owl-nav button.owl-prev span {
    font-size: 4rem;
}

/* MODAL COMPRAR JOGO */
#modalComprarJogo h5.modal-title {
    font-weight: bold;
    text-transform: uppercase;
    color: var(--roxo);
}

#modalComprarJogo .area-imagem-transfer {
    margin-bottom: 20px;
}

#modalComprarJogo .area-imagem-transfer img {
    width: 100%;
    border-radius: 15px;
    height: 300px;
    object-fit: cover;
}

#modalComprarJogo .modal-body .area-infos-jogo {
    padding: 20px;
    border-radius: 20px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

#modalComprarJogo .modal-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#modalComprarJogo .modal-body ul li {
    font-size: 1.2rem;
    text-align: center;
}

#modalComprarJogo .modal-body ul li .destaque {
    font-weight: bold;
    color: var(--roxo);
}

#modalComprarJogo .modal-body .area-preco {
    text-align: center;
}

#modalComprarJogo .modal-body .area-preco h4 {
    display: inline-block;
    background-color: var(--roxo);
    color: #fff;
    padding: 10px;
    font-size: 1.3rem;
}

/* EXPERIENCIA */
#experiencia .area-card-exp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

#experiencia .card-exp {
    width: 27%;
    margin: 20px 30px;
    text-align: center;
}

#experiencia .card-exp img {
    width: 200px;
}

@media (max-width: 768px) {
    #experiencia .card-exp {
        width: 100%;
    }
}

/* PÃO DE AÇÚCAR */
#paodeacucar .roxo {
    background-color: var(--roxo);
    color: #fff;
    max-height: 200px;
    position: relative;
    z-index: 5;
    padding-top: 40px;
}

#paodeacucar .barra img {
    width: 100%;
    position: relative;
    top: -1px;
    z-index: 1;
}

#paodeacucar p {
    color: #fff;
}

#paodeacucar h2 {
    color: var(--laranja)
}

@media (max-width: 992px) {
    #paodeacucar {
        padding-top: 30px;
    }

    #paodeacucar .roxo {
        background-color: var(--roxo);
        padding-top: 0;
    }

    #paodeacucar .card-rio img {
        width: 100%;
        display: block;
    }
}

/* JA PENSOU */
#japensou .card-breda {
    position: relative;
    display: inline-block;
    height: 300px;
    width: 835px;
    border-radius: 50px;
}

#japensou .card-breda img {
    object-fit: cover;
    height: 100%;
    width: 100%;
    display: inline-block;
    border-radius: 50px;
}

#japensou .card-breda .content {
    border-radius: 50px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(106, 57, 140, .5);
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

#japensou .card-breda .content h2 {
    color: #fff;

    font-size: 2rem;
}

#japensou .card-breda .content .cta a {
    background-color: var(--laranja-claro);
    color: var(--roxo);
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 20px;
    border-radius: 50px;
}

@media (max-width: 1280px) {
    #japensou {
        margin-top: 10%;
    }
}

@media (max-width: 992px) {
    #japensou .card-breda {
        height: 300px;
        width: 100%;
    }

}

/* LEVAMOS */
#levamos {
    padding-bottom: 0;
}

#levamos .roxo {
    background-color: var(--roxo);
    height: 200px;
}

#levamos .roxo .container {
    position: relative;
    top: -150px;
}

#levamos .barra img {
    position: relative;
    width: 100%;
}

#levamos h2 {
    color: #fff;
}

#levamos .cta a {
    background-color: var(--laranja-claro);
    color: var(--roxo);
    padding: 10px 20px;
    display: inline-block;
    font-weight: bold;
    font-size: 1.5rem;
    margin-top: 20px;
    border-radius: 50px;
    text-transform: uppercase;
}

@media (max-width: 768px) {
    #levamos .roxo {
        height: unset;
    }

    #levamos .roxo .container {
        top: 0;
    }
}

/* FROTA */
#frota {
    margin-bottom: 40px;
}

#frota .card-frota {
    text-align: center;
}

#frota .card-frota img {
    position: relative;
    z-index: 10;
}

#frota .card-frota .content {
    background-color: #fff;
    padding: 10px;
    border: 4px solid var(--vermelho);
    border-radius: 5px;
    position: relative;
    top: -40px;
    padding-top: 30px;
    z-index: 5;
}

#frota .card-frota .content ul {
    padding: 0;
    list-style: none;
}

#frota .card-frota .content ul li i {
    color: #3de92d;
}

#frota .card-frota .content a {
    display: inline-block;
    color: #fff;
    background-color: var(--vermelho);
    text-align: center;
    padding: 10px 15px;
    border-radius: 50px;
    transition: all .3s;
}

#frota .card-frota .content a:hover {
    scale: 1.03;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

/* RECEBA */
#receba form {
    text-align: center;
}

#receba .input-email {
    text-align: center;
}

#receba .input-email input {
    width: 80%;
    border-color: var(--roxo);
    margin: 0 auto;
    padding: 10px;
}

#receba button {
    background-color: var(--roxo);
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    display: inline-block;
    width: 80%;
    margin-top: 15px;
    padding: 15px 0;
}


/* FRETAMENTO */
#freta {
    background-color: var(--azul);
    color: #fff;
}

#freta h2 {
    color: #fff;
}

#freta form input {
    border-radius: 15px;
}


#freta form textarea {
    border-radius: 15px;
}

#freta form button {
    width: 100%;
    background-color: var(--vermelho);
    color: #fff;
    padding: 5px 15px;
    border-radius: 50px;
    display: inline-block;
    border: none;
}

#freta-particular {
    background-color: #f7f7f7;
}

#freta-particular .cards-freta-particular {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#freta-particular .cards-freta-particular .card-freta-particular {
    width: 30%;
    text-align: justify;
    color: var(--roxo-escuro);
}

#freta-particular .cards-freta-particular .card-freta-particular .imagem {
    text-align: center;
}

#freta-particular .cards-freta-particular .card-freta-particular img {
    width: 90%;
    border-radius: 15px;
    display: inline-block;
    margin: 0 auto;
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    #freta-particular .cards-freta-particular {
        flex-wrap: wrap;
        justify-content: center;
    }

    #freta-particular .cards-freta-particular .card-freta-particular {
        width: 45%;
    }
}

@media (max-width: 576px) {
    #freta-particular .cards-freta-particular .card-freta-particular {
        width: 100%;
    }
}

#freta-tarifas .principal {
    background-color: var(--laranja);
}

#freta-tarifas .card-tarifa {
    margin-bottom: 15px;
}

@media (max-width: 992px) {
    #freta-tarifas .card-tarifa img {
        width: 100%;
    }
}


/* SOBRE */
#sobre{
    padding-top: 40px;
    background-color: #f7f7f7;
}
#sobre img {
    width: 200px;
}

#sobre .area-card-sobre {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 20px;
}

#sobre .area-card-sobre .card-sobre {
    width: 30%;
    margin: 10px;
    text-align: center;
}

#sobre .area-card-sobre .card-sobre i {
    font-size: 2.5rem;
    width: 65px;
    height: 65px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-color: var(--vermelho);
    margin: 0 auto;
    margin-bottom: 15px;
}

#sobre .area-card-sobre .card-sobre h3 {
    font-size: 1.5rem;
    font-weight: bold;
    color: var(--vermelho);
}

@media (max-width: 576px) {
    #sobre .area-card-sobre {
        flex-wrap: wrap;
    }

    #sobre .area-card-sobre .card-sobre {
        width: 100%;
    }
}