h2, h3 {
    color: #6FB1CE;
}

.jumbotron, footer {
    background-color: #003F7D;
    color: #fff;
    border-radius: 0;
}

.section {
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.btn {
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    padding: 10px 20px;
}
.logo{
    max-width: 200px;
}

.info .col {
    margin-top: 1rem;
}
.info h1{
    color: #6FB1CE;
    font-size: 2rem;
}
.info img{
    width: 63px;
    height: auto;
}

.caratteristiche {
    background-color: #f5f9fb;
    color: #000;
    font-size: 1.2rem;
}

ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

li {
    
    background-position: left 3px;
    background-repeat: no-repeat;
    padding: 0.7rem 0 0.5rem 3rem;
}
.caratteristiche li {background-image: url(../img/tick.png);}

.nav-item {
    padding: 3px;
}

.nav-item:hover {
    background-color: #fff;
    padding: 3px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.schede {
    display: block;
}

.schede-responsive {
    min-height: 300px;
    display: none;
}

@media (max-width: 575.98px) {
    html {
        font-size: 13px;
    }
}

@media (max-width: 768px) {
    .esercizi {
        text-align: center;
        width: 80%;
        margin: 0 auto;
    }

    .esercizi img {
        margin: 0 auto;
    }
}

@media (max-width: 1280px) {
    img.schede {
        margin-bottom: 0rem;
    }

    .schede {
        display: none;
    }

    .schede-responsive {
        display: block;
    }
}

.zoom {
    z-index: 1;
    -webkit-transition: all 200ms ease-in-out;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in-out;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in-out;
    -moz-transform: scale(1);
    transition: all 200ms ease-in-out;
    transform: scale(1);
}

.zoom:hover {
    z-index: 4 !important;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.1);
    transition: all 200ms ease-in;
    transform: scale(1.1);
}

img.schede.zoom {
    margin-bottom: -13rem;
    width: 50%;
    z-index: 3;
    top: 0%;
}

.schede.zoom:hover {
    z-index: 4 !important;
    -webkit-transition: all 300ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 300ms ease-in;
    -ms-transform: scale(1.5);
    -moz-transition: all 300ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 300ms ease-in;
    transform: scale(1.1);
    top: 0%;
    width: 50%;
}

img.schede.zoom:nth-child(2) {
    left: 42%;
    width: 46%;
    top: 4%;
    z-index: 2;
}

.schede.zoom:nth-child(2):hover {
    transform: scale(1.18);
}

img.schede.zoom:nth-child(3) {
    left: 74%;
    width: 42%;
    top: 8%;
    z-index: 1;
}

.schede.zoom:nth-child(3):hover {
    left: 80%;
    transform: scale(1.24);
}

.lang a {
    color: #6FB1CE;
}

.lang a:hover {
    color: #fff;
}
.lang strong{
    color: #fff;
}

.en .comingsoon {
    font-family: 'Fredoka One', cursive;
    font-size: 3rem;
}
