html,
body {
    padding: 0;
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 400;
    color: #000;
    animation: appear 1.5s;
}

@keyframes appear {
    from {
        opacity: 0;
        translate: -80vw 0;
    }

    to {
        opacity: 1;
        translate: 0 0;
    }
}

body {
    background-image: url('./assets/background-desk.png');
    background-color: #ededed;
    background-blend-mode: luminosity;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.main-container {
    width: 80%;
}

.first-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px;
    justify-content: space-between;
}

.first-container .left {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.first-container .left .text {
    width: 350px;
    text-align: center;
    line-height: 20px;
    font-size: 20px;
}

.logo {
    width: 80%;
}

nav a {
    color: black;
    font-weight: 500;
}

nav a:hover {
    color: #5f1120;
    font-weight: 900;
}

.first-container .float-title h1 {
    background-color: #5f1120;
    padding: 5px 15px;
    border-radius: 8px;
    color: white;
    letter-spacing: 5px;
    position: absolute;
    top: 260px;
    font-size: 28px;
}

.second-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin: 40px;
    justify-content: space-between;
}

.second-container .left>img {
    width: 120%;
}

.second-container .right {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-end;
}

.second-container .right h1 {
    text-align: center;
}

.second-container .right .text {
    width: 350px;
    text-align: center;
    line-height: 22px;
    font-size: 20px;
}

.second-container .float-title h1 {
    background-color: #5f1120;
    padding: 5px 15px;
    border-radius: 8px;
    color: white;
    letter-spacing: 5px;
    font-size: 30px;
    position: relative;
}

.third-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px;
}

.third-container .control-container {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.third-container .control-container .text {
    width: 55%;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.third-container .control-container .square {
    background-color: #5f1120;
    padding: 15px;
    border-radius: 15px;
    font-size: 28px;
    width: 260px;
    font-style: italic;
    color: white;
    font-weight: bold;
}

.third-container .text-images {
    width: 100%;
}

.third-container .images-container {
    width: 100%;
    display: flex;
    justify-content: center;
    margin: 30px 0;
}

.third-container .images-container>img {
    width: 100%;
}

.third-container .follow-us {
    display: flex;
    justify-content: space-around;
    align-items: center;
    width: 100%;
}

.third-container .follow-us>p {
    font-weight: bold;
}

.third-container .follow-us .instagram {
    display: flex;
    justify-content: center;
    align-items: center;
}

.third-container .follow-us .instagram>img {
    width: 24px;
    margin-right: 5px;
}

.third-container .follow-us .instagram>a {
    color: #5f1120;
    font-weight: bold;
}

.fourth-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 40px;
}

.fourth-container .location {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    width: 100%;
}

.fourth-container .location .info-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.fourth-container .location .info-container .whatsapp {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.fourth-container .location .info-container .whatsapp>img {
    width: 24px;
    margin-right: 5px;
}

.fourth-container .location .info-container .whatsapp>p {
    font-size: 24px;
    font-weight: bold;
}

.fourth-container .location .info-container>p {
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0 20px 0 0;
}

.fourth-container>h2 {
    text-align: center;
    font-weight: bold;
}

.fourth-container>h3 {
    font-style: italic;
    text-align: center;
}

@media (min-width: 768px) {
    .mobile {
        display: none;
    }
}

@media (max-width: 768px) {
    .desk {
        display: none;
    }

    .first-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 60px 0 0 0;
    }

    .first-container nav {
        margin: 25px 0;
        text-align: center;
    }

    .first-container .banner-vertical {
        width: 100%;
    }

    .first-container .float-title {
        position: absolute;
        top: 100px;
        width: 100%;
    }

    .first-container .float-title h1 {
        margin: 0 20px;
        font-size: 14px;
        letter-spacing: 1px;
        left: 0;
    }

    .first-container .text {
        text-align: center;
    }

    .second-container {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 0;
        text-align: center;
    }

    .second-container .float-title h1 {
        font-size: 20px;
    }

    .third-container {
        margin: 0;
        text-align: center;
    }

    .third-container .follow-us {
        flex-direction: column;
    }

    .fourth-container {
        text-align: center;
        margin: 0;
    }

    .fourth-container .location {
        flex-direction: column;
    }

    .fourth-container .location iframe {
        width: 100%;
    }
}