/* Add here all your css styles (customizations) */
.g-bg-agurto{
	background: #02a9a1 !important;
}
.u-btn-whatsapp-montesur {
    color: #fff !important;
    border-radius: 100px !important;
    background-color: #25d366 !important;
}

.g-whatsapp-button {
    bottom: 15px;
    z-index: 100;
    margin-left: 0px;
}
.roboto{
	font-family: "Roboto Condensed", sans-serif !important;
}
.fixed-bottom{
	
    position: fixed;
}
body section p{
	font-size: 24px !important;
	text-align: justify !important;
	font-weight: 100 !important;
	font-family: "Roboto Condensed", sans-serif !important;
}
body section ul li{
	font-size: 24px !important;
	text-align: justify !important;
	font-weight: 100 !important;
	font-family: "Roboto Condensed", sans-serif !important;
}
body section ol li{
	font-size: 24px !important;
	text-align: justify !important;
	font-weight: 100 !important;
	font-family: "Roboto Condensed", sans-serif !important;
}

body section p strong{
	font-weight: 600 !important;
}
.margin-mobile{
		margin-top: 180px !important;
	}
.g-link-top{
	color: #024289 !important;
}

.g-link-top--hover:hover{
	color: #d10633 !important;
}

.link{
	color: #222 !important;
}

.link:hover{
	color: #3398dc !important;
	text-decoration: none !important;
}

.g-bg-emedic--hover:hover{
	background: #38397D !important;
}

@media all and (max-width: 576px) {
	.margin-mobile{
		margin-top: 30px !important;
	}
	.g-bg-white-movil{
		background: #fff !important;
	}
}