@media(min-width: 1920px) {
    body {
        max-width: 2560px;
    }

    .home .info-home .vetor-titulo-desktop {
        max-width: 800px;
        position: absolute;
        bottom: 50%;
        transform: translateX(-60%);
    }

    .programacao .eventos .evento:nth-child(1) {
        margin-right: 35%;
    }

    .programacao .eventos .evento:nth-child(2) {
        margin-left: 30%;
        max-width: 330px;
    }

    .programacao .eventos .evento:nth-child(3) {
        margin-right: 25%;
        max-width: 240px;
    }

    .programacao .eventos .evento:nth-child(4) {
        margin-left: 35%;
    }
 
    /* .dicas {
        margin: 0 30%;
    }

    .rsvp .container-rsvp {
        padding: 80px 10% 40px;
    } */

    .coqueiro {
        margin: 5% 0 2%;
    }

    .coqueiro img {
        max-width: 10%;
    }
}

@media(max-width: 768px) {

    /* Seção Home */

    .home {
        background: url(../images/home\ mobile.jpeg) no-repeat center center;
        background-size: cover;
        padding: 20px 0;
    }

    .home .menu {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding: 10px 0;
    }

    .home .menu .desktop-menu {
        display: none;
    }

    .home .menu .open-menu {
        display: block;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .home .info-home {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: absolute;
        top: 8%;
        color: #ffffff;
    }

    .home .info-home .vetor-titulo-desktop {
        display: none;
    }

    .home .info-home h1 {
        font-size: 50px;
        font-weight: 400;
        line-height: 82px;
        max-width: 360px;
        transform: translateX(10%);
        margin-bottom: 0;
    }

    .home .info-home span {
        font-size: 12px;
        line-height: 23px;
    }

    .home .info-home p {
        font-size: 10px;
        line-height: 23px;
    }

    /* Seção Chamada */

    .chamada {
        gap: 10px;
        background: url(../images/coqueiro.png) no-repeat 15% 70%;
        background-size: 80px;
        padding: 40px 0;
    }

    .chamada h2 {
        font-size: 10px;
        line-height: 120%;
    }

    .chamada h2::first-letter {
        font-size: 14px;
    }

    .chamada p {
        font-size: 8px;
        line-height: 150%;
        max-width: 280px;
    }

    .chamada span {
        font-size: 10px;
        line-height: 100%;
        max-width: 300px;
    }

    .chamada .tempo {
        padding: 40px 0;
    }

    .chamada .tempo h3 {
        font-size: 17px;
        line-height: 100%;
        margin-bottom: 15px;
    }

    .chamada .tempo h3::first-letter {
        font-size: 20px;
    }

    .chamada .tempo .temporizador {
        gap: 10px;
    }

    .chamada .tempo .temporizador .tempo-item {
        gap: 5px;
    }

    .chamada .tempo .temporizador .tempo-item span {
        font-size: 30px;
        line-height: 19px;
    }

    .chamada .tempo .temporizador .tempo-item p {
        font-size: 10px;
        letter-spacing: 1px;
        line-height: 19px;
    }

    /* Seção Programação */

    .programacao {
        gap: 20px;
        padding: 40px 0;
        margin: 0 5%;
    }

    .programacao h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    .programacao h2::first-letter {
        font-size: 22px;
    }

    .programacao .eventos {
        gap: 10px;
        width: 95%;
    }

    .programacao .eventos .evento {
        gap: 6px;
        letter-spacing: 1px;
        max-width: 200px;
    }

    .programacao .eventos .evento:nth-child(1) {
        margin-right: 54%;
    }

    .programacao .eventos .evento:nth-child(2) {
        margin-left: 54%;
        max-width: 330px;
    }

    .programacao .eventos .evento:nth-child(3) {
        margin-left: 0;
        margin-right: 45%;
        max-width: 135px;
    }

    .programacao .eventos .evento:nth-child(4) {
        margin-left: 54%;
    }

    .programacao .eventos .evento h3 {
        font-size: 14px;
    }

    .programacao .eventos .evento h3::first-letter {
        font-size: 18px;
    }

    .programacao .eventos .evento .dia {
        font-size: 8px;
    }

    .programacao .eventos .evento .data {
        font-size: 11px;
    }

    .programacao .eventos .evento .hora {
        font-size: 8px;
    }

    .programacao .eventos .evento p {
        font-size: 7px;
        max-width: 250px;
    }

    .programacao .eventos .evento img {
        max-width: 40px;
    }

    /* SEÇÃO COMO CHEGAR */

    .como-chegar {
        margin: 20px 0 40px;
        padding: 10px 0 20px;
        gap: 10px;
    }

    .como-chegar h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
    
    .como-chegar h2::first-letter {
        font-size: 25px;
    }
    
    .como-chegar h3 {
        font-size: 8px;
        max-width: 85%;
    }
    
    .como-chegar p {
        font-size: 7px;
        line-height: 150%;
        max-width: 87%;
    }
    
    .como-chegar a {
        font-size: 7px;
        border-radius: 30px;
        padding: 4px 20px;
        transform: translateY(-6px);
    }

    .como-chegar img {
        max-width: 80%;
        margin-top: 20px;
    }

    /* SEÇÃO DICAS */

    .dicas {
        padding: 40px 0;
        margin: 0 5%;
    }

    .dicas h2 {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .dicas h2::first-letter {
        font-size: 26px;
    }

    .dicas .container-dicas {
        gap: 10px 15px;
        max-width: 300px;
    }

    .dicas .container-dicas img {
        width: 90px;
    }

    /* SEÇÃO RSVP */

    .rsvp {
        gap: 10px;
        padding: 40px 0;
    }

    .rsvp .container-rsvp {
        gap: 10px;
        padding: 10% 15% 10%;
    }

    .rsvp .container-rsvp h2 {
        font-size: 28px;
    }

    .rsvp .container-rsvp form input[type="text"] {
        font-size: 8px;
        line-height: 150%;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }

    .rsvp .container-rsvp form input[type="text"]::placeholder {
        padding-left: 3px;
    }

    .rsvp .container-rsvp form input[type="submit"] {
        font-size: 8px;
        padding: 8px 20px;
        border-radius: 20px;
        margin: 10px auto 0;
    }

    .rsvp .container-rsvp form p {
        font-size: 10px;
        margin-bottom: 5px;
    }

    .rsvp .container-rsvp form label {
        font-size: 8px;
    }


    .rsvp .container-rsvp form label .checkmark {
        height: 9px;
        width: 9px;
    }


    .rsvp .container-rsvp form label .checkmark:after {
        margin-left: 2.5px;
        margin-top: 0.6px;
        width: 1.5px;
        height: 4px;

    }

    /* SEÇÃO PRESENTES */

    .presentes {
        gap: 10px;
        margin: 40px 0;
    }

    .presentes h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }

    .presentes h2::first-letter {
        font-size: 26px;
    }

    .presentes div {
        gap: 10px;
    }

    .presentes div a {
        font-size: 6px;
        padding: 10px 16px;
    }


}