/* Estilos para dispositivos com mouse */
@media (pointer: fine) {
    /* Insira aqui os estilos que deseja aplicar para dispositivos com mouse */
}

/* Estilos para dispositivos de toque */
@media (pointer: coarse) {
    #service{
        margin-top: 0px;
        padding-top: 0px;
    }
    .formulario{
        max-width: 350px;
    }
    .section-below-the-form{
        margin-top: 0em;
    }
}


/* Mobile */
@media (max-width: 992px) {
    #inner-hero {
        margin-bottom: 0px;
        height: 37vh;
    }

    #inner-hero .container {
        padding-bottom: 0;
    }

    #inner-hero .container {
        position: absolute;
        top: 70px;
    }

    #inner-hero h1 {
        font-size: 18px;
        line-height: normal;
        margin-top: 4em;
    }

    #inner-hero h2 {
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 30px;
    }
}

@media (max-width: 600px) {
    #inner-hero {
        height: 40vh;
    }
    .pg-about{
        height: auto !important;
        min-height: 34vh;
    }
    .pg-about .section-below-the-form{
        margin-top: 0px !important;
    }
}

@media (max-width: 767px) {
    #inner-hero h1 {
        font-size: 28px;
        line-height: 36px;
        margin-top: 120px;
    }
}

/* Full HD */
@media (min-width: 1920px) and (min-height: 1080px) {
    
    #inner-hero-with-form{
        height: 50vh;
    }

    #hero h1 {
        font-size: 52px;
        font-weight: 700;
        line-height: 60px;
    }

    #hero h2 {
        font-size: 32px;
        margin-top: 25px;
    }

    .hero-swiper img {
        width: 250px;
        height: 250px;
    }

    .navbar a,
    .navbar a:focus {
        font-size: 18px;
    }

    .contact-btn {
        font-size: 22px;
    }

    #header .logo img {
        max-height: 120px;
    }

    .navbar .dropdown ul a {
        font-size: 18px;
    }

    .section-title h2 {
        font-size: 42px;
    }

    .section-title h3 {
        font-size: 28px;
    }

    .services .icon-box h4 {
        font-size: 26px;
    }

    .services .icon-box p {
        line-height: 32px;
        font-size: 22px;
    }



    .testimonials .testimony h4 {
        font-size: 24px;
    }

    .testimonials .testimony span {
        font-size: 20px;
    }

    .testimonials .testimony p {

        font-size: 19px;
    }

    .testimonials .testimony .social a {
        width: 42px;
        height: 42px;
    }

    .cta h3 {
        font-size: 42px;
    }

    .cta p {
        font-size: 24px;
    }

    #footer .footer-top .footer-contact p {
        font-size: 22px;
        line-height: 32px;
    }

    #footer .footer-top .footer-links ul li {
        font-size: 22px;
    }

    #footer .footer-top .footer-links ul i {
        font-size: 22px;
    }

    #footer .footer-top h4 {
        font-size: 22px;
    }
}

/* Ultra-Wide */
@media (min-width: 2560px) and (min-height: 1440px) {}