* {
    font-family: 'Lato', sans-serif;
}

.txt-white {
    color: #fff;
}
.txt-light-blue {
    color: #0470E0;
}
.txt-grey {
    color: #40555C;
}
.txt-dark {
    color: #3A3064;
}

.bg-green {
    background: #57CC61;
}

/* .fs-1 {
    font-size: 52px !important;
} */
.fs-2 {
    font-size: 28px !important;
}
.fs-3 {
    font-size: 22px !important;
}
.fs-4 {
    font-size: 18px !important;
}
.fs-5 {
    font-size: 16px !important;
}
.fs-6 {
    font-size: 14px !important;
}

.button {
    background: #57CC61;
    color: #fff;
    padding: 16px 27px;
    border-radius: 25pt;
    text-decoration: none;
}
.button:hover {
    background: #3BA544;
    color: #fff;
}
.hr {
    height: 1px;
    display: block;
    background: #7070701A;
    margin: 0px 30px 10px 30px;
}

.bg-header {
    background-image: url(../images/sfondo-header.png);
    background-repeat: no-repeat;
    padding-bottom: 185px;
}
.bg-banner {
    background-image: linear-gradient(to bottom, #0281DD, #0C41E9);
}
.box {
    background: #F6FAFE;
    border-radius: 23pt;
}
.red-circle {
    z-index: -1;
    position: absolute;
    bottom: -90px;
    right: 20px;
    width: 312px;
}
.blue-dots {
    top: -60%;
}
.footer {
    background: #022141;
}

.most-requested {
    border-radius: 9px;
    font-size: 16px;
}

@media screen and (min-width: 480px) {
    .bg-header {
        background-image: url(../images/bg-header-desktop.png);
        background-repeat: no-repeat;
        background-size: cover;
        overflow: hidden;
    }
}

@media screen and (min-width: 1080px) {
    .box {
        min-height: 540px;
    }
    .bg-header {
        background-size: 100%;
    }
    .bg-banner {
        background: url(../images/banner-bg.svg);
        background-repeat: no-repeat;
        background-size: 100%;
    }
}
