/* inline CSS */

/* BASE */
:root {
  --animate-delay: 2s;
}

.ucfirst {
    text-transform: lowercase;
}
.ucfirst:first-letter {
    text-transform: uppercase;
}
.grecaptcha-badge {
    /* display:none; */
}
* {
  font-family: "Roboto Condensed", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.source-sans {
  font-family: "Source Sans 3", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
.btn-none {
    border:0px;
    background-color:transparent;
    cursor:pointer;
}
body {
    background-color:#fff;
}
.btn {
    border-radius: 22px;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    padding: 12px 0px;
}
.btn-primary {
    border-radius: 22px;
    background-color: #0153A2;
    border-color: #0153A2;
    color: #FFF;
    min-width:200px;
    min-height:50px;
}
@media only screen and (min-width: 0px) {
    .modal-btn-close {
        float:right;
    }
    .menu {
        position:fixed;
        width:100%;
        background-color:#FFF;
        z-index:999;
        left:0px;
        top:0px;
        height:100vh;
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        transition: all 300ms ease;
    }
    .menu.close {
        left:calc(100vw * -2);
    }
    .menu ul {
        padding:0px;
        margin:20px 0px 50px 0px;
    }
    .menu ul li {
        color: #000;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        text-align:center;
        list-style-type:none;
        padding:0px;
        margin:0px;
        display:block;
    }
    .menu ul li a {
        display:block;
        text-decoration:none;
        color:inherit;
        padding:5px 0px;
    }
    .logo_footer {
        max-width:260px;
    }
    .main-section {
        /* min-height:calc(100vh - 300px); */
    }
    footer {
        color:#000;
    }
    footer p a {
        color:inherit;
    }
    
    .home-banner-mobile {
        padding-top: 30px;
        text-align:center;
    }
    .home-banner-mobile h4 {
        color: #000;
        font-family: "Source Sans 3", sans-serif;
        text-align: center;
        font-size: 20.47px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }
    .home-banner-mobile h1 {
        color: #0153A2;
        text-align: center;
        font-size: 53.463px;
        font-style: normal;
        font-weight: 400;
        line-height: 45.543px; /* 85.185% */
        text-transform: uppercase;
    }
    .home-banner-mobile h2 {
        color: #000;
        text-align: center;
        font-size: 27.622px;
        font-style: normal;
        font-weight: 600;
        line-height: 43.814px; /* 158.621% */
        text-transform: uppercase;
    }
    .main-section h1 {
        color: #0153A2;
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
    }
    .main-section .form-label {
        color: #000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .main-section .form-control {
        border-radius: 28px;
        border: 1px solid #D9D9D9;
    }
    .main-section p a {
        color:inherit;
    }
    .modal-section h1 {
        color: #000;
        text-align: center;
        font-size: 32px;
        font-style: normal;
        font-weight: 800;
        line-height: normal;
        text-transform: uppercase;
    }
    .modal-section p {
        color: #000;
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
}

/* SM */
@media only screen and (min-width: 576px) {
    .home-banner h2 {
        display:none;
    }
}

/* MD */
@media only screen and (min-width: 768px) {}

/* LG */
@media only screen and (min-width: 992px) {}

/* XL */
@media only screen and (min-width: 1200px) {
    .col-form-registrazione {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        align-content: center;
    }
    .menu {
        position:relative;
        width:100%;
        background-color:transparent;
        z-index:1;
        left:none;
        top:none;
        height:auto;
        -webkit-transition: all 0ms ease;
        -moz-transition: all 0ms ease;
        -ms-transition: all 0ms ease;
        -o-transition: all 0ms ease;
        transition: all 0ms ease;
    }
    .menu.close {
        left:0px;
    }
    .menu ul {
        padding:0px;
        margin:0px 0px 0px 0px;
    }
    .menu ul li {
        color: #000;
        text-align: center;
        font-size: 25px;
        font-style: normal;
        font-weight: 600;
        text-transform: uppercase;
        text-align:center;
        list-style-type:none;
        padding:0px;
        margin:0px;
        display:inline-block;
    }
    .menu ul li a {
        display:inline-block;
        text-decoration:none;
        color:inherit;
        padding:10px 30px;
    }
    .logo_footer {
        max-width:180px;
    }
    #header-wrapper.open {
        aspect-ratio: 1728 / 892;
        background-image:url(/assets/images/new_header.jpg);
        background-size: contain;
        background-repeat: no-repeat;
        background-position-y: 30px;
    }
    .home-banner {
        padding-top: 90px;
    }
    .home-banner h4 {
        color: #000;
        font-family: "Source Sans 3", sans-serif;
        font-size: 34.466px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-transform: uppercase;
    }
    .home-banner h1 {
        color: #0153A2;
        font-size: 132.941px;
        font-style: normal;
        font-weight: 400;
        line-height: 113.246px; /* 85.185% */
        text-transform: uppercase;
    }
}

/* XXL */
@media only screen and (min-width: 1400px)  {
    .home-banner {
        aspect-ratio: 1728 / 892;
    }
    .home-banner h2 {
        display:block;
        color: #000;
        font-size: 71.394px;
        font-style: normal;
        font-weight: 600;
        line-height: 113.246px; /* 158.621% */
        text-transform: uppercase;
    }
}

