/* `xxxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1579.98px) {

}

/* `xxl` applies to x-large devices (large desktops, less than 1400px) */
@media (max-width: 1399.98px) {
}
/* `xl` applies to large devices (desktops, less than 1200px) */
@media (max-width: 1199.98px) {


}
@media(min-width: 1024.98px) and (max-width: 1199.98px) {

}
/* `lg` applies to medium devices (tablets, less than 992px) */
@media (max-width: 1024.98px) {
    .contatti-body .row-form .box-info p {
        margin-left: 30%;
    }
}
@media(min-width: 767.98px) and (max-width: 991.98px) {
    .contatti-body .row-form .box-info span {
    padding: 0 1rem 6rem 0;
}
.contatti-body .row-form .box-form {
    padding: 2rem 2rem 2rem;
}
.contatti-body .row-form .box-info p {
    margin-left: 0;
}
.contatti-body .row-social .social-box h6 {
    display: block;
}
}
/* `md` applies to small devices (landscape phones, less than 768px) */
@media (max-width: 768.98px) {
    .contatti-body .row-form .box-info span {
    padding: 0 1rem 6rem 0;
}
.contatti-body .row-form .box-form {
    padding: 2rem 2rem 2rem;
}
.contatti-body .row-social .social-box h6 {
    display: block;
}
}
/* `sm` applies to x-small devices (portrait phones, less than 576px) */
@media (max-width: 575.98px) {
    .page-header h1 {
        width: 100%;
        text-align: center;
    }
    .contatti-body .row-form .box-info span {
    padding: 0 1rem 6rem 0;
    position: relative;
    text-align: center;
}
.contatti-body .row-form .box-info h1 {
    text-align: center;
}
.contatti-body .row-form .box-info p {
    text-align: center;
    margin-left: 0;
}
.contatti-body .row-form .box-form {
    padding: 2rem 2rem 2rem;
}
.contatti-body .row-social h6 {
    font-size: 14px;
    display: inline-block !important;

}
.contatti-body .row-social img {
    max-height: 35px !important;
}
.contatti-body .row-form .box-form .input-group .form-check {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.contatti-body .row-form .box-form .input-group .form-center {
    text-align: center;
}
.contatti-body .row-form .box-form .form-invio {
    text-align: center;
}
}
@media(min-width: 0px) and (max-width: 991.98px) {
    .nav-link-contatti {
        font-size: 26px !important;
    }
}
