@media (min-width:  300px) and (max-width: 500px) {
	.displayNoneMobile {
		display: none;
	}

	footer .waze-mobile {
		display: block;
	}

	footer li.botao-waze.mt-50 {
	    margin-top: 10px;
	}

	.slider-contato .form-control {
	    background-color: #fff;
	}

	.button-whatsapp {
	    top: 82% !important;
	}

	.slider-h-auto .swiper-wrapper, .slider-h-auto .swiper-slide {
	    min-height: 106vh;
	}

	body section {
	    padding: 125px 0 80px;
	}

	.page-seguros .col-lg-3 {
    	width: 50%;
	    padding-right: 5px;
	    padding-left: 5px;
	}

	.page-seguros .card h4 {
	    margin-bottom: 15px;
	    font-size: 13px;
	    height: 38px;
	}

	.page-seguros .card {
	    margin-bottom: 4px;
	    padding: 21px;
	}

	body section.page-seguros {
	    padding: 125px 0 46px;
	}

	section.sect-interno {
	    padding: 132px 0 109px;
	}

	.seguro-detalhe .formulario {
		margin-top: 30px;
	}

	.seguro-detalhe .otroSeguros {
		margin-top: 30px;
	}

	body h1, body .slide-content .title {
	    font-size: 25px;
	}

	.text-whatsapp {
		display: none;
	}

	.swiper-container .bloco-depoimento {
		display: none;
	}

	.page-seguros .action-buttons a.btn.btn-primary {
        font-size: 12px !important;
        padding: 10px;
    }

    .page-seguros .action-buttons {
	    margin-bottom: 15px !important;
	    margin-left: 7px;
	}
}


@media (min-width:  1200px) and (max-width: 1500px) {
	h1, .slide-content .title {
	    margin-bottom: 10px;
	    font-size: 26px;
	}

	h1 .pre-title {
	    margin-top: 10px !important;
	}

	.slider-h-100 {
	    height: 100vh !important;
	}

	.pagina-parceiros {
	    position: absolute;
	    bottom: -4%;
	}
}