@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    /* GRIGIO */
    --dark-grey: #f7e5e3;
    --medium-grey: #DDCDC8;
    --light-grey: #E5D9D6;
    /* NERO */
    --primary-black: #000000;
    --light-black: #2B2B2B;
    /* ROSA */
    --dark-pink: #EFB9B9;
    --medium-pink: #E8C3C3;
    --light-pink: #E6D6E0;
    /* BIANCO */
    --primary-white: #ffffff;
    --dirty-white: #F7F5F5;
    /* ROSSO */
    --primary-red: #ff0000;
    /* VERDE */
    --primary-green: #adff2f;
}

/* ------------------------------- */
/* BODY / TYPOGRAPHY               */
/* ------------------------------- */

body {
    position: relative;
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin: 0;
}

.single-page-content {
    line-height: 1.7;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 700;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 500;
}

p.lead {
    font-weight: 500;
}

.fw-400 {
    font-weight: 400;
}

.fw-600 {
    font-weight: 600;
}

h1.small {
    font-size: 1.5rem;
}

a,
button,
input,
a::after,
a::before,
button::after,
button::before,
input::after,
input::before {
    outline: none !important;
    text-decoration: none !important;
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;
    color: var(--primary-black);
}

hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .1);
}

span.fs-50 {
    font-size: 50%;
    font-weight: 500;
}

.link-base {
    position: relative;
    color: inherit;
}

.link-base:hover,
.link-base:active,
.link-base:focus {
    color: inherit;
}

.link-opa {
    position: relative;
    color: inherit;
    opacity: 0.75;
}

.link-opa:hover,
.link-opa:active,
.link-opa:focus {
    color: inherit;
    opacity: 1;
}

.pb-80 {
    padding-bottom: 80px;
}

.pt-80 {
    padding-top: 80px;
}

.pb-40 {
    padding-bottom: 40px;
}

.pt-40 {
    padding-top: 40px;
}

.content {
    position: relative;
    top: 60px;
}

.mt-200 {
    margin-top: 200px !important;
}

/* ------------------------------- */
/* COLORS                          */
/* ------------------------------- */

.clr--white-bg {
    background-color: var(--primary-white) !important;
}

.clr--white-txt {
    color: var(--primary-white) !important;
}

.clr--black-bg {
    background-color: var(--primary-black) !important;
}

.clr--black-txt {
    color: var(--primary-black) !important;
}

.clr--dark-bg {
    background-color: var(--light-black) !important;
}

.clr--dark-txt {
    color: var(--light-black) !important;
}

.clr--ultralight-bg {
    background-color: var(--dirty-white) !important;
}

.clr--ultralight-txt {
    background-color: var(--dirty-white) !important;
}

.clr--red-txt {
    color: var(--primary-red) !important;
}

.clr--red-bg {
    background-color: var(--primary-red) !important;
}

.clr--green-txt {
    color: var(--primary-green) !important;
}

.clr--green-bg {
    background-color: var(--primary-green) !important;
}

.clr--primary-bg {
    background-color: var(--dark-grey) !important;
}

.clr--primary-txt {
    color: var(--light-grey) !important;
}

.clr--light-bg {
    background-color: var(--medium-pink) !important;
}

.clr--light-txt {
    color: var(--dark-pink) !important;
}

.clr--grey-txt {
    color: var(--medium-grey) !important;
}

.clr--grey-bg {
    background-color: var(--medium-grey) !important;
}

.clr--pink-txt {
    color: var(--dark-pink) !important;
}

.clr--pink-bg {
    background-color: var(--dark-pink) !important;
}

.border-black {
    border-color: var(--primary-black) !important;
}

.border-white {
    border-color: var(--primary-white) !important;
}

/* ------------------------------- */
/* BUTTONS                         */
/* ------------------------------- */

.btn {
    display: inline-block;
    /* font-weight: 600; */
    text-align: center;
    white-space: normal;
    word-wrap: break-word;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 1.25rem;
    padding: 0.75rem 1.25rem;
    font-size: 1.2rem;
    line-height: 1.5;
    border-radius: 0rem;

    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    -ms-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out;

    letter-spacing: 0.5px;
    text-transform: uppercase;
}

.btn:focus,
.btn.focus {
    outline: 0;
    box-shadow: none;
    border-radius: 0rem;
}

.btn-sm,
.btn-group-sm>.btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    line-height: 1.5;
    border-radius: 0rem;
}

.btn-lg,
.btn-group-lg>.btn {
    padding: 1rem 1.50rem;
    font-size: 1.25rem;
    line-height: 1.5;
    border-radius: 0rem;
}

.btn-xs,
.btn-group-xs>.btn {
    padding: 0.25rem 0.75rem;
    font-size: 12px;
    line-height: 22px;
    border-radius: 0rem;
}

/* SKIN-1 button */
.btn-skin-1 {
    color: var(--primary-white);
    background-color: var(--light-black);
    border-color: transparent;
}

.btn-skin-1:hover,
.btn-skin-1:focus,
.btn-skin-1:active,
.btn-skin-1.active {
    color: var(--light-black);
    background-color: var(--primary-white);
    border-color: var(--light-black);
}

/* SKIN-2 button */
.btn-skin-2 {
    color: var(--light-black);
    background-color: transparent;
    border-color: var(--light-black);
}

.btn-skin-2:hover,
.btn-skin-2:focus,
.btn-skin-2:active,
.btn-skin-2.active,
.btn-check:checked+.btn-skin-2 {
    color: var(--primary-white);
    background-color: var(--light-black);
    border-color: transparent;
}

/* SKIN-3 button */
.btn-skin-3 {
    color: var(--light-black);
    background-color: var(--medium-pink);
    border-color: transparent;
}

.btn-skin-3:hover,
.btn-skin-3:focus,
.btn-skin-3:active,
.btn-skin-3.active {
    color: var(--dark-pink);
    background-color: var(--light-black);
    border-color: var(--dark-pink);
}

/* SKIN-4 button */
.btn-skin-4 {
    color: var(--dark-pink);
    background-color: var(--light-black);
    border-color: var(--dark-pink);
}

.btn-skin-4:hover,
.btn-skin-4:focus,
.btn-skin-4:active,
.btn-skin-4.active {
    color: var(--light-black);
    background-color: var(--medium-pink);
    border-color: transparent;
}

/* transparent button */
.btn-skin-transparent {
    color: var(--primary-black);
    background-color: transparent;
    border-color: transparent;
}

.btn-skin-transparent:hover,
.btn-skin-transparent:focus,
.btn-skin-transparent:active,
.btn-skin-transparent.active {
    color: var(--dark-grey);
    background-color: transparent;
    border-color: transparent;
}

/* ------------------------------ */
/* SECTIONS                       */
/* ------------------------------ */

section {
    position: relative;
    outline: none;
    border: none;
    /*overflow: hidden;*/
    padding: 0;
}

section.sec-25 {
    min-height: 25vh;
}

section.sec-50 {
    min-height: 50vh;
}

section.sec-75 {
    min-height: 75vh;
}

section.sec-100 {
    min-height: 100vh;
}

section.sec-jumbo {
    min-height: calc(90vh - 160px);
}

/*SECTION SQUARE*/
section.sec-square {
    padding-top: 80px;
    padding-bottom: 80px;
}

.col-square {
    min-height: 50vw;
}

.col-square-txt-pad {
    padding: 0 5vw;
}

section.sec-square.corner-dark::before {
    content: '';
    position: absolute;
    border: 2px solid #333;
    left: 2vw;
    top: 2vw;
    right: 2vw;
    bottom: 2vw;
    opacity: 0.5;
}

section.sec-square.corner-light::before {
    content: '';
    position: absolute;
    border: 2px solid #fff;
    left: 2vw;
    top: 2vw;
    right: 2vw;
    bottom: 2vw;
    opacity: 0.5;
}

@media (max-width: 576px) {
    section.sec-square {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /*.col-square-txt-pad {
                padding: 0 15px;
        }*/
}

/* ------------------------------ */
/* SECTION AUTO                   */
/* ------------------------------ */

section.sec-auto {
    padding-top: 80px;
    padding-bottom: 80px;
}

@media (max-width: 576px) {
    section.sec-auto {
        padding-top: 48px;
        padding-bottom: 48px;
    }
}

/* ------------------------------ */
/* OTHER CLASS                    */
/* ------------------------------ */

.bg-overlay::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    background-color: #4E4E4E;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    z-index: 100;
}

.shadow::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 0;
    padding-bottom: 25%;
    left: 0;
    bottom: 0;
    background-image: url(../img/shadow-100.png);
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: 50% 50%;
    z-index: -1;
    opacity: 0.5;
    /*transform: translateY(25%);*/
}

.animated.delay-050s {
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
}

.animated.delay-025s {
    -webkit-animation-delay: 0.25s;
    animation-delay: 0.25s;
}

.not-active {
    pointer-events: none;
    cursor: default;
}

/* ------------------------------- */
/* NAVBAR                          */
/* ------------------------------- */

.navbar {
    padding-bottom: 0;
    padding-top: 20px;
    border-bottom: 5px solid #000;
}

.navbar .navbar-brand img,
.sec-footer .navbar-brand img {
    height: 50px;
    width: auto;
}

.dropdown-menu {
    min-width: auto;
    border-radius: 0;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: var(--primary-black);
    background-color: var(--dark-grey);
}

@media all and (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }

    .navbar .nav-item .nav-link {
        padding: 1rem;
    }

    .navbar .nav-item .dropdown-menu {
        padding: 1rem;
    }

    .nav.nav-evento .nav-item.brd {
        border-right: 1px solid var(--dark-grey);
    }
}

.nav-evento .form-control,
.nav-evento .form-select {
    text-transform: uppercase;
    border: none;
}

/* ------------------------------- */
/* TABS                            */
/* ------------------------------- */


.tab {
    /* Center the content */
    align-items: center;
    display: flex;
    justify-content: center;
}

.tab__item {
    padding: 1rem;
    text-transform: uppercase;
    color: var(--primary-black);
}

.tab__item--active,
.tab__item:hover {
    /* border-bottom: 5px solid #000; */
    font-weight: 600;
    color: var(--primary-black);
}

.tab__item .nav-link:hover {
    color: var(--primary-black);
}

/* .tab__item--inactive {} */


/* ------------------------------- */
/* FOOTER                          */
/* ------------------------------- */
.sec-footer {
    font-weight: 300;
    font-size: 12px;
}

.sec-footer .list-unstyled li {
    padding-bottom: 1rem;
}

.sec-footer a {
    color: var(--light-black);
}

.social {
    border: 1px solid var(--light-black);
    padding: 0.25rem;
    line-height: 1;
    border-radius: 50%;
}

/* ------------------------------- */
/* Z ELEVATION                     */
/* ------------------------------- */

.elev-1 {
    z-index: 1;
}

/* ------------------------------- */
/* SWIPER                          */
/* ------------------------------- */

.swiper-button-next,
.swiper-button-prev {
    color: black;
}

.swiper-pagination-fraction {
    font-size: 12px;
}

/* ------------------------------- */
/* STILE BLOCCHI                   */
/* ------------------------------- */

.img-container-left {
    padding: 1rem 0 1rem 10rem;
}

.img-container-right {
    padding: 1rem 10rem 1rem 0;
}

.blocco-evento {
    margin: 2rem;
}

.logo-placeholder-rassegna {
    width: 100px;
    height: auto;
    min-height: 100px;
}

.img-rassegna {
    min-height: 100px;
    max-width: 100%;
}

#map {
    height: 400px;
}

.clickable {
    cursor: pointer;
}

.sponsor {
    max-height: 4rem;
}

.percorso small {
    font-size: .7em;
}

.percorso small a {
    color: var(--dark-grey);
}

label.error {
    color: var(--primary-red) !important;
}

.alert-info {
    border-color: var(--light-pink);
    background-color: var(--light-pink) !important;
    color: var(--primary-black) !important;
}

.alert-info.alert a,
.alert-info.alert a:hover {
    text-decoration: underline !important;
    color: var(--primary-black) !important;
}


#evslot_list_tbody td {
    vertical-align: middle !important;
}