/*** Very Large Screens **/

@media only screen and (min-width: 1824px) {
    .slider .title {
        font-size: 54px !important;
        line-height: 1.6;
    }
}

@media (max-width:979px) {
    .navbar-brand.compressed {
        padding-bottom: 7px;
    }
    .icon-download-home {
        text-align: left !important;
    }
    .icon-download-home img {
        display: none;
    }
}

@media (min-width: 1200px) and (max-width: 1824px) {
    .slider .title {
        font-size: 45px;
        line-height: 1.6;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .parallax-background {
        background-attachment: initial;
    }
}

@media (min-width: 1199px) and (max-width: 992px) {
    .compressed .navbar-nav>li>a {
        margin: 10px 4px;
    }
}

@media (max-width: 767px) {
    .col2 li {
        width: 100%;
    }
    .col3 li {
        width: 100%;
    }
    .col4 li {
        width: 100%;
    }
    .navbar-transparent .navbar-collapse {
        background-color: #fff
    }
    .navbar-transparent .navbar-collapse li>a {
        color: #777;
    }
    .portfolio-filter ul {
        float: left;
    }
    .center-text-procedimento {
        text-align: center !important;
    }
    .left-text-procedimento {
        text-align: left !important;
    }
    .saudacao {
        display: none;
    }
    .link-cloud {
        float: none;
        text-align: center;
    }
    .access-cloud {
        display: none;
    }
	.img-aparelho-slider {
		width: 100% !important;
		left: 10% !important;
	}
	.img-aparelho-slider img {
		width: 80% !important;
    	height: auto !important;
	}
	.top-banner-o-humanpixClassic h1 {
		font-size: 40px;
	}
}

@media (min-width: 609px) and (max-width: 767px) {
    .caption-slider h2,
    .caption-slider h2 strong {
        font-size: 24px !important;
        line-height: 26px !important
    }
    .caption-slider h3,
    .caption-slider h3 strong {
        font-size: 18px !important;
        line-height: 20px !important
    }
}

@media (min-width: 767px) and (max-width: 979px) {
    .ha-header-front {
        padding: 0 5px !important;
    }
    .ha-header-front .container {
        width: auto;
    }
}

@media (min-width: 481px) and (max-width: 608px) {
    .caption-slider h2,
    .caption-slider h2 strong {
        font-size: 18px !important;
        line-height: 22px !important
    }
    .caption-slider h3,
    .caption-slider h3 strong {
        font-size: 18px !important;
        line-height: 22px !important
    }
}

@media (min-width: 322px) and (max-width: 480px) {
    .caption-slider {
        top: 150px !important;
        width: 320px;
        white-space: inherit !important;
    }
    .caption-slider h2,
    .caption-slider h2 strong {
        font-size: 32px !important;
        white-space: inherit !important;
        line-height: 42px !important;
    }
    .caption-slider h3,
    .caption-slider h3 strong,
    .caption-slider h3 strong a {
        font-size: 16px !important;
        white-space: inherit !important;
        line-height: 18px !important
    }
    .img-aparelho-slider {
        top: 440px !important;
    }
    .img-ipad-slider {
        top: 260px !important;
    }
    .title-page {
        padding-top: 20px;
    }
    .cloud-login .container a {
        padding: 2px 0px;
        font-size: 12px;
    }
	
}

@media (max-width: 321px) {
    .caption-slider {
        top: 150px !important;
        width: 300px;
        white-space: inherit !important;
    }
    .caption-slider h2,
    .caption-slider h2 strong {
        font-size: 22px !important;
        white-space: inherit !important;
        line-height: 22px !important
    }
    .caption-slider h3,
    .caption-slider h3 strong,
    .caption-slider h3 strong a {
        font-size: 16px !important;
        white-space: inherit !important;
        line-height: 22px !important;
    }
    .title-page {
        padding-top: 20px;
    }
    .cloud-login .container a {
        padding: 2px 0px;
        font-size: 10px;
    }
}

@media (max-height: 435px) {
    .menu-fixed.in,
    .menu-paginas.in {
        top: 70px;
        height: 230px !important;
        border-bottom: 1px solid #c4c4c4;
    }
    .caption-slider {
        top: 90px !important;
        white-space: inherit !important;
    }
    .caption-slider h2,
    .caption-slider h2 strong {
        font-size: 20px !important;
        white-space: inherit !important;
        line-height: 22px !important
    }
    .caption-slider h3,
    .caption-slider h3 strong,
    .caption-slider h3 strong a {
        font-size: 16px !important;
        white-space: inherit !important;
        line-height: 18px !important
    }
    .img-aparelho-slider {
        top: 0px !important;
    }
    .img-ipad-slider {
        top: 170px !important;
    }
    .tp-banner-container {
        min-height: 600px;
    }
}

/* ==========================================================================
   INÍCIO DA MODIFICAÇÃO PARA MENU RESPONSIVO ANTECIPADO (VERSÃO MAIS ESPECÍFICA)
   Adicionado para forçar o menu 'hambúrguer' em telas com menos de 1200px.
   ========================================================================== */

@media (max-width: 1199px) {
    .navbar-default .navbar-collapse.collapse {
        display: none !important;
    }

    .navbar-default .navbar-collapse.collapse.in {
        display: block !important;
    }

    .navbar-header .navbar-toggle {
        display: block;
    }

    .navbar-default .navbar-header {
        float: none;
    }

    .navbar-default .navbar-nav {
        float: none !important;
        margin: 7.5px -15px;
    }
    
    .navbar-default .navbar-nav > li {
        float: none;
    }
    
    .navbar-default .navbar-nav > li > a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
}

/* ==========================================================================
   FIM DA MODIFICAÇÃO
   ========================================================================== */