@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body {
  font-family: 'Montserrat', sans-serif;
}

/* .text_container {
  display: none !important;
} */

.photos .people{
  max-width: 185px;
  bottom: 30px !important;
}

.photos .logo {
  width: 470px;
  bottom: 0 !important;
}

.photos .city {
  width: 300% !important;
}

.hero {
  min-height: 700px !important;
}


.explain_container p,
.mutuo_text p {
  margin: 15px auto;
  font-size: 20px;
  text-align: center;
}


@media (min-width: 768px) and (max-width: 1800px) {
  .label-text{
    text-align: center;
  }
  .age-toggle-container{
    flex-direction: column;
  }
}


@media(min-width: 768px) {

  .photos .city {
      width: 150% !important;
  }

  svg{
      width: 40px;
  }

}

@media(min-width: 1200px) {
  .container-sezioni {
    display: flex;
    flex-wrap: wrap;
  } 

  section {
    width: 100%;
  }
  
  .active-text{
    display: none;
  }

  .hidden-text{
    display: flex;

  }

  .photos .city {
      width: 100% !important;
  }

  .photos .people{
      max-width: inherit;
  }

  .people{
      height: 130% !important;
  }

  .photos .logo {
      bottom: 60px !important;
  }

  .hero {
      min-height: 535px !important;
  }

  svg{
      width: 25px;
  }

  .form_btn {
    display: none !important;
  }

  #main-section .text_container{
    display: none !important;
  }


}


/* Stile della "slider" */
.slide-toggle {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #007884 !important;
  transition: 0.4s;
  border-radius: 34px;
}

.slide-toggle:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 30px !important;
  bottom: 4px;
  background-color: #fff;
  transition: 0.4s;
  border-radius: 50%;
}


