@media only screen and (max-width: 1920px) {
}

@media only screen and (max-width: 1880px) {
}

@media only screen and (max-width: 1650px) {
  html,
  body {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1595px) {
}

@media only screen and (max-width: 1440px) {
  html,
  body {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1400px) {
}

@media only screen and (max-width: 1280px) {
  :root {
    --h1: 3rem;
    --h2: 2rem;
    --h3: 1.5rem;
    --h4: 1.3rem;
    --h5: 1.15rem;
    --p: 1.15rem;
    --p-small: 1.1rem;
    --btn: 1rem;
  }
}

@media only screen and (max-width: 1200px) {
  html,
  body {
    font-size: 11px;
  }
}

@media only screen and (max-width: 1150px) {
  .spaces-single-item {
    width: 100%;
  }
}

@media only screen and (max-width: 1000px) {
}

@media only screen and (max-width: 991px) {
  html,
  body {
    font-size: 10px;
  }

  :root {
    --p: 1.25rem;
    --btn: 1.25rem;
  }

  nav .menu-menu-1-container {
    display: none;
    opacity: 0;
    position: fixed;
    right: 0;
    top: 0;
    max-height: 100%;
    height: 100%;
    width: 85%;
    padding: 4em;
    padding-right: 12em;
    padding-top: 8em;
    background: #060e17d1;
    backdrop-filter: blur(5px);
    box-shadow: 0 0 20px 0px rgba(0, 0, 0, 0.5);
  }

  nav ul {
    display: block;
  }

  nav ul a {
    font-size: calc(var(--p) * 1.25);
    padding: 0;
    display: inline-block;
  }

  nav ul a {
    margin-bottom: 0.75em;
  }

  nav .btn-menu {
    display: inline-block;
    z-index: 1;
    position: absolute;
    right: 5%;
    top: 50%;
    transform: translateY(-50%);
  }

  nav .btn.outlined,
  nav .right-side {
    display: none;
  }

  .menu-item-has-children::before {
    content: none;
  }

  nav ul li .sub-menu {
    display: block;
    position: relative;
    background-color: transparent;
    padding: 0;
    border-radius: 0;
  }

  nav .sub-menu li {
    padding: 0;
  }

  #top-banner .rad-blue.rad4 {
    width: 100%;
    right: -20%;
    top: 0%;
  }

  #top-banner .text-content {
    padding-bottom: 2em;
    text-align: center;
  }

  #top-banner p {
    font-size: var(--p);
  }

  #top-banner .banner-truck {
    width: 95%;
    min-height: 44em;
    padding-top: 2em;
  }

  #top-banner .elements.globe1 {
    display: none;
  }

  #top-banner .elements.cubic1 {
    top: 45%;
    left: 20%;
  }

  #top-banner .elements.globe2 {
    right: -8%;
  }

  #about-section .pt-200 {
    padding-top: 5em;
  }

  #about-section .box-container {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 5em;
  }

  #about-section .box {
    width: 40%;
    text-align: left;
  }

  #about-section .box h3 {
    place-content: start;
    gap: 3%;
  }

  .partners-section .partners-item:first-of-type {
    border-bottom: 1px solid var(--blue1);
  }

  .partners-item:nth-child(2) {
    border-left: none;
  }

  .neon-box-container.fr3 {
    grid-template-columns: 1fr;
  }

  .neon-box-container.fr4 {
    grid-template-columns: 1fr 1fr;
  }

  #banner-pages .top-banner-background {
    height: 70%;
    opacity: 0.65;
  }

  #banner-pages .top-banner-background img {
    height: 100%;
    object-fit: cover;
  }

  #banner-pages.blog-page .triangular1,
  #banner-pages.blog-page .globe1,
  #banner-pages.blog-page .cubic1 {
    display: none;
  }

  #about-section h2 {
    font-size: calc(var(--h2) * 1.15);
  }

  p.small {
    font-size: var(--p);
    line-height: 1.3;
  }

  .theme-section p {
    padding: 0;
  }

  .loggy-img-container .el-loggy {
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  :root {
    --p: 1.35rem;
    --btn: 1.2rem;
  }

  #speakers-section span {
    position: relative;
  }

  #sust-section .planet-background {
    height: 120%;
    bottom: 50%;
  }

  .photos-slider {
    width: 140%;
  }

  .photos-slider .slider-item:nth-child(1) {
    display: none;
  }

  .neon-box-container {
    grid-template-columns: auto;
  }

  .spaces-item {
    margin: 0;
    display: block;
  }

  .spaces-content .spaces-title h3 {
    display: block;
  }

  .spaces-item .spaces-content {
    margin-top: 2em;
  }

  textarea {
    border-radius: 15px;
  }

  #formulario .el-truck {
    display: none;
  }

  #formulario .triangular1 {
    display: none;
  }

  .hub-slider .slider-item img {
    max-width: 40em;
  }

  #loggy-section .loggy-background {
    background-size: 180% 100%;
  }

  .gradient-fx-hover::before {
    content: none;
  }

  .news-item .news-img {
    height: 30em;
  }

  .neon-box-container .neon-box::after,
  .spaces-item::after {
    content: none;
  }

  .spaces-single-item img {
    height: 100%;
  }

  footer .footer-location {
    width: 100%;
  }

  .toggle-container {
    display: grid;
    align-items: center;
    justify-items: center;
    grid-template-columns: 1fr 1fr;
    gap: 1em;
  }

  .toggle-container .btn + .btn {
    margin-right: 0 !important;
    margin-top: 0em !important;
    margin-left: 0 !important;
  }

  .speakers-container .speaker-item {
    height: 42em;
  }

  .speakers-container.active {
    display: block;
  }

  .partners-container {
    border-bottom: none;
  }

  .partners-item {
    border-left: none;
    border-bottom: 1px solid var(--blue1);
  }

  #sust-section p {
    font-size: var(--p);
  }

  footer .gradient-elements .rad-green.rad1,
  footer .gradient-elements .rad-blue.rad1 {
    display: none;
  }
}

@media only screen and (max-width: 650px) {
  .input-group,
  .input-group p {
    display: block;
  }

  .input-group input {
    width: 100%;
    margin-bottom: 1em;
  }

  #banner-pages .cubic1 {
    left: 60%;
  }

  .hub-grid-box .box-item {
    max-width: 40%;
    flex: 40%;
  }

  .video-container-overlay .video {
    width: 90vw;
    height: calc(50% * 9 / 16);
  }

  #loggy-section h2 {
    font-size: calc(var(--h1) * 1.15);
  }

  #loggy-section h3 {
    font-size: var(--h2);
  }

  #sust-section .video-container {
    width: 70%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 590px) {
  .slider-partners::before {
    background-position: bottom;
  }
}

@media only screen and (max-width: 575px) {
  html,
  body {
    font-size: 9px;
  }

  .spaces-item .spaces-content {
    display: block !important;
  }

  .spaces-item img,
  .spaces-item.active img {
    width: 100%;
    height: auto;
  }

  .spaces-title {
    margin-top: 2em;
  }

  .spaces-item .show-more-btn {
    float: left;
  }

  .news-item .news-img {
    height: 25em;
  }

  .speakers-container .speaker-item {
    height: 100vw;
  }

  footer .contacts a {
    font-size: var(--p);
  }
}

@media only screen and (max-width: 550px) {
  #about-section .box {
    width: 100%;
  }

  .photos-slider {
    width: 160%;
  }

  .photos-slider .slider-item:nth-child(2) {
    display: none;
  }

  #about-section .box-container {
    width: 60%;
  }

  #loggy-section .loggy-background {
    background-size: 230% 100%;
  }

  #news-form .social-media .btn + .btn {
    margin-right: 0;
  }

  .akau-section a img {
    display: block;
    width: 100%;
    height: 2em;
    margin: 1em 0;
  }

  #photos-section .btn-container,
  #loggy-section .btn-container {
    display: grid;
  }

  #photos-section .btn-container .btn {
    margin: 0 auto;
  }

  #photos-section .btn-container .btn + .btn,
  #loggy-section .btn-container .btn + .btn {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 450px) {
  html,
  body {
    font-size: 8px;
  }

  .neon-box-container.fr4 {
    grid-template-columns: 1fr;
  }
}

@media only screen and (max-width: 412px) {
  .hub-grid-box .box-item {
    max-width: 100%;
    flex: 100%;
  }

  .hub-slider .slider-item img {
    max-width: 30em;
  }
}

@media only screen and (max-width: 360px) {
}
