/* Add here all your css styles (customizations) */
@media (min-width: 1300px){
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		max-width: 1240px !important;
	}
}
@media(max-width: 700px){
	.g-bg-white-movil{
		background: #FFF !important; 
	}
	.dzsparallaxer.use-loading.loaded .dzsparallaxer--target {
	    visibility: hidden !important;
	}
}

@media(max-width: 500px){
	.espacio-movil{
		margin-top:100px !important; 
	}
}
.navbar {
	position: relative !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important;
	-ms-flex-align: center !important;
	align-items: center !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important;
}

.g-bg-001{
	background: #744dc1 !important;
}
.g-bg-002{
	background: #2AA6BF !important;
}
.g-bg-003{
	background: #F5BA31 !important;
}
.g-bg-004{
	background: #D12343 !important;
}


.g-bg-001--hover:hover{
	background: #744dc1 !important;
	text-decoration: none !important;
}
.g-bg-002--hover:hover{
	background: #2AA6BF !important;
	text-decoration: none !important;
}
.g-bg-003--hover:hover{
	background: #F5BA31 !important;
	text-decoration: none !important;
}
.g-bg-004--hover:hover{
	background: #D12343 !important;
	text-decoration: none !important;
}

.none{
	text-decoration: none !important;
}

.g-color-001{
	color: #744dc1 !important;
}
.g-color-002{
	color: #2AA6BF !important;
}
.g-color-003{
	color: #F5BA31 !important;
}
.g-color-004{
	color: #D12343 !important;
}
.g-color-001--hover:hover{
	color: #744dc1 !important;
	text-decoration: none !important;
}
.g-color-002--hover:hover{
	color: #2AA6BF !important;
	text-decoration: none !important;
}
.g-color-003--hover:hover{
	color: #F5BA31 !important;
	text-decoration: none !important;
}
.g-color-004--hover:hover{
	color: #D12343 !important;
	text-decoration: none !important;
}
.g-bg-agurto{
	background: #8b2fa0 !important;
}
.g-bg-secondary-2{
	background: #eee !important;
}
.g-brd-agurto{
	 border: 1px solid #8B2FA0 !important;
}

.g-whatsapp-button{
  bottom: 15px;
  position: fixed;
  z-index: 100;
  margin-left: 0px;
}
.u-btn-whatsapp-montesur{
    color: #fff !important;
    border-radius: 100px !important;
    background-color: #25d366 !important;
}


.u-btn-whatsapp-montesur--hover:hover{
    color: #fff !important;
    border-radius: 100px !important;
    background-color: #128c7e !important;
}

.link-agurto{
	color: #727376;
}
.link-agurto:hover{
	color: #8b2fa0;
	text-decoration: none;
}
.link-agurto-breadcrumb{
	color: #FFF;
}
.link-agurto-breadcrumb:hover{
	color: #8b2fa0;
	text-decoration: none;
}

.g-mg-agurto{
	margin-top:190px !important; 
}
@media(max-width: 700px){
	.g-mg-agurto{
		margin-top:100px !important; 
	}
}


body section p{
	font-size: 24px !important;
	font-weight: 100 !important;
	text-align: justify !important;
}
body section ul li{
	font-size: 24px !important;
	text-align: justify !important;
	font-weight: 100 !important;
}
body section ol li{
	font-size: 24px !important;
	font-weight: 100 !important;
}

.grecaptcha-badge{
	display:none !important;
}