.contact-wrapper .background-contact{
    background-image: url("../img/mobil/contact.png");
}

.contact-wrapper .services-title-contact{
    font-size: 0.8rem;
}

.contact-wrapper .contact-body {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.contact-wrapper .contact-body .contact-button-container{
    display: flex;
    justify-content: center;
}

.contact-wrapper .contact-body .btn-portics{
    min-width: 150px;
}

.contact {
    justify-content: center;
    display: flex;
}

.contact ul {
    width: 80%;
    display: flex;
    flex-direction: column;
    gap: 10px
}

.contact ul li {
    display: flex;
    align-items: center;
}

.contact ul li.address {
    display: flex;
    align-items: start;
}

.contact ul li a {
    color: var(--text-color-primary);
}

.contact ul li i {
    min-width: 28px;
    height: 28px;
    font-size: var(--font-size);
    text-align: center;
    color: var(--primary);
    border: solid 2px;
    border-radius: 50%;
    padding: 0.3rem;
    margin-right: 1rem;
}

.contact-url {
    text-align: center;
    padding: 30px 0;
    font-size: var(--font-size-3);
    color: var(--accent);
}

.contact-body input, .contact-body textarea {
    background: #F5F5F5;
}


.contact-body input:focus, .contact-body textarea:focus {
    background: #F5F5F5;
}

.contact-body .whatsapp-container {
    text-align: center;
    margin: 2rem 0;
}

.contact-body .whatsapp-container h3, h4 {
    display: flex;
    flex-direction: column;
    margin: 1rem 0;
}

.contact-body .whatsapp-container .qr {
    width: 200px;
    height: 200px;
}


@media only screen and (min-width : 320px) {}

@media only screen and (min-width : 480px) {}

@media only screen and (min-width : 768px) {}

@media only screen and (min-width : 992px) {
    .contact-wrapper .background-contact {
        background-image: url("../img/web/contact.png");
    }

    .contact-wrapper .services-title-contact {
        font-size: small;
    }

    .contact-wrapper .contact-body {
        display: flex;
        flex-direction: row;
        gap: 0;
    }

    .contact-url {
        text-align: center;
        padding: 30px 0;
        font-size: var(--font-size-4);
        color: var(--accent);
    }

    .contact-wrapper .contact-body .contact-button-container {
        justify-content: start;
    }
}

@media only screen and (min-width : 1200px) {}
