﻿body {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 900;
}


.nav-link {
    font-size: 20px;
    font-weight: 900;
    text-transform: uppercase;
}

.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 1.25rem;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
 /*   color: #000;*/
    color: #FFF;
    text-align: center;
    /*  top: 20%;*/
}


.carousel-item {

    height: 370px;
}

.carousel-indicators [data-bs-target] {
 /*   background-color: #000;*/
    background-color: #FFF;
}

a {
    color: #B01016 !important;
    text-decoration: none !important;
}

@keyframes spinner-border-rotation {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loading-fade {
    to {
        opacity: 0;
    }
}

.loading-screen {
    position: fixed;
    z-index: 100000;
    top: 0;
    left:0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(255,255,255,1);
}
.dissolvenza {
    animation: 0.7s linear 1 loading-fade;
}

    .loading::after {
        content: "";
        display: block;
        position: absolute;
        width: 4.6rem;
        height: 4.6rem;
        top: calc(50% - 2.3rem);
        left: calc(50% - 2.3rem);
        border: 6px solid #B01016;
        border-right-color: transparent;
        border-left-color: transparent;
        border-radius: 50%;
        animation: 0.7s linear infinite spinner-border-rotation;
    }

.p1 > img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80% !important;
    height: auto;
}