@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pattaya&family=Signika:wght@400;700&display=swap");
/*
************* RESET ***********************************************
*/
*, ::after, ::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
}

body, html {
  height: 100%;
  width: 100%;
  background-color: #f0f4f2;
}

img {
  max-width: 100%;
}

h1 {
  font-family: 'Pattaya', 'Roboto', sans-serif;
  text-transform: capitalize;
}

/*
******** HELPER CLASSES ***********************************
*/
.hidden {
  display: none !important;
}

.bold {
  font-weight: bold;
}

.block {
  display: block;
}

.max-width-xs {
  max-width: 320px;
}

.max-width-s {
  max-width: 375px;
}

.max-width-m {
  max-width: 425px;
}

.max-width-l {
  max-width: 768px;
}

.max-width-xl {
  max-width: 1024px;
}

.max-width-xxl {
  max-width: 1440px;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.page-height {
  height: 100vh;
}

.gap-none {
  gap: 0;
}

.gap-s {
  gap: .25em;
}

.gap-m {
  gap: .5em;
}

.gap-l {
  gap: .75em;
}

.gap-xl {
  gap: 1em;
}

.container {
  padding: 1em;
}

.h-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.h-flex.v-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.h-flex.h-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.v-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.v-flex.h-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.v-flex.v-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.h-flex, .v-flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.h-flex.center, .v-flex.center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f9fbfe;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #10718c;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #12a1b8;
}

#page-content {
  max-width: 1440px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
}

.header {
  -webkit-box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 1px 3px 2px rgba(0, 0, 0, 0.2);
  background-color: #f9fbfe;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 2;
  width: 100%;
}

.logo {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  max-width: 7em;
}

.nav {
  list-style: none;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1em;
}

.nav .nav__item {
  font-size: .6rem;
  color: #49ccd6;
  width: 100%;
}

.nav .nav__item a:hover {
  cursor: pointer;
  color: #12a1b8;
}

.nav .nav__item a {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: inherit;
  text-decoration: none;
  font-weight: bold;
  font-size: 1.1em;
  -webkit-transition: color 50ms ease-in-out;
  transition: color 50ms ease-in-out;
  text-align: center;
}

.nav .nav__item .material-symbols-rounded {
  color: inherit;
  font-size: 3em;
  -webkit-transition: color 50ms ease-in-out;
  transition: color 50ms ease-in-out;
}

.section1 {
  padding: 4em 1em;
  position: relative;
}

.section1 h1 {
  font-weight: bold;
  text-transform: capitalize;
  font-family: 'Pattaya', 'Roboto', sans-serif;
  position: relative;
  text-align: center;
  color: #f9fbfe;
  font-size: 2.35em;
  z-index: 1;
  border-radius: 5px;
}

.section1 h1 span {
  font-family: inherit;
}

.section1 h1 .testo {
  font-family: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.section1 .back {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/Prima.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0.7);
          filter: brightness(0.7);
}

.offerte-assicurazione {
  margin: 0 auto;
  max-width: 425px;
}

.offerte-assicurazione ul {
  color: #262626;
  padding-inline: 2em;
  -webkit-padding-after: 1em;
          padding-block-end: 1em;
  list-style: circle;
  font-size: 1em;
  line-height: 1.4em;
}

.offerte-assicurazione ul li {
  text-transform: uppercase;
}

.offerte-assicurazione img {
  display: none;
}

.cv {
  border-bottom: 2px solid #a8e2e4;
}

form {
  margin: 0 auto;
  max-width: 425px;
  padding: 0em;
  border-radius: 5px;
}

.section2 {
  position: relative;
  background-color: #f9fbfe;
}

.section2 h1 {
  text-align: center;
  color: #10718c;
  font-size: 2rem;
  padding: .5em;
}

.section2 .title {
  padding-block: .5em;
  font-weight: bold;
  color: #10718c;
  font-size: 1.5em;
  font-family: 'Pattaya', 'Roboto', sans-serif;
}

.tab {
  text-align: center;
  padding: 1em;
  font-weight: bold;
  font-size: 1.2rem;
  color: #12a1b8;
  background-color: #a8e2e4;
  -webkit-transition: background-color 50ms ease-in-out;
  transition: background-color 50ms ease-in-out;
}

.tab + .tab {
  border-left: 3px solid #12a1b8;
}

.tab.active {
  background-color: #12a1b8;
  color: white;
}

.tab:hover {
  cursor: pointer;
  background-color: #49ccd6;
}

.tab.active:hover {
  background-color: #12a1b8;
}

.tab_content {
  padding: .65em;
}

.section3 {
  padding: 2em 1em 5em;
  position: relative;
  background-color: #f9fbfe;
}

.section3 h1 {
  color: #10718c;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: .5em;
  font-size: 2.35rem;
  z-index: 1;
}

.section4 {
  padding: 2em 1em 5em;
  position: relative;
  background-color: #f9fbfe;
}

.section4 h1 {
  color: white;
  display: inline-block;
  font-weight: bold;
  position: relative;
  text-align: center;
  padding: .5em;
  font-size: 2.35rem;
  z-index: 1;
}

.section4 .text {
  position: relative;
  color: white;
  z-index: 1;
}

.section4 .back {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: url(../img/Seconda.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: brightness(0.5) blur(0px);
          filter: brightness(0.5) blur(0px);
}

.text {
  max-width: 480px;
  font-size: 1.2rem;
  margin: 0 auto;
  text-align: center;
  line-height: 1.5em;
}

.cv-content .img-container {
  display: none;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 200px;
}

footer {
  padding: 1em;
  background-color: #10718c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .contact, footer .social {
  color: white;
}

footer .contact .title, footer .social .title {
  display: block;
  font-weight: bold;
  padding: .1em;
  font-size: .9em;
}

footer .contact ul, footer .social ul {
  list-style: none;
  font-size: .7em;
}

footer .contact ul li, footer .social ul li {
  padding: .2em;
}

footer .contact a, footer .social a {
  color: #a8e2e4;
}

footer .social {
  padding-top: .5em;
}

footer .social img {
  max-width: 26px;
}

footer .social a + a {
  margin-left: .5em;
}

footer .via {
  color: white;
  display: block;
  font-size: .8em;
}

footer * {
  width: 100%;
}

footer .logo2 {
  max-width: 8em;
}

footer .piva {
  display: block;
  color: white;
  font-size: .8em;
  padding-block: 1em;
}

@media only screen and (min-width: 1024px) {
  .assicurazione .content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .assicurazione .content .offerte-assicurazione {
    position: relative;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }
  .assicurazione .content .offerte-assicurazione ul {
    position: relative;
    font-size: 1.1em;
    line-height: 1.5em;
    z-index: 2;
  }
  .assicurazione .content * {
    width: 100%;
  }
  .cv .cv-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    max-width: 80%;
    gap: 1em;
  }
  .cv .cv-content .img-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: right;
        -ms-flex-pack: right;
            justify-content: right;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 50%;
  }
  .cv .cv-content * {
    width: 100%;
  }
  .cv .cv-content img {
    max-width: 200px;
    float: right;
  }
}

.bac-cmp, .bac-input, .bac-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  border: none;
}

.bac-bordered, .bac-input .bac-input_native, .bac-btn .bac-btn_native-outline {
  border: calc(1em / 9) solid #49ccd6;
  border-radius: 5px;
}

.bac-bordered:focus, .bac-input .bac-input_native:focus, .bac-btn .bac-btn_native-outline:focus {
  border-color: #49ccd6;
}

.bac-focus-outlined, .bac-input .bac-input_native, .bac-btn .bac-btn_native-solid, .bac-btn .bac-btn_native-outline {
  outline: 0 solid rgba(73, 204, 214, 0.35);
  outline-offset: 0px;
}

.bac-focus-outlined:focus, .bac-input .bac-input_native:focus, .bac-btn .bac-btn_native-solid:focus, .bac-btn .bac-btn_native-outline:focus {
  outline: calc(1em / 5) solid rgba(73, 204, 214, 0.35);
  outline-offset: calc(1em / 16);
}

.bac-active-outlined {
  outline: 0 solid rgba(73, 204, 214, 0.35);
  outline-offset: 0px;
}

.bac-active-outlined:active {
  outline: calc(1em / 5) solid rgba(73, 204, 214, 0.35);
  outline-offset: calc(1em / 16);
}

.bac-hover-outlined {
  outline: 0 solid rgba(73, 204, 214, 0.35);
  outline-offset: 0px;
}

.bac-hover-outlined:hover {
  outline: calc(1em / 5) solid rgba(73, 204, 214, 0.35);
  outline-offset: calc(1em / 16);
}

.bac-transitions, .bac-input .bac-input_native, .bac-btn .bac-btn_native-solid, .bac-btn .bac-btn_native-outline {
  -webkit-transition: outline-offset 100ms ease-in-out, outline-width 100ms ease-in-out, background-color 100ms ease-in-out, border-color 100ms ease-in-out;
  transition: outline-offset 100ms ease-in-out, outline-width 100ms ease-in-out, background-color 100ms ease-in-out, border-color 100ms ease-in-out;
}

.bac-hidden {
  display: none;
}

.bac-container {
  padding: 1em;
}

.bac-position-relative {
  position: relative;
}

.bac-size-xxs {
  font-size: .25rem;
}

.bac-size-xs {
  font-size: .5rem;
}

.bac-size-s {
  font-size: .75rem;
}

.bac-size-m {
  font-size: 1rem;
}

.bac-size-l {
  font-size: 1.25rem;
}

.bac-size-xl {
  font-size: 1.5rem;
}

.bac-size-xxl {
  font-size: 1.75rem;
}

.bac-input {
  padding-block: .4em;
}

.bac-input .bac-input_native {
  background-color: white;
  width: 100%;
  font-size: inherit;
  padding: 0.75em;
}

.bac-input .bac-input_placeholder {
  font-size: inherit;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  padding: 0 .75em;
  top: 50%;
  left: calc(1em / 8);
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.bac-input .bac-input_placeholder .bac-input_placeholder-text {
  display: block;
  color: #a6a6a6;
  -webkit-transition: font-size 50ms ease-in-out, top 50ms ease-in-out;
  transition: font-size 50ms ease-in-out, top 50ms ease-in-out;
}

.bac-input .bac-input_native:focus + .bac-input_placeholder, .bac-input .bac-input-full + .bac-input_placeholder {
  top: .25em;
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
}

.bac-input .bac-input_native:focus + .bac-input_placeholder .bac-input_placeholder-text, .bac-input .bac-input-full + .bac-input_placeholder .bac-input_placeholder-text {
  font-size: .55em;
  color: #12a1b8;
}

.bac-input .bac-input_label {
  font-size: inherit;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #12a1b8;
  padding-bottom: .3em;
  font-weight: bold;
}

.bac-input .bac-input_label .bac-input_label-text {
  font-size: .9em;
}

.bac-btn {
  display: block;
  padding-block: .8em;
}

.bac-btn .bac-btn_native-solid {
  border: none;
  border-radius: 5px;
  width: 100%;
  font-size: inherit;
  padding: 0.75em;
  background-color: #49ccd6;
  color: white;
}

.bac-btn .bac-btn_native-solid:hover {
  cursor: pointer;
  background-color: #12a1b8;
}

.bac-btn .bac-btn_native-solid:active {
  background-color: #a8e2e4;
}

.bac-btn .bac-btn_native-outline {
  width: 100%;
  font-size: inherit;
  padding: 0.75em;
  background-color: transparent;
  color: #12a1b8;
}

.bac-btn .bac-btn_native-outline:hover {
  border-color: transparent;
  cursor: pointer;
  color: white;
  background-color: #12a1b8;
}

.bac-btn .bac-btn_native-outline:active {
  background-color: #a8e2e4;
  color: white;
}

.bac-btn .bac-btn_label {
  width: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
  color: inherit;
  font-weight: bold;
  text-align: center;
}

.card {
  padding: .5em;
  background-color: white;
  color: #262626;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
}

.card a {
  text-decoration: none;
  display: inline-block;
}

.success {
  display: block;
  text-align: center;
  margin: 0 auto;
  font-size: 1.5rem;
  padding: 1em;
}
/*# sourceMappingURL=style.css.map */