/** General **/
body {
    background-color: lightgray;
    padding-top: 60px;
}

h1 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 100 !important;
    font-size: 2.5rem !important;
    line-height: 2.5rem !important;
    letter-spacing: -1px;
}

h2 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 100 !important;
    font-size: 2.2rem !important;
    line-height: 2.2rem !important;
    letter-spacing: -1px;
}

h3 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    letter-spacing: -1px;
    font-weight: 600 !important;
}

h4 {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 600 !important;
    letter-spacing: -1px;
}

h5 {
    text-transform: initial !important;
}

h1[white], h2[white], h5[white], p[white] {
    color: white;
}

p {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-weight: 300;
    font-size: 15px;
    line-height: 20px;
}

div[vertical-align] {
    padding: 0;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

div[in-grid] {
    padding-left: 10%;
    padding-right: 10%;
}

footer {
    padding-top: 100px;
    padding-bottom: 40px;
}

/** Navbar **/
nav.navbar {
    min-height: 40px;
    z-index: 99999999;
    border-bottom: 1px solid #efefef;
}

.navbar-fixed-top {
    position: fixed !important;
    top: 0;
    border-width: 0 0 1px;
    right: 0;
    left: 0;
}

ul.navbar-nav.mr-auto {
    margin: auto;
}

.nav-link {
    text-transform: uppercase;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 13px;
    color: #323232;
    font-weight: 600;
}

.btn-login {
    /*width: 65px;*/
    border: solid 2px purple;
    border-radius: 20px;
    padding: 3px 10px 3px 10px !important;
    color: purple !important;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

.btn-login:hover{
    background-color: purple;
    color: white !important;
    outline: none;
}

/** Main Slider **/
#main-slider {
    background-size: cover;
    background-position: center center;
}

#main-slider-inner {
    padding: 150px 20px 150px 20px;
    text-align: center;
}

#btn-try-now {
    background: none;
    border: solid 1px white;
    border-radius: 20px;
    font-weight: 300;
    color: white;
    padding: 5px 15px 5px 15px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    text-transform: uppercase;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
}

#btn-try-now:focus {
    outline: 0;
}

#btn-try-now:hover {
    background-color: white;
    color: purple;
    cursor: pointer;
}

/** Second Section **/
#prodotto {
    background-image: url('/img/bg-secondary.jpg');
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size:cover;
}

#card-plan {
    padding: 40px;
    text-align: center;
    background-color: white;
    border-radius:50px;
    max-width: 420px;
    margin: auto;
}

.lbl-bold-big {
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
}

.lbl-note {
    font-size: 13px;
    line-height: 14px;
}

#btn-start-blue {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    border-radius: 30px;
    padding: 10px 30px;
    color: white;
    background-color: #1f69c7;
    font-weight: 500;
    border: none;
    cursor: pointer;
}

#btn-start-blue:focus {
    outline: 0;
}

/** Tools Section **/
#tools-section-title {
    color: #680eff;
    letter-spacing: 2px;
}

.tool-title {
    color: #406bff;
}

.tool-description {
    color: #565656;
}

.tool-secondary {
    color: #555555;
}

h2#CybotCookiebotDialogBodyContentTitle {
    font-size: 12pt !important;
    font-weight: 700 !important;
}

/** Top Footer Section **/
#consulenti {
    background-image: url('/img/bg-footer.jpg');
    background-size: cover;
    background-position: top center;
}

#btn-start-white {
    border-radius: 30px;
    padding: 10px 30px;
    color: blue;
    background-color: white;
    letter-spacing: 1px;
    font-weight: 300;
    border: none;
    cursor: pointer;
}

#btn-start-white:focus {
    outline: 0;
}

.credits > a {
    color: darkgray;
}

.credits > a:hover {
    color: white;
    text-decoration: none;
}

/** Bottom Footer **/
footer {
    background-image: url('/img/bg-bottom-footer.jpg');
    background-size: cover;
    background-position: top center;
}

.bottom-menu-element {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    display: inline-block;
    margin-left: 5px;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 600;
}

.bottom-menu-element > a {
    color:#6e6e6e;
}

.bottom-menu-element > a:hover {
    color:white;
    text-decoration: none;
}

.legal-area {
    text-align: right;
}

.legal-area-element {
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 300;
    display: inline-block;
    margin-left: 5px;
    text-transform: initial;
    font-size: 14px;
}

.legal-area-element > a {
    color:#6e6e6e;
}

.legal-area-element > a:hover {
    color:white;
    text-decoration: none;
}

.credits-area {
    text-align: right;
}

.credits {
    color: #6e6e6e;
    font-size: 12px;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

.footer-logo-container {
    text-align: left;
    margin-bottom: 20px;
}

.bottom-menu {
    text-align: right;
    margin-bottom: 20px;
}

/** Pricing Page **/
#pricing-right-card {
    background-color:white;
    max-width:420px;
    border-radius:20px;
    margin:auto;
    box-shadow: 0 0 50px #8888885e;
    padding-bottom:40px;
}

#pricing-right-card-image {
    width:100%;
    height:300px;
    background-image:url('/img/cf-image.png');
    background-size:cover;
    border-top-left-radius:20px;
    border-top-right-radius:20px;
}

.pricing-right-card-details {
    width:100%;
    padding-left:30px;
    padding-right:30px;
}

/** Contact Form **/
#contact-form {
    background-color:white;
    max-width:580px;
    border-radius:20px;
    box-shadow: 0 0 50px #8888885e;
    margin: auto;
    text-align: center;
    padding: 40px 30px;
}

input.form-control {
    text-align: center;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif !important;
    font-size:13px;
    line-height:30px;
    border-radius: 5px;
    margin-bottom: 20px;
}

span.help-block {
    font-size: 13px;
    color: red;
    font-style: italic;
    font-family: 'Open Sans', 'Helvetica Neue', sans-serif;
}

/** Responsive **/
@media only screen and (max-width: 768px) {
    h1 {
        font-size: 1.5rem !important;
        line-height: 1.5rem !important;
    }

    h2 {
        font-size: 1.2rem !important;
        line-height: 1.2rem !important;
    }

    ul.navbar-nav.mr-auto {
        text-align: center;
    }

    a.nav-link.btn-login {
        margin: auto;
    }

    .footer-logo-container {
        text-align: center;
    }

    .bottom-menu {
        text-align: center;
    }

    .legal-area {
        text-align: center;
    }

    .credits-area {
        text-align: center;
    }

}
