/* FONTS */
/* IVY PRESTO */
@font-face {
  	font-family: 'IvyPresto';
  	src: url('/themes/intensa/fonts/IvyPresto-Headline-Regular.woff') format('woff'),
  	     url('/themes/intensa/fonts/IvyPresto-Headline-Regular.woff2') format('woff2'),
		 url('/themes/intensa/fonts/IvyPresto-Headline-Regular.ttf') format('ttf'),
  	     url('/themes/intensa/fonts/IvyPresto-Headline-Regular.eot') format('eot'),
		 url('/themes/intensa/fonts/IvyPresto-Headline-Regular.svg') format('svg');
  	font-weight: 400;
  	font-style: normal;
}
@font-face {
  	font-family: 'IvyPresto';
  	src: url('/themes/intensa/fonts/IvyPresto-Headline-SemiBold.woff') format('woff'),
  	     url('/themes/intensa/fonts/IvyPresto-Headline-SemiBold.woff2') format('woff2'),
		 url('/themes/intensa/fonts/IvyPresto-Headline-SemiBold.ttf') format('ttf'),
  	     url('/themes/intensa/fonts/IvyPresto-Headline-SemiBold.eot') format('eot'),
		 url('/themes/intensa/fonts/IvyPresto-Headline-SemiBold.svg') format('svg');
  	font-weight: 600;
  	font-style: normal;
}
@font-face {
  	font-family: 'IvyPresto';
  	src: url('/themes/intensa/fonts/IvyPresto-Headline-Bold.woff') format('woff'),
  	     url('/themes/intensa/fonts/IvyPresto-Headline-Bold.woff2') format('woff2'),
		 url('/themes/intensa/fonts/IvyPresto-Headline-Bold.ttf') format('ttf'),
  	     url('/themes/intensa/fonts/IvyPresto-Headline-Bold.eot') format('eot'),
		 url('/themes/intensa/fonts/IvyPresto-Headline-Bold.svg') format('svg');
  	font-weight: 700;
  	font-style: normal;
}
/* IVY PRESTO */
/* PELAGO */
@font-face {
  	font-family: 'Pelago';
  	src: url('/themes/intensa/fonts/Pelago-Light-Text.woff') format('woff'),
  	     url('/themes/intensa/fonts/Pelago-Light-Text.woff2') format('woff2'),
		 url('/themes/intensa/fonts/Pelago-Light-Text.ttf') format('ttf'),
  	     url('/themes/intensa/fonts/Pelago-Light-Text.eot') format('eot'),
		 url('/themes/intensa/fonts/Pelago-Light-Text.svg') format('svg');
  	font-weight: 400;
  	font-style: normal;
}
@font-face {
  	font-family: 'Pelago';
  	src: url('/themes/intensa/fonts/Pelago-Light.woff') format('woff'),
  	     url('/themes/intensa/fonts/Pelago-Light.woff2') format('woff2'),
		 url('/themes/intensa/fonts/Pelago-Light.ttf') format('ttf'),
  	     url('/themes/intensa/fonts/Pelago-Light.eot') format('eot'),
		 url('/themes/intensa/fonts/Pelago-Light.svg') format('svg');
  	font-weight: 300;
  	font-style: normal;
}
@font-face {
  	font-family: 'Pelago';
  	src: url('/themes/intensa/fonts/Pelago-Medium.woff') format('woff'),
  	     url('/themes/intensa/fonts/Pelago-Medium.woff2') format('woff2'),
		 url('/themes/intensa/fonts/Pelago-Medium.ttf') format('ttf'),
  	     url('/themes/intensa/fonts/Pelago-Medium.eot') format('eot'),
		 url('/themes/intensa/fonts/Pelago-Medium.svg') format('svg');
  	font-weight: 500;
  	font-style: normal;
}
/* PELAGO END */
.pelago-300 {
	font-family: 'Pelago';
	font-weight: 300;
}
.pelago-400 {
	font-family: 'Pelago';
	font-weight: 400;
}
.pelago-500 {
	font-family: 'Pelago';
	font-weight: 500;
}
.ivy-400 {
	font-family: 'IvyPresto';
	font-weight: 400;
}
.ivy-600 {
	font-family: 'IvyPresto';
	font-weight: 600;
}
.ivy-700 {
	font-family: 'IvyPresto';
	font-weight: 700;
}
/* FONTS END */
/* GENERAL */
.font-size-1 {
	font-size: 14px;
}
.font-size-2 {
	font-size: 18px;
}
.font-size-3 {
	font-size: 16px;
}
.font-size-4 {
	font-size: 20px;
}
.font-size-5 {
	font-size: 22px;
}
.font-size-6 {
	font-size: 27px;
}
.font-size-7 {
	font-size: 32px;
}
.font-size-8 {
	font-size: 40px;
}
.font-size-9 {
	font-size: 60px;
}
.font-size-10 {
	font-size: 72px;
}
.font-size-11 {
	font-size: 50px;
}
.font-size-12 {
	font-size: 26px;
}
.font-size-emoji {
	font-size: 62px;
}
.line-height-1 {
	line-height: 14px;
}
.line-height-2 {
	line-height: 18px;
}
.line-height-3 {
	line-height: 81px;
}
.line-height-4 {
	line-height: 23px;
}
.line-height-5 {
	line-height: 28px;
}
.background-color-1 {
	background-color: #FFFDF8;
}
.background-color-2 {
	background-color: #149899;
}
.background-color-3 {
	background-color: #97C96F;
}
.background-color-4 {
	background-color: #149899;
}
.border-color-1 {
	border-color: #FF4A8B;
}
.page-padding {
	padding-left: 54px;
	padding-right: 54px;
}
.mr-44 {
	margin-right: 44px;
}
.w-fit {
	width: fit-content;
}
.w-100 {
	width: 100%;
}
.pl-0 {
	padding-left: 0;
}
.content-end {
	align-content: flex-end;
}
.w-first-col {
	width: 60%;
}
.w-second-col {
	width: 40%;
}
.color-1 {
	color: #149899;
}
.color-2 {
	color: #000000;
}
.color-3 {
	color: #ffffff;
}
.color-4 {
	color: #97C96F;
}
.color-5 {
	color: #FF4A8B;
}
.text-underline {
	text-decoration: underline;
}
.margin-t-4{
	margin-top: 1rem;
}
.margin-t-6 {
	margin-top: 1.5rem;
}
.margin-t-8 {
	margin-top: 2rem;
}
.margin-t-20 {
	margin-top: 4rem;
}
.w-60 {
	width: 60%;
}
.align-items-center {
	align-items: center;
}
.row-gap-1 {
	row-gap: 20px;
}
/* GENERAL END */
/* HEADER */
.menu-2 {
	display: none;
}
.padding-top-bottom-header {
	padding-top: 20px;
}
.logo-header-mobile {
	width: 200px;
}
/* HEADER END */
/* POPUP MENU */
.popup-container {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 999;
}
.popup-content {
    background-color: #FFFDF8;
    padding: 20px;
	overflow-y: auto;
	background-image: url("/themes/intensa/images/cerc-roz.svg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: -200px 550px;
	background-size: 800px auto;
	background-attachment: local;
}
#popup-button {
    cursor: pointer;
}
.logo-menu-mobile {
	position: relative;
}
.logo-menu-mobile-2 {
	position: relative;
	left: 35%;
}
.icon-menu-mobile {
	position: relative;
	left: 70%;
}
.icon-menu-mobile-2 {
	position: relative;
	left: 5%;
}
.icon-menu-mobile-2 img {
	width: 45px;
}
/* SUBMENU */
.submenu-icon{
	font-size: 30px;
	margin-left: 20px;
	margin-top: 20px;
	transition: transform 0.3s ease;
}
	.submenu-icon.open {
	  	display: inline-block;
	transform: rotate(180deg);
	}
	.submenu {
	  	display: none;
	  	flex-direction: column;
	}
	.submenu.open {
	  	display: flex;
  	align-items: center;
	}
	.submenu a {
	  	padding-left: 10px;
	  	margin-top: 5px;
	}
.rotate-180 {
    transform: rotate(180deg);
    transition: transform 0.3s ease;
}
/* POPUP MENU END */
/* FIRST COLUMN */
.green-border {
	border-bottom: solid 2px #149899;
}
.radio-checked {
	background-color: #F4F0EB!important;
	border-radius: 200px;
}
.border-top-grey {
	border-top: 1px solid #C1C1C1;
}
.padding-button {
	padding: 15px 37px;
}
.border-input {
	border-bottom: solid 1px #C1C1C1;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.border-input:focus {
	box-shadow: none!important;
	border-color: #C1C1C1!important;
}
.select-options {
	/* padding-left: 10px; */
}
.background-color-1 .iti__selected-flag {
	background-color: transparent!important;
}
/*#payment-methods {
	display: none;
}*/
/* FIRST COLUMN END */
/* SECOND COLUMN */
.carousel {
  	position: relative;
  	width: 100%;
  	max-width: 600px;
  	overflow: hidden;
}
.carousel-inner {
  	display: flex;
  	transition: transform 0.5s ease;
}
.carousel-item {
  	min-width: 100%;
  	text-align: center;
  	font-size: 1.5em;
}
.carousel-nav-arrows {
	column-gap: 80px;
}
.carousel-arrow {
  	color: #149899;
  	border: none;
  	padding: 10px 18px;
  	cursor: pointer;
  	z-index: 1000;
	border: solid 1px #149899;
	border-radius: 100%;
}
.carousel-img-background {
	background-size: contain;
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
}
.progress {
	display: flex;
	height: .3rem;
	width: 100px;
	overflow: hidden;
	background-color: #e9ecef;
	border-radius: 200px;
}
.progress-bar {
	display: flex;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-pack: center;
	justify-content: center;
	overflow: hidden;
	color: #fff;
	text-align: center;
	white-space: nowrap;
	transition: width .6s ease;
}
.progress-bar-margin {
	margin: 10px 0;
}
.green-dot {
  	list-style-type: none;
}
.green-dot li::before {
  	content: '\2022';
  	color: #149899;
  	font-size: 35px;
  	margin-right: 10px;
}
.green-dot li {
  	color: #000000;
}
.border-cupon {
	padding-bottom: 15px;
	border-bottom: solid 1px #C1C1C1;
}
.padding-button-1 {
	padding: 12px 37px;
}
.outline-none {
	outline: none;
}
.pl-second-col {
	padding-left: 64px;
}
/* SECOND COLUMN END */
/* FOOTER */
.border-footer {
	border-top: solid;
	border-top-width: 2px;
	border-color: #C1C1C1;
}
.border-input-footer {
	border-bottom: solid 1px #C1C1C1;
	border-top: 0;
	border-left: 0;
	border-right: 0;
}
.bg-transparent {
	background: transparent;
	border: none;
}
.bg-transparent:focus {
	box-shadow: none!important;
	border-color: #C1C1C1!important;
}
.bg-transparent-1 {
	background: transparent;
}
.bg-transparent:focus {
	background: transparent;
	border: none;
	outline: none;
}
.bg-transparent-background {
	background-color: transparent;
}
.logo-size {
	width: 40px;
}
.logo-size-1 {
	width: 200px;
}
.flex-footer-bottom {
	display: flex;
	justify-content: space-between;
}
.footer-col-1 {
	width: 25%;
}
.footer-col-2 {
	width: 50%
}
.footer-col-3 {
	width: 25%;
}
.display-media-2 {
	display: none;
}
.footer-content {
	flex-direction: row;
}
.footer-col-2-position {
	justify-content: space-between;
}
/* FOOTER END */

@media only screen and (max-width: 1024px) {
	/* HEADER */
	.menu-1 {
		display: none;
	}
	.menu-2 {
		display: flex;
		padding-top: 40px;
	}
	.logo-header-mobile {
		width: 180px;
	}
	/* HEADER END */
	/* GENERAL */
	.margin-t-4{
		margin-top: 0;
	}
	.margin-t-6 {
		margin-top: 0;
	}
	.margin-t-8 {
		margin-top: 1rem;
	}
	.margin-t-20 {
		margin-top: 2rem;
	}
	/* GENERAL END */
	.mobile-flex {
		display: flex;
		justify-content: center;
	}
	.w-first-col {
		width: 100%;
	}
	.w-second-col {
		width: 100%;
	}
	.text-center-tablet {
		text-align: center;
	}
	.pl-second-col {
		padding-left: 0px;
	}
	.padding-col-2-mobile {
		padding: 0 0px 50px 0px;
	}
	.flex-footer-bottom {
		flex-direction: column;
		align-items: center;

	}
	.display-media-1 {
		display: none;
	}
	.display-media-2 {
		display: block;
	}
	.footer-col-1 {
		width: 35%;
	}
	.footer-col-2 {
		width: 65%
	}
	.page-padding {
		padding-left: 30px;
		padding-right: 30px;
	}
}
@media only screen and (max-width: 767px) {
	/* HEADER */
	.menu-2 {
		padding-top: 32px;
	}
	.logo-menu-mobile {
		position: inherit;
	}
	.logo-menu-mobile-2 {
		position: inherit;
	}
	.icon-menu-mobile {
		position: inherit;
	}
	.icon-menu-mobile-2 {
		position: inherit;
	}
	.logo-header-mobile {
		width: 150px;
	}
	/* HEADER END */
	.font-size-emoji {
		font-size: 30px;
	}
	.popup-content {
		background-position: -150px 446px;
		background-size: 500px auto;
	}
	.page-padding {
		padding-left: 10px;
		padding-right: 10px;
	}
	.font-size-3 {
		font-size: 14px;
	}
	.font-size-5 {
		font-size: 16px;
	}
	.font-size-9 {
		font-size: 30px;
	}
	.font-size-10 {
		font-size: 54px;
	}
	.font-size-11 {
		font-size: 35px;
	}
	.font-size-12 {
		font-size: 20px;
	}
	.line-height-3 {
		line-height: 40px;
	}
	.padding-col-2-mobile {
		padding: 0 0 10px 0;
	}
	.payment-method {
		width: 32%;
	}
	.footer-content {
		flex-direction: column;
	}
	.footer-col-1 {
		width: 100%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-col-2 {
		margin-top: 20px;
		width: 100%;
	}
	.footer-col-3 {
		width: 100%;
		margin-top: 20px;
		flex-direction: column;
		align-items: center;
	}
	.display-media-1 {
		display: flex;
	}
	.display-media-2 {
		display: none;
	}
	.display-col-none {
		display: none;
	}
	.flex-footer-col {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.footer-col-2-position {
		justify-content: center;
	}
	.mobile-margin-0 {
		margin-left: 0!important;
	}
	.space-between-mobile {
		justify-content: space-between;
	}
	.no-footer-mobile {
		display: none;
	}
	.margin-top-0 {
		margin-top: 0!important;
	}
	.submenu-icon{
		font-size: 25px;
		margin-top: 15px;
	}
}
