/*
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.6
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
*/

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');
/* Aggiungi qui i tuoi stili personalizzati */
body {
    font-family: "Manrope", sans-serif!important;
    color: #646363!important;
}


/* Pagina 401 / WL RESPONSE */
.notfound {
  min-height: 70vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px 20px;
}

.notfound__container {
  width: 100%;
  max-width: 1290px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  flex-wrap: wrap;
}

.notfound__content {
  flex: 1;
}

.notfound__brand {
  display: flex;
  align-items: center;
  gap: 0px;
  margin-bottom: 30px;
  flex-wrap: wrap;
  justify-content: center;
}

.brand-logo--main {
  height: 98px;
}

.brand-logo--pro {
  height: 100px;
}

.notfound__title {
  font-size: 50px;
  color: #b12a24;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
}

.notfound__text {
    text-align: center;
    font-size: 22px;
}

/* Area visual */
.notfound__visual {
  flex: 1 1;
  display: flex;
  justify-content: center;
}

/* Scudo */
.shield {
  justify-content: center;
}

/* Lucchetto */
.shield__lock {
  position: relative;
}

.lock-image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 768px;
}

/* Responsive */
@media (max-width: 1024px) {
  .notfound__title {
    font-size: 40px;
  }
  
  .notfound__text {
    font-size: 20px;
  }
}

@media (max-width: 900px) {
  .notfound__container {
    flex-direction: column;
    text-align: center;
  }

  .notfound__title {
    font-size: 30px;
  }

  .notfound__text {
    font-size: 16px;
  }

  .shield {
    width: 200px;
    height: 250px;
  }

  .notfound__brand {
    justify-content: center;
  }
}