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


}






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

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

}


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

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

}




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

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

    .area-codigo-seguranca {
        margin-left: 40px;
        margin-bottom: 40px !important;
    }

}




@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%;
    }

}



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

    img#logo-principal {
        width: 100%;
        max-width: 244px;
    }
    .main-title {
        font-size: 30px;
    }  
    .lead {
        font-size: 16px;
        line-height: 28px;
    }

}


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

}



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

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

}


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

    .main-title {
        font-size: 20px;
        line-height: 30px;
    }

}



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

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

}