@import "/node_modules/aos/dist/aos.css";

@font-face {
  font-family: 'Gordita-Bold';
  src: url("../fonts/Gordita-Bold.otf") format('truetype');
}
@font-face {
  font-family: 'Gordita-Medium';
  src: url("../fonts/Gordita-Medium.otf") format('truetype');
}
@font-face {
  font-family: 'Gordita-Regular';
  src: url("../fonts/Gordita-Regular.otf") format('truetype');
}

/**
Bootstrap v5.2.3
/* Fonts */
:root {

  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-xl: 18px;
  --font-size-xxl: 22px;
  --font-size-xxxl: 28px;
  --font-size-xxxxl: 38px;
  --font-size-xxxxxl: 45px;


  --font-default: "DM Sans", Helvetica, -apple-system ;
  --font-primary: "Gordita-Bold", Helvetica;
  --font-family-gordita-medium: "Gordita-Medium", Helvetica;
  --font-family-gordita-bold:"Gordita-Bold", Helvetica;
  --font-family-gordita-regular: "Gordita-Regular", Helvetica;
}

/* Colors */
:root {
  --color-default: #0a0d13;
  --color-primary: #0d42ff;
  --color-secondary: #ffffff;
  --outer-space: #2d374b;
  --tuatara: #363636;
  --roz:#e72145;
  --magenta: #e8408d;
  --celeste: #40bff0;
  --verde: #b5b21c;
}

/* Smooth scroll behavior */
:root {
  scroll-behavior: smooth;
}

/* Chat bot */
:root {
  --layout-height: 70vh;
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body {
  font-family: "Gordita-Regular", Helvetica;
  --font-size-l: 16px;
  --font-size-m: 14px;
  --font-size-xl: 20px;
  --font-size-xxl: 24px;
  --font-size-xxxl: 28px;
  --font-size-xxxxl: 36px;
  --font-size-xxxxxl: 42px;


  --font-default: "DM Sans", Helvetica, -apple-system ;
  --font-primary: "Gordita-Bold", Helvetica;
  --font-family-gordita-medium: "Gordita-Medium", Helvetica;
  --font-family-gordita-bold:"Gordita-Bold", Helvetica;
  --font-family-gordita-regular: "Gordita-Regular", Helvetica;
}

a {
  color: var(--color-primary);
  color: #064D81;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
}

a:hover {
  color: #406aff;
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-primary);
}
h1{
  font-size: 2rem;
}
h2{
  font-size: 2rem;
}
h3{
  font-size: 1.25rem;
  font-weight: 500;
}
h4{
  font-size: 1rem;
}

p {
   font-family: var(--font-family-gordita-regular);
}

h2 {
  margin-top: 1em;
  text-decoration: none;
  text-transform: none;
  font-weight: 500 !important;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  opacity: .9;
  font-size: 75%;
  color: rgb(165, 165, 165);
  font-style: italic;
}
::-moz-placeholder { /* Firefox 19+ */
  opacity: .9;
  font-size: 75%;
  color: rgb(165, 165, 165);
  font-style: italic;
}
:-ms-input-placeholder { /* IE 10+ */
  opacity: .9;
  font-size: 75%;
  color: rgb(165, 165, 165);
  font-style: italic;
}
:-moz-placeholder { /* Firefox 18- */
  opacity: .9;
  font-size: 75%;
  color: rgb(165, 165, 165);
  font-style: italic;
}
::placeholder{
  opacity: .9;
  font-size: 75%;
  color: rgb(165, 165, 165);
  font-style: italic;
}
/*--------------------------------------------------------------
# Sections & Section Header
--------------------------------------------------------------*/
section {
  padding: 80px 0;
  overflow: hidden;
}

.section-header {
  text-align: center;
  padding: 30px 0;
  position: relative;
}

.section-header h2 {
  font-size: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-bottom: 0;
  color: #ffffff;
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  padding-bottom: 20px;
  position: relative;
}

.section-header h2:after {
  content: "";
  position: absolute;
  display: block;
  width: 50px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.welcome{
  color: #44a2ed;
  font-family: var(--font-family-gordita-medium);
  font-size: 36px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0;
  top: 0;
  white-space: nowrap;
}
.all-results {
  color: black;
  display: flex;
  list-style-type: none;
  margin: 30px 5px 0 20px;
  padding: 0;
}
.lista-results {
  display: block;
  text-align: center;
  margin-right: 5%;
  cursor: pointer;
}
.box-shadow-input{
  box-shadow: 0px -17px 50px 15px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1);
  border-radius: 10px;
  z-index: 5;
  background-color: var(--color-secondary);
  width: 100vh;
  max-width: 752px;
}

.search {
  color: #ffffffe9;
  font-family: var(--font-family-gordita-medium);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 24.0px;
  min-height: 19px;
  text-align: center;
  white-space: nowrap;
  width: 69px;
}
.section-header span {
  position: absolute;
  top: 46px;
  color: rgba(14, 29, 52, 0.06);
  left: 0;
  right: 0;
  z-index: 1;
  font-weight: 500;

  text-transform: uppercase;
  line-height: 0;
}

.section-header p {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
}
.form-search {

  background-color: #8d8f91;
  border-radius: 20px;
}
.italian-90,.wrapper-90 {
  margin-right: auto;
  width: 90%;
  margin-left: auto;
}
.italian-80,.wrapper-80 {
  margin-right: auto;
  width: 80%;
  margin-left: auto;
}
@media (max-width: 992px) {
  [class^="container"]{
    max-width: 90%;
  }
}

@media (max-width: 768px) {

  .italian-90 {
    margin-right: auto;
    width: 90%;
    margin-left: auto;
  }
  .header-events {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }

  .items-5-768 {
    width: 100%;
    margin-left: auto;
  }
  .italian-105 {
    margin-right: auto;
    width: 90%;
    margin-left: auto;
  }
  .box-shadow-input{
    box-shadow: 0px -17px 50px 15px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1);
    border-radius: 10px;
    z-index: 5;
    background-color: var(--color-secondary);
  }
}
@media (max-width: 640px) {
  .section-header h2 {
    font-size: 28px;
    margin-bottom: 15px;
  }

  .section-header span {
    font-size: 36px;
  }
}

/*--------------------------------------------------------------
# Scroll top button
--------------------------------------------------------------*/
.scroll-top {
  position: fixed;
  visibility: hidden;
  opacity: 0;
  right: 25px;
  bottom: 15px;
  z-index: 999;
  background: #e72145;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  transition: all 0.4s;
}

.scroll-top i {
  font-size: 24px;
  color: #fff;
  line-height: 0;
}

.scroll-top:hover {
  background: #1082dd;
  color: #fff;
}

.scroll-top.active {
  visibility: visible;
  opacity: 1;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
  background-color: #f4f4f4;
}

.header.sticked {
  background: rgba(255, 255, 255, 0.9);
  padding: 15px 0;

}

.header .logo img {
  align-self: center;
  margin-right: 6px;
  width: 45px;
}
.header .logo.logo-univitaly img {
  width: 150px;
}
.italian-100 {
  margin-right: auto;
  width: 100%;
  margin-left: auto;
}
.students {
  width: 100%;
}
/* -----------------------------------------------------------
 *   # Stili per navbar bootstrap 19/07/2023 Nazario
 * ----------------------------------------------------------- */
.navbar-toggler,.navbar-toggler:hover,.navbar-toggler:active{
border: none;
outline: 0;
box-shadow: none;
}
.offcanvas-header{
justify-content: flex-end;
align-items: center;
}
.dropdown-menu{
  border: none;
  border-radius: 2px;
}
.dropdown-menu li {
padding: 0;
}
.dropdown-item {
padding: 6px 24px;
font-weight: 600;
}
.nav-link,
.dropdown-item,
.nav-item a {
  color: var(--color-default);
  font-size: 15px;
  font-weight: 400;
  text-transform: none;
  font-family: var(--font-primary);
  transition: .3s;

}
.nav-link:hover,
.nav-item a:hover,
.nav-item .active,
.nav-item .active:focus,
.nav-item li:hover>a {
  color: #e72145 !important;
}


@media (min-width: 992px) {
  .dropdown:hover .dropdown-menu {
      display: block;
  }
}

/* -----------------------------------------------------------
 *   # Animazione per menu a discesa
 * ----------------------------------------------------------- */
@media (min-width: 992px) {
  .animation {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}
@keyframes slideInNav {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0rem);
    opacity: 1;
  }
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}
@-webkit-keyframes slideInNav {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }
  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}
.slideInNav {
  -webkit-animation-name: slideInNav;
  animation-name: slideInNav;
}

.all-results{
  font-size: 12px;
}
.resp-form {
  width: 100%;
}
.hero form .form-control {
  height: 40px;
}
.btn-custom {
  height: 40px;
  min-width: 140px;
  padding: 10px 45px;
}
.box-cards{
  display: flex;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  /* width: 100%; */
  margin-top: 30px;
}


/*--------------------------------------------------------------
# Study Services Section
--------------------------------------------------------------*/
[class*='card-img-']{
  height: 100%;
  min-height: 250px;
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  padding: 0 0 0 25px;
  flex-direction: column;
}
.card-img-1 {
  background-image: url(../img/rectangle-8.png);
  background-size: 130% auto;
  transition: all .5s;
}
.card-img-1:hover {
  background-size: 150%;
  transition: all 3s;
}
.card-img-2 {
  background-image: url(../img/cosa-studiare.jpg);
}
.card-img-3 {
  background-image: url(../img/rectangle-151.png);
}
.card-img-4 {
  background-image: url(../img/sistema-italiano.png);
}
.card-img-5{
  background-image: url(../img/borse-studio.png);
}
.logo-service{
 width: 2em;
 height: 2em;
 margin-right: 1em;
}
.title-service{
  color: #fff;
  font-size: 24px;
}
.text-service{
  font-size: .8em !important;
  color: #fff;
  margin-left: 0 !important;
  padding: 0 !important;
max-width: 70%;

}

@media screen and (max-width:468px){
  .card-img-1 {
    min-height: 250px !important;

  }
}
@media screen and (min-width:768px){
  [class*='card-img-']{
    min-height: 200px;
    padding: 0 0 0 15px;
    }
}
@media screen and (min-width:1280px){
  [class*='card-img-']{
    min-height: 300px;
    }
}
img {
  vertical-align: middle;
  width: 20%;
}
.title-1 {
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--font-family-gordita-medium);
  font-size: var(--font-size-xl);
  transition: 0.3s;
  margin-left: 10px;
  color: var(--color-secondary);
}
.title-2 {
  font-weight: 700;
  margin-bottom: 10px;
  font-family: var(--font-family-gordita-bold);
  font-size: var(--font-size-xxl);
  transition: 0.3s;
  margin-left: 10px;
  color: var(--color-secondary);
  margin-bottom: 20px;
}
.description {
  font-size: 15px;
  color: var(--color-secondary);
  margin-bottom: 10px;
  margin-left: 10px;
  font-weight: 500;
}

/*--------------------------------------------------------------
# Services Section
--------------------------------------------------------------*/
.services {
  margin-top: 25px;
}
.services .card {
  border: none;
  /* background: #fff; */
  position: relative;
  min-height: 100%;
  border-radius: 15px;
  height: 100%;
}

.services .card .card-img {
  overflow: hidden;
  margin-bottom: 15px;
  border-radius: 0;
}

.services .card .card-img img {
  transition: 0.3s ease-in-out;
}

.services .card h3 {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 5px;
  padding: 10px 30px;
  text-transform: uppercase;
}

.services .card a {
  color: var(--color-secondary);
  transition: 0.3s;
}

.services .card a:hover {
  color: var(--color-secondary);
}

.services .card p {
  padding: 0 30px;
  margin-bottom: 30px;
  color: white;
  font-size: var(--font-size-m);
  margin-left: 20px;
  width: 100%;
}
.icon {
  display: flex;
}
.mt-30 {
  margin-top: 30px;
}
.mt-25 {
  margin-top: 25px;
}
.mt-20 {
  margin-top: 20px
}
.ml-10 {
  display: flex;
  margin-left: 10px;
}
.ml-25 {
  display: flex;
  margin-left: 25px;
}
.w-rem {
  width: 18rem;
}
/*--------------------------------------------------------------
# Call To Action Section
--------------------------------------------------------------*/
.call-to-action {
  background: url(../img/rectangle-13.png);
  background-size: cover;
  padding: 50px 0;
}

@media (min-width: 1365px) {
  .call-to-action {
    background-attachment: fixed;
  }
}

.call-to-action h3 {
  color: var(--outer-space);
  font-size: var(--font-size-xxxl);
  font-weight: 700;
}

.call-to-action p {
  color: var(--tuatara);
  margin-right: 7%;
  font-family: var(--font-family-gordita-regular);
  font-size: var(--font-size-xl);
  font-weight: 400;
  letter-spacing: 0;
}
.call-to-action .find-out-more {
  display: flex;
}
.call-to-action .btn-custom-find {
  align-items: center;
  background-color: #1082dd;
  color: white;
  border-radius: 30px;
  display: flex;
  height: 60px;
  min-width: 18%;
  /* padding: 25px 60px; */
  font-weight: 700;
  justify-content: center;
}
.btn-custom-find:hover {
  background: #e72145;
  color: #fff;
}
.no-bg {
  background: #e8f2fa;
}
.mh-300 {
  min-height: 300px;
}
.flex-c {
  display: flex;
  align-items: center;
}
.d-flex {
  display: flex;
}

[class*='card-img-study-']{
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.4);
  background-position: 50% 50%;
  display: flex;
  justify-content: flex-end;
  padding: 0 0 0 25px;
  border-radius: 15px;
  margin-right: 20px;
  flex-direction: column;
  transition: background-color 1s;
}

[class*='card-img-study-']:hover{
  background-color: rgba(0, 0, 0, 0.5);
  transition: background-color 1s;

}
[class*='card-img-study-'] h4{
  font-size: 1.5rem;
  transition: all .6s;
}
[class*='card-img-study-']:hover h4{
  font-size: 2rem;
  text-shadow: 1px ;
}
[class*='card-img-study-']::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    transition: all 1s;
    z-index: -1;
}
.card-img-study-1::before{
  content: "";
  background-image: url(../img/rectangle-15.jpg);

}
.card-img-study-2::before{
  content: "";
  background-image: url(../img/rectangle-16.jpg);
}
.card-img-study-3::before{
  content: "";
  background-image: url(../img/rectangle-17.jpg);
  background-size: cover;
}
.card-img-study-4::before{
  content: "";
  background-image: url(../img/rectangle-18.jpg);
}

[class*='card-img-study-']:hover::before{
  transition: all 2s ease-in-out;
  transform: rotate(2deg) scale(1.1);
}

/*--------------------------------------------------------------
# Numbers Section
--------------------------------------------------------------*/
.borse-studio {
  background-image: url(../img/borse-studio-bg.jpg);
  background-size: cover;
  padding: 100px 0;
}
.numbers {
  background-image: url(../img/rectangle-31.png);
  background-size: cover;
  padding: 100px 0;
}
.italian-105 {
  display: flex;
  justify-content: space-between;
  margin-right: auto;
  width: 100%;
  margin-left: auto;
}
.title-numbers {
  text-align: center;
  margin-bottom: 30px;
}
.title-numbers h3 {
  color: var(--color-secondary);
  font-family: var(--font-family-gordita-bold);
  font-size: var(--font-size-xxxl);
  font-weight: 700;
}
.img-faculties {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  border-color: var(--color-secondary);
  border-radius: 20px;
  padding: 40px 10px;

}
.img-numbers {
  height: 60px;
  min-width: 50px;
  position: relative;
  margin-right: 20px;
}
.numbers-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.number {
  color: var(--color-secondary);
  font-family: var(--font-family-gordita-medium);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
}
.faculties {
  color: var(--color-secondary);
  font-family: var(--font-family-gordita-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
}

@media (max-width: 992px) {

  .title-numbers {
    text-align: center;
    margin-bottom: 45px;
  }
  .img-faculties {
    /* justify-content: center; */
    border: 1px solid;
    border-color: var(--color-secondary);
    border-radius: 20px;
    /* padding: 40px 100px; */

  }
  .box-shadow-input {
    width: auto;
  }
  .all-results{
    font-size: 12px;
  }
  .resp-form {
    width: 100%;
  }
  .hero form .form-control {
   height: 40px;
  }
  .btn-custom {
    height: 40px;
    min-width: 100px;
    padding: 10px 45px;
  }
}
@media (max-width: 992px) {

}

@media (max-width: 767px) {

}

@media (max-width: 420px) {

}

/*--------------------------------------------------------------
# Events Section
--------------------------------------------------------------*/
.services .card-events {
  border: none;
  position: relative;
  height: 100%;
  align-items: center;
  background-color: var(--white);
  border-radius: 20px;
  box-shadow: 0px 10px 80px #2e405c12;
  display: flex;
  flex-direction: column;
  min-height: 550px;
  min-width: 20rem;
  margin-right: 10px;
  padding-bottom: 1rem;
}
.card-events:hover {
  box-shadow: rgba(17, 17, 26, 0.1) 0px 8px 24px, rgba(17, 17, 26, 0.1) 0px 16px 56px, rgba(17, 17, 26, 0.1) 0px 24px 80px;
  cursor: pointer;
}
.events {
  padding: 80px 0;
  position: relative;
}
.header-events{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.title-events {
  color: var(--outer-space);
  font-family: var(--font-family-gordita-bold);
  font-size: var(--font-size-xxxxl);
  font-weight: 700;
}
.btn-custom-events {
  align-items: center;
  background-color: white;
  color: var(--outer-space);
  border: 1px solid #e72145;
  border-radius: 10px;
  display: flex;
  height: 60px;
  min-width: 100px;
  padding: 8px 20px;
  font-weight: 700;
  justify-content: center;
}
.btn-custom-events:hover {
  background: #1082dd;
  color: #fff;
}
.event-date{
  text-transform: capitalize;
}
.box-cards{
  display: flex;
  align-items: flex-start;
  justify-content: space-around;
}


.overlap-group-event {
  align-items: flex-start;
  background-image: url(../img/eventi/event-1.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  height: 250px;
  min-width: 20rem;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
 .data-chip-box {
  align-items: flex-start;
  background-color: #00000080;
  border-radius: 10px;
  gap: 10px;
  padding: 6px 7px;
  margin: 15px;
}
.data-chip-text {
  color: var(--color-secondary);
  font-family: var(--font-family-gordita-medium);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 700;
}
.card-title {
  letter-spacing: 0;
  line-height: 28.8px;
  margin-top: 26px;
  color: var(--outer-space);
  font-family: var(--font-family-gordita-bold);
  font-size: var(--font-size-xl);
  font-style: normal;
  font-weight: 700;
  margin-left: 5px;
}
.card-paragraph {
  letter-spacing: 0;
  line-height: 22.4px;
  margin-right: 0.86px;
  margin-top: 10px;
  color: var(--tuatara);
  font-family: var(--font-family-gordita-regular);
  font-size: var(--font-size-m);
  font-style: normal;
  font-weight: 400;
  height: 100px;
  margin-left: 5px;
}
.btn-read-more{
  color: var(--outer-space);
  font-family: var(--font-family-gordita-medium);
  font-size: var(--font-size-l);
  font-style: normal;
  font-weight: 700;
  margin-left: 5px;
}
.btn-read-more:hover{
  color: #e72145;
}
@media (min-width: 992px) {

  .box-cards{
    display: flex;
    /* gap: 40px; */
    /* height: 485px; */
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
  }
}

/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
.hero {
  width: 100%;
  min-height: 50vh;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 0;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 35px;
}

.hero h2 {
  margin-bottom: 20px;
  padding: 0;
  font-weight: 700;
  color: #44a2ed;
  font-family: var(--font-family-gordita-medium);
  font-size: 30px;
  font-weight: 500;
}
h1.hero-first  {
  z-index: 9;
}
.img-universitaly {
  width: 400px;
  height: 400px;
  left: 600px;
  position: absolute;
  top: 221px;
  z-index: 0;
}


@media (max-width: 575px) {
  .hero h2 {
    font-size: 30px;
  }
}

.hero p {
  margin-bottom: 40px;
  line-height: 55px;
  color: #2d374b;
  font-family: var(--font-family-gordita-bold);
  font-size: var(--font-size-xxxxxl);
  font-weight: 700;
  width: 85%;
}
.click {
  color:#e72145 ;
}

.hero form {
  background-color: transparent;
  padding: 0 15px 0 15px;
  border-radius: 10px;
}

.hero form input{
  background-color: transparent;
}
.hero form .form-control {
  padding-top: 18px;
  padding-bottom: 18px;
  padding-left: 20px;
  padding-right: 20px;
  border: none;
  background-color: rgba(255,255,255, 0.5);
}

.hero form .form-control:hover,
.hero form .form-control:focus {
  outline: none;
  box-shadow: none;
}

.hero form .btn-primary {
  background-color: var(--color-primary);
  padding: 15px 30px;
}

.hero form .btn-primary:hover {
  background-color: #2756ff;
}

.hero .stats-item {
  padding: 30px;
  width: 100%;
}

.hero .stats-item span {
  font-size: 32px;
  display: block;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
}

.hero .stats-item span:after {
  content: "";
  position: absolute;
  display: block;
  width: 20px;
  height: 3px;
  background: var(--color-primary);
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.hero .stats-item p {
  padding: 0;
  margin: 0;
  font-family: var(--font-primary);
  font-size: 15px;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer {
  font-size: 14px;
  padding: 50px 0;
  color: white;
  align-items: center;
  background-image: url(../img/medicina2025/rectangle-28.png);
  background-position: 50% 50%;
  background-size: cover;
  display: flex;
  justify-content: flex-end;
}
.mur-logo {
  width: 80px;
  margin-top: 30px;
}
.footer .footer-info .logo {
  line-height: 0;
  margin-bottom: 25px;
}

.footer .footer-info .logo img {
  max-height: 80px;
  margin-right: 6px;
  width: 40%;
}

.footer .footer-info .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #fff;
  font-family: var(--font-primary);
}

.footer .footer-info p {
  font-size: 14px;
  font-family: var(--font-primary);
  width: 61%;
}

.footer .social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  transition: 0.3s;
}

.footer .social-links a:hover {
  color: #fff;
  border-color: #fff;
}

.footer h4 {
  font-size: 16px;
  font-weight: bold;
  position: relative;
  padding-bottom: 25px;
}

.footer .footer-links {
  margin-bottom: 30px;
  padding-top: 30px;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer .footer-links ul i {
  padding-right: 2px;
  font-size: 12px;
  line-height: 0;
}

.footer .footer-links ul li {
  padding: 10px 0;
  display: flex;
  align-items: center;
}

.footer .footer-links ul li:first-child {
  padding-top: 0;
}

.footer .footer-links ul a {
  color: rgba(255, 255, 255, 0.6);
  transition: 0.3s;
  display: inline-block;
  line-height: 1;
  padding-bottom: 15px;
}

.footer .footer-links ul a:hover {
  color: #fff;
}

.footer .footer-contact p {
  line-height: 26px;
}

.copyright {
  text-align: center;
  background-color: #163e5d;
  color: #fff;
  /* height: 40px; */
  font-size: var(--font-size-m);
  padding-top: 15px;
  padding-bottom: 1px;
}
.uni-img-footer {
  height: 250px;
  width: 250px;
  margin-top: 30px;
}

/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
  [data-aos-delay] {
    transition-delay: 0s !important;
  }
}
/*--------------------------------------------------------------
# Stile per  pagine statiche  26-06-2023
--------------------------------------------------------------*/
.content-box {
  align-items: center;
  border-radius: 25px;
  background-color: #E8F2FA;
  padding: 30px;
  width: 100%;
}
@media screen and (min-width:1024px) {
  .content-box {
    padding: 80px;
  }
}

.text-box {
  font-size: 16px;
  color: #363636;
}
.text-box h2 {
  margin-bottom: 1rem;
  margin-top: 1rem;
  font-weight: 600;
  color: #2D374B;
  text-transform: none;

}
.text-box p {
  font-size: 16px;
}
.text-box a {
  font-weight: 600;
  color: #064D81;
}

.entry-title{
  display: block;
  font-size: 2.5rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (min-width:1024px) {
  .entry-title{
    max-width: 85%;
  }
}
@media screen and (min-width:1368px) {
  .entry-title{
    max-width: 75%;
  }
}

.img-fit {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center center;
  padding-right: 0 !important;
  padding-left: 0 !important;
}
.img-rounded-25 {
  border-radius: 25px;
}
.pointer{
  cursor: pointer;
}
/*--- fine stile per  pagine statiche ---*/



@media screen and (min-width: 1921px) {
  .container-lg{
    max-width: 70%;
  }
}

.cookieControl{
  z-index: 999 !important;
}


#header{
  padding-bottom: 20px;
}
#cards{
  padding: 28px 0;
  background-image: url("/img/medicina2025/background-card.webp");
  background-size: cover;
}
#percorso {
  padding: 28px 0 0 0 ;
}
#faq {
  padding: 0 0 32px 0 ;
}
#aggiornamenti{
  padding: 28px 0;
}
.cardnew{
  min-width: 320px;
  background-color: #fff !important;
  color: #000 !important;
  border-radius: 10px;
  padding: 0;
}
.c-img {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 180px;
  width: 180px;
  padding:10px;
  border: 4px solid #3B66B6;
  border-radius: 90px;
  margin: 20px auto;

}
.img-card{
  height: 100px;
  width: 100px;
}
.img-percorso{
  object-fit: contain;
  width: 100%;
}
.content-box {
  align-items: center;
  border-radius: 0;
  background-color: transparent;
  padding: 28px 0 16px 0;
  width: 100%;
}
.button, .button-torna{
  margin-right: 20px;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 8px 16px;
  font-size: 14px;
}
#header .button-torna{
  min-width: 180px;
  margin-bottom: 20px;
}
.button-contatti{
  background-color: #dce3ff;
  color: #222;
  font-weight: 600;
}
.button-blue {
  background-color: #3B66B6;
  color: #fff;
}
.button i, .button span, .button-torna i{
  display: inline-block;
  margin-right: 8px;
  font-size: 20px;
  line-height: 20px;
}
.button img, .button-torna img{
  width: 20px;
  height: auto;
  margin-right: 8px;
  font-size: 20px;
}

#cards ul{
  padding-left: 0;
}
#cards li{
  font-size: 16px;
  margin-bottom: 16px;
}
.percorso ul{
  padding-left: 1rem;
}
.percorso-title-button{
  font-size: 32px;
  margin-bottom: 16px;
}
#header .logo-service{
  width: 250px;
  height: 250px;
}
.card-id{
  margin: 0 16px 0 0;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #3B66B6;
  color: #fff;
  font-weight: 600;
  border-radius: 20px;
  text-align: center;
  line-height: 40px;
}
.percorso-id{
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 0 16px 0 0;
  width: 30px;
  height: 30px;
  background-color: #fff;
  color: #3B66B6;
  font-weight: 600;
  border-radius: 15px;
}
.card-title {
  font-weight: 700;
  font-size: 18px;
}
.box_percorso_title{
  background-color: #3B66B6;
  border-radius: 10px;
  padding: 12px 16px ;
  color:#fff;
}
.c-percorso{
  background-image: url("/img/medicina2025/background-percorso.webp");
  background-size: cover;
  background-repeat: no-repeat;

}
.big-blue{
  font-size: 32px;
  color: #3B66B6;
  font-weight: bold;
  line-height: 28px;
}
.small-blue{
  font-size: 24px;
  color: #3B66B6;
  font-weight: bold;
}
.card-button{
  color: #fff;
  background-color: #3B66B6;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 20px;
  width: auto;
  align-content: end;
}
.buttonFaq{
  margin-top: 20px;
  color: #fff;
  background-color: #3B66B6;
  font-size: 20px;
  padding: 8px 20px;
  border-radius: 20px;
  width: auto;
  align-content: end;
}

.suggestions{
  background-image: url('../img/medicina2025/aiutaci_bg.jpg');
  background-position: center;
  background-size: cover;
}
.text-white {
  color: #fff;
  font-weight: 600;
}

.modal-toggler{
  cursor: pointer !important;
}
.modal-dialog {
  margin: 0 auto;
  top: 18%;
  max-width: 90%;

}
.modal-content{
  padding: 3em 0;
}
@media (min-width: 576px){
  .modal-dialog {
    max-width: 60%;
  }
}
@media (min-width: 1367px){
  .modal-dialog {
    max-width: 890px;
  }
}
@media screen and (max-width: 768px) {
  .first-box, .box-sq {
    aspect-ratio: 1/1;
  }
}
.col-right {
  display: flex;
  align-items: center;
  align-items: end;
}
.bigger{
  font-size: 1.2rem;
  color: #fff;
}
.footer-col-02 li, .footer-col-02 li a{
  color: #fff !important;
  font-weight: 800;
}
.footer-col-title {
  color: #fff !important;
  font-weight: 400 !important;
  text-transform: uppercase;
}
.cookieControl__ModalContent input:checked + button{
  background-color: var(--cookie-control-modalButtonBackground)
}
.cookieControl__ModalContent input + button{
  background-color: var(--cookie-control-checkboxDisabledBackground);
}
.titolo-contenuti{
  font-size: 24px;
}

.card{
  border: none;
}
.big-blue{
  font-size: 32px;
  color: #3B66B6;
}
.faq-button{
  color: #fff;
  background-color: #3B66B6;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 20px;
  width: auto;
  align-content: end;
}
.accordion-icon{
  width: 24px;
  margin-right: 20px;
}
.accordion h2{
  margin: 0;
}
