body,
html {
    margin: 0;
    padding: 0;
    width: 100%;

}

body {
    font-family: var(--font-family);
    background: white;
    scroll-behavior: smooth;
    overscroll-behavior: none
}

body{
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}




body section.content,
body main {
    flex: 1; 
}

/*****************************/
/********** BUTTONS **********/
/*****************************/

.button,
.button:focus,
.form .button-f,
.form .button-f:focus {
	position: relative;
	display: inline-block;
	padding: 9.5px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: normal;
	isolation: isolate;
	color: white;

}
.button::before,
.form .button-f::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	transition: var(--transition);
	will-change: transform;
	z-index: -1;
	background-color: var(--primary);
	overflow: hidden;
}



.button.button-fill::before {
	content: "";
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	transition: var(--transition);
	will-change: transform;
	z-index: -1;
    background: none;
    border: 2px solid white;
	overflow: hidden;
}

.rounded .button::before,
.rounded .button.button-fill::before,
.rounded .form .button-f::before {
    border-radius: 50px;
}

.button:hover,
.form .button-f:hover{
    color: white;
}

.button:hover::before,
.form .button-f:hover::before{
	transform: scale(1.05);
}


@media(min-width: 992px) {
	.button,
	.button:focus,
    .form .button-f,
    .form .button-f:focus {
		padding: 15px 31px;
        font-size: 16px;
	}
}

.button-f.disabled,
.button.disabled {
	pointer-events: none !important;
	opacity: .5 !important;
}



.container{
    max-width:1190px
}

.container.container-sm {
    max-width: 1020px;
}

.index section{
    margin-block: 30px;
    margin-bottom: 60px;
    position: relative;
}

.index section:first-of-type{
	margin-top: 0;
}
/* .index section:last-of-type {
	margin-bottom: 60px;
} */

@media(min-width:992px){
    .index section{
        margin-block: 60px;
        margin-bottom: 120px;
    }
}



/*********************************/
/************* HEADER ************/
/*********************************/

header {
    /* height: 143px; */
    width: 100%;
    padding: 20px 40px 15px;
    position: fixed;
    top: 0;
    z-index: 10;
    display: flex;
    justify-content: space-between;
    align-items: 15px;
    transition: var(--transition);
}

header::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: var(--black);
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

header.open::before {
    opacity: .8;
    pointer-events: auto;
    /* z-index: 10; */
}

header.fixed {
    background-color: #ffffff;
}

header.fixed.bs {
    box-shadow: rgba(0, 0, 0, 0.05) -2.8px 8.6px 24px 0px;
}

.index header.fixed {
    box-shadow: rgba(0, 0, 0, 0.05) -2.8px 8.6px 24px 0px;
}



header .logo {
    max-width: 330px;
    width: 100%;
    z-index: 3;
    margin: 0;
}

header.open .logo {
    z-index: 1;
    pointer-events: none;
}

header .logo img {
    filter: brightness(10);
    transition: none;
    max-width: 100%;
    max-height: 100%;
}

header .logo img:has( + img.color),
header.fixed .logo img + img.color {
    display: block;
}
header .logo img + img.color,
header.fixed .logo img:has( + img.color) {
    display: none;
}

header .logo img.color,
header.fixed .logo img.color,
header.fixed .logo img {
    filter: brightness(1);
}

header .header-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    z-index: 1;
    /* justify-content: space-between; */
}

header .header-content:has(.header-menu + .select-wrapper) {
    gap: 20px;
}

header .header-content>div {
    display: flex;
    align-items: center;
    gap: 24px;
    justify-content: flex-end;
}




header:not(.mobile) .header-content>div:first-of-type {
    z-index: 2;
}

header .header-content>div:has( .input-wrapper + .button){
    gap:0
}

header .header-content > div:has( .input-wrapper + .button) > * {
    margin-left: 24px; 
}

header .header-content > div:has( .input-wrapper + .button) > .button {
    margin-left: 10px; 
}

header .header-content>div>a span,
header .header-content>div>a,
header .header-content>div>.header-menu > ul > li > a {
    color: var(--white);
    font-size: 13px;
    font-weight: normal;
    letter-spacing: normal;
    text-transform: none;
}

header .header-content>div>ul li a{
    color: var(--white);
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.14px
}

header.fixed .header-content>div>a:not(.button) {
    color: #9d9d9d;
}

header .header-content>div>a:not(.button):hover {
    opacity: var(--opacity);
}

header .search-form {
    text-align: center;
    display: flex;
    align-items: center;
}

header .header-menu .search-form{
    display: none;
}

header .search-form input {
    line-height: 1;
    color: var(--white);
    background-color: transparent;
    appearance: none;
    -webkit-appearance: none;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid rgb(225, 225, 225, 0);
    width: 100%;
    height: 30px;
    border-radius: 0;
    padding: 0;
    font-family: var(--font-family);
    font-size: 13px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    width: 0px;
    max-width: 0px;
    opacity: 0;
    transition: var(--transition);
}

header.open .search-form input,
header.fixed .search-form input {
    color: var(--black);
}

header .search-form.search-open input {
    max-width: 250px;
    width: 250px;
    opacity: .9;
    transition: var(--transition);
    padding-right: 20px;
    border-bottom: 1px solid rgb(255, 255, 255,.6);
}

header.open .search-form.search-open input,
header.fixed .search-form.search-open input {
    border-bottom: 1px solid rgb(0, 0, 0);
}

header .search-form.search-open button {
    margin-left: -15px;
}

header>div .search-form button {
    position: relative;
    display: inline-block;
    width: 15px;
    height: 15px;
    transition: var(--transition);
    z-index: 2;
    margin: 0;
    background: none;
    border: none;
}

header>div .search-form button::before {
    overflow: visible;
    content: "";
    position: absolute;
    width: 15px;
    height: 15px;
    transition: var(--transition);
    -webkit-mask-image: url(/bluesky/assets/img/svg/search.svg);
    mask-image: url(/bluesky/assets/img/svg/search.svg);
    background-color: var(--white);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    top: 0;
    left: 0;
}

header>div .search-form button:hover::before {
    opacity: 0.5;
}

header.fixed>div .search-form button::before {
    background-color: var(--black);
}

header .menu-toggle {
    position: relative;
    display: none;
    width: 31px;
    height: 17px;
    cursor: pointer;
    pointer-events: all;
}

header.open .menu-toggle {
    width: 12px;
    height: 12px;
    padding: 20px 0 20px 20px;
}

header .menu-toggle span {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: var(--white);
    transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 1;
    pointer-events: none;
    border-radius: 5px;
    width: 24px;
}

header.mobile .menu-toggle span {
    height: 2.5px;
}
header.mobile.open .menu-toggle span {
    height: 2px;
}

header.open .menu-toggle span {
    background-color: var(--black);
}

header.fixed .menu-toggle span {

    background-color: var(--black);
}

header .menu-toggle span:first-child {
    transform: translateY(0px);

}

header .menu-toggle span:nth-child(2) {
    margin-left: auto;
    margin-right: 0px;
    transform: translateY(8px);
}

header .menu-toggle span:last-child {
    transform: translateY(16px);
}

header.open .menu-toggle {
    z-index: 11;
}

header.open .menu-toggle span:first-child {
    transform: translate(2px, 6px)rotate(45deg);
    width: 15px;
    margin: 0;
}

header.open .menu-toggle span:nth-child(2) {
    opacity: 0;
}

header.open .menu-toggle span:last-child {
    transform: translate(2px, 6px)rotate(-45deg);
    margin: 0;
    width: 15px;
}


header .menu .menu-section .menu-toggle:hover span {
    background-color: var(--black);
}

@media (min-width: 768px) {

    header .menu-toggle:hover span:nth-child(2){
        margin-right: 0;
    }
}

@media(max-width: 992px) {
    header .menu-toggle {
        display: block;
    }
}

@media(max-width:   500px) {

    header .search-form.search-open input {
        width: 100px;
    }
}

header:not(.mobile) .header-menu ul .mobile-footer{
    display: none;
}



/**************************************************/
/******************* LANGUAGE *********************/
/**************************************************/

header .menu .select-wrapper.mobile,
header .header-content div .select-wrapper {
	min-width: 72px;
}

header .menu .select-wrapper.mobile {
	z-index: 1;
	display: none;
}

header .select-wrapper select {
	border: none;
	display: none;
}

header .menu .select-wrapper.mobile .custom-select .placeholder,
header .header-content div .select-wrapper .custom-select .placeholder {
	background: rgba(255, 255, 255, .25);
    border: none;
	color: #ffffff;
	font-size: 12px;
    font-weight: 300;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: var(--white);
	left: 0;
	padding: 10px 0px 9px 20px;
	cursor: pointer;
    border-radius: 0;
}

.rounded header .menu .select-wrapper .custom-select .placeholder,
.rounded header .menu .select-wrapper.mobile .custom-select .placeholder,
.rounded header .header-content div .select-wrapper .custom-select .placeholder {
    border-radius: 15.5px;
}

@media(max-width:767px){
    header.mobile .menu .select-wrapper.mobile .custom-select .placeholder,
    header.mobile .header-content div .select-wrapper .custom-select .placeholder {
        border-radius: 0px;
        font-size: 12px;
        padding: 6px 14px 6px 10px;
        cursor: pointer;
    }

    .rounded header.mobile .menu .select-wrapper.mobile .custom-select .placeholder,
    .rounded header.mobile .header-content div .select-wrapper .custom-select .placeholder {
        border-radius: 12px;
    }

    header.mobile .header-content div .select-wrapper{
        min-width:50px
    }
    header.mobile.open .header-content div .select-wrapper{
        display: none;
    }
    header.mobile .menu .select-wrapper.mobile .custom-select.isSelected>.placeholder::before,
    header.mobile .header-content div .custom-select:not(.has-reset) .placeholder::before{
        width: 7px;
        height: 4px;
        right: 10px;
    }

    header.mobile .header-content div .custom-select .options-wrapper{
        padding-left: 10px;
    }
}



header.fixed .menu .select-wrapper.mobile .custom-select .placeholder,
header.fixed .upper .right-wrapper .select-wrapper .custom-select .placeholder {
	color: var(--black);
}



header.fixed .header-content div .select-wrapper .custom-select.isSelected>.placeholder{
    background: #f5f5f5;
    color: var(--black);
}
header.fixed .header-content div .custom-select:not(.has-reset) .placeholder::before,
header.fixed .header-content div .custom-select:not(.has-reset) .placeholder::after{
    background: rgba(255, 255, 255, .25);
}


header .menu .select-wrapper.mobile .custom-select.isSelected>.placeholder,
header .header-content div .select-wrapper .custom-select.isSelected>.placeholder {
    pointer-events: auto;
	background: rgba(255, 255, 255, .25);
	transition: var(--transition);
}

.rounded header .header-content div .select-wrapper .custom-select.isSelected.open>.placeholder {
	border-radius: 15.5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}



header .menu .select-wrapper.mobile .custom-select.isSelected .options-wrapper,
header .header-content div .custom-select.isSelected .options-wrapper {
	transition: var(--transition);
}

header .header-content div .custom-select.custom-select .options:first-of-type{
    padding-top: 0;
}

header .header-content div .select-wrapper .custom-select.isSelected.open>div{
    background: rgba(255, 255, 255, .25);
}
header.fixed .header-content div .select-wrapper .custom-select.isSelected.open>div{
    background: #f5f5f5;
}
header.fixed .header-content div .custom-select.custom-select.isSelected.open .options>div{
    color:var(--black)
}
header .header-content div .custom-select.custom-select.isSelected.open .options>div:hover{
    color:var(--primary)
}

header .menu .select-wrapper.mobile .custom-select.isSelected>.placeholder::before,
header .header-content div .custom-select:not(.has-reset) .placeholder::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: auto;
    right: 20px;
    margin: auto;
    width: 7px;
    height: 4px;
    -webkit-mask-image: url(/bluesky/assets/img/svg/lang-arrow.svg);
    mask-image: url(/bluesky/assets/img/svg/lang-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    background-color: white;
    transform: none;
    border: none;
    transition: var(--transition);
}

header .menu .select-wrapper.mobile .custom-select.isSelected.open>.placeholder::before,
header .header-content div .custom-select.open .placeholder::before{
    background-color: var(--white);
    transform: rotate(180deg);
}
header.fixed .menu .select-wrapper.mobile .custom-select.isSelected>.placeholder::before,
header.fixed .header-content div .custom-select:not(.has-reset) .placeholder::before{
    background-color: var(--black);
    opacity: 1;
}

header.fixed .header-content div .select-wrapper .custom-select.isSelected.open>div{
    color:var(--black)
}

header.fixed .header-content div .select-wrapper .custom-select.isSelected.open>div:first-of-type{
    border-bottom: transparent;
}
header.fixed .header-content div .select-wrapper .custom-select.isSelected.open>div:last-of-type{
    border-top: transparent;
}


header.fixed .menu .select-wrapper.mobile .custom-select.isSelected>.placeholder::before,
header.fixed .upper .right-wrapper .custom-select:not(.has-reset) .placeholder::before,
header .menu .select-wrapper.mobile .custom-select.isSelected.open>.placeholder::after,
header.fixed .menu .select-wrapper.mobile .custom-select:not(.has-reset) .placeholder::after,
header.fixed .upper .right-wrapper .custom-select:not(.has-reset) .placeholder::after ,
header .header-content div .custom-select.open .placeholder::after,
header .menu .select-wrapper.mobile .custom-select.isSelected.open>.placeholder::before,
header .header-content div .custom-select.open .placeholder::before{
    border-color: var(--black);
}

header .menu .select-wrapper.mobile .custom-select .options-wrapper,
header .header-content div .custom-select .options-wrapper {
	border: none;
	border-radius: 0;
	padding-top: 0px;
	top: 100%;
	padding-right: 0;
	padding-left: 20px;
	margin-top: 0px;
	background: rgba(255, 255, 255, 0);
	z-index: 3;
	transition: var(--transition), background-color 0s ease-out;
}

.rounded header .menu .select-wrapper.mobile .custom-select .options-wrapper,
.rounded header .header-content div .custom-select .options-wrapper{
    border-bottom-left-radius: 15.5px;
	border-bottom-right-radius: 15.5px;
}

header.fixed .menu .select-wrapper.mobile .custom-select .options-wrapper,
header.fixed .upper .right-wrapper .custom-select .options-wrapper {
	background-color: #ffffff;
}

header .menu .select-wrapper.mobile .custom-select.isSelected .options-wrapper,
header .header-content div .custom-select.isSelected .options-wrapper {

	margin-top: 0px;
	padding-bottom: 0;
}

header.fixed .menu .select-wrapper.mobile .custom-select.isSelected .options-wrapper,
header.fixed .upper .right-wrapper .custom-select.isSelected .options-wrapper {
	background-color: #ffffff;
}

header .menu .select-wrapper.mobile .custom-select.isSelected .options-wrapper {
	margin-top: -3px;
}

header.fixed .menu .select-wrapper.mobile .custom-select.isSelected .options-wrapper {
	margin-top: -3px;
	background-color: var(--white);
}

header.fixed .upper .right-wrapper .custom-select.isSelected .options-wrapper {
	background-color: var(--white);
}

header .menu .select-wrapper.mobile .custom-select .options>div,
header .header-content div .custom-select .options>div {
	cursor: pointer;
	padding: 7px 0;
	font-size: 12px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1;
	letter-spacing: 0.35px;
	color: var(--white);
}

header.fixed .menu .select-wrapper.mobile .custom-select .options>div,
header.fixed .upper .right-wrapper .custom-select .options>div {
	color: var(--grey);
}



header .menu .select-wrapper.mobile .custom-select .options>div:hover,
header .header-content div .custom-select .options>div:hover {
	color: var(--primary);
}

header .header-content div .custom-select .options>div.selected,
header .menu .select-wrapper .custom-select .options>div.selected {
	display: none;
}


header .header-content div .select-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    color: var(--white);
    transition: var(--transition);
    gap: 5px;
}



/**********************************************/
/******************* MENU *********************/
/**********************************************/


header .header-menu ul {
    padding: 0;
    width: 100%;
    display: flex;
    gap: 28px;
    justify-content: flex-end;
}

header .header-menu ul>li {
    position: relative;
    display: flex;
    align-items: center;
    /* width: 100%; */
}

header .header-menu ul>li .submenu-arrow {
    width: 5px;
    height: 10px;
    position: relative;
    display: none;
}

header .header-menu ul>li .submenu-arrow::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-mask-image: url(/bluesky/assets/img/svg/menu.svg);
    mask-image: url(/bluesky/assets/img/svg/menu-arrow.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    transform: rotate(180deg);
}

header .header-menu ul>li .subsubmenu-wrapper,
header .header-menu ul>li .submenu-wrapper {
    position: absolute;
    top: 0;
    left: -30px;
    padding-top: 37px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    box-shadow: unset;
    transition: var(--transition);
    z-index: -1;
    opacity: 0;
    pointer-events: none;
    min-width: 215px;
}

.rounded header .header-menu ul>li .subsubmenu-wrapper,
.rounded header .header-menu ul>li .submenu-wrapper {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

header .header-menu ul>li .submenu-wrapper{
    min-width: 240px;
}


header:not(.mobile) .header-menu ul>li.edge .subsubmenu-wrapper,
header:not(.mobile) .header-menu ul>li.edge .submenu-wrapper {
    left: unset;
    right: -30px;
}

header:not(.mobile) .header-menu ul>li:has(.edge) .submenu-wrapper {
    right: -30px;
    left: unset;
    text-align: end;
}

header:not(.mobile) .header-menu ul>li:has(.edge) .submenu-wrapper ul {
    padding: 25px 0;
}

header:not(.mobile) .header-menu ul>li:has(.edge) .submenu-wrapper ul li {
    flex-direction: row-reverse;
}

header .header-menu ul>li .submenu-wrapper ul li:has(.subsubmenu-wrapper) .submenu-arrow {
    display: inline-block;
}

header .header-menu ul>li .submenu-wrapper ul li:has(.subsubmenu-wrapper) .submenu-arrow::before {
    width: 7px;
    height: 12px;
}

header:not(.mobile) .header-menu ul>li.edge .submenu-wrapper ul li:has(.subsubmenu-wrapper) .submenu-arrow {
    transform: rotate(180deg);
}

header:not(.mobile) .header-menu ul>li:has(.edge) .submenu-wrapper ul li:has(.subsubmenu-wrapper) .submenu-arrow {
    margin-left: 30px;
}

header:not(.mobile) .header-menu ul>li:has(.edge) .submenu-wrapper ul li:has(.subsubmenu-wrapper) .submenu-arrow::before {
    transform: none;
}

header:not(.mobile) .header-menu ul>li:has(.edge) .submenu-wrapper ul li .subsubmenu-wrapper {
    left: unset;
    right: calc(100%);
}

header .header-menu ul>li .subsubmenu-wrapper.open,
header .header-menu ul>li .submenu-wrapper.open {
    opacity: 1;
    max-height: 100%;
    z-index: 1;
    pointer-events: auto;
}

header .header-menu ul>li .submenu-wrapper ul {
    background-color: var(--white);
    padding: 25px 0 25px 30px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-shadow: 0px 10px 20px 0 rgba(0, 0, 0, 0.06);
    border-radius: 0;
}

.rounded header .header-menu ul>li .submenu-wrapper ul{
    border-radius: 10px;
}

header .header-menu ul>li .submenu-wrapper ul li {
    padding-right: 30px;
    cursor: pointer;
}

header.mobile .header-menu ul>li .submenu-wrapper ul li{
    padding-right: 0px;
}

header .header-menu ul>li .submenu-wrapper ul li a {
    font-size: 14px;
    color: var(--secondary);
    padding: 0;
    line-height: 1.29;
    text-transform: unset;
    width: 100%;
    display: block;
}

header .header-menu ul>li:hover .submenu-wrapper {
    opacity: 1;
    pointer-events: auto;
}

header .header-menu ul li a {
    text-transform: uppercase;
    position: relative;
}
header.fixed .header-content>div>.header-menu > ul > li > a,
header.fixed .header-menu ul li a {
    color: var(--black);
}

header .header-content>div>ul li a.active,
header .header-menu ul>li .submenu-wrapper ul li a.active,
header.fixed .header-menu ul li a.active

{
    color: var(--primary);
}

header .header-menu ul>li .submenu-wrapper ul li .subsubmenu-wrapper {
    left: calc(100%);
    padding: 0;
    top: -25px;
}

header .header-menu ul>li .submenu-wrapper ul li .subsubmenu-wrapper:hover,
header .header-menu ul>li .submenu-wrapper ul li:hover .subsubmenu-wrapper {
    opacity: 1;
    pointer-events: all;
}

header:not(.mobile) .header-content>div >ul li.active a::after,
header:not(.mobile) .header-content>div >ul li:hover a::after,
header:not(.mobile) .header-content>div .header-menu ul li:hover a::after,
header:not(.mobile) .header-content>div .header-menu ul li.active a::after{
    content: "";
    width: 4px;
    height: 4px;
    background: white;
    border-radius: 50%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: -15px;
    top: auto;
    margin-inline: auto;
}

header.fixed .header-content>div>ul li.active a::after,
header.fixed .header-content>div>ul li:hover a::after,
header.fixed .header-content>div .header-menu ul li:hover a::after,
header.fixed .header-content>div .header-menu ul li.active a::after{
    background: var(--primary);
}

header .header-content>div>ul .submenu-wrapper ul li a::after,
header.fixed .header-content>div .header-menu ul .submenu-wrapper ul li a::after{
    content: none;
    display: none;
}
/***************************************/
/********* HEADER MOBILE ***************/
/***************************************/

header.mobile {
    width: 100%;
    padding: 5px 20px 5px 21px;
    position: fixed;
    top: 0;
    z-index: 999;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: var(--transition);

}

header.mobile .header-content > div > .header-menu,
header.mobile .header-content .header-menu {
    display: none;
}

header.mobile .header-menu ul>li .submenu-arrow::before {
    background-color: var(--black);
    transition: var(--transition);
}

header.mobile .header-content .header-menu {
    display: block;
    max-width: 70%;
}

header.mobile .menu-toggle {
    display: block;
}

header.mobile .header-content>.header-menu {
    position: fixed;
    display: block;
    height: 100vh;
    max-width: 65%;
    background-color: white;
    top: 0;
    right: -100%;
    flex-direction: column;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 10;
    width: 100%;
    opacity: 0;
    overflow-x: scroll;
}

header.mobile .header-menu ul>li {
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
}



header.mobile .header-menu > ul>li {
    padding: 17px 25px;
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

header.mobile .header-menu ul>li .submenu-arrow {
    margin-left: 20px;
    height: 15px;
    width: 15px;
    position: relative;
    cursor: pointer;
    pointer-events: auto;
    z-index: 1;
    display: block;
}

header.mobile .header-content>.header-menu ul li a {
    color: var(--secondary);
    font-size: 16px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 0.96px;
    position: relative;
    pointer-events: auto;
    flex: 1;
}

header.mobile .header-content > .header-menu > ul  li.active > a {
    color: var(--primary);
}

/* header.mobile .header-content>.header-menu>ul>li>a {
    width: 95%;
} */

header.mobile .header-content>.header-menu>ul>li.active:has(.submenu-wrapper.open)>a {
    color: var(--primary);
}


header.mobile .header-content>.header-menu>ul>li.active>a+div+span::before {
    background-color: var(--primary);
}

header.mobile .header-menu ul > li.active:has(.subsubmenu-wrapper.open)>span::before,
header.mobile .header-content>.header-menu>ul>li.active>a+div+span::before {
    transform: rotate(270deg);
}

header.mobile.open .header-content>.header-menu {
    max-width: 65%;
    right: 0;
    opacity: 1;
}

header.mobile .header-content>.header-menu ul li.sub li a {
    font-size: 1.125rem;
    font-weight: 400;
    line-height: 1.3;
    text-align: left;
    color: var(--black);
    margin: 0;
}

header.mobile .header-menu>ul {
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    margin-top: 50px;
}
@media(min-width:1024px){
    header.mobile .header-menu>ul {
        margin-top: 150px;
    }
}


header.mobile .header-menu ul>li .submenu-wrapper {
    position: relative;
    left: unset;
    right: unset;
    margin: 0;
    top: unset;
    max-width: 100%;
    order: 3;
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    text-align: start;
}

header.mobile .header-menu ul>li .submenu-wrapper ul {
    padding: 0;
}

header.mobile .header-menu ul>li .submenu-wrapper li a {
    font-size: 14px;
    max-width: 65%;
}

header.mobile .header-menu ul>li .submenu-wrapper.open {
    overflow: visible;
    opacity: 1;
    max-height: 100%;
    padding-bottom: 10px;
}

header.mobile .header-menu ul>li .submenu-wrapper ul {
    display: flex;
    flex-direction: column;
    gap: 8px;
    margin-top: 20px;
    box-shadow: unset;
    height: 100%;
    transition: var(--transition);
    background-color: rgba(255, 255, 255, 0);
}

header.mobile .header-menu ul>li .submenu-wrapper ul li:hover .subsubmenu-wrapper,
header.mobile .header-menu ul>li .submenu-wrapper ul li .subsubmenu-wrapper:hover{
    opacity: 0;
    pointer-events: none;
    z-index: -1;
}

header.mobile .header-menu ul>li .submenu-wrapper ul li:hover .subsubmenu-wrapper {
    opacity: 1;
    pointer-events: none;
    z-index: 1;
}

header.mobile .menu ul li.sub .open-submenu,
header.mobile .menu ul li.sub .open-menu {
    position: relative;
}

.header.mobile .header-menu ul>li .subsubmenu-wrapper>ul>li {
    width: 100%;
    flex-wrap: wrap;
}

header.mobile .header-menu ul>li .submenu-wrapper ul>li.active>a {
    color: var(--primary);
}

header.mobile .header-menu ul > li.active:has(.subsubmenu-wrapper.open)>span::before,
header.mobile .header-menu ul > li.active:has(.submenu-wrapper.open)>span::before {
    /* transform: rotate(0); */
    background-color: var(--primary);
}

header.mobile .header-menu ul>li .submenu-wrapper ul>li:active .submenu-arrow::before {
    background-color: var(--primary);

}

header.mobile .header-menu ul>li .subsubmenu-wrapper,
header.mobile .header-menu ul>li .submenu-wrapper {
    position: relative;
    max-height: 0;
    overflow: hidden;
    max-width: 100%;
    min-width: 100%;
}

header.mobile .header-menu ul>li .submenu-wrapper ul li .subsubmenu-wrapper {
    max-height: 0;
    opacity: 0;
    left: unset;
    top: unset;
    overflow: hidden;
    z-index: 1;
}

header.mobile .header-menu ul>li .submenu-wrapper ul li .subsubmenu-wrapper ul {
    margin-block: 20px;
    padding-left: 20px;
}


@media(min-width:768px) {
    header .header-menu ul>li .submenu-wrapper ul li:hover>a,
    header .header-menu .submenu-wrapper li:has(.subsubmenu-wrapper:hover)>a,
    header.mobile .header-content>.header-menu>ul>li:hover>a,
    header.mobile .header-menu ul>li .submenu-wrapper li a:hover {
        color: var(--primary);
    }

    header.mobile .header-content>.header-menu>ul>li:hover>a+div+span::before,
    header.mobile .header-menu ul>li .submenu-wrapper ul>li:hover .submenu-arrow::before {
        background-color: var(--primary);
    }

    header .header-menu ul>li .submenu-wrapper ul li:has(.subsubmenu-wrapper) .submenu-arrow::before {
        width: 6px;
        height: 11px;
    }
    header.mobile .header-menu ul>li .submenu-wrapper ul>li:hover .submenu-arrow::before{
        transform: rotate(270deg);
    }
}


header .menu {
    position: fixed;
    display: flex;
    height: 100vh;
    max-width: 100%;
    background-color: white;
    top: 0;
    right: 0;
    flex-direction: column;
    transform: translateY(100%);
    transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 1;
    max-width: 600px;
    min-width: 540px;
    opacity: 0;
}

header.open .menu {
    transform: translateY(0%);
    opacity: 1;
}

header .menu .menu-section {
    height: 100%;
    overflow: auto;
    padding: 35px 60px;
}

header .menu .menu-section>div:first-of-type {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 90px;
    gap: 10px;
}

header .menu .menu-section .menu-header {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 40px;
}

header .menu .menu-section .menu-toggle {
    display: block;
    width: 26px;
    height: 25px;
    margin: 0;
    transition: var(--transition);
}

header .menu .menu-section .menu-header>a:first-of-type {
    font-size: 1.125rem;
    color: var(--primary);
    cursor: pointer;
    display: flex;
    gap: 15px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.5;
    letter-spacing: -0.45px;
    text-transform: uppercase;
    transition: var(--transition);
    opacity: 0;
}

header.open .menu .menu-section .menu-header>a:first-of-type {
    opacity: 1;
}

header .menu .menu-section .menu-header>a:first-of-type:hover {
    color: var(--black);
}


header .menu .menu-section>ul {
    margin-top: 100px;
}

header .menu .menu-section>ul>li>a {
    font-size: 1.625rem;
    color: var(--black);
    line-height: 2.06;
    letter-spacing: -0.26px;
    max-width: 440px;
    position: relative;
    pointer-events: auto;
}

header .menu .menu-section>ul li.sub ul li a {
    font-size: 1.125rem;
    font-weight: 400;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3;
    letter-spacing: normal;
    text-align: left;
    color: var(--black);
    margin: 0;
}

header .menu .menu-section>ul li.sub ul li a:hover {
    color: var(--primary);
}

header .menu ul {
    list-style: none;
    padding: 0;
}

header .menu .menu-section ul li {
    transition: var(--transition);
    overflow: hidden;
    cursor: pointer;
}


header .menu ul li.subsub,
header .menu ul li.sub {
    position: relative;
    transition: var(--transition);
}

header .menu ul li.sub.active>a {
    color: var(--primary);
}

header .menu ul li.subsub.active a.selected,
header .menu ul li.subsub.active>a {
    color: var(--black);
}

header .menu ul li.subsub a:hover {
    color: var(--black);
}

header .menu .menu-section>ul>li:last-of-type {
    margin-bottom: 0;
}

header .menu .menu-section>ul>li>ul,
header .menu .menu-section>ul>li>a {
    margin: 0;
}



header .menu ul li>ul {
    transition: var(--transition);
    max-height: 0;
    opacity: 0;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

header .menu ul li.subsub>ul:first-of-type {
    padding-top: 0;
}


header .menu ul li.subsub.active>ul:first-of-type,
header .menu ul li.sub.active>ul:first-of-type {
    padding-top: 20px;
    opacity: 1;
}

header .menu ul li.subsub.active>ul,
header .menu ul li.sub.active>ul {
    max-height: 700px;
    margin-bottom: 20px;
    padding-right: 0;
}

header .menu ul li.sub .open-submenu,
header .menu ul li.sub .open-menu {
    position: absolute;
    right: 0;
    height: 17px;
    width: 17px;
    display: block;
    z-index: 0;
    top: 18px;
}

header .menu ul li.sub .open-submenu {
    width: 12px;
    top: 3px;
}

header .menu ul li.sub .open-submenu span,
header .menu ul li.sub .open-menu span {
    height: 3px;
    width: 17px;
    background-color: var(--primary);
    display: flex;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

header .menu ul li.sub .open-submenu span {
    width: 12px;
    height: 2px;
}

header .menu ul li.sub .open-submenu span:last-of-type,
header .menu ul li.sub .open-menu span:last-of-type {
    transform: rotate(90deg);
    transition: var(--transition);
}

header .menu ul li .subsub.active .open-submenu span,
header .menu ul li.sub.active .open-menu span {
    transform: none;
    background-color: var(--primary);
}

header .menu ul li ul li {
    color: #828181;
    padding-left: 20px;
}

header .menu ul li ul li:hover {
    color: var(--black);
}

header.open .filter-wrapper .custom-select {
    z-index: 0;
}

header.mobile .header-content>.header-menu .button{
    margin-top: 62px;
    margin-inline: 25px;
    text-align: center;
    padding-block: 14px;
    margin-bottom: 10px;
    position: relative;
    width: auto;
}

header.mobile .header-content>.header-menu .search-form{
    margin-top: 62px;
}

header.mobile .header-content>.header-menu .search-form{
    display: flex;
    align-items: center;
    position: relative;
    margin-inline: 25px; 
}

header.mobile .header-content>.header-menu .search-form input{
    border: solid 1px #f0f0f0;
    border-radius: 20px;
    width: 100%;
    max-width: 100%;
    opacity: 1;
    height: 40px;
    padding-inline: 25px;
}

header.mobile .header-content>.header-menu .search-form button{
    position: absolute;
    right: 25px;
}

header .header-content .button{
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 8px 20px 7px;
    cursor: pointer;
}

header .header-content>.header-menu > .button{
    display: none;
}

@media (min-width: 1024px) {
    header.mobile .header-content>.header-menu .search-form{
        display: none;
    }
}


@media (max-width: 1023px) {
    header .search-form {
        order: 2;
        display: none;
    }
}

@media (max-width: 767px) {
    header.mobile .header-content>.header-menu:has(.button) .search-form{
        margin-top: 10px;
    }
    header {
        height: 50px;
        padding: 15px 20px 15px 15px;
    }

    header.mobile {
        padding: 5px 20px 5px 21px;
    }
    
    header.mobile .header-menu>ul {
        margin-top: 45px;
    }

    header .header-content .button{
        display: none;
    }

    header .menu {
        width: 100vw;
        max-width: unset;
        min-width: unset;
    }

    header.mobile .logo {
        max-width: 166px;
        min-width: 166px;
        margin-top: 0px;
        margin-left: 0px;
    }

    header.mobile.open .logo {
        display: none;
    }

    
    header .menu .menu-section .menu-toggle,
    header.mobile .left-wrapper .menu-toggle {
        margin-left: 17px;
    }

    header.mobile.open .header-content {
        margin-top: 15px;
        margin-right: 5px;
        gap: 0;
    }

    header.mobile .header-content>.header-menu {
        max-width: 100%;
    }

    header.mobile.open .header-content>.header-menu {
        max-width: 91%;
        transform: translateY(0%);
        opacity: 1;
    }

    header .right-wrapper {
        margin-right: 10px;
    }

    header .right-wrapper .button {
        padding: 15px 38px 14px 14px;
    }

    header.open .right-wrapper {
        display: none;
    }

    header .right-wrapper .button::after {
        right: 20px;
        height: 10px;
        width: 10px;
    }

    header .menu .menu-section {
        padding: 40px 30px;
    }


    header .menu ul li.sub .open-menu {
        top: 13px;
    }

    header .header-content>div>a:not(.button, .menu-toggle) {
        display: none;
    }

    header .header-content>div>a.button {
        order: 1;
    }

    header .menu-toggle {
        order: 3;
    }


    header .logo img {
        transition: var(--transition);
        max-width: 100%;
        max-height: initial;
    }

    header.open .logo img {
        filter: brightness(1);
    }

    header .header-content > div:not(.header-menu) > .button{
        display: none;
    }

    header .header-content > div.header-menu > .button{
        display: block
    }




    header .header-content>div>a.button span {
        display: none;
    }

    header .header-content>div>a.button {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        width: 100vw;
        height: 39px;
        background-color: #3e9764;
        display: flex;
        justify-content: center;
        align-items: center;
        color: white;
        font-size: 10px;
        font-weight: bold;
        line-height: 1;
    }
    

    header.mobile .header-menu ul>li .submenu-wrapper li a {
        font-size: 13px;
        font-weight: 300;
        letter-spacing: normal;
        line-height: 1.3;
    }

    header .header-content>div>a.button::before {
        content: none;
    }

    header .header-content>div {
        gap: 10px;
    }

    header.mobile .header-content {
        margin-left: auto;
    }

    header .header-content>div>a.button::after {
        width: 16px;
        height: 16px;
        transition: var(--transition);
        display: none;
    }

    header.fixed .header-content>div>a.button::after,
    header.open .header-content>div>a.button::after {
        background-color: var(--black);
    }
    

    header.open .search-form {
        z-index: -1;
    }

    header>div .search-form button:hover::before {
        opacity: 1;
    }

    header.open>div .search-form button::before {
        background-color: var(--black);
    }

    header.mobile .header-content>.header-menu ul li a {
        font-size: 12px;
        flex: 1;
    }
}

@media (max-width: 500px) {
    header .menu .select-wrapper.mobile {
        display: block;
    }

    header .menu .form a[submit],
    header .menu form a[submit] {
        right: 20px;
        height: 17px;
        width: 17px;
    }

    header .menu .form a[submit]::before,
    header .menu form a[submit]::before {
        height: 17px;
        width: 17px;
    }
}



.side-form{
    position: fixed;
    height: 100%;
    width: 90%;
    background-color: white;
    z-index: 10;
    right: -100%;
    top: 0;
    transition: var(--transition);
    padding: 50px 20px;
    overflow-y: auto;
    max-width: 485px;
    overflow-y: auto;
    display: flex;
    align-items: center;
    z-index: 999;
}

.side-form .title{
    font-size: 36px;
    font-weight: 500;
    line-height: 1.16;
    letter-spacing: normal;
    text-align: center;
    margin-bottom: 30px;
    color: var(--secondary);
}

.side-form .title + p{
    font-size: 18px;
    font-weight: 300;
    line-height: 1.56;
    letter-spacing: normal;
    text-align: center;
    color: var(--third);
    margin: 24px 0 30px 0;
}

.side-form .form{
    margin: 30px auto 0;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.contacts .side-form .form:has(:not(.template)){
    padding-top: 0;
}

.side-form .close{
    position: absolute;
    top: 20px;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    transform: rotate(45deg);
}

.side-form .close:hover{
    transform: rotate(-45deg);
}

.side-form .close::before{
    content:"";
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background-color: var(--primary);
}

.side-form .close::after{
    content:"";
    position: absolute;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    height: 100%;
    width: 2px;
    border-radius: 2px;
    background-color: var(--primary);
}

.side-form.opened{
    right: 0;
}

.side-form > div{
    width: 100%;
}

body:has( .side-form)::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #454444;
    mix-blend-mode: multiply;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 11;
    
}

body:has(.side-form.opened)::before {
    opacity: 1;
    pointer-events: auto;
}
.side-form .form .button-f::before{
    border-radius: 0;
}
.rounded .side-form .form .button-f::before{
    border-radius: 30px;
}

.side-form .form input[type="checkbox"] + label{
    left: 0;
}

.side-form .form div > p{
    margin: 0;
}
.side-form .form .checkbox-wrapper{
    margin-top: 10px;
    margin-bottom: 10px;
}

/* .side-form .form input[type="checkbox"] + label + label{
    position: relative;
} */


.side-form .form .button-f[submit] + p.warning {
    bottom: -40px;
}


@media(min-width:768px){
    .side-form{
        width: 100%;
        padding: 95px;
        max-width: 485px;
        padding: 95px 60px;
    }
}




/*****************************/
/********** ROUNDED **********/
/*****************************/

.index .rounded .listing .accordion,
.rounded .testemunhos .slide > div,
.rounded .colunas.box .itens,
.rounded .colunas.image .itens .img,
.rounded .list-article .img-list,
.rounded .module8 .container > a:has(img),
.rounded .img-without{
    border-radius: 30px;
}

@media(min-width:768px){
    .rounded .galeria > .container video,
    .rounded .galeria > .container iframe,
    .rounded .galeria > .container a:has(img),
    .rounded .galeria > .container .slider-wrapper .tns-outer {
        border-radius: 30px;
    }
}

/*****************************/
/********** COLUNAS **********/
/*****************************/

.colunas .container{
    max-width: 1220px;
}
.colunas .containerSlide,
.colunas .containerSlide .tns-outer{
    max-width: 1240px;
    margin-inline: auto;
}

.index .colunas .containerSlide:has( .tns-outer){
    max-width: 1350px;
}

.colunas .container > div,
.colunas.image .container .slider{
    display: flex;
    flex-direction: row;
    gap: 50px;
}

.colunas.image .container .slider:not(.tns-slider){
    overflow: initial;
}


@media (min-width: 768px) {

    .index .colunas .containerSlide:has( .tns-outer){
        padding-inline: 60px;
    }
    .colunas .containerSlide .tns-ovh {
        padding-inline: 15px;
    }
    .colunas.image .containerSlide .tns-ovh{
        padding-inline: 5px;
    }

    .colunas[data-count="2"] .slider > div{
        max-width: 50%;
        margin-inline: auto;
    }

    .colunas .slider > div.item {
        flex: 1;
    }
    
    .colunas .slider > div.item:not(:has( img)){
        display: flex;
        align-items: center;
    }
    
    
    .colunas .slider.tns-slider > div.item,
    .colunas .slider.many-items > div.item:not(:has( img)){
        display: block;
        align-items: start;
    }

    .colunas .container.containerSlide > div,
    .colunas.image .container.containerSlide .slider{
        gap: 0px;
    }

    .colunas.box[data-count="2"] .slider > div .itens{
        padding-inline: 60px;
    }

    .colunas .slider-arrows>div.next{
        margin-right: 0px;
        right:-35px
    }
    .colunas .slider-arrows>div.prev{
        margin-left: 0px;
        left:-30px
    }
}

@media (max-width: 767px) {
    .colunas .container > .slider:not(.gridCol){
        flex-direction: column !important;
    }

    .colunas.image .container.containerSlide .slider.gridCol{
        gap: 50px 20px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .colunas.image .container.containerSlide .slider.gridCol .item {
        flex: calc(50% - 20px);
        max-width: calc(50% - 10px);
    }

    .colunas.module25 .slider-arrows{
        display: none !important;
    }

    .index .colunas .itens p + .button,
    .passos p + .button{
        display: block;
        text-align: center;
        padding: 9.5px 20px;
        font-size: 14px;
    }
}

.colunas.align-left .itens,
.template .colunas.align-left .itens p{
    text-align: left;
}

.colunas.align-right .itens,
.template .colunas.align-right .itens p{
    text-align: right;
}

.colunas.align-center .itens,
.template .colunas.align-center .itens p{
    text-align: center;
}

.colunas .item{
    flex: 1;
}

.colunas .tns-inner .slider {
    display: flex;
    justify-content: center;
    padding-bottom: 40px;
    gap: 50px;
    transition: var(--transition);
}


.colunas .tns-inner .slider,
.colunas.box .container > div{
    gap: 25px;
}

.colunas:not(.image,.box) .itens{
    padding: 0px 10px ;
}

.colunas.image .tns-inner .slider {
    padding-bottom: 0;
}

.colunas.box .itens{
    box-shadow: 0px 17px 29px 0 rgba(0, 0, 0, 0.04);
    transition: var(--transition);
    background-color: white;
    padding: 50px 25px 46px;
    height: 100%;
}

.colunas.box .tns-slider .itens{
    box-shadow: 0px 17px 29px 0 rgba(0, 0, 0, 0.0);
}

.colunas.box .tns-slide-active .itens{
    box-shadow: 0px 17px 29px 0 rgba(0, 0, 0, 0.04);
}




main:has( .colunas.box:last-of-type .tns-inner .slider) + footer{
    margin-top: 0px;
}

.colunas.box:has( .tns-inner .slider) + section{
    margin-top: 80px;
}

.colunas.box:has( .tns-inner .slider){
    margin-bottom: 80px;
}


.colunas .itens .img{
    width: 90px;
}
.colunas.box .itens .img{
    width: 70px;
}
.colunas.image .itens .img{
    width: 100%;
    overflow: hidden;
}

.colunas.image .itens .img img,
.colunas .itens .img.icon{
    transition: var(--transition);
}

.rounded .colunas.image .itens .img.icon{
    border-radius: 0;
}
.colunas.image .itens .img img.icon{
    max-height: 78px;
    min-height: 78px;
    width: auto !important;
    border-radius: 0;
}


.colunas .itens .img.icon{
    margin-block: 5px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.colunas.image .itens a:hover .img.icon,
.colunas.image .itens .img a:hover img,
.colunas:not(.image) .itens a:hover .img.icon{
    transform: scale(1.05);
}


.colunas .itens .img.icon:before{
    content: "";
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--primary);
    height: 90px;
    display: block;
}

.colunas.image .itens .img.icon:before{
    height: 78px;
}

.colunas.align-center .img{
    margin-inline: auto;
}

.colunas.image .img.icon{
    mask-position: center;
    -webkit-mask-position: center;
}

/* .colunas.align-right .img.icon{
    mask-position: right;
    -webkit-mask-position: right;
}

.template .template-module.colunas.align-right small.text-center{
    text-align: right !important;
}

.template .template-module.colunas.align-left small.text-center{
    text-align: left !important;
} */

.colunas.align-right .img{
    margin-left: auto;
    margin-right: 0;
}

.index .colunas .itens h3{
    font-size: 22px;
    font-weight: 600;
    line-height: 1.16;
    letter-spacing: normal;
    color: var(--secondary);;
    margin-bottom: 17px;
}

.index .colunas .itens p{
    font-size: 15.5px;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: normal;
    color: var(--third);
    margin-bottom: 0;
}

.index .colunas .itens p + .button,
.passos p + .button{
    margin-top: 20px;
    
}
.index .colunas.icon .itens p + .button{
    font-size: 14px;
    line-height: 1.43;
    padding: 10.6px 23px 10.4px;
}

.colunas.icon:not(.box) .container.containerSlide > div.slider-arrows{
    top: 80px;
    bottom: auto;
}

.colunas .itens > p:first-of-type{
    margin-top: 0px;
}

.colunas.image .itens > a:has(.img.icon) + p:first-of-type,
.colunas .itens > .img + p:first-of-type{
    margin-top: 27px;
}
.colunas div:not(.containerSlide) .slider-arrows{
    display: none;
}

.colunas .container .sliderWrapper {
    position: relative;
}

.colunas div.containerSlide .slider-arrows {
    display: flex;
}

.colunas .slider-arrows > div::before {
	background-color: #dedddd;
}

.colunas .slider-arrows > div:hover::before {
	background-color: #757575;
}

.colunas .slider-arrows>div.prev {
    transform: rotate(180deg);
}

@media (max-width: 767px) {
    .colunas.box .container > div.slider-arrows{
        display: none;
    }

    .colunas.box .tns-inner .slider{
        margin-left: 10px;
    }

    .colunas.box .container .slider{
        gap: 25px !important;
        padding-bottom: 20px;
    }

    .index .colunas:not(.box) .container:has(.slider){
        padding-inline: 35px;
    }
    .colunas .tns-inner .slider{
        gap: initial !important;
        padding-bottom: 0;
    }

    .colunas.box:has( .tns-inner .slider) .container{
        padding-inline: 0px;
    }

    .colunas.box:has( .tns-inner .slider){
        margin-bottom: 40px;
    }
    .colunas.box:has( .tns-inner .slider) + section{
        margin-top: 40px !important;
    }
    .colunas .button{
        width: 100%;
        text-align: center;
    }

    .colunas.icon:not(.box) .container.containerSlide > div.slider-arrows{
        top: 105px;
    }
}

/*************************/
/********** CTA **********/
/*************************/
.cta{
    padding-block: 78px;
    position: relative;
}

.cta .image{
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.cta .image:before{
    content:"";
    background: #a09f9f;
    mix-blend-mode: multiply;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;

}

.cta .image img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    pointer-events: none;
}

.cta .container{
    max-width: 970px;
    text-align: center;
}

.cta .container p{
    font-size: 28px;
    font-weight: bold;
    line-height: 1.14;
    letter-spacing: -0.28px;
    text-align: center;
    color: white;
    margin: 0;
}

.cta.color .container p strong{
    color: inherit;
}

.cta .container p strong{
    color: var(--primary);
}

.cta:not(.image) .container p strong{
    font-weight: inherit;
}

.cta:not(.image) .container p strong{
    font-weight: inherit;
}

.cta.transparent .container p,
.cta.grey .container p{
    color: var(--secondary);
}

.cta:not(.image)::before{
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    pointer-events: none;
}

.cta.color::before,
.cta.transparent::before{
    background: var(--primary);
}

.cta.transparent::before{
    opacity: 0.1;
}

.cta.grey::before{
    background: #f8f8f8;
}

.cta .container p + .button{
    margin-top: 23px;
}
.cta.color .container .button{
    color: var(--secondary);
}

.cta.color .container .button::before{
    background-color: white;
}

.cta .container .button{
    width: 100%;
}

@media(min-width:768px){
    .cta{
        padding-block: 90px;
    }
    .cta .container p{
        font-size: 45px;
        line-height: 1.11;
        letter-spacing: -0.45px;
    }
    .cta .container p + .button{
        margin-top: 35px;
    }
    .cta .container .button{
        width: auto;
    }
}


.video-wrapper-fullscreen-galeria,
.video-wrapper-fullscreen {
	position: fixed !important;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100vw;
	height: 100vh;
	background-color: #000;
	overflow: hidden;
	opacity: 0;
	pointer-events: none;
	transition: var(--transition);
	padding: 50px 20px;

}

.video-wrapper-fullscreen.active,
.video-wrapper-fullscreen.active iframe,
.video-wrapper-fullscreen.active video,
.video-wrapper-fullscreen-galeria.open,
.video-wrapper-fullscreen-galeria.open iframe,
.video-wrapper-fullscreen-galeria.open video {
	opacity: 1;
	pointer-events: all;
    display: block;
}

.video-wrapper-fullscreen .close,
.video-wrapper-fullscreen-galeria .close {
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 50px;
	height: 50px;
	mask-image: url(/bluesky/assets/img/template/close.svg);
	mask-repeat: no-repeat;
	mask-size: contain;
	mask-position: center center;
	-webkit-mask-image: url(/bluesky/assets/img/template/close.svg);
	-webkit-mask-repeat: no-repeat;
	-webkit-mask-size: contain;
	-webkit-mask-position: center center;
	background-color: white;
	cursor: pointer;
    z-index: 9;
}

.video-wrapper-fullscreen video,
.video-wrapper-fullscreen iframe,
.video-wrapper-fullscreen-galeria video,
.video-wrapper-fullscreen-galeria iframe {
	width: 100%;
	height: 100%;
	display: none;
	border: none;
}


@media(min-width:992px){
    .video-wrapper-fullscreen-galeria,
    .video-wrapper-fullscreen {
        padding: 50px 100px;
    }
}

/*****************************/
/********** GALERIA **********/
/*****************************/



.galeria > .container{
    max-width: 100%;
    padding: 0px;
}

.galeria .slider .image,
.galeria .slider img {
	border-radius: 0;
}


.galeria .slider-wrapper {
	position: relative;
}


.galeria > .container .slider-wrapper .tns-outer {
    overflow: hidden;
    isolation: isolate;
    transform: translateZ(0);
}

.galeria .slider-wrapper .tns-outer .image {
    border-radius: 0;
	background-color: #c7c5c5;
}

.galeria .slider:not(.tns-slider) {
    display: flex;
    overflow: hidden;
}

.galeria .slider:not(.tns-slider) > .slide {
    flex-basis: 100%;
    min-width: 100%;
}

.galeria .slider:not(.tns-gallery) .slide {
	position: relative;
}


.galeria:not(.module3, .module2 ) .image {
	position: relative;
    aspect-ratio: 16 / 8.99;
	background-color: unset;
}


.galeria.module2 .image,
.galeria.module3 .image {
	position: relative;
	padding-top: 56.25%;
}


.galeria .image img {
	position: absolute;
	top: -1px;bottom:-1px;
	left: -1px;right: -1px;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
	width: auto !important;
	height: 100%;
	background-color: #000000;
}

.galeria .slider .legend {
	padding: 10px 40px;
	text-align: center;
	position: relative;
    background-color: white;
    pointer-events: none;
}
.galeria .slider .legend small {
    text-align: center;
    margin: .25em 0;
	color: white;
	font-size: 20px;
	font-weight: 300;
	font-stretch: normal;
	font-style: normal;
	line-height: 1.5;
}

.slider-arrows {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	pointer-events: none;
	width: 100%;
	justify-content: space-between;
}

.slider-arrows>div {
	position: relative;
	width: 17px;
    height: 37px;
	pointer-events: auto;
	margin: 30px;
	cursor: pointer;
	transition: var(--transition);
}

.galeria .slider-wrapper .slider-arrows>div{
    opacity: 0.5;
}

.galeria .slider-wrapper .slider-arrows>div:hover {
    opacity: 1;
	transform: none;
}

.galeria .slider-wrapper .slider-arrows>div.prev {
	transform: rotateY(180deg);

}

@media(min-width:768px){


    .galeria > .container{
        max-width: 1220px;
        padding: 0 20px;
    }
}


.galeria .slider-wrapper .slider-arrows>div.prev:hover {
	transform: rotateY(180deg);
}

.slider-arrows>div.prev {
	transform: rotate(0);
}

.slider-arrows>div.next {
	right: 0;
}

.slider-arrows > div::before {
	content: "";
	position: absolute;
	-webkit-mask-image: url("/bluesky/assets/img/template/caret.svg");
	-webkit-mask-repeat: no-repeat;
	mask-image:url("/bluesky/assets/img/template/caret.svg");
	mask-repeat: no-repeat;
    -webkit-mask-size: contain;
	mask-size: contain;
	background-color: #ffffff;
	transition: var(--transition);
	cursor: pointer;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


@media (max-width: 768px){

	.slider-arrows > div {
		width: 15px;
		height: 30px;
		margin: 10px;
	}

	.rounded .galeria > .container .slider-wrapper .tns-outer .image {
		border-radius: 30px;
	}

}

@media(min-width: 992px) {
	.galeria .slider .legend {
		padding: 20px 80px;
	}

}


/***********************************************/
/********** MODULE 1: SLIDER (NO BAR) **********/
/***********************************************/


.galeria .slider-wrapper.no-bar .slider .legend {
    position: absolute;
    top: 0;bottom: 0;
    left: 0;right: 0;
    background: linear-gradient(to top, rgba(1,1,1,0.2), rgba(1,1,1,0.1) );
    display: flex;
    align-items: flex-end;
    justify-content: center;
    z-index: 1;
}

.galeria .slider-wrapper.no-bar .slider .legend,
.galeria .slider-wrapper.no-bar .slider .legend p{
    color: white;
    font-weight: 300;
	font-size: 16px;
	line-height: 1.25;
	margin-bottom: 5px;
}

.galeria .slider-wrapper.no-bar .slider .legend a,
.galeria .slider-wrapper.no-bar .slider .legend p a{
    border-bottom: 1px solid currentColor;
    pointer-events: all;
}
.galeria .slider-wrapper.no-bar .slider .video + .legend {
    background: transparent;
    color: white;
}
/*

.galeria .slider-wrapper.no-bar .slider-arrows {
    padding-top: 0;
}

.galeria .slider-wrapper.no-bar .slider-arrows > div::before {
    background-image: url(/template1/assets/img/arrow-white.svg);
} */

@media(max-width: 768px) {

	.galeria .slider-wrapper.no-bar .slider .legend {
		position: relative;
		background: transparent;
		padding: 10px 20px 0;
	}
	.galeria .container .slider-wrapper.no-bar .slider .legend {
		padding: 10px 20px 0;
	}
    .galeria .slider-wrapper.no-bar .slider .legend,
	.galeria .slider-wrapper.no-bar .slider .legend p {
		font-size: 14px;
		font-weight: 300;
		line-height: 1.43;
		letter-spacing: normal;
		text-align: center;
		color: var(--third);
		margin: 0;
	}

    .galeria .slider-wrapper.no-bar .slider-arrows > div{
        opacity: .5;
    }
}


.galeria .video.open + .legend {
	opacity: 0;
}

/* @supports(object-fit: cover) {
	.galeria .image.video img {
		top: 0;left: 0;
		transform: none;
		width: 100%;
		height: 100%;
		object-fit: cover;
	}
} */


.galeria .video a.play {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 72px;
    height: 72px;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.galeria .video a.play:before {
	content: "";
	position: absolute;
	top: auto;bottom: auto;
    left: auto;
    right: auto;
    width: 25px;
    height: 25px;
	margin: auto;
	-webkit-mask-image: url("/bluesky/assets/img/template/play_icon.svg");
	mask-image: url("/bluesky/assets/img/template/play_icon.svg");
	mask-position: right;
	-webkit-mask-position: right;
    mask-repeat: no-repeat;
	-webkit-mask-repeat: no-repeat;
	mask-size: contain;
	-webkit-mask-size:contain;
	background-color: white;
	transition: var(--transition);
	z-index: 2;
}

.galeria .video a.play:after {
	content: "";
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: calc(100% - 8px);
    height: calc(100% - 8px);
	transition: var(--transition);
    border-radius: 100%;
    z-index: 1;
    background-color: transparent;
    border: 4px solid white;
}

.galeria .image.video iframe,
.galeria .image.video video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 0;
    opacity: 0;
    pointer-events: none;
    z-index: 2;
}


.galeria .video.open iframe,
.galeria .video.open video {
    opacity: 1;
    pointer-events: auto;
}


@media(max-width: 768px) {

	.galeria .video + p.text-center {
		font-size: 10px;
	}

	.galeria a + p.text-center, .galeria img + p.text-center {
		margin-top: 10px;
	}
    .galeria .video a.play {
        width: 41px;
		height: 41px;
    }
	.galeria .video a.play:before {
        max-height: 12px;
        max-width: 11px;
	}

	.galeria .video a.play:after {
		width: 41px;
		height: 41px;
        border: 2px solid white;
        width: calc(100% - 4px);
        height: calc(100% - 4px);
	}

}



@media(min-width: 768px) {
	.galeria .video a {
		border-width: 4px
	}

	.galeria .video a.play {
		width: 70px;
		height: 70px;
	}

	.fullscreen-container iframe,
	.fullscreen-container video {
		padding: 50px;
	}


}

@media(min-width: 992px) {
	.galeria .video a.play {
		width: 95px;
		height: 95px;
	}
	.galeria .video a:hover.play::after {
		transform: scale(1.05)
	}
}




footer{
    background: #f8f8f8;
    padding: 50px 20px;
    margin-top: 60px;
}
footer .container{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.63;
    letter-spacing: normal;
    text-align: left;
    color: var(--secondary);
    flex-direction: column;
    text-align: center;
    gap: 12px;
}


footer .container > div + div{
    margin-top: 26px;
}

footer .container > div:nth-of-type(2),
footer .container > div:nth-of-type(5){
    text-align: right;
}

footer .container a{
    color:var(--secondary);
    font-weight: 300;
    cursor: pointer;
}



.footer-socials {
    gap: 25px;
    display: flex;
    justify-content: end;
}

.footer-socials a {
    position: relative;
    color: #fff;
    transition: var(--transition);
}

.footer-socials a i {
    font-size: 18px;
    width: 18px;
    height: 18px;
    line-height: 18px;
    display: inline-block;
    color: var(--secondary);
    transition: var(--transition);
}

footer .container a:hover,
.footer-socials a:hover i{
    color: var(--primary);
}

@media(min-width:768px){
    footer {
        padding: 55px 20px;
        margin-top: 0;
    }
    .index footer {
        margin-top: 60px;
    }
    footer .container{
        flex-direction: row;
        text-align: initial;
    }

    footer .container strong,
    footer .container a:first-of-type{
        display: initial;
    }
    footer .container strong{
        margin-right: 15px;
    }
    footer .container > div + div{
        margin-top: 0;
    }

    footer .container .footer-menu{
        display: flex;
        gap: 20px;
    }

    footer .container > div:not(.footer-socials) + .w-100{
        display: none;
    }

    footer .container > div.col + .w-100{
        display: block;
    }

    footer .container > div.credito{
        text-align: right;
    }
}

@media(max-width:767px){
    footer{
        padding: 60px 20px 55px;
    }
    footer .container{
        gap: 0;
        font-size: 14px;
        line-height: 1.43;
        letter-spacing: normal;
    }
    footer .container > div + div:not(:last-of-type){
        margin-top: 0;
        margin-bottom: 40px;
    }
    footer .container div:first-of-type{
        order: 3;
    }
    footer .container .w-100{
        display: none;
    }
    footer .container > div.footer-socials{
        order: 1;
        justify-content: center;
    }
    footer .container > div.w-100 + div{
        order: 2;
    }

    footer .container a + a{
        display: block;
    }

    footer .container > div.credito{
        order: 5;
        text-align: center;
        margin-top: 0px;
    }
}


footer .barra-apoios{
    flex-wrap: nowrap;
    align-items: center;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
    color: #444;
    position: relative;
    margin-top: 40px;
    padding-top: 27px;
}

footer .barra-apoios:before{
    content:"";
    width: calc(100% - 40px);
    height: 1px;
    background-color: #e5e5e5;
    display: block;
    position: absolute;
    top: 0px;
    left:auto;
    right:auto
}

footer .barra-apoios p{
    margin: 0;
}

footer .barra-apoios img{
    max-height: 52px;
    max-width: 100%;
}

footer .barra-apoios > div:first-of-type:has( + div){
    flex: 1;
    order: 1;
}
footer .barra-apoios > div:has( img){
    order: 2;
}
footer .barra-apoios > div:first-of-type:has( + div) p{
    max-width: 490px;
}

footer .barra-apoios > div:has( img){
    
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
footer .barra-apoios .imagens {
  display: flex;
  gap: 20px;
  justify-content: center;
}

@media(max-width:767px){
    footer .barra-apoios > div p{
        text-align: center;
    }
    footer .barra-apoios .imagens{
        flex-wrap: wrap;
    }
    footer .barra-apoios > div:has( img){
        gap: 10px;
        
        align-items: center;
        margin-top: 10px;
    }
}


/*******************************/
/********* FORM STYLE **********/
/*******************************/
.form .honey-input,
form .honey-input {
    position: fixed;
    top: -200%;
    left: -200%;
}

.form {
	position: relative;
    z-index: 1;
}

.form .warning {
    font-size: 12px;
    font-weight: 400;
    color: var(--warning);
    height: 0;
    margin: 0;
    margin-top: 5px;
    padding-left: 0px;
    position: absolute;
    transition: var(--transition);
}

.form .not-filled .warning {
    height: 20px;
}

.form input.not-filled,
.form input[type="checkbox"].not-filled + label,
.form textarea.not-filled,
.form select.not-filled + .custom-select .placeholder {
    border: 2px solid var(--warning) !important;
}

.form textarea::after,
.form textarea::before {
    content: "";
    width: 95%;
    height: 53px;
    position: absolute;
    top: 73px;
    left: 0;
    background-image: linear-gradient(180deg, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.2) 100%);
    pointer-events: none;
    z-index: 1;
}

.form textarea,
.form select,
.form input{
    position: relative;
    border-radius: 10px;
    padding: 12.5px 21px;
    background-color: transparent;
    border: 2px solid #e9e9e9 !important;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: -0.15px;
    text-align: left;
    color: var(--secondary);
    width: 100%;
    transition: var(--transition);
    margin: 0;
	line-height: 1.63;
}
.form textarea {
	border-radius: 25px;
	resize: none;
}

.form .input-wrapper{
    position: relative;
    transition: var(--transition);
}

/* .form .input-wrapper:has( .not-filled){
    margin-bottom: 30px;
} */

.form .input-wrapper label {
    display: block;
    position: absolute;
    transform: translateY(21px);
    pointer-events: none;
    transition: var(--transition);
    margin: 0;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.2;
    letter-spacing: normal;
    color: var(--secondary);
    left: 19px;
    top: -4px;
    z-index: 1;
}

.form .input-wrapper input:focus + label,
.form .input-wrapper input[placeholder] + label,
.form .input-wrapper textarea:focus + label,
.form .input-wrapper textarea[placeholder] + label,
.form .input-wrapper.filled label {
    padding: 0 5px;
    font-size: 11px;
    color: var(--primary);
	transform: translateY(-1px);
    z-index: 1;
    line-height: 1;
	isolation: isolate;
}

.form .input-wrapper input + label::before,
.form .input-wrapper input[placeholder] + label::before,
.form .input-wrapper textarea + label::before,
.form .input-wrapper textarea[placeholder] + label::before,
.form .input-wrapper label::before {
	content: "";
	height: 100%;
	width: 100%;
    background-color: white;
	display: block;
	position: absolute;
	top: 0;bottom: 0;
	left: 0;right: 0;
	z-index: -1;
	top: 5px
}


.form .input-wrapper input:focus,
.form .input-wrapper.filled input {
    border: 2px solid var(--primary) !important;
}

.form .input-wrapper input:focus + label::before,
.form .input-wrapper input[placeholder] + label::before,
.form .input-wrapper textarea:focus + label::before,
.form .input-wrapper textarea[placeholder] + label::before,
.form .input-wrapper.filled label::before {
	content: "";
	height: 100%;
	width: 100%;
    background-color: white;
}

.form .input-wrapper input:focus,
.form .input-wrapper textarea:focus,
.form .input-wrapper.filled input {
    border: 2px solid var(--primary);
}

.form .checkbox-wrapper {
    display: flex;
    margin-top: 7px;
	flex-wrap: wrap;
	gap: 10px;
    margin-bottom: 30px;
    position: relative;
}


.form .checkbox-wrapper .checkbox {
	max-width: 33%;
}

.form .checkbox-wrapper .warning{
    padding-left: 0;
    bottom: -2px;
}

.form input[type="checkbox"],
.form input[type="radio"] {
    display: none;
}

.form input[type="checkbox"] + label,
.form input[type="radio"] + label {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    width: 24px;
    background-color: transparent;
	cursor: pointer;
    position: relative;
    border: 2px solid #e9e9e9;
	border-radius: 5px;
    transition: var(--transition);
}


.form input[type="checkbox"]:checked + label::before,
.form input[type="radio"]:checked + label::before {
    opacity: 1;
}

.form input[type="checkbox"]:checked + label,
.form input[type="radio"]:checked + label {
    border: 2px solid var(--primary);
}

.form input[type="checkbox"] + label + label,
.form input[type="radio"] + label + label {
    display: inline-block;
	font-size: 14px;
	line-height: 1.63;
	letter-spacing: normal;
	text-align: left;
	font-weight: 300;
	color: var(--secondary);
    flex: 1;
    cursor: pointer;
}

.form input[type="checkbox"] + label + label a,
.form input[type="radio"] + label + label a {
    color: var(--primary);
	font-weight: 300;
	border-bottom: 1px solid transparent;
}

.form input[type="checkbox"] + label + label a:hover,
.form input[type="radio"] + label + label a:hover {
	border-bottom: 1px solid currentColor;
}

.form input[type="checkbox"] + label + label:has(a.disabled),
.form input[type="checkbox"] + label + label a.disabled{
    pointer-events: none;
    color: currentColor;
    cursor: default;
}

.form .button-f{
    width: 100%;
    text-align: center;
    padding: 15px 29px;
}
.form .button-f::before{
    border-radius: 10px;
}
.form .button-f::before:hover{
    transform: scale(1.02);
}


.form .button[submit] + .warning{
    position: relative;
    padding: 0;
}

@media (max-width: 768px) {

    .form textarea,
    .form select,
    .form input:not([type="checkbox"], [type="file"]) {
		padding: 12px 30px;
    }

	.form .checkbox-wrapper{
		margin-bottom: 20px ;
		gap: 10px 20px;
	}
}

/* body::before {
    content: "";
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #454444;
    mix-blend-mode: multiply;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
    z-index: 11;
} */

.index .content{
    flex:1;
    display: flex;
    align-items: center;
    justify-content: center;
}

body:has( .side-form.opened) .follow{
    z-index: 1;
}

.follow{
    position: fixed;
    bottom: 22px;
    right: 22px;
    display: flex;
    gap: 5px;
    z-index: 99;
}
.follow a{
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.follow a:before{
    content: "";
    background: var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 50%;
}

.follow a:hover{
    transform: scale(1.1);
}

.follow a::after{
    content: "";
	position: absolute;
	top: 0;bottom: 0;
    left: 0;
    right: 0;
    width: 26px;
    height: 26px;
	margin: auto;
	-webkit-mask-image: url(/bluesky/assets/img/lp/messenger.svg);
	mask-image: url(/bluesky/assets/img/lp/messenger.svg);
	mask-position: center;
	-webkit-mask-position: center;
	mask-size:cover;
	-webkit-mask-size:cover;
	background-color: white;
	transition: var(--transition);
	z-index: 2;
}

.follow a.whatsapp::after{
    -webkit-mask-image: url(/bluesky/assets/img/lp/whatsapp.svg);
	mask-image: url(/bluesky/assets/img/lp/whatsapp.svg);
}

@media(min-width:768px){
    .follow{
        bottom: 30px;
        right: 38px;
    }
    .follow a{
        width: 50px;
        height: 50px;
    }
    .follow a::after{
        width: 33px;
        height: 33px;
    }
}


.tns-item, 
.tns-item .legend, 
.tns-item .container, 
.tns-item .image.filter::after, 
.tns-item .image.filter::before, 
.tns-item .image.video::before, 
.tns-item .image.video .play, 
.tns-item .img.video .play, 
.tns-item .image.video video,
.tns-item .img.video video,
.tns-item img {
    perspective: 1000px !important;
    backface-visibility: hidden !important;
    transform: translate3d(0, 0, 0);
    -webkit-perspective: 1000px !important;
    -webkit-backface-visibility: hidden !important;
    -webkit-transform: translate3d(0, 0, 0);
}

.filter-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    margin-bottom: 80px;
    flex-wrap: nowrap;
}

.filter-wrapper{
    position: relative;
    display: flex;
    flex-wrap: nowrap;
}

.listing .filter .input-wrapper,
.filter-container .input-wrapper {
    max-width: 250px;
    width: 100%;
}


.input-wrapper {
    position: relative;
    display: flex;
}


.input-wrapper label {
    position: absolute;
    left: 22px;
    top: 15px;
    transition: var(--transition);
    z-index: 2;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: left;
    color: var(--secondary);
    opacity: 1;
    background-color: white;
    padding: 0 5px;
}

.input-wrapper:has(.isSelected) label {
    z-index: 1;
    color: var(--primary);
}

.input-wrapper:has(.isSelected) label,
.input-wrapper.filled label {
    top: -8px;
    font-size: 0.7rem;
}
.custom-select {
    height: auto;
    padding: 0;
    background: initial;
    border: 0;
    border-radius: 0;
    display: inline;
}

.custom-select .placeholder {
    border: 2px solid #f0f0f0;
    border-radius: 0px;
    padding: 16px 0;
    padding-left: 22px;
    color: var(--secondary);
    cursor: pointer;
    z-index: 3;
}

.rounded .custom-select .placeholder {
    border-radius: 27.5px;
}

.custom-select .placeholder,
.listing .filter-form .filter-input::placeholder {
    text-transform: capitalize;
    font-size: 14px;
    font-weight: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: var(--secondary);
}


.custom-select .placeholder {
    background-color: white;
    text-transform: none;
}

.custom-select.open .placeholder {
    border-bottom: 2px solid rgba(255, 255, 255, 0);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.custom-select .options-wrapper {
    border-left: 2px solid #f0f0f0;
    border-right: 2px solid #f0f0f0;
    border-bottom: 2px solid #f0f0f0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    top: 20px;
    padding-right: 0;
    padding-left: 24px;
    margin-top: -3px;
    font-size: 13px;
}

.rounded .custom-select .options-wrapper {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
}

.custom-select.has-reset .placeholder > div.reset {
    width: 7px;
    height: 20px;
    right: 21px;
    top: 0;
    overflow: visible;
}

.custom-select.has-reset .placeholder > div.reset::before, 
.custom-select.has-reset .placeholder > div.reset::after {
    width: 8px;
    bottom: auto;
    height: 1px;
    transition: all .2s ease-in-out;
    background-color: var(--secondary);
}

.custom-select:not(.has-reset) .placeholder::before {
    right: 21px;
    border-right: 1px solid var(--secondary);
    border-bottom: 1px solid var(--secondary);
}


.custom-select.not-filled + .custom-select .placeholder {
    border-color: var(--warning);
}
.custom-select.not-filled  + .custom-select .options-wrapper {
    border-left: 2px solid var(--warning);
    border-right: 2px solid var(--warning);
    border-bottom: 2px solid var(--warning);
}

.custom-select.has-reset .placeholder > div.reset::before {
    border-radius: 1px;
    transform-origin: 50%;
    left: -2px;
    transform: translateX(-25%) rotate(45deg) scaleX(0.9);
    top: 9px;
}

.custom-select.has-reset .placeholder > div.reset::after {
    border-radius: 1px;
    transform-origin: 50%;
    transform: translateX(25%) rotate(-45deg) scaleX(0.9);
    top: 9px;
}


.custom-select.has-reset.isSelected .placeholder > div.reset::before {
    transform: translateX(1px) rotate(45deg) scaleX(1.4);
    background-color: var(--primary);
}

.custom-select.has-reset.isSelected .placeholder > div.reset::after {
    transform: translateX(0) rotate(-45deg) scaleX(1.4);
    background-color: var(--primary);
}

.custom-select.has-reset.isSelected .placeholder > div.reset {
    height: 22px;
}

.custom-select.has-reset.isSelected .placeholder > div.reset::after,
.custom-select.has-reset.isSelected .placeholder > div.reset::before {
    height: 2px;
    width: 9px;
    top: 0;
}

.custom-select .options {
    padding: 0;
    overflow: auto;
}

.custom-select.open .options-wrapper, 
.custom-select.open .options {
    max-height: 250px;
    opacity: 1;
    top: 50px;
    /* text-transform: capitalize; */
    z-index: 3;
}

.custom-select .options > div {
    padding: 5px 0;
}

.custom-select.isSelected .placeholder {
    border-color: var(--primary);
    pointer-events: none;
}

.custom-select.isSelected.open .placeholder {
    border-bottom: 2px solid #3e976500;
}

.custom-select.isSelected.open .options-wrapper {
    border-color: var(--primary);
}

.listing .clear-btn {
    display: none;
    font-size: 0.688rem;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.1;
    letter-spacing: normal;
    color: #c4c3c3;
    margin-top: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
    position: absolute;
    right: 70px;
    bottom: 10px;
}

.listing .clear-btn::before {
    content: "\00D7";
    font-size: 1rem;
    padding-right: 9px;
}

.listing .filter-form {
    margin-top: 0;
    position: relative;
}

.listing .filter-form .filter-input {
    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 22px;
    width: 100%;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: left;
    color: #003535;
    outline: none;
    border-radius: 0px;
    position: relative;
    min-width: 380px;
    border: 2px solid #f0f0f0;
    font-family: var(--font-family);

}

.rounded .listing .filter-form .filter-input {
    border-radius: 100px;
}

.listing .filter-form .filter-input.has-value{
    border-color: var(--primary);
}

.listing .filter-form span{
    right: 21px;
    top: 0;
    bottom: 0;
    margin: auto;
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
}

.listing .filter-form span::after{
    content: "";
    margin: auto;
    position: absolute;
    width: 15px;
    height: 15px;
    -webkit-mask-image: url(/bluesky/assets/img/svg/search.svg);
    mask-image: url(/bluesky/assets/img/svg/search.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    background-color: var(--secondary);
}



.listing .filter-form:has(.has-value) span::before,
.listing .filter-form:has(.has-value) span::after {
    content: "";
    position: absolute;
    top: 0;
    left: -1px;
    margin: auto;
    bottom: auto;
    height: 2px;
    width: 9px;
    background-color: var(--secondary);
}

.listing .filter-form:has(.has-value) span {
    width: 7px;
    height: 22px;
    right: 21px;
    top: 0;
    overflow: visible;
}


.listing .filter-form:has(.has-value) span::before {
    border-radius: 1px;
    transform-origin: 50%;
    left: -2px;
    transform: translateX(-25%) rotate(45deg) scaleX(0.9);
    top: 9px;
}

.listing .filter-form:has(.has-value) span::after {
    -webkit-mask: none;
    mask: none;
    background: none;
    border-radius: 1px;
    transform-origin: 50%;
    transform: translateX(25%) rotate(-45deg) scaleX(0.9);
    top: 9px;
}


.listing .filter-form:has(.has-value) span::before {
    transform: translateX(1px) rotate(45deg) scaleX(1.4);
    background-color: var(--primary);
}

.listing .filter-form:has(.has-value) span::after {
    transform: translateX(0) rotate(-45deg) scaleX(1.4);
    background-color: var(--primary);
}



.mobile-close,
.filter-button,
.apply-mobile {
    display: none;
}


/********************/
/***** NOTICIAS *****/
/********************/

.news .listing .container,
.blog .listing .container,
.template .related-section .container{
    max-width: 1240px;
}

.row:has(.list-article) {
    --gap-h: 60px;
    --gap-v: 80px;
    opacity: 1;
    transition: opacity 0.3s ease;
}

.related-section .row:has(.list-article) {
    justify-content: center;
    
}

.row.fade-out:has(.list-article) {
    opacity: 0;
}

.list-article .img-list {
    position: relative;
    overflow: hidden;
    width: 100%;
	font-size: 0;
    isolation: isolate;
    transform: translateZ(0)
}

.list-article .img-list img {
    width: 100%;
    transition: var(--transition);
    height: 100%;
}

.list-article .img-list:hover img {
    transform: scale(1.05);
}

.list-article .list-bot-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}

.list-article .list-bot-content span {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: #bdbebe;
    display: flex;
    gap: 10px;
}

.list-article .list-bot-content > h2 > a,
.list-article .list-bot-content > h3 > a,
.list-article .list-bot-content > a {
    font-size: 22px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.18;
    letter-spacing: normal;
    color: var(--secondary);
    margin-top:11px;
    text-align: center;
}
.list-article .list-bot-content > h2,
.list-article .list-bot-content > h3{
    font-size: inherit;
    line-height: inherit;
    letter-spacing: normal;
    margin: inherit;
}

.list-article .list-bot-content span > a{
    color: var(--primary);
}

.list-article .list-bot-content > h3 > a:hover,
.list-article .list-bot-content > h2 > a:hover,
.list-article .list-bot-content > a:hover,
.list-article .list-bot-content span > a:hover {
    opacity: .5;
}

@media (max-width: 768px) {

    .row:has(.list-article) {
        --gap-v: 35px;
    }

    .news .listing .container,
    .blog .listing .container,
    .template .related-section .container{
        padding-inline: 20px;
    }

    .list-article {
        max-width: 100%;
    }

    .list-article .list-bot-content span {
        font-size: 13px;
    }
    .list-article .list-bot-content > h2 > a,
    .list-article .list-bot-content > h3 > a,
    .list-article .list-bot-content > a {
        font-size: 22px;
        line-height: 1.45;
        letter-spacing: normal;
        margin-top: 5px;

    }
 
    .filter-button {
        display: flex;
        padding: 10px 20px;
        border: 2px solid #f0f0f0;
        font-size: 13px;
        font-weight: normal;
        letter-spacing: normal;
        color: var(--secondary);
        gap: 10px;
        align-items: center;
        max-width: 106px;
        margin-bottom: 12px;
        margin-left: auto;
    }
    .rounded .filter-button {
        border-radius: 50px;
    }
    .filter-button span {   
        content: "";
        width: 15px;
        height: 13px;
        -webkit-mask-image: url(/bluesky/assets/img/svg/filters.svg);
        mask-image: url(/bluesky/assets/img/svg/filters.svg);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
        background-color: var(--secondary);
        pointer-events: none;
    }

    .filter-container {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
        margin-bottom: 80px;
        flex-direction: column;
        position: fixed;
        background: white;
        top: 0;
        bottom: 0;
        right: 0;
        z-index: 99999;
        margin: 0;
        padding: 20px;
        padding-top: 90px;
        transition: var(--transition);
        transform: translatex(100%);
        gap: 20px;
    }

    .listing .filter-form span {
        right: -100%;
    }

    .listing .filter-container.open .filter-form span {
        right: 21px;
    }

    .listing .filter-form .filter-input {
        min-width: 250px;
    }

    .filter-container.open {
        max-width: 91%;
        transform: translateY(0%);
    }

    body:has(.filter-container.open) header::before {
        opacity: .8;
        pointer-events: auto;
        z-index: 1;
    }

    .custom-select .placeholder {
        padding: 10px 0;
        padding-left: 22px;
    }

    .listing .filter-form .filter-input {
        padding-top: 9.5px;
        padding-bottom: 9.5px;
        font-size: 14px;
    }
    .listing .filter-form span::after,
    .listing .filter-form span {
        width: 13px;
        height: 13px;
    }

    .input-wrapper label {
        font-size: 13px;
        top: 9px;
        z-index: 1;
    }

    .custom-select.has-reset .placeholder,
    .listing  .filter-form .filter-input::placeholder {
    font-size: 13px;
    }   

    .input-wrapper .custom-select.open + label {
        z-index: 3;
    }
    .apply-mobile {
        display: block;
    }
    .apply-mobile .button {
        text-align: center;
        width: 100%;
    }


    .custom-select.open .options-wrapper, 
    .custom-select.open .options {
        top: 42px;
    }

    .filter-container .mobile-close {
        display: none;
        position: absolute;
        width: 20px;
        height: 20px;
        top: 20px;
        right: 24px;
    }

    .filter-container.open .mobile-close{
        display: block;
    }


    .filter-container .mobile-close span {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 16px;
        height: 2px;
        background-color: #1f3839;
        border-radius: 2px;
        transition: var(--transition);
        transform: rotate(45deg);
        pointer-events: none;
    }


    .filter-container .mobile-close span:last-child {
        transform: rotate(-45deg);

    }


    .custom-select.not-filled + .custom-select .placeholder {
        margin-bottom: 5px;
    }

}


.article .banner .list-article-desc {
    margin-top: 22px;
}

.article .banner .list-article-desc > div {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 15px;
}

.article .banner .list-article-desc > div > * {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.43;
    letter-spacing: normal;
    text-align: center;
    color: var(--primary);
}

.article .banner .list-article-desc > div > span {
    color: #8f8e8e;
}

.article .banner + .template {
    margin-top: 35px;
}

.pagination-wrapper {
    margin: 80px auto 0;
    max-width: 1020px;
    padding: 0 20px;
}

.pagination {
    padding: 0 0 60px;
    mix-blend-mode: multiply;
    border-bottom: 2px solid #f5f5f5;
}

.pagination ul {
    margin: auto;
    width: 100%;
    padding: 0;
    display: flex;
    justify-content: space-between;
    padding: 0;
}

.template .pagination ul{
    padding-inline: 0;
}

.pagination ul li {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    color: var(--primary);
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    line-height: 1;
    transition: var(--transition);
    display: flex;
    align-items: center;
}

.pagination ul li:hover {
    opacity: 0.6;
}

.pagination ul li.disabled{
    pointer-events: none;
    opacity: 0.4;
}

@media(min-width:768px){
    .pagination ul{
        justify-content: initial;
    }
    .pagination ul li{
        width: 20%;
        justify-content: left;
    }

    .pagination ul li:nth-of-type(2){
        width: auto;
        justify-content: center;
        flex: 1;
    }

    .pagination ul li:last-of-type{
        justify-content: right;
    }
}

.related-section {
    margin-top: 80px;
}

.related-section h2 {
    font-size: 36px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.26;
    letter-spacing: normal;
    text-align: center;
    color:var(--secondary);
    display: block;
}

.template .related-section h2{
    margin-bottom: 50px;
}

@media(max-width: 768px) { 

    .article .banner .list-article-desc > div > *{
        font-size: 13px;
    }

    .article .banner .list-article-desc {
        margin-top: 15px;
    }

    .article .banner + .template > .template-module:first-of-type:has(img) .container {
       padding: 0;
    }

    .article .banner + .template > .template-module:first-of-type:has(img) .container img {
       border-radius: 0px;
    }

    .pagination-wrapper {
        margin-top: 60px;
    }

    .pagination {
        padding: 0 0 30px;
    }

    .pagination ul li {
        font-size: 12px;
        letter-spacing: 0.6px;
    }

    .related-section {
        margin-top: 50px;
    }

   

    .template .related-section h2{
        margin-bottom: 35px;
        font-size: 28px;
        font-weight: bold;
        line-height: 1.29;
        letter-spacing: normal;
        text-align: center;
        color: #212121;
    }

    .related-section .row:has(.list-article) {
        --gap-v: 30px;
    }
}


.img-without {
    position: relative;
    width: 100%;
    height: 100%;
    background: #f8f8f8;
    transition: var(--transition);
}

.img-without > div {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
	background-position: center;
	background-size: 70%;
	filter: grayscale(1);
    transition: var(--transition);
    opacity: .25;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}


.card-item .img-without {
	aspect-ratio: 0.74 / 1;
}

.list-article .img-without {
	aspect-ratio: 1.67 / 1;
}

.list-article .img-without > div {
	background-size: 50%;
}

.list-article a:hover .img-without {
    transform: scale(1.05);
}

/***************************************/
/************ CONTACTS **************/
/***************************************/
.contacts:has( .content .form) .content > .template:has(*) {
    margin: 0;
    padding-block: 80px;
    background-color: #f8f8f8;
}

.contacts .form {
    padding-top: 100px;
}

.contacts .form .template {
    margin: 0;
    padding-top: 0px;
    padding-bottom: 50px;
    background:none;
}

.contacts .form:has(:not(.template)) {
    padding-top: 100px;
}

.contacts .form .container{
    max-width: 880px; 
}
.contacts .form {
    margin-bottom: 80px;
}
@media (min-width: 768px) {
    .contacts .form {
        margin-bottom: 140px;
    }
}

.contacts .form .title {
    font-size: 40px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.25;
    letter-spacing: 2px;
    text-align: center;
    color: #1f3839;
    margin-top: 90px;
}
.contacts .form .desc {
    font-size: 18px;
    font-weight: 300;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.44;
    letter-spacing: normal;
    text-align: center;
    color: #1f3839;
    margin-bottom: 50px;
    display: block;
}

.form .row {
    --gap-h: 30px;
    --gap-v: 30px;
}

.form small{
    font-size: 11px;
    font-weight: 300;
}

.form .honey-input, 
form .honey-input {
    position: fixed;
    top: -200%;
    left: -200%;
}

@media(max-width: 768px) {

    .form .row {
        --gap-h: 20px;
        --gap-v: 20px;
    }
    .form textarea.not-filled, .form select.not-filled, 
    .form input[type="checkbox"].not-filled+label, 
    .form input:not([type="checkbox"], 
    [type="file"]).not-filled {
        margin-bottom: 5px;
    }


    
    .contacts .form .title {
        margin-top: 50px;
        font-size: 26px;
        line-height: 1.38;
        letter-spacing: 1.3px;
    }

    .contacts .form .desc {
        font-size: 16px;
        line-height: 1.38;
        margin-bottom: 35px;
    }

    .form small{
        font-size: 10px;
    }

    .contacts .form{
        margin-bottom: 20px;
    }

}

/****************************/
/***********INPUTS***********/
/****************************/

.form .input {
    position: relative;
}

.form .input-wrapper input,
.form .input-wrapper textarea {
    padding: 15.5px 22px;
    border-radius: 0px;
    border: solid 2px #f0f0f0;
    position: relative;
    font-size: 14px;
    line-height: 1.43;
    width: 100%;
    font-family: var(--font-family);
    transition: var(--transition);
}

.rounded .form .input-wrapper input{
     border-radius: 30px;
}
.rounded .form .input-wrapper textarea {
    border-radius: 20px;
}

.form .input-wrapper:has(textarea) {
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
}

.form textarea.not-filled,
.form select.not-filled,
.form input[type="checkbox"].not-filled+label,
.form input:not([type="checkbox"],
    [type="file"]).not-filled {
    border-color: var(--warning) !important;
}

.form .warning {
    font-size: 12px;
    font-weight: 400;
    color: var(--warning);
    height: 20px;
    margin: 0;
    margin-top: 3px;
    padding-left: 20px;
    position: absolute;
    bottom: -22px;
}

.input-wrapper.filled textarea,
.input-wrapper.filled input {
    border-color: var(--primary) !important;
}

@media(max-width: 768px) {

    .form .input-wrapper input {
        padding: 8px 22px;
        font-size: 14px;
        font-weight: 300;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #212121;
    }

    .form .input-wrapper textarea,
    .form .input-wrapper:has(textarea) {
        margin-top: 0;
    }

    .form .warning {
        bottom: -15px;
    }
    /* .form  .custom-select + .warning {
        margin-top: 1px;
    } */
}



/****************************/
/*********CHECKBOXES******+**/
/****************************/

.form input[type=checkbox],
.form input[type=radio] {
    display: none;
    visibility: hidden;
}

.form input[type=checkbox]+.privacy {
    display: inline-block;
    vertical-align: middle;
    height: 24px;
    left: 0;
    min-width: 24px;
    top: 0px;
    background-color: white;
    border: 2px solid #e2e0e0;
    border-radius: 5px;
    cursor: pointer;
    pointer-events: auto;
    position: relative;
    transition: var(--transition);
    z-index: 1;
}

.form input[type='checkbox']+label::before,
.form input[type='radio']+label::before {
    content: "\f00c";
    font-family: "Font Awesome 5 Free";
    font-size: .875rem;
    font-weight: bold;
    color: var(--primary);
    line-height: 1;
    width: 11px;
    height: 12px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0px;
    right: 0;
    margin: auto;
    opacity: 0;
    pointer-events: none;
    transition: var(--transition);
    -webkit-transition: var(--transition);
}

.form input[type='checkbox']:checked+label::before,
.form input[type='radio']:checked+label::before {
    opacity: 1;
}

.form .checkbox-wrapper {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-top: -12px;
    width: 100%;
    z-index: 0;
    margin: 25px 0 30px;
}

.checkbox-wrapper p {
    text-align: left;
    margin: 0;
    font-weight: 300;
    font-size: 14px;
}

.checkbox-wrapper p a {
    display: initial !important;
    color: var(--primary);
    font-weight: 600;
    border-bottom: transparent 1px solid;
}

.checkbox-wrapper p a:hover{
    border-bottom: currentColor 1px solid;
}



/****************************/
/***********LABELS********+**/
/****************************/

label {
    position: absolute;
    top: 20px;
    left: 32px;
    font-size: 14px;
    color: var(--black);
    pointer-events: none;
    transition: var(--transition);
    z-index: 2;
}

.select-wrapper:has(.isSelected) label,
.filter-wrapper:has(.isSelected)+label,
input:focus+label,
textarea:focus+label,
.input-wrapper.filled label,
.input-wrapper.filled input:focus+label,
.input-wrapper.filled textarea:focus+label,
.input-wrapper.filled input:not(:focus)+label,
.input-wrapper.filled textarea:not(:focus)+label {
    top: -10px;
    left: 18px;
    font-size: 11px;
    color: var(--primary);
    font-weight: normal;
    border-radius: 10px;
    background-color: white;
    padding: 1px 6px;
    z-index: 2;
    font-size: 11px;
    opacity: 1;
}

@media(max-width: 768px) {
    label {
        top: 15px;
        font-size: 13px;
    }

    .form .input-wrapper label {
        transform: translateY(14.5px);
        font-size: 14px;
        font-weight: 300;
        line-height: 1.43;
        letter-spacing: normal;
        text-align: left;
        color: #212121;
        left: 15px;
    }

    .select-wrapper:has(.isSelected) label, 
    .filter-wrapper:has(.isSelected)+label, 
    input:focus+label, textarea:focus+label, 
    .input-wrapper.filled label, 
    .input-wrapper.filled input:focus+label, 
    .input-wrapper.filled textarea:focus+label, 
    .input-wrapper.filled input:not(:focus)+label, 
    .input-wrapper.filled textarea:not(:focus)+label {
        top: -5px;
        left:19px
    }
}


@media(max-width: 500px) { 
    .contacts .form .button {
        width: 100%;
    }

}

