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

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



.lh100 { line-height: 100% !important; } .lh110 { line-height: 110% !important; } .lh115 { line-height: 115% !important; } .lh130 { line-height: 130% !important; } .lh150 { line-height: 150% !important; }

.fcwhite { color: white !important; } .fcblue { color: #0B252C !important; } .fcmamey { color: #d15f57 !important; } .fcgray { color: #c9c9c3 !important; } .fcgreen { color: #345957 !important; } .fcgraylight { color: #c5c5bf !important; }

.fw100 { font-weight: 100 !important; } .fw200 { font-weight: 200 !important; } .fw300 { font-weight: 300 !important; } .fw400 { font-weight: 400 !important; } .fw500 { font-weight: 500 !important; } .fw600 { font-weight: 600 !important; } .fw700 { font-weight: 700 !important; } .fw800 { font-weight: 800 !important; } .fw900 { font-weight: 900 !important; }

.fs10 { font-size: 10px !important; } .fs12 { font-size: 12px !important; } .fs15 { font-size: 15px !important; } .fs16 { font-size: 15px !important; } .fs18 { font-size: 18px !important; } .fs21 { font-size: 21px !important; } .fs24 { font-size: 24px !important; } .fs27 { font-size: 27px !important; } .fs30 { font-size: 30px !important; } .fs33 { font-size: 33px !important; } .fs36 { font-size: 36px !important; } .fs42 { font-size: 42px !important; } .fs45 { font-size: 45px !important; } .fs48 { font-size: 48px !important; } .fs54 { font-size: 54px !important; } .fs60 { font-size: 60px !important; } .fs72 { font-size: 72px !important; } .fs90 { font-size: 90px !important; }

.current { font-weight: 500 !important; color: #D05F57 !important;  }

.container { max-width: 100% !important; padding: 0 3% !important; }

.section0 { padding: 0 !important; } .section5 { padding: 5% 5% 0 !important; }

.bkgblue { background-color: #0B252C !important; } .bkggradred { background-image: linear-gradient(to right, #D34158, #D05F57) !important; } .bkglighgray {background-color: #E0E0E0 !important; } .bkggradgray { background-image: linear-gradient(to right, rgb(255,255,255,0), #C3C3C3 100%) !important; } .bkggray {background-color: #C8C8C2 !important; } .bkggreen {background-color: #345857 !important; } .bkgdarkgreen { background-color: #303538 !important; } .bkgmamey {background-color: #d05f57 !important; } .bkggdarkgray { background-image: linear-gradient(to right, #d4d4d4, #b3b3b3) !important; } .bkgwhite { background-color:  white ; }

.padd0 { padding: 0 !important; } .marg0 { margin: 0 !important; }
.borderbars { border-radius: 18px !important; }
.borderbarstop { border-radius: 18px 18px 0 0 !important; }

label { text-transform: none !important; letter-spacing: 0 !important; }

.dview { display: block !important; }
.mview { display: none !important; }
.dview762 { display: block !important; }
.mview762 { display: none !important; }

.w20t { width: 20% !important; }

.row { margin: 0 !important; }
.icon-angle-left { margin-left: -2px !important; }
.icon-angle-right { margin-left: 2px !important; }

.min-vh-60 { min-height: 70vh !important; }


#loader {
  border: 16px solid #f3f3f3; /* Light grey */
  border-top: 16px solid #3498db; /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: spin 2s linear infinite;
}

.whats{
	height: 60px;
	width: 60px;
	position: fixed;
	top: 80%;
	right: 20px;
	background: #25D366;
	padding: 10px;
	border-radius: 50%;
	transition: background .3s ease-in;
	z-index: 9999;
}

.whats:hover{
	background: #075e54;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

@media (max-width: 1270px){
	
	.menu-link { font-size: 15px !important; padding: 15px 10px !important; }
	.slidesize60 { max-width: 80% !important; }
	
	.w20t { width: 25% !important; }
	.tasaheight { height: 240px !important; }
	
	.fs90 { font-size: 75px !important; }
	
}

@media (max-width: 1082px){
	
	.menu-link { padding: 15px 7px !important; }
	.minhimgbq { min-height: 420px !important; }
	
	.fs90 { font-size: 60px !important; }
	
}

@media (max-width: 992px){
	
	.slidesize60 { max-width: 100% !important; }
	.fs54 { font-size: 45px !important; }
	.fs42 { font-size: 36px !important; }
	.fs36 { font-size: 30px !important; }
	.fs30 { font-size: 27px !important; }
	.fs24 { font-size: 21px !important; }
	.fs21 { font-size: 18px !important; }
	.fs18 { font-size: 15px !important; }
	
	.slider-arrow-left, .slider-arrow-right { display: none !important; }
	.posright0 { right: 0 !important; }
	
	.w100 { width: 100% !important; }
	.padd10 { padding: 0 10% !important; }
	
	.dview { display: none !important; }
	.mview { display: block !important; }
	
	.posrel { position: relative !important; }
	
	.slidemob { padding-top: 0 !important; margin: 0 !important; }
	.paddtop0 { padding-top: 0 !important; }
	
	.minhimgbq { min-height: 300px !important; }
	
	.w20t { width: 33.3% !important; }
	.tasaheight { height: 180px !important; }
	
}

@media (max-width: 765px){
	
	.dview762 { display: none !important; }
	.mview762 { display: block !important; }
	
	.fs90 { font-size: 90px !important; }
	.fs54 { font-size: 39px !important; }
	.fs42 { font-size: 30px !important; }
	.fs36 { font-size: 27px !important; }
	.fs27 { font-size: 21px !important; }
	.fs24 { font-size: 18px !important; }
	
	.allcenter { text-align: center !important; padding: 5% !important; }
	.paddmobbenef { padding: 100px 5% 5% !important; }
	
	.whservicios { width: 180px !important; height: 180px !important; }
	
	.min-vh-60 { min-height: 40vh !important; }
	
	.minhimgbq { min-height: 210px !important; width: 50% !important; }
	
	.hservmob { height: 450px !important; }
	
	.w20t { width: 50% !important; }
	.tasaheight { height: 240px !important; }
	
	.marg0mob { margin: 0 !important; }
}

@media (max-width: 580px){
	
	.fs90 { font-size: 75px !important; }
	.fs54 { font-size: 30px !important; }
	.fs42 { font-size: 27px !important; }
	.fs36 { font-size: 24px !important; }
	.fs27 { font-size: 18px !important; }
	.fs24 { font-size: 16px !important; }
	
	.postop50 { top: 50px !important; }
	.paddtop45 {padding-top: 45px !important; }
	
	.tasaheight { height: 210px !important; }
	
	.hservmob { height: 330px !important; }

}

@media (max-width: 467px){
	
	.jcontcentermob { justify-content: center !important; }
	
	.w20t { width: 100% !important; }
	.tasaheight { height: 240px !important; }
	
	.paddtop45 {padding-top: 60px !important; }
	.postop50 { top: 60px !important; }
	
	.fs90 { font-size: 60px !important; }
	.fs15 { font-size: 12px !important; }
}

@media (max-width: 390px){
	
	.fs54 { font-size: 27px !important; }
	.fs42 { font-size: 24px !important; }
	.fs36 { font-size: 21px !important; }
	
}