:root {
    color-scheme: only light;
}
#wpadminbar {
    position: fixed;
    min-width: unset;
    right: unset;
    max-width: 100px !important;
    transition-delay: .3s;
    overflow: hidden!important;
}
#wpadminbar:hover {
    opacity: 1;
    max-width: 100%!important;
    overflow: visible;
}
html {
    margin-top: 0!important;
}
.gradient-underline h2 {
    display: inline;
    position: relative;
}

.gradient-underline h2::after {
    content: "";
    position: absolute;
    display: inline-block;
    bottom: -6px;
    left: 0;
    right: 0;
    height: 7px;
    background: linear-gradient(90deg, #1c1540, #bbd0fe);
}

.fluentform .ff-el-group {
    margin-bottom: 10px;
}

input[type=text], input[type=email], textarea {
    border-radius: 23px!important;
    resize: none;
}

.fluentform .ff-el-is-error .text-danger {
    line-height: 93%;
    margin-top: 5px;
    text-align: right;
}

textarea {
    min-height: 135px!important;
}

button.ff-btn.ff-btn-submit {
    border-radius: 50px;
    background: linear-gradient(90deg, #1c1540, #bbd0fe);
    background-size: 135% 100%;
    background-position: 0% 0%;
    border: none;
    color: #fff;
    text-transform: uppercase;
    font-family: 'gotham';
    font-weight: 500;
    letter-spacing: 1px;
    padding: 10px 24px 9px;
    transition: background-position 0.3s;
}

button.ff-btn.ff-btn-submit:hover {
    background-position: 35% 0%;
}

.ff-default .ff-el-form-control:focus {
    border-color: #98a7d4;
}
span.light {
    font-weight: 300;
}
footer {
    display: none;
}

.site-navigation-dropdown ul.menu {
    position: fixed !important;
    top: -111px;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100% !important;
    display: flex;
    flex-direction: column;
    text-align: center;
    justify-content: flex-end;
    padding-bottom: 15px !important;
    align-items: center;
    min-height: 275px;
    background: linear-gradient(180deg, #1C1540 0%, #BBD0FE 130%) !important;
}
.site-navigation-toggle-holder.show.elementor-active {
    z-index: 99999;
}

.site-navigation-dropdown {
    transform: translateY(-275px)!important;
}

.site-navigation-toggle-holder.show.elementor-active + nav.site-navigation-dropdown.show {
    transform: translateX(0%)!important;
}

.site-header .header-inner {
    max-width: 1600px!important;
    padding-left: 20px;
    padding-right: 20px;
}

.site-navigation ul.menu {
    margin-right: -15px;
}

body {
    overflow-x: hidden;
}

.site-header .header-inner > .right {
    display: flex;
    gap: 65px;
    z-index: 2;
}

.site-header .header-inner .lang-switch {
    list-style: none;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
    color: #fff;
    position: relative;
    top: 1px;
}

.site-header .header-inner .lang-switch .active {
    font-weight: 600;
}

.container_img {
    width: 105%;
    max-width: unset!important;
}

.container_img img {
    width: 100%;
}
div#fluentform_1_success {
/*    background: linear-gradient(90deg, #1c1540d4 0%, #bbd0fecf 100%);*/
    color: #fff;
    border: none;
    border-radius: 51px;
    padding: 0;
}
div#fluentform_1_success p {
    margin-bottom: 0;
    color: #1c1540d4;
    font-weight: 500;
    line-height: 120%;
    font-size: 19px;
}
#footer-block .menu {
    display: flex;
    justify-content: center;
    margin-bottom: 35px;
    padding: 0;
    list-style: none;
}

#footer-block .menu a {
    padding: 10px;
    text-transform: uppercase;
}
#icons-banner > .e-con-inner {
    flex-wrap: wrap;
}

#icons-banner > .e-con-inner > div {
    flex-basis: 200px;
    flex-shrink: 0;
}
div#contacto {
    overflow: hidden;
}
@media (max-width: 423px) {
    .gradient-underline h2::after {
        bottom: -10px;
    }
}
@media (max-width: 575px) {
    #consultoria {
        background-attachment: fixed;
        background-size: auto 100vh;
    }
    .site-logo.show {
        width: 170px;
    }
}
.gradient-underline h2 {
    display: inline;
}
@media (min-width: 576px) {
    .site-navigation-dropdown {
        display: none!important;
    }
}
body:has(.site-navigation-toggle-holder.show.elementor-active) header#site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
}

.site-branding.show-logo {
    z-index: 4;
}

nav.site-navigation-dropdown.show {
    z-index: 1;
}

.site-navigation-dropdown ul.menu li a {
    background: unset;
    color: #fff;
    box-shadow: unset;
}


.site-navigation-toggle-holder {
    padding: 0!important;
}

.site-navigation-toggle-holder .site-navigation-toggle {
    padding: 5px 1px!important;
    color: #fff!important;
    background-color: unset!important;
}
.site-navigation ul.menu li a::after {
    content: "";
    position: absolute;
    bottom: 8px;
    left: 15px;
    width: 0px;
    height: 3px;
    background-color: #fff;
    transition-duration: .3s;
}

.site-navigation ul.menu li.active a::after {
    width: calc(100% - 30px);
}

.site-navigation ul.menu li.active a {
    font-weight: 600!important;
    font-size: 1.0rem;
}