﻿.sfondo {
    background: url("/assets/SfondoRoad18.jpg") no-repeat center top;
    background-size: auto;
    width: 100%;
    max-width: 2500px;
    height: 100%;
    position: fixed;
    z-index: -1;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    top: 0;
    left: 0;
}

.fs-1xl {
    font-size: 2.6rem;
    line-height: 1;
}

.fs-1l {
    font-size: 1.4rem;
    line-height: 1.5;
}

.fs-1s {
    font-size: 0.7rem;
    line-height: 1;
}

.logo_concorso {
    width: 60% !important
}

.date {
    width: 60% !important;
}

.angkest {
    font-family: "Angkest";
}

.neutratext {
    font-family: "Neutra Text TT Demi";
}

.yellow {
    color: #ffe600
}

.white {
    color: #FFF;
}

.red {
    color: #ff0090
}

.blu {
    color: #0a04df
}

.celeste {
    color: #b5edde
}

.bg-celeste {
    background-color: #b5edde
}

.bg-successTKM {
    background-color: #fef2f2
}

.bg-yellow {
    background-color: #ffe600
}


.strk-txt {
    text-shadow: 0.2px 0.2px 0 #D0D0D0, -1px -1px 0 #D0D0D0, 1px -1px 0 #D0D0D0, -1px 1px 0 #D0D0D0, 1px 1px 0 #D0D0D0;
    letter-spacing: 1px;
}

#footer {
    margin-top: 3em;
    background-color: white;
    border-radius: 25px;
    padding-bottom: 10px;
    color: black !important;
}

    #footer hr, #footer div, #footer p {
        color: #000;
    }

.Bottom a, .Bottom a:link, .Bottom a:hover, .Bottom a:visited, .Bottom a:active, .Bottom a:focus {
    background-color: aquamarine;
    font-weight: bolder;
    font-family: angkest;
    color: #ff0090;    
}

.loghi_partner {
    width: 70% !important
}

@media screen and (min-width: 1486px) and (min-width: 300px) {
    .sfondo {
        background: url("/assets/SfondoRoad18.jpg") no-repeat center -1000px;
        background-size: auto;
        width: 100%;
        max-width: 2500px;
        height: 100%;
        position: fixed;
        z-index: -1;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        top: 0;
        left: 0;
    }

    .linkWhite a, .linkWhite a:link, .linkWhite a:hover, .linkWhite a:visited, .linkWhite a:active, .linkWhite a:focus {
        color: #FFF
    }

    .logo_concorso {
        width: 90% !important
    }

    .date {
        width: 90% !important
    }

    .partner {
        width: 40% !important
    }

    .logo_centro {
        width: 20% !important
    }

    .loghi_partner {
        width: 60% !important
    }
}

@media screen and (max-width: 1486px) {

    .logo_concorso {
        width: 60% !important
    }

    .date {
        width: 60% !important
    }

    .partner {
        width: 40% !important
    }

    .logo_centro {
        width: 20% !important
    }

    .loghi_partner {
        width: 60% !important
    }
}

.riquadroSelezioneLingua {
    width: 100%;
    text-align: center;
    padding: 15px;
}

.bg-opacity-50 {
    opacity: 0.8;
}

.bg-opacity-75 {
    opacity: 0.75;
}

.bg-opacity-25 {
    opacity: 0.25;
}



/***********************   MAGNIFIC POPUP ANIMAZIONI  *************************/
/* Aggiungi questa classe al tuo file CSS */
.mfp-with-fade .mfp-content {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
}

.mfp-with-fade.mfp-bg {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.mfp-with-fade.mfp-ready .mfp-content {
    opacity: 1;
}

.mfp-with-fade.mfp-ready.mfp-bg {
    opacity: 0.8; /* Puoi modificare l'opacità dello sfondo */
}

.mfp-with-fade.mfp-removing .mfp-content,
.mfp-with-fade.mfp-removing.mfp-bg {
    opacity: 0;
}



/*   TASTI    */

.tastoAction {
    background-color: #FF0090;
    border-radius: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: rgba(0,0,0,0.4) 5px 10px;
    border: solid 1px white;
}

    .tastoAction:hover {
        background-color: #c80070AA;
    }

    .tastoAction a {
        font-size: 1.8rem;
        font-family: "Angkest";
        color: white;
    }

    .tastoAction input {
        font-size: 1.8rem;
        font-family: "Angkest";
        background-color: transparent !important;
        border: none;
        color: white;
    }



.tastoActionSmall {
    background-color: #c80070;
    border-radius: 20px;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: rgba(0,0,0,0.4) 5px 10px;
    border: solid 1px white;
}

    .tastoActionSmall:hover {
        background-color: #c80070AA;
    }

    .tastoActionSmall input {
        font-size: 1.4rem;
        font-family: "Angkest";
        background-color: transparent !important;
        border: none;
        color: white;
    }

.linkTasto {
    color: white;
}

    .linkTasto:hover {
        color: darkgrey !important;
        text-decoration: none;
    }


    .hrSeparator {
        width:100%; 
        border: solid 1px #FF0090;
    }

.etichettaPrivacy {
    background-color:#ff0090;
    color: white;
    border: none; 
    border-radius: 15px; 
    padding:10px; 
    margin-right: 10px; 
    margin-bottom: 10px
}