﻿.img-termo {
    position: absolute;
    padding: 10px;
}

.logo {
    position: relative;
    top: 50px;
}

.modal-content {
    border-right: 10px solid #0099da;
}

.content-div {
    margin-top: 2em;
    margin-left: 1em;
}

.content {
    font-family: VWHead;
    text-align: center;
    padding: 3em;
    white-space: pre-line;
    scrollbar-color: #0099da #C2D2E4;
}
/* width */
::-webkit-scrollbar {
    width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #0099da;
    border-radius: 10px;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #005c83;
    }

/*.content::-webkit-scrollbar {
        display: none;
    }*/

.faixa-azul {
    border-right: 50px solid #0099da;
    height: 55em;
}

.btn-vw {
    background-color: #0099da;
    color: #fff;
    width: 15em;
    height: 3em;
    font-size: 14pt;
    -webkit-box-shadow: 0px 8px 15px 0px rgba(184,235,255,1);
    -moz-box-shadow: 0px 8px 15px 0px rgba(184,235,255,1);
    box-shadow: 0px 8px 15px 0px rgba(184,235,255,1);
}

.title {
    padding-left: 3em;
}

/* Responsivo */
@media screen and (min-width: 200px) and (max-width: 767px) {

    .faixa-azul {
        border-right: none;
    }

    .content-div {
        margin-left: 0;
    }

    .title {
        margin-left: 10px;
        font-size: 19pt;
    }

    .btn-vw {
        width: 13em;
    }

    .logo {
        top: 40px;
        width: 50px;
    }

    .img-termo {
        width: 50px;
        height: auto;
        left: 15px;
        top: 34px;
    }
}
/* Responsivo */
@media (min-width: 768px) and (max-width: 1280px) {

    .img-termo {
        width: 62px;
        height: auto;
        top: 50px;
        left: 52px;
        padding: 5px;
    }
}
