/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/





@media (max-width: 767.98px) {

	.listadovalores {
	    width: 100%;
	    padding: 0 0 0 30px;
	}

	#content p {
	    font-size: 18px;
	}

    #header {
        position: fixed;
        z-index: 999;
        width: 100%;
    }

	.page-section {
	    padding: 60px 0;
	}

	.form-control-lg {
	    height: calc(1.5em + 1rem + 2px);
	    padding: 7px;
	    font-size: 16px;
	}

	.paddingmobile {
		padding: 25px;
		text-align: center;
	}

	.btnmapa i {
		font-size: 25px;
		margin: 0 auto;
    	display: table;
	}

}

.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
    width: 50px;
    background: url(../images/whatsapp.svg);
    height: 50px;
}