.intro{
    background-image: url(../img/airbnb-divertidamente.webp);
    background-size: cover;
    max-height: 100rem;
    color: var(--white);
    font-weight: 100;
}

.intro-content{
    text-align: center;
}

.intro-img.erick-divertidamente {
    width: auto;
    min-width: 0; 
}

.intro-img.erick-divertidamente img {
    max-width: 100%;
}

.intro-text h2, .titulo{
    font-family: CartonSix, sans-serif;
    font-size: 7.9rem;
    margin-bottom: 3rem;
    color: var(--white);
}

.titulo-divertidamente {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: CartonSix, sans-serif;
    font-size: 8rem;
    margin-bottom: 2rem;
    gap: 1rem;
}

.titulo-divertidamente .texto-vermelho,
.titulo-divertidamente .texto-verde {
    display: inline-block;
    white-space: nowrap;
    font-size: 10rem;
}

.texto-vermelho{
    transform: rotate(-10deg);
    color: var(--red);
}

.texto-verde{
    transform: rotate(10deg);
    color: var(--green);
}

.intro-text p{
    font-family: Lora, sans-serif;
    font-size: 2.5rem;
    margin-bottom: 3rem;
}

.botoes-content button {
    background-color: var(--orange);
}

.botoes-content{
    text-align: center;
}

.sobre h3 {
    text-align: left;
    font-size: 4rem;
}

.sobre-text {
    margin-top: 3rem;
}

.sobre p{
    text-align: left;
}

.formulario {
    margin-bottom: 5rem;
}

.contato {
    border-radius: 4rem;
    background: linear-gradient(90deg, #555369 0%, #347889 100%);
}

.contato-text h3,
.contato-text p {
    color: var(--white);
}

.contato-text h3 {
    font-size: 5rem;
}

.forms {
    border-radius: 15px;
    max-width: 100%;
    max-height: 100%;
    margin: 0 auto;
    background-color: var(--white);
    text-align: left;
}

.form-label {
    font-size: 2.5rem;
}

.form-control {
    font-size: 1.8rem;
}

.mb-3 {
    padding: 2rem 0;
}

.btn-forms {
    background-color: var(--blue);
    border: none;
    border-radius: 5rem;
    color: var(--white);
    padding: 1rem 2rem;
}

.form-control:focus {
    border-color: var(--blue);
}

#formulario .d-flex.mb-2 {
    flex-wrap: wrap;
    gap: 1rem;
}

@media screen and (max-width: 768px) {

    .intro-img.erick-divertidamente {
        width: auto;
        min-width: 0;
    }
    
    .titulo-divertidamente{
        display: block;
    }

    .intro-text h3, .intro-text p{
        text-align: center;
    }

    .forms{
        margin-bottom: 2rem;
    }
}