h2 {
    text-align: center;
    padding-top: 10px;
}
.dot-di{
    margin: 2px;
    height: 25px;
    width: 25px;
    background-color: #fff;
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #555;
}

.dot-ac {
    margin: 2px;
    height: 25px;
    width: 25px;
    background-color: rgb(0, 136, 0);
    border-radius: 50%;
    display: inline-block;
    border: 2px solid #555;
}

.colorRosa {
    /**color: #fadafa;*/
    color: greenyellow;
}

.colorRosaPiuScuro {
    /**color: #f4aabb;*/
    color: green;
}

img {
    margin: 15px;
    width: 150px;
}



.cre {
    float: left;
    border: 1px solid #ccc;
    width: calc(100%);
    white-space: nowrap;
    margin-bottom: 20px;
    text-align: center;
    transition: transform 0.3s linear;
}


.cre:hover{
    transform: scale(1.1);
}

.cre:hover .hidden-text {
    display: block; /* Mostra la scritta quando il mouse Ã¨ sopra */
}

.hidden-text {
    font-size: large;
    text-decoration: none;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    height: 100%;
    display: none; /* Inizialmente nascosta */
    background-color: rgba(0, 128, 0, 0.2);
    color: black;
    text-align: center;
    line-height: 100px; /* Centra verticalmente il testo */
}

[id*="cercc"] {
    position: relative;
    top: -400px !important;
}

.card_desc{
    margin-top: 50px !important;
    border-top: 1px solid #ccc !important;
}

.overflow-testo-capo {
    /* Allow words to break even if they don't fit within the container */
    word-wrap: break-word;
    /* For older browser support, use 'overflow-wrap' instead */
    /* Break spaces between words if necessary */
    white-space: normal;
    /* For older browser support, use 'white-space: break-spaces' */
}

.aboutme {
    padding: 30px;
    text-align: justify;
    padding-top: 15px;
}

.titoloAboutMe {
    font-size: 25px;
    text-decoration: underline;
    padding-left: 30px;
    padding-top: 30px;
}

.destra {
    padding-right: 30px;
    text-align: right;
}

#tabellaOrari td,
tr {
    padding: 10px 0px 10px 0px;
}

.hover-rosa:hover {
    background-color: #fadafa !important;
    background-color: rgb(213, 248, 160) !important;
}

.menu-col-num{
    column-count: 1;
}

#google_translate_element{
    width: 10%;
    overflow: hidden;
}

@media only screen and (max-width: 768px) {

    /* For mobile phones: */
    [class*="col-"] {
        width: 100% !important;
    }

    .aboutme {
        padding: 30px;
        text-align: center;
        padding-top: 15px;
        float: none;
    }

    .paddingDaParte {
        padding: 0px 30px 0px 30px;
    }

    .menu-col-num{
        column-count: 1;
    }

    #google_translate_element{
        width: 100%;
        overflow: hidden;
    }

}

@media only screen and (min-width: 768px) {
    .fl-lf {
        float: left;
    }

    .a {
        float: left;
        width: calc(10% - 40px);
        margin: 20px;
        margin-bottom: 20px;
        text-align: center;
        overflow-x: hidden;
    }

    #google_translate_element{
        width: 10%;
        overflow: hidden;
    }

    .menu-col-num{
        column-count: 4;
    }

    .cre {
        position: static;
        float: left;
        border: 1px solid #ccc;
        width: calc(26.6% - 40px);
        margin: 20px;
        margin-bottom: 20px;
        text-align: center;
        height: 400px;
    }


    .cre:hover{
        transform: scale(1.1);
    }

    .cre:hover .hidden-text {
        display: block; /* Mostra la scritta quando il mouse Ã¨ sopra */
    }


    [id*="cercc"] {
        z-index: -5;
        position: relative;
        top: -60px !important;
    }

    /* For desktop: */
    .col-1 {
        width: 8.33%;
    }

    .col-2 {
        width: 16.66%;
    }

    .col-3 {
        width: 25%;
    }

    .col-4 {
        width: 33.33%;
    }

    .col-5 {
        width: 41.66%;
    }

    .col-6 {
        width: 50%;
    }

    .col-7 {
        width: 58.33%;
    }

    .col-8 {
        width: 66.66%;
    }

    .col-9 {
        width: 75%;
    }

    .col-10 {
        width: 83.33%;
    }

    .col-11 {
        width: 91.66%;
    }

    .col-12 {
        width: 100%;
    }

    .margin-sp {
        padding: 20px;
    }
}


.footer-dark {
    padding:50px 0;
    color:#f0f9ff;
    background-color:#282d32;
}

.footer-dark h3 {
    margin-top:0;
    margin-bottom:12px;
    font-weight:bold;
    font-size:16px;
}

.footer-dark ul {
    padding:0;
    list-style:none;
    line-height:1.6;
    font-size:14px;
    margin-bottom:0;
}

.footer-dark ul a {
    color:inherit;
    text-decoration:none;
    opacity:0.6;
}

.footer-dark ul a:hover {
    opacity:0.8;
}

@media (max-width:767px) {
    .footer-dark .item:not(.social) {
        text-align:center;
        padding-bottom:20px;
    }
}

.footer-dark .item.text {
    margin-bottom:36px;
}

@media (max-width:767px) {
    .footer-dark .item.text {
        margin-bottom:0;
    }
}

.footer-dark .item.text p {
    opacity:0.6;
    margin-bottom:0;
}

.footer-dark .item.social {
    text-align:center;
}

@media (max-width:991px) {
    .footer-dark .item.social {
        text-align:center;
        margin-top:20px;
    }
}

.footer-dark .item.social > a {
    font-size:20px;
    width:36px;
    height:36px;
    line-height:36px;
    display:inline-block;
    text-align:center;
    border-radius:50%;
    box-shadow:0 0 0 1px rgba(255,255,255,0.4);
    margin:0 8px;
    color:#fff;
    opacity:0.75;
}

.footer-dark .item.social > a:hover {
    opacity:0.9;
}

.footer-dark .copyright {
    text-align:center;
    padding-top:24px;
    opacity:0.3;
    font-size:13px;
    margin-bottom:0;
}
