body {
    font-family: "Rubik", sans-serif;
    color: #a6adb4;
    font-size: 14px;
    height: 100%;
    overflow-x: hidden;
}

.full-height{
    min-height: 100vh;
}

object {
    display: none;
}

.container {
    padding-right: 30px;
    padding-left: 30px;
}

.page-loading {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9999;
}

ul {
    margin: 0;
    padding: 0;
}

html {
    height: 100%;
    overflow-x: hidden;
}

.small,
small {
    font-size: 12px;
}

.form-control {
    height: 40px;
    font-size: 13px;
}

.form-verify {
    text-align: center;
}

.form-verify .form-control {
    font-size: 20px;
    padding: 0;
    text-align: center;
}

.form-verify .row {
    margin-left: -7.5px;
    margin-right: -7.5px;
}

.form-verify .col {
    padding-right: 7.5px;
    padding-left: 7.5px;
}

.btn-resend-code,
.btn-resend-code:hover,
.btn-resend-code:active,
.btn-resend-code:focus,
.btn-resend-code:active:focus {
    color: #fff;
    text-decoration: none;
    display: inline-block;
    margin-top: 5px;
}

.custom-select {
    height: 40px;
    font-size: 13px;
}

form .form-group {
    margin-bottom: 8px;
}

.btn {
    font-size: 15px;
    transition: none !important;
}

.btn:focus,
.btn .focus {
    box-shadow: none !important;
    outline: 0;
}

.btn-50 {
    width: 49.3%;
}

h3 {
    font-weight: 500;
    font-size: 15px;
    margin: 15px 0;
}

.form-login .apvs-logo {
    height: 100px;
    display: inline-block;
    margin-bottom: 10px;
}
.form-login {
    text-align: center;
}

#login {
    background-image: url(../images/bg-login.jpg);
    width: 100%;
    height: 100%;
    color: #fff;
    background-size: cover;
}

.container {
    z-index: 222;
}

#login hr {
    background-color: #fff;
    opacity: 0.3;
}

.btn-purple {
    background-color: #606cb1;
    border-color: #606cb1;
    color: #fff;
}

.btn-yellow {
    background-color: #e9d375;
    border-color: #e9d375;
    color: #004182;
}

.btn-white {
    color: #004182;
    background-color: #fff;
    border-color: #fff;
}

.bt-white-borda {
    border-color: #ddd;
}

.btn-gray {
    color: #004182;
    background-color: #e1e1e1;
    border-color: #e1e1e1;
}

.check-yelllow .custom-control-label::before {
    border: 0;
}

.btn-camera{
    display: inline-block;
    background-image: url('../images/bt-camera-azul.svg');
    width: 51px;
    height: 51px;
    cursor: pointer;
}
.image-camera{
    opacity: 0.0;
    filter: alpha(opacity=0);
    -ms-filter: 'alpha(opacity=0)';
    -khtml-opacity: 0.0;
    -moz-opacity: 0.0;
    max-width:70px;
}

.check-yelllow .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #e9d375;
    border-color: #e9d375;
    color: #004182;
}

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23004182' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e");
}

.title {
    font-size: 24px;
    margin-top: 10px;
    line-height: 26px;
    margin-bottom: 10px;
}

#login .title {
    font-weight: 500;
    font-size: 20px;
    margin-top: 10px;
}

#login small a {
    color: #fbf89c;
}

.over-lay {
    position: absolute;
    width: 100%;
    height: 100%;
    background: #004182;
    background: -moz-linear-gradient(
        top,
        #004182 0%,
        #041f47 50%,
        #070b23 100%
    );
    background: -webkit-linear-gradient(
        top,
        #004182 0%,
        #041f47 50%,
        #070b23 100%
    );
    background: linear-gradient(
        to bottom,
        #004182 0%,
        #041f47 50%,
        #070b23 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004182', endColorstr='#070b23', GradientType=0);
    opacity: 0.63;
}

.aling-table {
    display: table;
    width: 100%;
    height: 100%;
}

.aling-table {
    z-index: 222;
    position: relative;
}

.logo-apvs {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 104px;
}

.aling-cell {
    display: table-cell;
    height: 480px;
    vertical-align: middle;

    width: 100%;
}

form .input-group-text {
    background-color: #fff;
    border: 0;
}

form .input-group-text .fas {
    color: #606cb1;
}

form label {
    text-align: left !important;
    margin-bottom: 0;
    font-size: 14px;
}

#login .form-control {
    border: 0;
}

#bg-curves {
    background-image: url(../images/bg-curves.jpg);
    width: 100%;
    height: 100%;
    color: #fff;
    background-size: cover;
    display: table;
}

#bg-curves-light {
    background-image: url(../images/curves-light.jpg);
    width: 100%;
    height: 100%;
    color: #0d365e;
    background-size: cover;
    display: table;
}

#bg-curves .form-control {
    border: 0;
}

#verify .col {
    padding-left: 5px;
    padding-right: 5px;
}

#verify .row {
    margin-right: -5px;
    margin-left: -5px;
}

#verify .form-control {
    border: 0;
    text-align: center;
}

#ajuste-aceito {
    margin-top: 15px;
}

.check-list .custom-control-label {
    font-size: 14px;
    line-height: 24px;
}

.arrow-back {
    position: absolute;
    top: 30px;
    width: 25px;
}

.ajuste-title-check {
    margin-top: 80px;
}

.btn-stroke {
    border: 1px solid #fff;
    color: #fff;
    margin-right: 10px;
    border-radius: 100px !important;
    padding: 5px 50px;
    height: auto;
    position: relative;
}

.btn-stroke:hover {
    color: #fff;
}

.btn-stroke.active {
    color: #fff;
}

.btn-stroke.active::before {
    content: "\f00c";
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    color: #e9d375;
    display: inline;
    position: absolute;
    left: 30px;
}

.bt-selecione {
    padding-top: 20px;
    padding-bottom: 20px;
    height: auto;
}

.bt-selecione .fas {
    font-size: 20px;
    position: relative;
    top: 2px;
}

.bts-final .row {
    margin-left: -10px;
    margin-right: -10px;
}

.bts-final .col-6 {
    padding-left: 10px;
    padding-right: 10px;
}

.map iframe {
    width: 100%;
    height: 126px;
}

.title-ajuste-margin {
    margin-top: 0;
}

#slider-instrucoes img {
    width: auto;
}

#slider-instrucoes .title {
    margin: 15px 0;
    font-size: 24px;
}

.curves-instrucoes {
    display: inherit;
    background-image: url(../images/bg-curves.jpg);
    color: #fff;
    background-size: cover;
    height: 100%;
    padding-top: 30%;
}

#slider-instrucoes.owl-theme .owl-dots .owl-dot span {
    background-color: #fff;
    border: 2px solid #fff;
}

#slider-instrucoes.owl-theme .owl-dots .owl-dot.active span {
    border: 2px solid #fff;
    background-color: transparent;
}

.pular {
    color: #fff;
    text-align: center;
    display: block;
}

.pular:hover,
.pular:active,
.pular:focus {
    color: #e9d375;
    text-decoration: none;
}

.data-sucesso {
    background-color: #606cb1;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    padding: 10px;
}

.icone-party {
    display: block;
    margin: 0 auto;
}

#white-box {
    background-color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    color: #666;
    padding-top: 30px;
    position: relative;
    padding-bottom: 50px;
    top: -30px;
}

.item-enviar {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    padding-bottom: 15px;

    margin-bottom: 15px;
    text-align: center;
}

#white-box h5 {
    color: #004182;
    font-size: 16px;
    font-weight: 500;
}

#white-box h6 {
    color: #666;
    font-size: 13px;
    margin: 0;
}

#white-box .item-enviar img {
    margin-bottom: 5px;
}

.bt-enviar-fotos,
.bt-enviar-fotos:hover,
.bt-enviar-fotos:active,
.bt-enviar-fotos:focus,
.bt-enviar-fotos:active:focus {
    background-color: #004182;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 11px;
    padding: 5px;
    text-decoration: none;
}

#top-curves .title {
    margin-top: 0;
    padding-top: 70px;
}

#top-curves {
    background-image: url(../images/bg-curves.jpg);
    color: #fff;
    padding-bottom: 40px;
}

.label-step {
    color: #004182;
    font-size: 12px;
}

.list-intruction-pic li {
    margin-bottom: 15px;
    list-style: none;
}

.list-intruction-pic li::before {
    content: "";
    background-color: #004182;

    margin-right: 5px;
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 20px;
    position: relative;
    top: -2px;
}

.bt-camera-azul {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.foto-mockup {
    position: relative;
    border-radius:15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.bg-cell {
    width: 100%;
}

.table-mockup {
    display: table;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.cell-mockup {
    display: table-cell;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    color: #fff;
}

.foto-space {
    background-color: #fff;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border: 5px rgba(201, 76, 76, 0) solid;
}

.cell-mockup img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 50%;
}

.modal-content {
    border-radius: 0;
}

.modal-header {
    background-color: #4a5d9d;
    color: #fff;
    border-radius: 0;
    padding-bottom: 15px;
    padding-top: 24px;
}

.modal-title {
    font-size: 20px;
    font-weight: normal;
    line-height: 15px;
}

.close {
    text-shadow: none;
    color: #fff;
    opacity: 1;
    padding-top: 5px;
}

.modal-header .close {
    position: relative;
    top: -7px !important;
}

.modal-header .close img {
    width: 16px;
}

.group-radio li {
    list-style: none;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
}

.group-radio li:last-child {
    border: 0;
}

.group-radio .custom-control-label {
    line-height: 24px;
}

.bt-add {
    float: right;
    width: 82px;
    padding-top: 4px;
    padding-bottom: 4px;

    font-size: 13px;
}

.topo-listagem-avaria {
    margin-top: 70px;
    margin-bottom: 10px;
}

.item-avaria {
    background-color: #fff;
    border-radius: 4px;
    padding: 12px;
    margin-bottom: 12px;
}

.item-avaria:last-child {
    margin-bottom: 0;
}

.item-avaria img {
    width: 100%;
    border-radius: 5px;
}

.item-avaria .row {
    margin-right: -3px;
    margin-left: -3px;
}

.item-avaria .col-ajuste {
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.item-avaria h6 {
    color: #004182;
    font-size: 14px;
    font-weight: 500;
}

.bt-mini-avaria {
    background-color: #004182;
    border-radius: 100px;
    color: #fff;
    display: block;
    font-size: 11px;
    text-align: center;
    padding-bottom: 5px;
    padding-top: 5px;
}

.table-listagem-avaria {
    display: table;
    width: 100%;
}

.cell-listagem-avaria {
    display: table-cell;
    height: 66px;
    width: 100%;
    vertical-align: middle;
}

#barra-avaria {
    color: #fff;
    padding: 10px 0;
    background-color: #004182;
}

#marcar-avaria img {
    width: 100%;
}

.subtitle-form {
    color: #fff;
    padding: 10px 0;
    background-color: #004182;
    margin-bottom: 20px;
}

.subtitle-form h3 {
    margin: 0;
}

.icones-act {
    color: #fff;
    margin: 5px;
}

.icones-act.select {
    color: #e9d375;
}

#barra .bt-add {
    display: inline;
    float: none !important;
}

#form-avaria .tamanho {
    width: 80px;
}

#form-assinatura textarea.form-control {
    height: 80px;
}

#form-assinatura .btn-stroke {
    border-radius: 4px !important;
    padding: 4px 10px;
}

.camera-azul {
    width: 34px;
}

.barra-camera {
    position: absolute;
    bottom: 0;
    width: 100%;
}

.align-load {
    display: block;
    margin: 0 auto;
}

@media (min-width: 480px) and (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .subtitle-form {
        padding: 15px 0;
    }

    .bt-add {
        width: auto;
        font-size: 13px !important;
    }

    .subtitle-form h3 {
        font-size: 18px;
    }

    .map iframe {
        height: 250px;
    }

    .item-avaria h6 {
        font-size: 18px;
    }

    .item-avaria .row {
        margin-right: -8px;
        margin-left: -8px;
    }

    .item-avaria .col-ajuste {
        padding-left: 8px !important;
        padding-right: 8px !important;
    }

    .bt-camera-azul {
        height: 60px;
    }

    .bt-enviar-fotos {
        font-size: 14px;
        padding: 10px 5px;
    }

    .check-list .custom-control-label {
        font-size: 16px;
    }

    #white-box .item-enviar img {
        height: 50px;
    }

    #white-box h6 {
        font-size: 16px;
    }

    #white-box h5 {
        font-size: 18px;
    }

    .item-enviar {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .form-control {
        height: 44px;
        font-size: 15px;
    }

    .custom-select {
        height: 44px;
        font-size: 15px;
    }

    .p-sucesso br {
        display: none;
    }

    .title {
        font-size: 30px;
        margin-top: 10px;
        line-height: 32px;
        margin-bottom: 20px;
    }

    #slider-instrucoes .title {
        font-size: 30px;
    }

    .btn-stroke {
        border: 1px solid #fff;
        color: #fff;
        margin-right: 10px;
        border-radius: 100px !important;
        padding: 5px 50px;
        height: auto !important;
        position: relative !important;
    }

    .ajuste-title-check {
        margin-top: 0;
    }

    #login .logo-apvs {
        width: auto;
    }

    form label {
        font-size: 15px;
    }

    .btn {
        font-size: 16px;
    }

    #slider-instrucoes {
        text-align: center;
    }

    #slider-instrucoes img {
        margin: 0 auto;
    }

    .bt-selecione {
        height: auto;
    }

    .small,
    small {
        font-size: 13px;
    }

    form .form-group {
        margin-bottom: 15px;
    }

    #login .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 768px) {
    .cell-mockup img {
        max-height: 120px;
        width: auto;
        max-width: 80%;
    }
}

@media screen and (max-width: 480px) {
}

@media screen and (max-width: 360px) {
    .check-ajuste label {
        line-height: normal !important;
    }
}
