@charset "UTF-8";
/**
 * Bootstrap 5.3 – Variabili SCSS di base
 * @see https://getbootstrap.com/docs/5.3/customize/sass/
 */
/* ----------------------------------------------------------
 * SPACING
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * COLOR SYSTEM
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BODY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TYPOGRAPHY
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * LINK
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BORDER 
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * TABS
 * ---------------------------------------------------------- */
/* ----------------------------------------------------------
 * BUTTONS
 * ---------------------------------------------------------- */
@media only screen and (max-width: 767px) {
  .metodo {
    position: relative;
    margin-top: 0 !important;
    overflow: hidden;
    height: 100vh;
  }
  .metodo .icon {
    width: 15vw;
    padding: 10px;
  }
  .metodo .venn-wrapper {
    position: relative;
    width: 80%;
    bottom: 0;
    top: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: scale(0.8);
  }
  .metodo .venn {
    position: relative;
    width: 280px;
    height: 330px;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
  }
  .metodo .circle {
    position: absolute;
    width: 250px;
    height: 250px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-weight: bold;
    transition: transform 0.8s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
  }
  .metodo .circle:nth-child(1) {
    left: 0;
    top: -44px;
  }
  .metodo .circle:nth-child(2) {
    left: 173px;
    top: 55px;
  }
  .metodo .circle:nth-child(3) {
    left: 0;
    top: 155px;
  }
  .metodo .circle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .metodo .circle-top,
  .metodo .circle-bottom {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .metodo .circle-divider {
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .metodo .container {
    position: relative;
    padding: 10% 0 !important;
    overflow: hidden;
  }
  .metodo .texts-container {
    width: 100%;
    position: relative;
  }
  .metodo .texts {
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
    overflow: hidden;
  }
  .metodo .texts::-webkit-scrollbar {
    display: none;
  }
  .metodo .text-1,
  .metodo .text-2,
  .metodo .text-3 {
    min-width: 100vw;
    height: 100%;
    padding: 1rem;
    padding-bottom: 0;
    box-sizing: border-box;
    scroll-snap-align: start;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .metodo {
    min-height: 300vh;
  }
  .metodo p {
    font-size: 0.8rem;
  }
  .metodo .icon {
    display: none;
  }
  .metodo .venn-wrapper {
    position: fixed;
    top: 25%;
    right: -30%;
    width: 600px;
    height: 600px;
    z-index: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) and (max-width: 991px) {
  .metodo .venn-wrapper {
    transform: scale(0.6) translate(-10%, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) and (min-width: 992px) {
  .metodo .venn-wrapper {
    transform: scale(0.6) translate(-30%, -50%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1440px) {
  .metodo .venn {
    position: relative;
    width: 600px;
    height: 600px;
    transition: transform 0.1s linear;
  }
  .metodo .circle {
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-weight: bold;
    overflow: hidden;
    transition: transform 0.1s linear;
    font-size: 2rem;
  }
  .metodo .circle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
  }
  .metodo .circle-top,
  .metodo .circle-bottom {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .metodo .circle-divider {
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .metodo .circle:nth-child(1) {
    left: 0px;
    top: 0px;
  }
  .metodo .circle:nth-child(2) {
    left: 390px;
    top: 231px;
  }
  .metodo .circle:nth-child(3) {
    left: 0px;
    top: 465px;
  }
  .metodo .texts-container {
    width: 40vw;
  }
  .metodo .texts {
    width: fit-content;
    display: flex;
    flex-direction: column;
    width: 40vw;
  }
  .metodo .text-1,
  .metodo .text-2,
  .metodo .text-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-bottom: 0;
  }
  .metodo .d-flex {
    display: flex;
  }
  .metodo .arrow {
    display: none;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1200px) {
  .metodo {
    min-height: 150vh;
  }
  .metodo .icon {
    display: none;
  }
  .metodo .venn-wrapper {
    transform: scale(0.5) !important;
    right: 5% !important;
    top: 0 !important;
    position: fixed;
    top: 25%;
    right: -30%;
    width: 600px;
    height: 600px;
    z-index: 0;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1200px) and (max-width: 1513px) {
  .metodo .venn-wrapper {
    transform: scale(0.9) translate(-50%, -50%);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1200px) and (min-width: 1514px) {
  .metodo .venn-wrapper {
    height: 550px;
    transform: scale(1.1) translate(-70%, -50%);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1200px) {
  .metodo .venn {
    position: relative;
    width: 600px;
    height: 600px;
    transition: transform 0.1s linear;
  }
  .metodo .circle {
    position: absolute;
    width: 600px;
    height: 600px;
    border: 1px solid black;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: transparent;
    font-weight: bold;
    overflow: hidden;
    transition: transform 0.1s linear;
    font-size: 2rem;
  }
  .metodo .circle:nth-child(1) {
    left: 0px;
    top: 0px;
  }
  .metodo .circle:nth-child(2) {
    left: 390px;
    top: 231px;
  }
  .metodo .circle:nth-child(3) {
    left: 0px;
    top: 465px;
  }
  .metodo .circle-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: relative;
    transition: opacity 0.4s ease;
  }
  .metodo .circle-top,
  .metodo .circle-bottom {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
  }
  .metodo .circle-divider {
    width: 100%;
    height: 1px;
    background-color: black;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
  }
  .metodo .texts {
    width: 40vw;
    display: flex;
    flex-direction: column;
  }
  .metodo .text-1,
  .metodo .text-2,
  .metodo .text-3 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .metodo .d-flex {
    display: flex;
  }
  .metodo .arrow {
    display: none;
  }
}