﻿
.bg-secondary {
    --bs-bg-opacity: 1;
    background-color: #001833 !important;
}
.sfond {
    background-color: #f0e1c6;
}

.titolo {
    font-family: LeagueSpartan;
    font-size: 6.5vw;
    color: #001833;
    margin-top: 15px;
    margin-bottom: 5px;
}
.titolo2 {
    font-family: Cinzel;
    font-size: 4em;
    color: #001833;
}
.tst-mb-15 {
    margin-bottom: 15px;
    font-family: LeagueSpartan;
}
/*410x935*/
.text-desc {
    font-family: LeagueSpartan;
    text-align: justify;
    font-style: normal;
    font-weight: 400;
    font-size: 2.5vw;
}
/* Più grande su schermi più larghi */
@media (min-width: 768px) {
    .text-desc {
        font-family: LeagueSpartan;
        text-align: justify;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5em;
    }
    .titolo {
        font-family: LeagueSpartan;
        font-size: 3.25em;
        color: #001833;
        margin-top: 15px;
        margin-bottom: 5px;
    }
}

/* Ancora più grande su schermi desktop */
@media (min-width: 1200px) {
    .text-desc {
        font-family: LeagueSpartan;
        text-align: justify;
        font-style: normal;
        font-weight: 400;
        font-size: 1.5em;
    }
    .titolo {
        font-family: LeagueSpartan;
        font-size: 3.25em;
        color: #001833;
        margin-top: 15px;
        margin-bottom: 5px;
    }
}
.text-desc2 {
    font-family: Jost;
    text-align: justify;
    font-style: normal;
}
/*.tst-suptitle {
    position: relative;
    text-transform: uppercase;
    font-size: 1em;
    letter-spacing: 2px;
    font-weight: 800;
    font-family: "Josefin Sans", sans-serif;
    margin: 0;
    padding-left: 45px;
}

    .tst-suptitle:before {
        content: '';
        height: 4px;
        border-radius: 2px;
        width: 30px;
        position: absolute;
        left: 0;
        top: 9px;
        background-color: #EEB626;
    }*/

.tst-suptitle {
    position: relative;
    text-align:left;
    padding-left: 55px; /* Aggiunge spazio a sinistra per l'immagine */
    margin-top:35px;/*Aggiunge spazio per mobile*/
}

    .tst-suptitle:before {
        content: '';
        position: absolute;
        left: 0;
        top: 3px;
        width: 45px; /* Larghezza dell'immagine */
        height: 45px; /* Altezza dell'immagine */
        background-image: url('../images/nodo.png');
        background-size: contain;
        background-repeat: no-repeat;
    }


.align-items-center {
    align-items: start !important;
}
/* Più grande su schermi più larghi */
@media (min-width: 1024px) {
    .align-items-center {
        align-items: center !important;
    }
    .tst-suptitle {
        position: relative;
        text-align: left;
        padding-left: 55px; /* Aggiunge spazio a sinistra per l'immagine */
        margin-top: 0px; /*Aggiunge spazio per mobile*/
    }
}