@media (max-width: 575px) {
    #sp-header {
        height: inherit !important;
    }
      #sp-header .logo {
        height: 60px !important;
    }
}

@media (min-width: 1200px) {
    .sppb-row-container {
        max-width: 1400px !important;
    }
}

@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1400px;
    }
}
#sp-header, #sp-header .logo{
      height: 90px;
}
/*
#sp-header {
 position: absolute;
 background: transparent;
}

#sp-header.header-sticky {
  background-color: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  color: #000;
}
*/

.offcanvas-menu .idioma {
   margin-top: 30px !important;
}

.idioma .sp-module-content div {
    display: none !important;
}
.idioma form {
    display: flex;
}
.idioma form a {
   margin: 0 5px;
}

.sp-contact-email{
  margin:0px !important;
}

#sp-top-bar {
    background: #ffffff;
    color: #8e94bb;
   padding-bottom: 0px;
}
#sp-top-bar a {
    color: #8e94bb;
}
#sp-top-bar a:hover {
    color: #3a59eb;
}


#sp-header {
    box-shadow: none;
}