@charset "UTF-8";
body {
		font-family: "Poppins", sans-serif;
}

@media (min-width: 1200px) {
		.container:not(.container-bs):not(.container-xl-custom):not(.container-xxl-custom) {
				max-width: 100%;
		}
}

.custom-absolute-y-center {
		position: absolute;
		top: 50%;
		transform: translate3d(0, -50%, 0);
}

.custom-border-color-1 {
		border-color: #31363c !important;
}

.custom-border-color-2 {
		border-color: #44494e !important;
}

.custom-border-color-3 {
		border-color: #f4f4f4 !important;
}

.custom-filter-grayscale-1 {
		filter: grayscale(1);
}

@media (min-width: 500px) {
		.custom-ws-nowrap {
				white-space: nowrap !important;
		}
}

@media (max-width: 991px) {
		.custom-remove-left-divider {
				border-left: 0 !important;
		}
}

.custom-bg-color-grey-1 {
		background-color: #eff1f3 !important;
}

.custom-font-size-1 {
		font-size: 0.55em;
}

.custom-font-size-2 {
		font-size: 0.35em;
}

.custom-letter-spacing-1 {
		letter-spacing: 5px;
}

.custom-letter-spacing-2 {
		letter-spacing: 3px;
}

@media (max-width: 575px) {
		.custom-xs-margin-top-1 {
				margin-top: -80px;
		}
}

@media (min-width: 1200px) {
		.custom-xl-margin-top-1 {
				margin-top: -70px;
		}
}

/*
* Custom SVG Wrappers
*/
.custom-svg-wrapper-1 {
		position: relative;
}

.custom-svg-wrapper-1 > svg {
		position: absolute;
		top: 60%;
		left: 43%;
		width: 150%;
		height: 170%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-1 > img {
		position: relative;
		z-index: 1;
}

.custom-svg-wrapper-2 {
		position: relative;
}

.custom-svg-wrapper-2 > svg {
		position: absolute;
		top: 60%;
		left: 50%;
		width: 144%;
		height: 80%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-2 > .owl-carousel {
		position: relative;
		z-index: 1;
}

.custom-svg-wrapper-3 {
		position: relative;
}

.custom-svg-wrapper-3 > svg {
		position: absolute;
		top: 60%;
		left: 50%;
		width: 144%;
		height: 80%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-3 > .pricing-table {
		position: relative;
		z-index: 1;
}

.custom-svg-wrapper-4 {
		position: relative;
}

.custom-svg-wrapper-4 > svg {
		position: absolute;
		top: 46%;
		left: 50%;
		width: 144%;
		height: 112%;
		transform: translate3d(-50%, -50%, 0);
		z-index: 0;
}

.custom-svg-wrapper-4 > .container {
		position: relative;
		z-index: 1;
}

/*
* SVG - Secciones
*/
.custom-section-svg {
		position: relative;
		background: #FFFFFF;
}

.custom-section-svg .custom-section-svg-background {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
}

.custom-section-svg > svg {
		position: relative;
		width: 100%;
		top: 0;
		left: 0;
		height: 100%;
}

.custom-section-svg > .container {
		position: absolute;
		top: 43%;
		left: 50%;
		transform: translate3d(-50%, -50%, 0);
}

@media (max-width: 1400px) {
		.custom-section-svg > svg {
				left: 70px;
		}
}

@media (max-width: 991px) {
		.custom-section-svg > svg {
				width: 180%;
		}
}

/* Header */
.custom-header-top-nav-background {
		position: relative;
}

.custom-header-top-nav-background:before {
		content: '';
		position: absolute;
		top: 0;
		right: 0;
		width: 100vw;
		height: 100%;
		background: #11448f;
		transform: skewX(-25deg);
		z-index: 1;
}

.custom-header-top-nav-background:after {
		content: '';
		position: absolute;
		top: 7px;
		right: -7px;
		width: 100vw;
		height: 100%;
		background: #5574a2;
		transform: skewX(-25deg);
		z-index: 0;
}

#header {
		top: 0;
}

#header .header-nav-main nav > ul > li > a {
		font-weight: 600;
		font-size: 13.6px;
		font-size: 0.85rem;
		letter-spacing: 0;
		text-transform: none;
}

#header .list > li > a {
		font-weight: 400;
		font-size: 13.6px;
		font-size: 0.85rem;
		letter-spacing: 0.5px;
		color: #212529;
}

#header .header-nav.header-nav-line .header-nav-main nav > ul > li:hover.no-line-effect > a:before, #header .header-nav.header-nav-line .header-nav-main nav > ul > li.active.no-line-effect > a:before {
		content: none;
}

@media (min-width: 992px) and (max-width: 1199px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 0 1rem !important;
		}
}

@media (min-width: 1200px) {
		#header .header-nav-main nav > ul > li > a {
				padding: 0 1.1rem !important;
		}
}

html:not(.sticky-header-active) #header .header-body.header-border-bottom {
		border-bottom: 0;
}

/* Custom Section Padding */
@media (min-width: 992px) {
		.custom-section-padding-1 {
				padding: 10vw 0 !important;
		}
}

/* Custom Product Image Styles */
@media (min-width: 1200px) {
		.custom-product-image-style-1 {
				position: absolute;
				top: 81%;
				left: 130px;
				transform: translate3d(0, -50%, 0);
		}
		.custom-product-image-style-1 img {
				max-width: calc(100% + 740px);
		}
}

@media (min-width: 992px) and (max-width: 1199px) {
		.custom-product-image-style-1 img {
				margin-left: 140px;
				max-width: 170%;
		}
}

@media (min-width: 992px) {
		.custom-product-image-style-2 {
				position: absolute;
				top: 50%;
				right: 0;
				transform: translate3d(0, -50%, 0);
				max-width: none;
				width: 47vw;
		}
}

/* Custom Icons */
.custom-icon-left-arrows,
.custom-icon-right-arrows {
		position: relative;
		width: 13px;
		height: 13px;
}

.custom-icon-left-arrows:before,
.custom-icon-right-arrows:before {
		content: '';
		position: absolute;
		left: -35%;
		top: 50%;
		width: 90%;
		height: 90%;
		border-top: 1px solid #212529;
		border-left: 1px solid #212529;
		opacity: 0.6;
		transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.custom-icon-left-arrows:after,
.custom-icon-right-arrows:after {
		content: '';
		position: absolute;
		right: -35%;
		top: 50%;
		width: 100%;
		height: 100%;
		border-top: 1px solid #212529;
		border-left: 1px solid #212529;
		transform: translate3d(0, -50%, 0) rotate(-45deg);
}

.custom-icon-right-arrows {
		transform: rotateY(180deg);
}

/* Custom Min Width */
.custom-min-width {
		display: inline-block;
		min-width: 170px;
}

@media (min-width: 992px) and (max-width: 1199px) {
		.custom-min-width {
				min-width: 140px;
		}
}

/* Custom Play Button */
.custom-play-button-1 {
		display: inline-flex;
		align-items: center;
		justify-content: center;
		width: 80px;
		height: 80px;
		border-radius: 100%;
		background: #FFF;
		color: #212529;
		transition: ease transform 300ms;
		font-size: 20.8px;
		font-size: 1.3rem;
}

.custom-play-button-1:hover {
		transform: scale(1.1);
}

/* Custom List Styles */
.custom-list-style-1 > li {
		margin: 0 !important;
		padding-right: 16px;
		padding-right: 1rem;
		padding-left: 16px;
		padding-left: 1rem;
		border-right: 1px solid #414346;
		line-height: 1;
}

.custom-list-style-1 > li:last-child {
		border-right: 0;
}

/* Custom SVG Line Animation */
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 380;
				stroke-dashoffset: 170;
		}
		to {
				stroke-dasharray: 310;
				stroke-dashoffset: 340;
		}
}

.customSVGLineAnim {
		animation-name: customSVGLineAnim;
}

@keyframes customSVGLineAnimTwo {
		from {
				stroke-dasharray: 820;
				stroke-dashoffset: 500;
		}
		to {
				stroke-dasharray: 1120;
				stroke-dashoffset: 500;
		}
}

.customSVGLineAnimTwo {
		animation-name: customSVGLineAnimTwo;
}

/* 360º Product Viewer */
.cd-product-viewer-handle .handle {
		border: none;
}

.cd-product-viewer-handle .fill {
		background-color: #e8e9e9;
}

/* Custom Brands Colors */
.custom-spotify-hover-effect {
		transition: ease background 300ms;
}

.custom-spotify-hover-effect:hover {
		background: #24cf5f;
}

.custom-itunes-hover-effect {
		transition: ease background 300ms;
}

.custom-itunes-hover-effect:hover {
		background: #d948dd;
}

.custom-amazon-hover-effect {
		transition: ease background 300ms;
}

.custom-amazon-hover-effect:hover {
		background: #ff9b00;
}

.custom-googlemusic-hover-effect {
		transition: ease background 300ms;
}

.custom-googlemusic-hover-effect:hover {
		background: #f4522b;
}

/* Custom Tour Items Hover Effect */
.custom-tour-wrapper {
		position: relative;
		overflow: hidden;
}

.custom-tour-wrapper .custom-tour-stage {
		transition: ease transform 300ms;
}

.custom-tour-wrapper .custom-tour-stage > .custom-tour-item + .custom-tour-item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		transform: translate3d(0, 100%, 0);
}

.custom-tour-wrapper:not(.custom-tour-wrapper-static):hover > .custom-tour-stage {
		transform: translate3d(0, -100%, 0);
}

/* Custom Thumb Info */
.custom-thumb-info-style-1 .overlay:before {
		transition: ease all 300ms 0ms !important;
}

.custom-thumb-info-style-1:hover .overlay:before {
		opacity: 0.8 !important;
		background: #0c0c0c !important;
}

.custom-thumb-info-style-1 .thumb-info-title {
		padding: 28.8px 44.8px 36.8px 33.6px !important;
		padding: 1.8rem 2.8rem 2.3rem 2.1rem !important;
}

/* Custom Card Style */
.custom-card-style-1 .custom-card-img-top-wrapper .post-date {
		position: absolute;
		top: 35px;
		left: 35px;
		text-align: center;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .month {
		display: block;
		background: #CCC;
		border-radius: 0 0 2px 2px;
		color: #FFF;
		font-size: 0.8em;
		line-height: 1.8;
		padding: 1px 10px;
		text-transform: uppercase;
		font-family: "Poppins", Arial, sans-serif;
}

.custom-card-style-1 .custom-card-img-top-wrapper .post-date .day {
		background: #f7f7f7;
		border-radius: 2px 2px 0 0;
		color: #CCC;
		display: block;
		font-size: 18px;
		font-weight: 900;
		padding: 10px;
		font-family: "Poppins", Arial, sans-serif;
}

/* Custom SVG Line Animation */
@keyframes customSVGLineAnim {
		from {
				stroke-dasharray: 40;
				stroke-dashoffset: 40;
		}
		to {
				stroke-dasharray: 40;
				stroke-dashoffset: 0;
		}
}

