.arrow-wrapper:hover {
    background: #17c0ff;
}

.arrow-wrapper:hover .arrow-icon {
    filter: brightness(1000%);
}

.btn-circle {
    margin-bottom: 10px;      
}

.w-slider-dot {
    margin: 0 10px 0.5em;
    height: 2em;
    width: 2em;
    border: #17c0ff solid 1px;
    background-color: rgba(23, 192, 255, 0.4);
}

.w-slider-dot.w-active {
    background-color: #17c0ff;
}

.services-list {
    width: 100%;
    color: #17c0ff;
    font-size: 18px;
    font-weight: 700;
}

.footer-menu-link.cta {
    font-size: 12px;
    padding: 10px 25px;
    border: solid 1px white;
    border-radius: 100px;
    color: white;
    background-color: rgba(23, 193, 255,0);
}

.footer-menu-link.cta:hover {
    color: #17c0ff;
    background-color: white;
}

/* Video */
.fold-bg-video {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100% !important;
    height: 100% !important;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.hero-paragraph.video {
    width: 75%;
}

.full-page-section.video {
    height: 92.5vh !important;
    margin-top: 7.5vh !important;
}

.footer-menu {
    padding-left: 0 !important;
    list-style-type: none;
}

.footer-menu .menu-item a {
    text-align: left !important;
    color: white !important;
    -webkit-box-pack: flex-start !important;
    -webkit-justify-content: flex-start !important;
    -ms-flex-pack: flex-start !important;
    justify-content: flex-start !important;
    -webkit-box-align: flex-start !important;
    -webkit-align-items: flex-start !important;
    -ms-flex-align: flex-start !important;
    align-items: flex-start !important;
}

textarea.w-input, textarea.w-select {
    height: -webkit-fill-available !important;
}

/* Language Selector */
.language-selector {
    position: fixed;
    left: auto;
    top: 7.5vh;
    right: 0%;
    bottom: auto;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #17c0ff;
}

.language-btn {
    padding: 15px 13px;
    border-top: 1px solid #17c0ff;
    border-bottom: 1px solid #17c0ff;
    border-left: 1px solid #17c0ff;
    border-radius: 1px;
    background-color: #fff;
    color: #17c0ff;
    font-weight: 500;
}

.language-btn.w--current {
    background-color: #17c0ff;
    color: #fff;
}

#menu-idioma {
    list-style-type: none;
    padding: 0;
}

#menu-idioma .menu-item {
    background-color: #fff;
    color: #17c0ff !important;
    font-weight: 500;
}

#menu-idioma .menu-item a {
    padding: 15px 13px !important;
    font-weight: 500;
    line-height: 1;
    border-top: 1px solid #17c0ff;
    border-bottom: 1px solid #17c0ff;
    border-left: 1px solid #17c0ff;
    display: block;
}

#menu-idioma .menu-item a:hover span {
    color: white;
}

#menu-idioma .menu-item a span {
    color: #17c0ff; 
    display: block;
    width: 2.05ch !important;
    overflow: hidden;
    white-space: nowrap;
    text-transform: uppercase !important;
    position: relative;
    font-size: 12px; 
}

.wpml-ls-current-language {
    background-color: #17c0ff !important;
}

.wpml-ls-current-language a span {
    color: white !important;
}

.modal {
    z-index: 9999;
}