@font-face {
	font-family: 'ClashDisplay';
	font-style: normal;
	font-weight: 500;
	src: url('https://draft.wpchile.com/droa/kovacs/new/font/ClashDisplay/ClashDisplay-Extralight.otf') format('OpenType');
}
@font-face {
	font-family: 'ClashDisplay';
	font-style: normal;
	font-weight: 400;
	src: url('https://draft.wpchile.com/droa/kovacs/new/font/ClashDisplay/ClashDisplay-Light-1.otf') format('OpenType');
}
@font-face {
	font-family: 'ClashDisplay';
	font-style: normal;
	font-weight: 600;
	src: url('https://draft.wpchile.com/droa/kovacs/new/font/ClashDisplay/ClashDisplay-Medium.otf') format('OpenType');
}
@font-face {
	font-family: 'ClashDisplay';
	font-style: normal;
	font-weight: 200;
	src: url('https://draft.wpchile.com/droa/kovacs/new/font/ClashDisplay/ClashDisplay-Regular.otf') format('OpenType');
}
@font-face {
	font-family: 'ClashDisplay';
	font-style: normal;
	font-weight: 300;
	src: url('https://draft.wpchile.com/droa/kovacs/new/font/ClashDisplay/ClashDisplay-Semibold.otf') format('OpenType');
}

/* Afecta solo a celulares */
@media (max-width: 767px) {
	.navbar-expand-lg.navbar-end.navbar-dark.bg-black.py-md-2.sticky-top {
		top:45px!important;
	}
.container-fluid.px-0 {
    margin-top: 95px!important;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: -20px!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: -20px!important;
}

.swiper-slide.bg-img-center.img-fluid.content-space-3.content-space-md-4.aos-init.aos-animate.swiper-slide-active {
    height: calc(-145px + 100vh)!important;
	}
.js-swiper-effect-fade-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    padding-bottom: 50px!important;
}
.navbar-expand-lg.navbar-end.navbar-light.bg-white.py-md-2.sticky-top {
    top: 45px!important;
}	
	
}

body {
  overflow-x: hidden;
}
a.link-sm.nav-link.px-0 {
    font-size: 0.955rem;
}
.fs-7 {
    font-size: .675rem !important;
}
.navbar-brand-logo {
    width: 100%;
    min-width: 17.5rem;
    max-width: 17.5rem;
}
.navbar .navbar-nav .nav-link {
    padding: 1rem .5rem;
}
.container-fluid.px-0 {
    margin-top: 45px;
}
.navbar-expand-lg.navbar-end.navbar-light.bg-white.py-md-2.sticky-top {
    top: 55px;
    z-index: 10!important;
}
.js-swiper-effect-fade-pagination.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal {
    margin-top: -80px;
    padding-bottom: 50px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev {
    right: 180px;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next {
    left: 180px;
}
.js-swiper-gallery-2-pagination.swiper-pagination.swiper-pagination-light.position-absolute.bottom-0.start-0.end-0.mb-5.swiper-pagination-clickable.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-bullets-dynamic {
    padding-bottom: 40px;
}
.col-11.col-md-6.col-lg-4.mb-5.mb-md-8.me-md-n9 {
    z-index: 2;
}
.js-swiper-infinite-loop-button-next.swiper-button-next {
    right: 10px;
}
.js-swiper-infinite-loop-button-prev.swiper-button-prev {
    left: 50px;
}
.text-cian {
	color:#00b8cf
}
.bg-black-search {
  background: linear-gradient(132deg, #526170, #39434e, #4e5d6c); /*para negro> linear-gradient(45deg, #1b1b1b, #4d4d4d, #1b1b1b) */
  background-size: 300% 300%;
  animation: gradientMove 3s infinite alternate ease-in-out;
}
.bg-grey {
	background-color: currentcolor;
}
@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
/*.container-fluid.navbar-topbar.px-md-5 {
    background-color: currentcolor;
}*/
.container-fluid.navbar-topbar.px-md-5.py-md-1 {
    padding-top: .4rem !important;
}
.swiper-pagination {
    z-index: 9!important;
}
.avatar-lg, .avatar-lg .avatar-initials {
  width: 12.25rem;
  height: 7.25rem
}
.navbar.navbar-scrolled.navbar-dark {
    background-color: #000;
}
.device-browser-frame {
    background: #fff;
    box-shadow: 0 2.75rem 5.5rem -3.5rem rgba(189, 197, 209, .5), 0 2rem 4rem -2rem rgba(33, 50, 91, .3);
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
}
.bg-success {
	background-color: #00b8cf!important;
}
hr {
    margin: 1rem 0 0.5rem;
    color: rgba(33, 50, 91, .1);
    border: 0;
    border-top: .0625rem solid;
    opacity: 1;
}
.bg-secondary {
    background-color: rgb(164 164 164) !important;
}
.nav-segment .nav-link.active {
    font-weight: 600!important;
	background-color: #00b8cf!important;
	color: white;
}
.hs-nav-scroller-light .hs-nav-scroller-arrow-next {
    background-image: linear-gradient(to right, transparent 0, #282e35 50%);
}
.hs-nav-scroller-light .hs-nav-scroller-arrow-prev {
    background-image: linear-gradient(to right, #2d363d 50%, transparent 100%);
}