body {
    min-height: 75rem;
    padding-top: 4.5rem;
    /*color: #454545;*/
}

.nav-link {
    font-size: 18px !important;
    font-weight: bold !important;
}

.imglogo {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:539px) {
    .imglogo {
        background-image: url("../img/opencloud_mini.png");
        width: 33px;
        height: 33px
    }
}

@media (min-width:540px) {
    .imglogo {
        background-image: url("../img/opencloud.png");
        width: 219px;
        height: 33px
    }
}

.imglogohw {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

@media (max-width:539px) {
    .imglogohw {
        background-image: url("../img/opencloud_miniHW.png");
        width: 30px;
        height: 30px
    }
}

@media (min-width:540px) {
    .imglogohw {
        background-image: url("../img/opencloudHW.png");
        width: 177px;
        height: 30px
    }
}

.navbar {
    padding: 2px;
}

.navbar-brand {
    padding: 0px;
}

.navbar-nav>li {
    margin-left: 0em;
    margin-right: 0em;
    text-align: left;
}

@media (min-width: 992px) {
    .navbar-nav li {
        margin-left: 0.5em;
        margin-right: 0.4em;
    }
}

@media (min-width: 1110px) {
    .navbar-nav li {
        margin-left: 1em;
        margin-right: 1em;
    }
}

.bg-opencloud {
    background: rgb(23, 208, 255);
    background: linear-gradient(261deg, rgba(23, 208, 255, 1) 0%, rgba(153, 0, 181, 1) 100%);
    /*    background-color: #254091;
    background-color: #e0261d;*/
}

.hr-opencloud {
    border: 0;
    background: linear-gradient(261deg, rgba(23, 208, 255, 1) 0%, rgba(153, 0, 181, 1) 100%);
    height: 5px;
    opacity: 1;
}

.brevetto {
    margin-top: -55px;

}

.carousel {
    margin-top: -50px;
    margin-bottom: 4rem;
}

.carousel-caption {
    bottom: 5rem;
    z-index: 10;
}

.carousel-item {
    height: 32rem;
    background-color: #0057bf;
}

.carousel-item>img {
    position: absolute;
    top: 0;
    /*  right: 0; */
    min-width: 100%;
    min-height: 100%;
    /*  height: 32rem; */
}

.spiderpick-logo {
    position: absolute;
    bottom: 20%;
    /*    text-align: center; */
    margin: auto;
    z-index: 20;
    color: white;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

@media (max-width: 29em) {
    .spiderpick-logo h1 {
        font-size: 28px !important;
    }
}

.marketing .col-lg-4 {
    margin-bottom: 1.5rem;
    text-align: center;
}

.marketing h2 {
    font-weight: 400;
}

.marketing .col-lg-4 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.marketing .col-lg-3 {
    margin-bottom: 1.5rem;
    text-align: center;
    height: 24rem;
}

.marketing .col-lg-3 p {
    margin-right: .75rem;
    margin-left: .75rem;
}

.benefit {
    margin-left: 0;
    width: 100%
}

.featurette {
    padding-top: 10px
}

.featurette-divider {
    margin: 5rem 0;
}

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -.05rem;
    text-align: center;
    margin-top: 3.25rem;
}

.grigio {
    background-color: #ccc;
}

.grigioscuro {
    background-color: #8c8c8c;
}

.azzurro {
    background-color: #8cd;
}

.azzurrochiaro {
    background-color: #def;
}

.blu {
    color: #0057BF;
}

.spiderpicklogo {
    background-image: url("../img/spiderpick_bianco.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 350px;
    height: 78px
}

@media (max-width: 29em) {
    .spiderpicklogo {
        width: 225px;
        height: 50px
    }
}


@media (min-width: 40em) {
    .carousel-caption p {
        margin-bottom: 1.25rem;
        font-size: 1.25rem;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 62em) {
    .featurette-heading {
        margin-top: 3.25rem;
    }
}

.feature-icon {
    width: 4rem;
    height: 4rem;
    border-radius: .75rem;
}

.icon-square {
    width: 3rem;
    height: 3rem;
    border-radius: .75rem;
}

.text-shadow-1 {
    text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
    text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
    text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

.feature-icon-small {
    width: 3rem;
    height: 3rem;
}

.bg-verdechiaro {
    background-color: #7dfc47 !important;
}

.bg-verdescuro {
    background-color: #4ad66d !important;
}

.bg-rossochiaro {
    background-color: #f94144 !important;
}

.bg-rossoscuro {
    background-color: #ef476f !important;
}

.bg-azzurrochiaro {
    background-color: #78dfff !important;
}

.bg-azzurroscuro {
    background-color: #00a8e8 !important;
}

.bg-aranciochiaro {
    background-color: #faa916 !important;
}

.bg-arancioscuro {
    background-color: #fc9105 !important;
}

.text-verdechiaro {
    color: #7dfc47 !important;
}

.text-verdescuro {
    color: #4ad66d !important;
}

.text-rossochiaro {
    color: #f94144 !important;
}

.text-rossoscuro {
    color: #ef476f !important;
}

.text-azzurrochiaro {
    color: #78dfff !important;
}

.text-azzurroscuro {
    color: #00a8e8 !important;
}

.text-aranciochiaro {
    color: #faa916 !important;
}

.text-arancioscuro {
    color: #fc9105 !important;
}

.spiderpick-copyright {
    background-image: url("../img/copyright.png");
    opacity: 0.5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: -10%;
    bottom: -10%;
    width: 200px;
    height: 200px;
    /*  background-color: #333;
  border-radius: 21px;*/
    -webkit-transform: rotate(30deg);
    transform: rotate(30deg);
}

.spiderpick-copyright::before {
    position: absolute;
    top: 10%;
    right: 10px;
    bottom: 10%;
    left: 10px;
    content: "";
    /*  background-color: rgba(255, 255, 255, .1);
  border-radius: 5px; */
}

.spiderpick-copyright-2 {
    top: -25%;
    right: auto;
    bottom: 0;
    left: 5%;
    background-color: #e5e5e5;
}


/*
 * Extra utilities
 */

.flex-equal>* {
    -ms-flex: 1;
    flex: 1;
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        -ms-flex: 1;
        flex: 1;
    }
}

.overflow-hidden {
    overflow: hidden;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.ombra {
    text-shadow: 2px 2px 5px #000;
}

.carousel-caption {
    text-align: left !important;
    bottom: 5rem !important;
    z-index: 10 !important;
}

.carousel-item>img {
    position: absolute !important;
    top: 0 !important;
    /*  right: 0; */
    min-width: 100% !important;
    min-height: 100% !important;
    /*  height: 32rem; */
}

.img-container {
    background-image: url("../img/bg_numeri.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 300px;
}

.img-container .text-banner {
    position: relative;
    padding-left: 12%;
    text-align: left;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.text-small {
    @media (max-width:666px) {
        font-size: 16px !important;
    }

    @media (min-width:667px) and (max-width:799px) {
        font-size: 18px !important;
    }

    @media (min-width:800px) and (max-width:999px) {
        font-size: 20px !important;
    }

    @media (min-width:1000px) and (max-width:1199px) {
        font-size: 24px !important;
    }
}

@media (min-width:990px) and (max-width:1199px) {
    .img-container {
        width: 100%;
        height: 350px
    }
}

@media (min-width:1200px) and (max-width:1399px) {
    .img-container {
        width: 100%;
        height: 400px
    }
}

@media (min-width:1400px) {
    .img-container {
        width: 100%;
        height: 450px
    }
}