/*
 * RENUSI (https://renusi.com)
 *
 * Copyright 2011-2021 ANSOFT - www.an-soft.it
 * Licensed under ATHENAE NOCTUA SOFTWARE DI LOSI GIULIANO
 */
html {
    font-family: 'gothambook', sans-serif;
}
h1, h2, h3, h4, h5 {
    font-family: 'gothambold';
}
a {
    color: #4788f2;
    text-decoration: none;
}
a:hover {
    color: #4788f2;
    text-decoration: none;
}
span.color {
    color:#4788f2;
}
.btn {
    font-family: 'gothambold';
    text-transform: uppercase;
    letter-spacing: 2px;
}
.btn-primary {
    background-color: #4788f2;
    border-color: #4788f2;
}
section {
    padding: 140px 0 100px;
}
.section-name {
    color: #4788f2;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 4px;
}
.title {
    font-size: 35px;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0px;
}
.footer img {
    max-height: 150px;
}
.footer .footer-title {
    display: block;
    color: #4788f2;
    font-size: 14px;
    text-transform: uppercase;
    line-height: 26px;
    font-weight: 500;
    letter-spacing: 4px;
    margin: 0 0 15px;
}
.footer ul {
    list-style: none;
    padding: 0;
}
.footer .copywrite {
    text-align: center;
}

/*loader*/
.intro-loader {
    background: #4788f2;
    position: fixed;
    z-index: 9999;
    width: 100%;
    height: 100%;
    /*position: absolute;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 25% auto;
}

.double-bounce1, .double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #FFF;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;

    -webkit-animation: sk-bounce 2.0s infinite ease-in-out;
    animation: sk-bounce 2.0s infinite ease-in-out;
}

.double-bounce2 {
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes sk-bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/*navbar*/
.navbar .navbar-brand img {
    max-height: 40px;
}
.navbar-light .navbar-nav .nav-link {
    text-transform: uppercase;
    padding: 0 16px;
}
.navbar-expand-lg .navbar-collapse {
    /*display: flow-root !important;*/
}
.navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .show > .nav-link {
    color: #4788f2;
}
/*breadcrumb*/
.breadcrumb {
    border-bottom: 1px solid #4788f2;
    padding: 20px;
}
.breadcrumb a,
.breadcrumb span {
    margin: 0 10px;
}
.breadcrumb i {
    font-size: 12px;
    margin-top: 5px;
}
/*hero header*/
.hero-header {
    background-image: url("../img/studio-legale-renusi-bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /*min-height: 900px;*/
}
.hero-header img {
    max-width: 180px;
    margin: 200px 0 0;
}
.hero-header h1 {
    font-size: 42px;
    line-height: 3rem;
    margin: 30px 0 15px;
}
.hero-header h2 {
    font-size: 28px;
    font-family: 'gothambook';

}
 /*chi sono*/
.curriculum ul {
    list-style:none;
    margin: 50px 20px 0;
}
.curriculum ul li {
    position: relative;
    margin: 0 50px 20px;
}
.curriculum ul li .year {
    position: absolute;
    top: -13px;
    left: -70px;
    font-size: 20px;
    color: #4788f2;
    line-height: 50px;
    font-weight: 700;
    letter-spacing: 0px;
}
/*servizi*/
.services {
    background: #f2f2f2;
}
.services .nav-pills .nav-item {
    margin: 15px 0;
}
.services .nav-pills .nav-link {
    font-size: 18px;
    font-family: 'gothambold';
    text-transform: uppercase;
}
.services .nav-pills .nav-link.active, .services .nav-pills .show > .nav-link {
    background-color: #4788f2;
    border-radius: 0px;
}
.services .nav-link {
    color: #4788f2;
}

/*articoli*/
.article-box {
    border: 1px solid #4788f2;
    padding: 20px;
    margin: 20px 0;
}
section.article {
    padding: 75px 0 100px;
}
.article h2 {
    margin: 28px 0 14px;
}
.article .signature {
    float: right;
    font-size: 18px;
    font-style: italic;
    margin: 14px 0;
}
/*contatti*/
.contact {
    background: #f2f2f2;
}
.contact label {
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.contact input, .contact textarea {
    border-radius: 0px;
}
.contact label.form-check-label {
    font-size: 9px;
    text-transform: uppercase;
}

/*privacy e cookie*/
section.privacy-cookie {
    padding: 75px 0 100px;
}

/*cookie box policy*/

#cookie-policy-box {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
    width: 100%;
    font-family: "Gotham", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 23px;
    text-align: center;
    z-index: 9999;
    color: rgb(241, 242, 241);
    background: rgba(76, 81, 81, 0.8);
    padding: 24px 20px 30px;
}

#cookie-policy-box a {
    color: #FFF;
    text-decoration: underline;
}

#cookie-policy-box a:hover {
    color: #FFF;
    text-decoration: none;
}
#cookie-policy-box .checkbox {
    margin-bottom: 10px;
}
#cookie-policy-box .checkbox label {
    display: inline-block;
    margin: 5px 0;
}

.btn-cookie {
    background-color: #4788f2;
    color: #FFFFFF !important;
    font-size: 11px;
    text-transform: uppercase;
    text-decoration: none !important;
    padding: 10px 10px;
}

.btn-cookie:hover {
    color: #FFF;
    text-decoration: none;
}

/*RESPONSIVE*/
/*
  ##Device = Tablets, Ipads (portrait)
  ##Screen = B/w 768px to 1024px
*/
@media (min-width: 768px) and (max-width: 1024px) {
    .navbar-nav {
        text-align: center;
        margin: 20px 0 0;
    }
    .navbar-nav .nav-item {
        line-height: 4.5rem;
        border-bottom: 1px solid #ffffff;
    }
    .navbar-nav .nav-item:last-child{
        border-bottom: none;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 22px;
    }
}

/* smarthphone */
@media (min-width: 320px) and (max-width: 480px) {
    .navbar-nav {
        text-align: center;
        margin: 20px 0 0;
    }
    .navbar-nav .nav-item {
        line-height: 4.5rem;
        border-bottom: 1px solid #ffffff;
    }
    .navbar-nav .nav-item:last-child{
        border-bottom: none;
    }
    .navbar-nav .nav-item .nav-link {
        font-size: 22px;
    }
}