body {
    font-family: "Open Sans", sans-serif;
    color: #272829;
}

a {
    color: #23408f;
    text-decoration: none;
}

    a:hover {
        color: #067ded;
        text-decoration: none;
    }

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Raleway", sans-serif;
}

/*--------------------------------------------------------------*/
.back-to-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 996;
    background: #23408f;
    width: 40px;
    height: 40px;
    border-radius: 50px;
    transition: all 0.4s;
}

    .back-to-top i {
        font-size: 28px;
        color: #fff;
        line-height: 0;
    }

    .back-to-top:hover {
        background: #0678e3;
        color: #fff;
    }

    .back-to-top.active {
        visibility: visible;
        opacity: 1;
    }

/*--------------------------------------------------------------*/
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
}

    #preloader:before {
        content: "";
        position: fixed;
        top: calc(50% - 30px);
        left: calc(50% - 30px);
        border: 6px solid #23408f;
        border-top-color: #fff;
        border-bottom-color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        animation: animate-preloader 1s linear infinite;
    }

@keyframes animate-preloader {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------*/
@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}

/*--------------------------------------------------------------*/
#header {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 9997;
    transition: all 0.5s;
    padding: 15px;
    overflow-y: auto;
}

@media (max-width: 992px) {
    #header {
width:300px
        background: #fff;
        border-right: 1px solid #e6e9ec;
        left: -300px;
    }
}

@media (min-width: 992px) {
    #main {
        margin-left: 100px;
    }
}

/*--------------------------------------------------------------*/

.nav-menu {
    padding: 0;
    display: block;
}

    .nav-menu * {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .nav-menu > ul > li {
        position: relative;
        white-space: nowrap;
    }

    .nav-menu a,
    .nav-menu a:focus {
        display: flex;
        align-items: center;
        color: #23408f;
        padding: 10px 18px;
        margin-bottom: 8px;
        transition: 0.3s;
        font-size: 15px;
        border-radius: 50px;
        background: #fff;
        height: 56px;
        width: 100%;
        overflow: hidden;
        transition: 0.3s;
		border: 2px solid #23408f;
    }

        .nav-menu a i,
        .nav-menu a:focus i {
            font-size: 20px;
					
        }

        .nav-menu a span,
        .nav-menu a:focus span {
            padding: 0 5px 0 7px;
            color: #23408f;
        }

@media (min-width: 992px) {

    .nav-menu a,
    .nav-menu a:focus {
        width: 56px;
    }

        .nav-menu a span,
        .nav-menu a:focus span {
            display: none;
            color: #fff;
        }
}

.nav-menu a:hover,
.nav-menu .active,
.nav-menu .active:focus,
.nav-menu li:hover > a {
    color: #23408f;
    background: #fece26;
}

    .nav-menu a:hover span,
    .nav-menu .active span,
    .nav-menu .active:focus span,
    .nav-menu li:hover > a span {
        color: #23408f;
		font-weight: bold;
    }

.nav-menu a:hover,
.nav-menu li:hover > a {
    width: 100%;
    color: #23408f;
}

    .nav-menu a:hover span,
    .nav-menu li:hover > a span {
        display: block;
    }

/**
* Mobile Navigation 
*/
.mobile-nav-toggle {
    position: fixed;
    right: 10px;
    top: 10px;
    z-index: 9998;
    border: 0;
    background: none;
    font-size: 28px;
    transition: all 0.4s;
    outline: none !important;
    line-height: 0;
    cursor: pointer;
    border-radius: 50px;
    padding: 5px;
	color: #fff;
	background-color: #23408f;
	border: 1px solid #fff;
}

    .mobile-nav-toggle i {
        color: #45505b;
    }

.mobile-nav-active {
    overflow: hidden;
}

    .mobile-nav-active #header {
        left: 0;
		width: 100%;
		background: #fff;
        border-right: 1px solid #e6e9ec;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        background-color: #23408f;
    }
	

/*--------------------------------------------------------------
# landing Section
--------------------------------------------------------------*/
#landing {
    background: url("../images/texture_1.png") top right no-repeat;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 100vh;
}
#logosito{
	max-width: 300px;
}

#logosito2 {
    max-width: 230px;
}
#logosponsor {
    max-width: 200px;
}

@media (min-width: 992px) {
    #landing {
        padding-left: 160px;
    }
}

#landing:before {
    content: "";
    background: rgba(255, 255, 255, 0);
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

#landing h1 {
    font-weight: 700;
    line-height: 56px;
    color: #fece26;
	margin: 0;
    font-size: 70px;
}

#landing p {
    color: #FFFFFF;
    margin: 15px 0 0 0;
    font-size: 26px;
    font-family: "Poppins", sans-serif;
}

    #landing p.promosso {
        color: #FFFFFF;
        margin: 15px 0 0 0;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        width: auto;
    }

    #landing p.collab {
        color: #FFFFFF;
        margin: 15px 0 0 0;
        font-size: 20px;
        font-family: "Poppins", sans-serif;
        width:auto;
    }




#landing p span {
    color: #23408f;
    letter-spacing: 1px;
}

#landing .social-links {
    margin-top: 30px;
}

    #landing .social-links a {
        font-size: 40px;
        display: inline-block;
        color: #FFFFFF;
        line-height: 1;
        margin-right: 20px;
        transition: 0.3s;
    }

        #landing .social-links a:hover {
            color: #fece26;
        }

@media (min-width: 1900px) {
	
		    #landing {
			text-align: center;
		}
        #landing h1 {
            font-size: 60px;
            line-height: 55px;
        }

        #landing p {
            margin-top: 10px;
            font-size: 35px;
            line-height: 24px;
        }
		
#logosito{
	max-width: 500px;
}
    #logosponsor {
        max-width: 250px;
    }
}

@media (min-width: 1350px) and (max-width: 1900px) {

    #landing {
        text-align: center;
    }

        #landing h1 {
            font-size: 55px;
            line-height: 40px;
        }

        #landing p {
            margin-top: 10px;
            font-size: 30px;
            line-height: 24px;
        }

    #logosito {
        max-width: 500px;
    }

    #logosponsor {
        width: 100%;
    }
    #logosponsor60 {
        width: 60%;
    }
}


@media (min-width: 992px) and (max-width: 1350px) {
    #landing {
        text-align: center;
        min-height: 100%;
    }

        #landing h1 {
            font-size: 40px;
            line-height: 35px;
        }

        #landing p {
            margin-top: 10px;
            font-size: 25px;
            line-height: 25px;
        }

            #landing p.promosso {
                font-size: 13px;
            }

            #landing p.collab {
                font-size: 13px;
            }

    #logosito {
        max-width: 250px;
    }

    #logosponsor {
        width: 100%;
        /*max-width: 195px;*/
    }
    #logosponsor60 {
        width: 60%;
    }
}
/*
@media (min-width: 699px) and (max-width: 991px) {
    #landing {
        text-align: center;
        min-height: 100%;
    }

        #landing h1 {
            font-size: 35px;
            line-height: 36px;
        }

        #landing p {
            margin-top: 10px;
            font-size: 20px;
            line-height: 15px;
        }

            #landing p.promosso {
                font-size: 13px;
            }

            #landing p.collab {
                font-size: 13px;
            }

    #logosito {
        max-width: 250px;
    }

    #logosponsor {
        
        max-width: 100px;
    }
}
*/
@media (min-width: 576px) and (max-width: 991px) {
    #landing {
        text-align: center;
        min-height: 100%;
    }

        #landing h1 {
            font-size: 30px;
            line-height: 36px;
        }

        #landing p {
            margin-top: 10px;
            font-size: 20px;
            line-height: 24px;
        }

            #landing p.promosso {
                font-size: 13px;
            }

            #landing p.collab {
                font-size: 13px;
            }

    #logosito {
        max-width: 230px;
        margin-top: 50px;
    }

    #logosito2 {
        max-width: 230px;
    }


    #logosponsor {
        /*width: auto;*/
        max-width: 150px;
    }

    #logosponsor60 {
        /*width: auto;*/
        max-width: 150px;
    }

    .riga {
        background-color: #fff;
    }

    #colLogo {
        visibility: collapse;
    }
}

@media (max-width: 576px) {
    #landing {
        text-align: center;
        min-height: 100%;
    }

        #landing h1 {
            font-size: 30px;
            line-height: 36px;
        }

        #landing p {
            margin-top: 10px;
            font-size: 20px;
            line-height: 24px;
        }

            #landing p.promosso {
                font-size: 10px;
            }

            #landing p.collab {
                font-size: 10px;
            }

    #logosito {
        max-width: 230px;
        margin-top: 50px;
    }

    #logosito2 {
        max-width: 230px;
    }


    #logosponsor {
        /*width: auto;*/
        max-width: 100px;
    }

    #logosponsor60 {
        /*width: auto;*/
        max-width: 100px;
    }

    .riga {
        background-color: #fff;
    }

    #colLogo {
        visibility: collapse;
    }
}






/*--------------------------------------------------------------
# Sections General
--------------------------------------------------------------*/
        section {
    padding: 60px 0;
    overflow: hidden;
}

.section-title {
    text-align: center;
    padding-bottom: 30px;
}

    .section-title h2 {
        font-size: 32px;
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 20px;
        padding-bottom: 20px;
        position: relative;
        color: #45505b;
    }

        .section-title h2::before {
            content: "";
            position: absolute;
            display: block;
            width: 120px;
            height: 1px;
            background: #ddd;
            bottom: 1px;
            left: calc(50% - 60px);
        }

        .section-title h2::after {
            content: "";
            position: absolute;
            display: block;
            width: 40px;
            height: 3px;
            background: #23408f;
            bottom: 0;
            left: calc(50% - 20px);
        }

    .section-title p {
        margin-bottom: 0;
    }

/*--------------------------------------------------------------
# chisiamo
--------------------------------------------------------------*/
.chisiamo .content h3 {
    font-weight: 700;
    font-size: 26px;
    color: #728394;
}

.chisiamo .content ul {
    list-style: none;
    padding: 0;
}

.chisiamo .content ul li {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}

.chisiamo .content ul strong {
    margin-right: 10px;
}

.chisiamo .content ul i {
    font-size: 16px;
    margin-right: 5px;
    color: #23408f;
    line-height: 0;
}

.chisiamo .content p:last-child {
    margin-bottom: 0;
}

.chisiamo .info {
    width: 100%;
    background: #fff;
}

    .chisiamo .info i {
        font-size: 20px;
        color: #23408f;
        float: left;
        width: 44px;
        height: 44px;
        background: #eef7ff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .chisiamo .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #45505b;
    }

    .chisiamo .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #728394;
    }

    .chisiamo .info .email,
    .chisiamo .info .phone {
        margin-top: 40px;
    }

        .chisiamo .info .email:hover i,
        .chisiamo .info .address:hover i,
        .chisiamo .info .phone:hover i {
            background: #23408f;
            color: #fff;
        }



/*-----------------------*/

ul.about {
    list-style: none;
    padding: 0;
}

    ul.about li {
        margin-bottom: 10px;
        display: flex;
        align-items: center;
    }

    ul.about strong {
        margin-right: 10px;
    }
ul.about li i {
    font-size: 16px;
    margin-right: 5px;
    color: #0563bb;
    line-height: 0;
}


/*--------------------------------------------------------------
# volley
--------------------------------------------------------------*/
.volley .volley-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #23408f;
    position: relative;
}


    .volley .volley-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #23408f;
        margin-bottom: 10px;
    }

    .volley .volley-item h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .volley .volley-item ul {
        padding-left: 20px;
    }

        .volley .volley-item ul li {
            padding-bottom: 10px;
            list-style: none;
        }

    .volley .volley-item:last-child {
        padding-bottom: 0;
    }

    .volley .volley-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #23408f;
    }

.volley .volley-item-r {
    padding: 0 20px 20px 0;
    margin-top: -2px;
    border-right: 2px solid #23408f;
    position: relative;
     text-align: right;
}

    .volley .volley-item-r h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #23408f;
        margin-bottom: 10px;
    }

    .volley .volley-item-r h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 15px 5px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .volley .volley-item-r ul {
        padding-right: 20px;
        list-style-position:inside;
        
    }

        .volley .volley-item-r ul li {
            padding-bottom: 10px;
            list-style-position: inside;
            list-style: none;
        }

    .volley .volley-item-r:last-child {
        padding-bottom: 0;
    }

    .volley .volley-item-r::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        right: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #23408f;
    }
/*--------------------------------------------------------------
# basketball
--------------------------------------------------------------*/
.basketball .basketball-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #23408f;
    position: relative;
}

    .basketball .basketball-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #23408f;
        margin-bottom: 10px;
    }

    .basketball .basketball-item h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .basketball .basketball-item ul {
        padding-left: 20px;
    }

        .basketball .basketball-item ul li {
            padding-bottom: 10px;
        }

    .basketball .basketball-item:last-child {
        padding-bottom: 0;
    }

    .basketball .basketball-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #23408f;
    }

/*--------------------------------------------------------------
# padel
--------------------------------------------------------------*/
.padel .padel-title {
    font-size: 26px;
    font-weight: 700;
    margin-top: 20px;
    margin-bottom: 20px;
    color: #45505b;
}

.padel .padel-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #23408f;
    position: relative;
}

    .padel .padel-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #23408f;
        margin-bottom: 10px;
    }

    .padel .padel-item h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .padel .padel-item ul {
        padding-left: 20px;
    }

        .padel .padel-item ul li {
            padding-bottom: 10px;
        }

    .padel .padel-item:last-child {
        padding-bottom: 0;
    }

    .padel .padel-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #23408f;
    }
/*--------------------------------------------------------------
# soccer
--------------------------------------------------------------*/
.soccer .soccer-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #23408f;
    position: relative;
}

    .soccer .soccer-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #23408f;
        margin-bottom: 10px;
    }

    .soccer .soccer-item h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .soccer .soccer-item ul {
        padding-left: 20px;
    }

        .soccer .soccer-item ul li {
            padding-bottom: 10px;
        }

    .soccer .soccer-item:last-child {
        padding-bottom: 0;
    }

    .soccer .soccer-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #23408f;
    }
	
/*--------------------------------------------------------------
# rugby
--------------------------------------------------------------*/
.rugby .rugby-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #23408f;
    position: relative;
}

    .rugby .rugby-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #23408f;
        margin-bottom: 10px;
    }

    .rugby .rugby-item h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .rugby .rugby-item ul {
        padding-left: 20px;
    }

        .rugby .rugby-item ul li {
            padding-bottom: 10px;
        }

    .rugby .rugby-item:last-child {
        padding-bottom: 0;
    }

    .rugby .rugby-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #23408f;
    }
	
/*--------------------------------------------------------------
# footvolley
--------------------------------------------------------------*/
.footvolley .footvolley-item {
    padding: 0 0 20px 20px;
    margin-top: -2px;
    border-left: 2px solid #23408f;
    position: relative;
}

    .footvolley .footvolley-item h4 {
        line-height: 18px;
        font-size: 18px;
        font-weight: 600;
        text-transform: uppercase;
        font-family: "Poppins", sans-serif;
        color: #23408f;
        margin-bottom: 10px;
    }

    .footvolley .footvolley-item h5 {
        font-size: 16px;
        background: #f7f8f9;
        padding: 5px 15px;
        display: inline-block;
        font-weight: 600;
        margin-bottom: 10px;
    }

    .footvolley .footvolley-item ul {
        padding-left: 20px;
    }

        .footvolley .footvolley-item ul li {
            padding-bottom: 10px;
        }

    .footvolley .footvolley-item:last-child {
        padding-bottom: 0;
    }

    .footvolley .footvolley-item::before {
        content: "";
        position: absolute;
        width: 16px;
        height: 16px;
        border-radius: 50px;
        left: -9px;
        top: 0;
        background: #fff;
        border: 2px solid #23408f;
    }

/*--------------------------------------------------------------*/
.modulo .info {
    width: 100%;
    background: #fff;
}

    .modulo .info i {
        font-size: 20px;
        color: #23408f;
        float: left;
        width: 44px;
        height: 44px;
        background: #eef7ff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .modulo .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #45505b;
    }

    .modulo .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #728394;
    }

    .modulo .info .email,
    .modulo .info .phone {
        margin-top: 40px;
    }

        .modulo .info .email:hover i,
        .modulo .info .address:hover i,
        .modulo .info .phone:hover i {
            background: #23408f;
            color: #fff;
        }

.modulo .php-email-form {
    width: 100%;
    background: #fff;
}

    .modulo .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .modulo .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .modulo .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .modulo .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .modulo .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .modulo .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .modulo .php-email-form input,
    .modulo .php-email-form textarea {
        border-radius: 4px;
        box-shadow: none;
        font-size: 14px;
    }

    .modulo .php-email-form input {
        height: 44px;
    }

    .modulo .php-email-form textarea {
        padding: 10px 12px;
    }

    .modulo .php-email-form button {
        background: #23408f;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .modulo .php-email-form button:hover {
            background: #0678e3;
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------*/
.contact .info {
    width: 100%;
    background: #fff;
}

    .contact .info i {
        font-size: 20px;
        color: #23408f;
        float: left;
        width: 44px;
        height: 44px;
        background: #eef7ff;
        display: flex;
        justify-content: center;
        align-items: center;
        border-radius: 50px;
        transition: all 0.3s ease-in-out;
    }

    .contact .info h4 {
        padding: 0 0 0 60px;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 5px;
        color: #45505b;
    }

    .contact .info p {
        padding: 0 0 0 60px;
        margin-bottom: 0;
        font-size: 14px;
        color: #728394;
    }

    .contact .info .email,
    .contact .info .phone {
        margin-top: 40px;
    }

        .contact .info .email:hover i,
        .contact .info .address:hover i,
        .contact .info .phone:hover i {
            background: #23408f;
            color: #fff;
        }

.contact .php-email-form {
    width: 100%;
    background: #fff;
}

    .contact .php-email-form .form-group {
        padding-bottom: 8px;
    }

    .contact .php-email-form .error-message {
        display: none;
        color: #fff;
        background: #ed3c0d;
        text-align: left;
        padding: 15px;
        font-weight: 600;
    }

        .contact .php-email-form .error-message br + br {
            margin-top: 25px;
        }

    .contact .php-email-form .sent-message {
        display: none;
        color: #fff;
        background: #18d26e;
        text-align: center;
        padding: 15px;
        font-weight: 600;
    }

    .contact .php-email-form .loading {
        display: none;
        background: #fff;
        text-align: center;
        padding: 15px;
    }

        .contact .php-email-form .loading:before {
            content: "";
            display: inline-block;
            border-radius: 50%;
            width: 24px;
            height: 24px;
            margin: 0 10px -6px 0;
            border: 3px solid #18d26e;
            border-top-color: #eee;
            animation: animate-loading 1s linear infinite;
        }

    .contact .php-email-form input,
    .contact .php-email-form textarea {
        border-radius: 4px;
        box-shadow: none;
        font-size: 14px;
    }

    .contact .php-email-form input {
        height: 44px;
    }

    .contact .php-email-form textarea {
        padding: 10px 12px;
    }

    .contact .php-email-form button[type=submit] {
        background: #23408f;
        border: 0;
        padding: 10px 35px;
        color: #fff;
        transition: 0.4s;
        border-radius: 50px;
    }

        .contact .php-email-form button[type=submit]:hover {
            background: #0678e3;
        }

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
#footer {
    background: #FFF;
    color: #45505b;
    font-size: 14px;
    text-align: center;
    padding: 30px 0;
}

    #footer h3 {
        font-size: 36px;
        font-weight: 700;
        position: relative;
        font-family: "Poppins", sans-serif;
        padding: 0;
        margin: 0 0 15px 0;
    }

    #footer p {
        font-size: 15;
        font-style: italic;
        padding: 0;
        margin: 0 0 40px 0;
    }

    #footer .social-links {
        margin: 0 0 40px 0;
    }

        #footer .social-links a {
            font-size: 18px;
            display: inline-block;
            background: #23408f;
            color: #fff;
            line-height: 1;
            padding: 8px 0;
            margin-right: 4px;
            border-radius: 50%;
            text-align: center;
            width: 36px;
            height: 36px;
            transition: 0.3s;
        }

            #footer .social-links a:hover {
                background: #0678e3;
                color: #fff;
                text-decoration: none;
            }

    #footer .copyright {
        margin: 0 0 5px 0;
    }

    #footer .credits {
        font-size: 13px;
    }


.modulo .php-email-form button {
    background: #23408f;
    border: 0;
    padding: 10px 35px;
    color: #fff;
    transition: 0.4s;
    border-radius: 50px;
}

    .modulo .php-email-form button:hover {
        background: #0678e3;
    }

.text-outline {
    text-shadow: -1px -1px 0 #23408f, /* Ombra in alto a sinistra */
    1px -1px 0 #000, /* Ombra in alto a destra */
    -1px 1px 0 #000, /* Ombra in basso a sinistra */
    1px 1px 0 #000; /* Ombra in basso a destra */
    color: white; /* Colore del testo */
}

/*.privacy-message {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
    padding: 10px;
    text-align: center;
}*/

.privacy-message {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    text-align: center;
    z-index: 9998;
}

.modal {
    z-index: 9999;
}


.logo1r1c {
    height: 109px;
    display: flex;
    align-items: center;
}

.logo1r2c {
    width: 50px;
    height: 50px;
    align-items: center;
}
.logosponsor1r2c {
    width: 120px;
    height: 120px;
}


.logo1r3c {
    height: 100px;
    align-items: center;
}

.logo2r1c {
    height: 80px;
    align-items: center;
}

.logo2r2c {
    width: 140px;
    height: 140px;
    align-items: center;
}

.logo2r3c {
    width: 299px;
    height: 100px;
    align-items: center;
}

.logosponsor{
    height:100%;
}
.logosponsor60 {
    height: 60%;
}

