
/* Pequeno fix no Layout Responsive */
@media only screen and (max-width : 1220px) {

    div#area-home-box-fotos {
        margin-left: 0;
        margin-right: 0;
    }

}






/* Large Devices, Wide Screens */
@media only screen and (max-width : 1200px) {

    .navbar .navbar-nav > li > a {
        font-size: 11px;
    }
    .navbar .navbar-nav > li {
        margin: 0 0 0 20px;
    }

    .box-foto h2 {
        font-size: 30px;
    }
    .box-foto:hover h2 {
        font-size: 32px;
    }

	img.foto-formularios {
		width: 100%;
    }
    .area-codigo-seguranca {
        margin-left: -16px;
    }

    img#foto-sede-1 {
        float: left;
        width: 280px;
        margin-right: 20px;
    }
    img#foto-sede-2 {
        float: right;
        width: 280px;
        margin-left: 20px;
    }

}


/* Medium Devices, Desktops */
@media only screen and (max-width : 992px) {

    .particulares-servicos-foto {
        margin-top: 44px;
    }

    .box-area-principal {
        max-width: 300px;
        margin-left: 40px;
        margin-bottom: 40px;
    }

    .area-codigo-seguranca {
        margin-left: -26px;
    }

    #documentos .table>tbody>tr>td {
        padding: 20px 20px;
    }
    #documentos .table a {
        line-height: 24px;
    }

    .anuncio-novidade-area h4.linha-novidade {
        line-height: 28px;
        text-align: center;
    }

}




/* Small Devices, Tablets */
@media only screen and (max-width : 768px) {

    .entrada-produto:nth-child(even) .foto-produto-esquerda {
        display: block;
    }
    .entrada-produto:nth-child(even) .foto-produto-direita {
        display: none;
    }

    .sub-footer .container {
        text-align: center;
    }

    .area-servico-particulares {
        text-align: center;
        padding-left: 50px;
        padding-right: 50px;
    }

    .area-servico-particulares .reduzir-margem-bottom-sm {
        margin-bottom: 0px;
    }

    .particulares-servicos-foto {
        margin-top: 0;
    }

    .box-area-principal {
        max-width: 300px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 50px;
    }

    .area-codigo-seguranca {
        margin-left: 40px;
        margin-top: -14px;
        margin-bottom: 30px !important;
    }
    /*
    img.imagem-codigo-seguranca {
        margin-left: 42px;
        margin-bottom: 18px;
        margin-top: -16px;
    }
    */
    .texto-quem-somos { 
        text-align: center;
    }

    .texto-quem-somos img { 
        max-width: 500px;
    }

    .linha-logos-quem-somos {
        text-align: center;
    }    
    img.logos-quem-somos {
        max-width: 250px;
    }

    .promocao-area img {
        width: 90%;
    }
    .lista-promocao-area {
        padding-bottom: 24px;
        position: static;
        margin-bottom: 0px;
    }

    .linha-icons-saude-portinsurance {
        margin-bottom: 0px;
    }

    img#foto-sede-1 {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
    img#foto-sede-2 {
        float: none;
        display: block;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 30px;
    }

    #area-logo-seguradora {
        margin-top: -6px;
        padding: 6px 0;
    }


}




@media only screen and (max-width : 600px) {

    .main-title {
        line-height: 50px;
    }

    .linha-icons-saude-portinsurance>.col-xs-2 {
        /*display: none;*/
        text-align: center;
        width: 100%;
        margin-bottom: 20px;
    }
    .linha-icons-saude-portinsurance .col-xs-10 {
        text-align: center;
        width: 100%;
    }
    .promocao-area {
        margin-top: 20px;
    }

}



/* Extra Small Devices, Phones */ 
@media only screen and (max-width : 480px) {

    .page-title h3 {
        line-height: 20px;
    }
    .main-title {
        font-size: 30px;
    }  
    .lead {
        font-size: 16px;
        line-height: 28px;
    }

    .area-servico-particulares {
        padding-left: 20px;
        padding-right: 20px;
    }


    img.logos-quem-somos {
        display: block;
    }

    .box-foto:hover h2 {
        font-size: 30px;
    }
    .box-foto h2 {
        font-size: 28px;
    }

    .promocao-area img {
        width: 100%;
    }
    .lista-promocao-area img {
        width: 100%;
    }


}


@media only screen and (max-width : 380px) {

    #area-logo-seguradora img#logo-seguradora {
        width: 100%;
        padding-left: 6px;
        padding-right: 6px;
    }
}



@media only screen and (max-width : 330px) {

    .navbar .navbar-brand img {
        margin-top: 10px;
        width: 150px;
    }
}



@media only screen and (max-width : 280px) {

    a.btn-azul {
        font-size: 10px;
        padding: 5px 5px 2px;
    }
}


@media only screen and (max-width : 240px) {

    .navbar .navbar-brand img {
        width: 100%;
    }
    .main-title {
        font-size: 20px;
        line-height: 30px;
    }
    .box-foto h2 {
        font-size: 22px;
        word-break: break-all;
    }

}



@media only screen and (max-width : 200px) {

    img.imagem-codigo-seguranca {
        margin-left: 0px;
    }

}