body {
    overflow-x: hidden;
    font-family: azo-sans-web, sans-serif;
    font-weight: 300;
    font-style: normal;
}

strong {
    font-weight: 500;
}

.navbar {
    background-color: #00176B;
    height: 80px;
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 3;
}

.navbar .box {
    background-color: #fbf0dd;
    height: 80px;
    padding: 0 1rem;
    display: flex;
    align-items: center;
}

.navbar .scritta {
    width: 380px;
    margin-left: 2rem;
}

.navbar .box .logo {
    width: 150px;
}

.navbar .navbar-toggler {
    border: none;
    box-shadow: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.navbar-toggler-icon {
    --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(255, 255, 255, 1)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.navbar .active, .offcanvas .active{
    font-weight: 500;
}

.lingue li a {
    font-size: 0.9rem;
}

.lingue li a:hover {
    font-weight: 500;
}

.menu {
    background-color: #fbf0dd;
}

.menu .parti {
    background-color: #fff;
    padding: 0.5rem 1.5rem;
    font-weight: 900;
    font-size: 0.85rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
    color: #00176B;
}

.menu .capitolo {
    font-weight: 900;
    font-size: 0.8rem;
    text-transform: uppercase;
    letter-spacing: 0.2rem;
    margin-bottom: 0;
    color: #00176B;
}

.menu .titolo {
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.6rem;
    line-height: 1;
    margin-bottom: 0;
    color: #000;
}

.menu .subtitle {
    font-family: "Baskervville", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.4rem;
    font-style: oblique;
    line-height: 1;
    margin-bottom: 0.2rem;
    color: #000;
}

.menu a {
    text-decoration: none;
}

.menu li a:hover .item {
    background-color: #00176B;
}

.menu li a:hover .item .capitolo,
.menu li a:hover .item .titolo,
.menu li a:hover .item .subtitle {
    color: #fbf0dd;
}

.menu li a .item {
    padding: 1rem 1.5rem;
    border-bottom: solid 1px #b8b6b6;
}

.menu li:last-child a .item {
    border-bottom: 0;
}

.lingue a {
    color: #fff;
    text-decoration: none;
}

.menu .lingue {
    padding-left: 0.5rem;
}

.menu .lingue a {
    color: #00176B;
    text-decoration: none;
    font-size: 1.1rem;
}

.lingue a:hover {
    font-weight: 500;
}

.intro {
    height: 500px;
    background-position: top center;
    background-size: cover;
    margin-top: 80px;
}

.principale {
    padding: 2.5rem 0;
}

.principale .capitolo {
    font-weight: 900;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.4rem;
    margin-bottom: 0.2rem;
    color: #000;
    line-height: 1;
}

.principale .titolo {
    font-size: 3rem;
    font-family: "Baskervville", serif;
    font-weight: 400;
    line-height: 1;
    color: #00176B;
}

.principale .subtitle {
    color: #00176B;
    font-family: azo-sans-web, sans-serif;
    font-weight: 500;
    font-size: 1.5rem;
    line-height: 1;
}

.principale .testo {
    font-size: 1.1rem;
    line-height: 1.5;
}

.principale .icon {
    width: 115px;
}


.copertinaPodcast {
    position: absolute;
    right: 0;
    height: 200px;
}

.mySwiper {
    width: 100%;
}

/* Ogni slide deve essere quadrata */
.mySwiper .swiper-slide {
    aspect-ratio: 1 / 1;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* L’immagine deve riempire la slide senza distorcersi */
.mySwiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.read-more-btn {
  background: none;
  border: none;
  color: #00176B;
  cursor: pointer;
  font-weight: bold;
  padding: 0;
}

.swiper-button-prev,
.swiper-button-next {
    color: #fff;
}

.approfondimenti .capitolo-numero{
    font-size: 1.2rem;
    font-weight: 600;
    position: absolute;
    padding: 0.5rem;
    color: #00176B;
    right: 0;
    top: 0;
}

.approfondimenti .box {
    background-color: #fff;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    padding: 1rem;
    border-radius: 6px;
}

.approfondimenti .icon {
    height: 100px;
}

.approfondimenti .box .title {
    font-weight: 300;
    font-size: 1.7rem;
    line-height: 1.1;
}

.approfondimenti .box p {
    font-size: 0.9rem;
}

.btn-sandrone {
    border-radius: 0;
    background-color: #a1a7c1;
    color: #fff;
}

.btn-sandrone:hover {
    background-color: #00176B;
    color: #fbf0dd;
}

.libro {
    background-image: url('/images/pattern.jpg');
    height: 200px;
    margin-top: 2rem;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.libro img {
    width: 280px;
}

.libro .text p {
    font-size: 1.1rem;
}

.libro .text {
    position: relative;
    left: -30px;
    top: 10px;
}

.libro .box {
    position: relative;
    bottom: 20px;
}

footer {
    background-color: #00176B;
    color: #fff;
    font-size: 0.9rem;
}

footer span {
    color: #fbf0dd;
    font-weight: 500;
}

footer i {
    font-size: 1.1rem;
    color: #fbf0dd;
}

.interno .intro {
    height: 250px;
    margin-top: 80px;
}

.interno .principale img {
    width: 75px;
}

.interno .principale .titolo {
    color: #00176B;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1;
}

.interno .intro .titolo {
    font-size: 3.5rem;
}

.interno .intro .capitolo {
    font-size: 1.2rem;
}


@media (max-width: 1199.98px) {
    .intro .titolo {
        font-size: 4rem;
    }
}

@media (max-width: 991.98px) {
    .navbar .scritta {
        width: 300px;
        margin-left: 1rem;
    }

    .navbar .box .logo {
        width: 130px;
    }

    .navbar {
        padding-top: 0;
    }
}

@media (max-width: 767.98px) {
    iframe[width="100%"][height="500"] {
        width: 100%;
        height: auto;
        aspect-ratio: 16 / 9;
        display: block;
    }

    .navbar .box .logo {
        width: 27vw;
    }

    .navbar .box {
        height: 16vw;
        padding: 0 2vw;
    }

    .navbar {
        height: 16vw;
    }

    .navbar .scritta {
        margin-left: 2vw;
        width: 31vw;
    }

    .principale .titolo {
        font-size: 2.5rem;
    }

    .principale .titolo.long {
        font-size: 2.2rem;
    }

    .principale .capitolo {
        font-size: 1rem;
    }

    .principale .subtitle {
        font-size: 1.3rem;
    }

    .libro {
        height: auto;
    }

    .libro .text {
        left: 0;
    }

    .libro .box {
        position: relative;
        bottom: 35px;
    }

    .principale .icon {
        width: 95px;
    }

    .intro {
        height: 400px;
        margin-top: 16vw;
    }

    .approfondimenti .box .title {
        font-size: 1.5rem;
    }
}
