.logo-left img,
.logo-right img {
    width: 45%;
}

.form-turno {
    padding-top: 35px;
    border-top: 1px solid #c2c2c2;
    padding-bottom: 40px;
}

img.logo-integrated {
    width: 45%;
    height: auto;
    margin: 15px auto 33px;
}

body {
    background-image: linear-gradient(180deg, rgb(18, 80, 155) 41%, rgb(51, 107, 181) 99%);
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
}

p {
    text-align: center;
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 1.2em;
    line-height: 1.8em;
}

@media (min-width:768px) and (max-width:991px) {
    .top-hero img {
        width: 116%;
        object-position: -63px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .top-hero img {
        width: 115%;
        object-position: -50px;
    }
}

@media (max-width:575px) {
    .top-hero img {
        width: 198%;
        object-position: -48px;
    }

    p {
        font-size: 1em;
        line-height: 1.5em;
    }
}

.svg-logo {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width:768px) {
    img.svg-logo {
        width: 590px;
        height: auto;
        margin-top: 50px;
        margin-bottom: 60px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    img.svg-logo {
        width: 450px;
        height: auto;
        margin-top: 39px;
        margin-bottom: 50px;
    }
}

@media (max-width:575px) {
    img.svg-logo {
        width: 250px;
        height: auto;
        margin-top: 25px;
        margin-bottom: 30px;
    }
}

@media (min-width:768px) {
    .info-block p {
        width: 739px;
    }
}

div.info-block {
    display: flex;
    justify-content: center;
    align-content: center;
}

@media (min-width:576px) and (max-width:767px) {
    .info-block p {
        font-size: 1.1em;
        line-height: 1.5em;
        width: 384px;
    }
}

.footer {
    border-top: 1px solid #ffffff;
}

@media (min-width:768px) {
    .footer {
        padding-top: 26px;
        padding-bottom: 5px;
    }
}

@media (min-width:576px) and (max-width:767px) {
    .footer {
        padding-top: 18px;
        padding-bottom: 4px;
    }
}

@media (max-width:575px) {
    .footer {
        padding-top: 15px;
        padding-bottom: 20px;
    }
}