.icon-site {
    background: transparent url(../../images/sprite-site.png) no-repeat 0 0;
    display: inline-block;
    text-indent: -9999px;
}

.icon-site.facility-hcon {
    background-position: 5px -62px;
}

.icon-site.facility-guro {
    background-position: -32px -62px;
}

.icon-site.facility-balc {
    background-position: -68px -62px;
}

.icon-site.facility-bany {
    background-position: -138px -198px;
}

.icon-site.facility-bapr,
.icon-site.facility-bny {
    background-position: -67px -197px;
}

.icon-site.facility-caja {
    background-position: -102px -62px;
}

.icon-site.facility-fuer {
    background-position: -102px -62px;
}

.icon-site.facility-casu {
    background-position: -32px -196px;
}

.icon-site.facility-comb {
    background-position: -137px -62px;
}

.icon-site.facility-cami {
    background-position: 4px -96px;
}

.icon-site.facility-escr {
    background-position: -32px -96px;
}

.icon-site.facility-espm {
    background-position: -67px -96px;
}

.icon-site.facility-hilo {
    background-position: 5px -197px;
}

.icon-site.facility-inet {
    background-position: -101px -97px;
}

.icon-site.facility-mesi {
    background-position: -137px -97px;
}

.icon-site.facility-mbar {
    background-position: -67px -127px;
}

.icon-site.facility-nofu {
    background-position: -102px -127px;
}

.icon-site.facility-refr {
    background-position: -32px -127px;
}

.icon-site.facility-nevr {
    background-position: -32px -127px;
}

.icon-site.facility-pelo {
    background-position: 5px -127px;
}

.icon-site.facility-desp {
    background-position: -102px -162px;
}

.icon-site.facility-telf {
    background-position: -137px -126px;
}

.icon-site.facility-tvre {
    background-position: 5px -162px;
}

.icon-site.facility-sate {
    background-position: -30px -162px;
}

.icon-site.facility-wate {
    background-position: -67px -162px;
}

.icon-site.facility-vmar {
    background-position: -101px -197px;
}

.icon-site.facility-tvlo {
    background-position: 5px -231px;
}

.icon-site.facility-camm {
    background-position: -31px -231px;
}

.icon-site.facility-como {
    background-position: -67px -232px;
}

.icon-site.facility-duch {
    background-position: -103px -232px;
}

.icon-site.facility-sofc {
    background-position: 5px -262px;
}

.icon-site.facility-vete {
    background-position: -138px -232px;
}

.icon-site.facility-terr {
    background-position: -32px -263px;
}

.icon-site.facility-croa {
    background-position: -102px -263px;
}

.icon-site.facility-radi {
    background-position: -137px -263px;
}

.icon-site.facility-bomb {
    background-position: -35px -312px;
}

.icon-site.facility-coci {
    background-position: 9px -315px;
}

.icon-site.facility-tv {
    background-position: 5px -233px;
}

.icon-site.facility-wifh {
    background-position: -102px -96px;
}

::selection {
    background-color: #45c2cc;
    color: #fff;
}

:root {
    --space-between-sections: 72px;
    --Radius-sm: 8px;
}

@media (max-width: 992px) {
    :root {
        --space-between-sections: 62px;
    }
}

body {
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    font-family: "Poppins", sans-serif;
    font-size: 16px;
    color: #3d3d3d;
    font-weight: 400;
    line-height: normal;
}

.no-scroll {
    overflow: hidden;
}

a {
    color: #45c2cc;
    text-decoration: underline;
}

a:hover {
    color: #45c2cc;
    text-decoration: none;
}

img {
    max-width: 100%;
    height: auto;
}

h2 strong {
    font-family: inherit;
    font-weight: 600;
}

.description:not(.collapse) {
    overflow-y: auto;
    max-height: 300px;
    text-align: left;
}

#wrap {
    float: left;
    width: 100%;
}

.container {
    max-width: 1170px;
    padding: 0;
}

.btn {
    position: relative;
    display: inline-block;
    padding: 8px 50px 8px 25px;
    width: auto;
    border: 1px solid;
    background-color: transparent;
    border-radius: 24px;
    font-size: 18px;
    color: white;
    font-weight: 500;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.25s ease-out;
    font-family: "poppins", sans-serif;
    font-weight: bold;
    font-size: 16px;
}


.btn:after {
    content: "";
    color: white;
    width: 32px;
    background-image: url(../../images/button-arrow-white.png);
    background-repeat: no-repeat;
    background-position: center center;
    border-radius: 100% 100% 100% 12px;
    position: absolute;
    top: 4px;
    bottom: 4px;
    right: 4px;
}

.btn:hover,
.btn:active,
.btn:focus {
    border: #45c2cc 1px solid;
    background-color: white;
    color: #45c2cc !important;
    box-shadow: unset;
}

.btn:hover:after,
.btn:active:after,
.btn:focus:after {
    background-image: url(../../images/button-arrow-water.png);
}

.btn--blue,
.btn--orange,
.btn--yellow {
    border-color: transparent;
}

.btn--blue {
    background-color: #45c2cc;
}

a.btn--orange:not([href]):not([tabindex]),
a.btn--blue:not([href]):not([tabindex]) {
    color: white;
}

.btn--orange,
.btn:empty:hover {
    background-color: #ff9900;
}

.btn--yellow {
    background-color: #FFCF57;
}

.btn--orange:hover,
.btn--orange:hover::after {
    color: white !important;
}

.btn--light-orange,
.btn--orange:hover {
    background-color: #F90;
    border-color: #F90;
}

.btn--light-orange:hover,
.btn--light-orange:active,
.btn--light-orange:focus {
    background-color: #FFCF57;
    color: white !important;
}

.btn--light-orange:hover::after,
.btn--light-orange:active::after,
.btn--light-orange:focus::after,
.btn--orange:hover::after,
.btn--orange:active::after,
.btn--orange:focus::after {
    background-image: url(../../images/button-arrow-white.png);
}

.btn--light-orange:hover,
.btn--light-orange:hover::after {
    color: white !important;
    border-color: #FFCF57;
}

.btn--yellow:hover,
.btn--yellow:active,
.btn--yellow:focus {
    background-color: #ff9900 !important;
    border-color: #ff9900 !important;
    color: white !important;
}

.btn--yellow:hover::after,
.btn--yellow:active::after,
.btn--yellow:focus::after {
    background-image: url(../../images/button-arrow-white.png);
}

.btn:empty {
    display: inline-flex;
    width: 45px;
    height: 45px;
    border-radius: 100% 100% 100% 12px;
    padding: unset;
    position: relative;
}

.btn:empty::before {
    z-index: 1;
    content: "";
    width: 45px;
    position: absolute;
    top: 0;
    bottom: 0;
}

.btn:empty::after {
    content: "";
    width: 34px;
    height: 34px;
    background-image: url(../../images/icons/right-arrow.svg) !important;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    filter: brightness(0) invert(1);
}

.background-degree {
    position: relative;
    background: #26c3ca;
    z-index: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}

.background-degree::after {
    content: "";
    width: 942.083px;
    height: 1574.599px;
    z-index: 2;
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #2CCCD3;
    border-radius: 50%;
    border-bottom-left-radius: 0;
    z-index: 1;
}

.background-degree--orange {
    background-color: #ff9900;

}

.background-degree--orange::after {
    background-color: #FFCF57;
}

@media (max-width: 992px) {
    .background-degree::after {
        width: 700px;
        height: 700px;
    }
}

/* MASCARA FAKE DE MOVIL */
.fake-date {
    flex-direction: row;
}

.fake-date__input {
    height: 120px;
    width: 48%;
    border: 1px solid black;
    margin: 0 0.5%;
}

.destiny-select option {
    text-indent: 30px;
    font-size: 16px;
}

.destiny-select option.optiongroup {
    color: #45c2cc;
    font-size: 16px;
}

.destiny-select option.optiongroup.island {
    font-size: 16px;
    font-weight: bold;
}

#mainNav {
    float: right;
    width: auto;
    padding: 42px 0;
    padding-right: 20px;
}

#mainNav ul.menu {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#mainNav ul.menu li {
    position: relative;
    float: left;
    width: auto;
    padding-right: 23px;
}

#mainNav ul.menu li:last-child {
    border-right: 1px solid white;
}

#header.sticky #mainNav ul.menu li:last-child {
    border-right: 1px solid rgba(0, 0, 0, 0.12);
}

@media (max-width: 992px) {
    #header.sticky #mainNav ul.menu li:last-child {
        border: none;
    }

}

#mainNav ul.menu li a {
    display: block;
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    line-height: 23px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    position: relative;
    padding-right: 24px;
}

#mainNav ul.menu li a::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
    display: block;
    background-image: url("../../images/icons/down-arrow.svg");
    background-size: cover;
    width: 14px;
    height: 10px;
}

#mainNav ul.menu>li>a:hover,
#mainNav ul.menu>li.current>a {
    text-decoration: none;
    font-weight: bold;
}

#mainNav ul.menu>li>a+.header-submenu-item-container {
    display: none;
    position: absolute;
    background-color: white;
    width: 300px;
    border-radius: 10px;
    padding-top: 15px;
    background-color: transparent;
}

#mainNav ul.menu>li>a+.header-submenu-item-container ul {
    list-style: none;
    background-color: white;
    display: flex;
    flex-direction: column;
    padding-left: 0px;
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    padding: 5px 15px;
    border-radius: 10px;
}

#mainNav ul.menu>li>a+.header-submenu-item-container ul li {
    padding: 0px;
    padding-block: 5px;
    border-right: 0px;
}

#mainNav ul.menu>li>a+.header-submenu-item-container ul li.heading {
    padding: 5px 0px;
    color: #45c2cc;
}

#mainNav ul.menu>li>a+.header-submenu-item-container ul li a:hover {
    color: #45c2cc;
}

#mainNav ul.menu>li>a:hover+.header-submenu-item-container,
#mainNav ul.menu>li>a+.header-submenu-item-container:hover {
    display: block;
    z-index: 10;
}

#mainNav ul.menu>li>a+.header-submenu-item-container a {
    color: #878A8F;
}

#mainNav ul.menu>li>a+.header-submenu-item-container a::after {
    display: none;
}

#nav-btn,
#nav-btn+label {
    position: absolute;
    top: 32px;
    right: 0px;
    width: 42px;
    height: 42px;
    margin: 0;
    padding: 0 4px;
    border: 2px solid transparent;
    border-radius: 100%;
    z-index: 99;
    cursor: pointer;
    display: flex;
    align-items: center;
    transform: rotate(-180deg);
}

#nav-btn {
    opacity: 0;
    z-index: 100;
}

#nav-btn+label span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333333;
    position: relative;
    cursor: pointer;
    z-index: 99;
    transition: all 0.3s ease-in-out;
}

#nav-btn+label span::before,
#nav-btn+label span::after {
    content: "";
    display: block;
    width: 100%;
    height: 3.4px;
    background-color: #333333;
    position: absolute;
    left: 0;
}

#nav-btn:checked+label {
    border-color: #47c3cd;
}

#nav-btn:hover+label span,
#nav-btn:hover+label span::before,
#nav-btn:hover+label span::after {
    background-color: #47c3cd;
}

#nav-btn+label span::before {
    top: -9px;
}

#nav-btn+label span::after {
    bottom: -9px;
}

#nav-btn+label span::before,
#nav-btn+label span::after {
    transition-delay: 0.3s, 0s;
    transition-duration: 0.3s, 0.3s;
}

#nav-btn+label span::before {
    transition-property: top, transform;
}

#nav-btn+label span::after {
    transition-property: bottom, transform;
}

#nav-btn:checked+label span {
    background: none;
}

#nav-btn:checked+label span::before {
    top: 0;
    transform: rotate(45deg);
}

#nav-btn:checked+label span::after {
    bottom: 0;
    transform: rotate(-45deg);
}

#nav-btn:checked+label span::before,
#nav-btn:checked+label span::after {
    transition-delay: 0s, 0.3s;
}

#nav-btn:checked+label span::before,
#nav-btn:checked+label span::after {
    background-color: #47c3cd;
}

#nav-btn:checked~nav {
    visibility: visible;
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    overflow: hidden;
}

@media (max-width: 992px) {

    #nav-btn+label {
        float: none;
        width: var(--mobile-left-right-width);
        position: relative;
        top: 0;
        right: 0;
    }

    #header #nav-btn:checked+label span {
        background-color: white;
    }
}

nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    opacity: 1;
    z-index: 98;
    visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform 0.5s, visibility 0s 0.5s;
    transition: transform 0.5s, visibility 0s 0.5s;
    overflow: hidden;
}

nav .nav_top {
    border-bottom: 1px solid #e5e5e5;
}

nav .nav_top .menu_logo {
    float: left;
    width: 188px;
    padding: 15px 0;
}

nav .nav_top .menu_right {
    float: left;
    width: calc(100% - 188px);
    padding: 0 42px 0 20px;
}

nav .nav_top .plan {
    float: right;
    width: auto;
    padding: 33px 0;
    padding-right: 15px;
}

nav .nav_top .plan .items {
    display: flex;
    align-items: center;
    float: left;
    width: auto;
    margin: 0 15px;
    color: #45c2cc;
    text-decoration: none;
}

nav .nav_top .plan .items:hover {
    color: #45c2cc;
    text-decoration: none;
}

nav .nav_top .plan .items:hover .icon {
    background-color: #45c2cc;
}

nav .nav_top .plan .items:hover .icon img {
    filter: brightness(0) invert(1);
    -webkit-filter: brightness(0) invert(1);
}

nav .nav_top .plan .items .icon {
    display: flex;
    align-items: center;
    width: 41px;
    height: 41px;
    margin-right: 13px;
    border: 1px solid;
    background-color: #ffffff;
    border-radius: 100%;
    transition: all 0.25s ease-out;
}

nav .nav_top .plan .items .icon img {
    width: 24px;
    margin: 0 auto;
}

nav .nav_top .plan .items p {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    letter-spacing: 1px;
}

nav .main_links {
    float: left;
    width: 100%;
    height: calc(100% - 108px);
    padding: 30px 0;
    overflow: overlay;
}

nav .main_links .container {
    position: relative;
    display: flex;
}

nav .main_links ul.menu {
    position: relative;
    float: left;
    width: 65%;
    padding: 0 0 70px 0;
    margin: 0;
    list-style-type: none;
}

nav .main_links ul.menu li {
    float: left;
    width: 50%;
    clear: left;
    border-right: 1px solid #e5e5e5;
    transition: all 0.3s ease-in-out;
}

nav .main_links ul.menu li a {
    position: relative;
    display: block;
    margin: 0 40px 0 0;
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 24px;
    color: #808f90;
    font-weight: 600;
    line-height: 29px;
    letter-spacing: 1px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

nav .main_links ul.menu>li:hover,
nav .main_links ul.menu>li.current {
    border-color: #45c2cc;
}

nav .main_links ul.menu>li>a:hover,
nav .main_links ul.menu>li:hover>a,
nav .main_links ul.menu>li.current>a {
    color: #45c2cc;
    text-decoration: none;
}

nav .main_links ul.menu>li.current>ul.sub-menu,
nav .main_links ul.menu>li:hover>ul.sub-menu {
    display: block;
}

nav .main_links ul.menu li .sub_menu_btn {
    display: none;
    padding: 22px 5px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

nav .main_links ul.menu li ul.sub-menu {
    padding: 0 40px;
    margin: 0;
    list-style-type: none;
    float: left;
    width: 50%;
    height: 100%;
    background-color: #ffffff;
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 2;
    display: none;
}

nav .main_links ul.menu li ul.sub-menu li {
    float: left;
    width: 100%;
    margin: 0 0 14px 0;
    border-right: none;
}

nav .main_links ul.menu li ul.sub-menu li a {
    margin: 0;
    padding: 0;
    border-bottom: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
}

nav .main_links ul.menu li ul.sub-menu li.heading a {
    font-size: 20px;
    font-weight: 600;
}

nav .main_links ul.menu li ul.sub-menu li a:hover,
nav .main_links ul.menu li ul.sub-menu li:hover>a,
nav .main_links ul.menu li ul.sub-menu li.current>a {
    color: #45c2cc;
    text-decoration: none;
}

nav .main_links .nav-img-box {
    float: left;
    width: 35%;
    background-color: rgba(69, 194, 204, 0.05);
    position: relative;
    overflow: hidden;
}

nav .main_links .nav-img-box .nav-img-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.7s;
    font-size: 270px;
    color: #45c2cc;
    opacity: 0.6;
}

nav .main_links .nav-img-box .nav-img {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    -webkit-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
    -moz-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
    -ms-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
    -o-transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
    transition: all cubic-bezier(0.785, 0.135, 0.15, 0.86) 0.4s;
}

nav .main_links ul.social {
    float: left;
    width: 32.5%;
    padding: 15px 0;
    margin: 0;
    border-right: 1px solid #e5e5e5;
    list-style-type: none;
    position: absolute;
    bottom: -48px;
    left: 0;
}

nav .main_links ul.social li {
    float: left;
    width: auto;
    margin: 0 8px 0 0;
}

nav .main_links ul.social li a {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid;
    background-color: transparent;
    border-radius: 100% 100% 100% 12px;
    font-size: 18px;
    color: #45c2cc;
    text-decoration: none;
}

nav .main_links ul.social li a i {
    margin: 0 auto;
}

nav .main_links ul.social li a:hover {
    color: #000000;
    text-decoration: none;
}

nav .main_links .lang {
    width: 32.5%;
    padding: 15px 0;
    margin: 0;
    list-style-type: none;
    position: absolute;
    bottom: 0px;
    left: 0;
}

nav .main_links .lang ul {
    display: flex;
    padding-left: 0px;
    list-style: none;
}

nav .main_links .lang ul li {
    padding: 0px 15px;
}

nav .main_links .lang ul li:first-child {
    border-right: 1px solid #e5e5e5;
}

nav .main_links .lang ul li:last-child {
    border-left: 1px solid #e5e5e5;
}

nav .main_links .lang ul li a {
    text-decoration: none;
    color: #808f90;
}

nav .main_links .lang ul li:hover a {
    color: #45c2cc;
}

.invisible {
    display: none;
}

#navContent {
    width: 100%;
    transition: all 0.3s;
}

#header.sticky #navContent {
    box-shadow: 0px 26px 47.4px 0px rgba(0, 0, 0, 0.05);
}

#header.sticky #navContent .nav_list ul li,
#header.sticky #navContent .nav_list ul li a {
    color: #97999B;
}

#navContent.active {
    background-color: #46c2cc !important;
}

#navContent .title {
    display: flex;
    align-items: center;
    width: 27%;
    padding: 13px 0;
    padding-right: 15px;
    text-align: right;
}

#navContent .title h2 {
    margin: 0;
    font-size: 20px;
    color: #FFF;
    font-weight: 500;
    letter-spacing: 1.5px;
    text-align: left;
}

#header.sticky #navContent .title h2 {
    color: #97999B;
}

#navContent .nav_list {
    width: 73%;
    padding: 22px 0;
    padding-left: 15px;
}

#navContent .nav_list .nav_btn {
    font-size: 16px;
    color: #97999B;
    font-weight: 500;
    text-decoration: none;
}

#navContent .nav_list .nav_btn span {
    display: inline-block;
    margin-left: 10px;
}

#navContent .nav_list ul {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#navContent .nav_list ul li {
    float: left;
    width: auto;
    font-size: 16px;
    color: #97999B;
    font-weight: 400;
    margin-left: 20px;
}

#navContent .nav_list ul li:after {
    content: "/";
}

#navContent .nav_list ul li:last-child:after {
    display: none;
}

#navContent .nav_list ul li {
    color: #fff;
}

#navContent .nav_list ul li a {
    display: inline-block;
    margin: 0 20px 0 0;
    color: #FFF;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    white-space: nowrap;
}

#navContent .nav_list ul li:first-child a {
    margin-left: 0;
}

#navContent .nav_list ul li:last-child a {
    margin-right: 0;
}

#header #navContent .nav_list ul li a:hover,
#header #navContent .nav_list ul li.current a {
    color: #45c2cc;
    text-decoration: none;
}

#navContent .nav_list ul li a:focus,
#navContent .nav_list ul li a:active,
#navContent .nav_list ul li a.active {
    text-decoration: underline;
    text-decoration-thickness: 2px;
    text-underline-offset: 5px;
}

/*nav_list responsive*/
@media screen and (max-width: 992px) {
    #navContent .title {
        display: none;
    }

    #navContent .nav_list {
        overflow-x: auto;
    }

    #navContent .nav_list ul li:after {
        display: none;
    }

    #navContent .nav_list::-webkit-scrollbar {
        width: 5px;
    }

    /* Track */
    #navContent .nav_list::-webkit-scrollbar-track {
        border-radius: 2px;
        height: 2px;
        width: 2px;
    }

    /* Handle */
    #navContent .nav_list::-webkit-scrollbar {
        height: 5px;
    }

    #navContent .nav_list::-webkit-scrollbar-thumb {
        background: #2CCCD3;
        border-radius: 2px;
    }

    #navContent .nav_list ul {
        display: flex;
        float: none;
    }

    #navContent .nav_list ul li {
        padding-block: 10px;
    }

}



/*-------------- Sticky Header End --------------*/
#socialIcons {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 6.6%;
    z-index: 2;
}

#socialIcons ul.social {
    float: right;
    width: auto;
    padding: 0;
    margin: 0;
    list-style-type: none;
}

#socialIcons ul.social li {
    float: left;
    width: auto;
    margin: 4px 0;
    clear: both;
}

#socialIcons ul.social li a {
    display: flex;
    align-items: center;
    width: 40px;
    height: 40px;
    border: 1px solid;
    background-color: transparent;
    border-radius: 100% 100% 100% 12px;
    font-size: 18px;
    color: #45c2cc;
    text-decoration: none;
}

#socialIcons ul.social li a i {
    margin: 0 auto;
}

#socialIcons ul.social li a:hover {
    color: #000000;
    text-decoration: none;
}

#slider {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
}

@media (max-width: 992px) {
    #slider {
        margin-bottom: calc(var(--space-between-sections) + 9vh);
        max-height: 80dvh;
    }
}

#slider .slider-video-container {
    width: 100%;
    height: 100%;
}

#slider .slider-video-container video,
#slider .slider-video-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

@media (max-width: 992px) {
    #slider .slider-video-container {
        height: 100%;
    }

    #slider .slider-video-container video,
    #slider .slider-video-container img {
        object-fit: cover;
    }
}

#slider .owl-theme .owl-dots {
    position: absolute;
    width: 100%;
    bottom: 15px;
}

#slider .owl-theme .owl-dots .owl-dot span {
    background: #45c2cc;
}

#slider .owl-theme .owl-dots .owl-dot.active span,
#slider .owl-theme .owl-dots .owl-dot:hover span {
    background: #ff9900;
}

@media screen and (max-width: 991px) {
    .offers-listing.owl-theme .owl-nav {
        top: calc(45% - 25px);
    }

    .offers-listing.owl-theme .owl-nav button.owl-prev {
        left: -10px;
        box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
    }

    .offers-listing.owl-theme .owl-nav button.owl-next {
        right: -10px;
    }
}

.slider__social {
    position: absolute;
    top: 50%;
    left: calc(90% - 42px);
    transform: translateY(-50%);
    z-index: 1;
}

.slider__social ul {
    list-style: none;
    padding-left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 16px;
    margin-bottom: 0;
}

.slider__social ul li {
    width: 40px;
    height: 40px;
    border: 1px solid white;
    position: relative;
    border-radius: 100% 100% 100% 12px;
    transition: background-color 0.3s;
}

.slider__social ul li:hover {
    background-color: white;
}

.slider__social img {
    width: 18px;
    height: 18px;
    object-fit: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(0) saturate(100%) invert(99%) sepia(1%) saturate(75%) hue-rotate(54deg) brightness(117%) contrast(100%);
}

.slider__social ul li:hover img {
    filter: brightness(0) saturate(100%);
}

.rs-icon {
    display: flex;
    text-align: center;
    justify-content: center;
}

.rs-icon.menu img {
    filter: invert(64%) sepia(57%) saturate(431%) hue-rotate(136deg) brightness(94%) contrast(91%);
}

.azuline-club__social .rs-icon img {
    filter: brightness(0) invert(1);
    transition: transform 0.3s ease;
    transform-origin: center;
}

.azuline-club__social li:hover .rs-icon img {
    transform: scale(1.2);
}

@media (max-width: 1340px) {
    .slider__social {
        top: 35%;
        left: calc(95% - 42px);
    }

    .slider__social ul li {
        width: 30px;
        height: 30px;
    }
}

@media (max-width: 992px) {
    .slider__social {
        display: none;
    }
}