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

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/
body { font-family: "Fira Sans Condensed", sans-serif !important; }

.ffira { font-family: "Fira Sans Condensed", sans-serif !important; }

.fitalik { font-style: italic !important; } .uppert { text-transform: uppercase !important; }

.fcblue { color: #4070B0 !important; } .fcblack { color: #383838 !important; } .fcgray { color: #4e656d !important; } .fcwhite { color: white !important; }

 .fs180 { font-size: 180px !important; } .fs120 { font-size: 120px !important; } .fs90 { font-size: 90px !important; } .fs75 { font-size: 75px !important; } .fs60 { font-size: 60px !important; } .fs48 { font-size: 48px !important; } .fs45 { font-size: 45px !important; } .fs36 { font-size: 36px !important; } .fs30 { font-size: 30px !important; } .fs27 { font-size: 27px !important; } .fs24 { font-size: 24px !important; } .fs21 { font-size: 21px !important; } .fs18 { font-size: 18px !important; } .fs15 { font-size: 15px !important; } .fs13 { font-size: 13px !important; } .fs12 { font-size: 12px !important; } 

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

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

.lsp3 { letter-spacing: 3px !important; } .lsp5 { letter-spacing: 5px !important; }


.padd0 { padding: 0 !important; } .padd3 { padding: 3% !important; } .padd5 { padding: 5% !important; }
.marg0 { margin: 0 !important; }

input, select, textarea { color: white !important; font-family: "Fira Sans Condensed", sans-serif !important; }
select { letter-spacing: 5px !important; font-weight: 300 !important; }

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

@media (max-width: 991px){
    
    .fs48 { font-size: 42px !important; }
    
}


@media (max-width: 767px){
    
    .dview { display: none !important; }
    .mview { display: block !important; }
    .fs75 { font-size: 57px !important; }
    .fs48 { font-size: 39px !important; }
    .fs45 { font-size: 36px !important; }
    .fs30 { font-size: 27px !important; }
    .allcenter { text-align: center !important; padding: 5px 5% !important; }
    .w100m { width: 100% !important; max-width: 100% !important; }
    .imgm { width: 100% !important; padding: 5% 20% !important; }
    .bkg-servicios { background-position: -100% bottom !important; background-size: cover!important; }
    .barrserv { max-width: 36px !important; }

}


@media (max-width: 580px){
    
    .fs75 { font-size: 51px !important; }
    .fs48 { font-size: 33px !important; }
    .fs45 { font-size: 30px !important; }
    .fs30 { font-size: 24px !important; }
    .fs18 { font-size: 15px !important; }
    .flex-next i { font-size: 90px !important; }
    .slider-arrow-right, .slider-element .owl-next, .flex-next { right: 20px !important; }
    .flex-prev i { font-size: 90px !important; }
    .slider-arrow-prev, .slider-element .owl-prev, .flex-prev { left: -15px !important; }
    
}


@media (max-width: 480px){
    
    .fs75 { font-size: 48px !important; }
    .fs48 { font-size: 27px !important; }
    .fs45 { font-size: 24px !important; }
    .fs30 { font-size: 18px !important; }
    
}