@media (width: 1920px) {
    body {
        height: 969px;
    }

    /*.container {
        height: 880px;
    !important;
    }*/
    /*.quest:hover::before {
        position: absolute;
        text-align: start;
        content: attr(data-title);
        width: 30vh !important;
        height: 20vh !important;
    }
    .quest:hover::after{
        left: 5px !important;
    }*/
}

@media (width: 1440px) {
    body {
        height: 789px;
    }

    .listShedule {
        height: 48vh !important;
        max-height: 50vh !important;
    }

    .container {
        height: 720px;
    !important;
    }

    .iframeHeight {
        height: 32vh !important;
    }

    .prevBody {
        max-height: 288px !important;
    }
}

.alfa-carroAl {
    position: absolute;
    margin-left: 4rem;
    margin-top: 2.5rem;
    font: 4.9rem EuroPlate, sans-serif;
    pointer-events: none;
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(200, 200, 200, 0.9);
}

@media (width: 1366px) {
    .container {
        height: 620px !important;
        margin-top: 20px !important;
    }

    #logo img {
        width: 185px !important;
    }
    #logo1{
        zoom: 70% !important;
    }

    .iframeHeight {
        height: 32vh !important;
    }

    .iframeDetail{
        height: 25vh !important;
        padding-top: 5px !important;

    }
    .prevBody {
        max-height: 288px !important;
    }

    .listShedule {
        height: 43vh !important;
        max-height: 45vh !important;
    }

    .inputDetail {
        height: 11vh !important;
    }

    .pecImg {
        width: 295px !important;
    }

    /*[data-title]:hover::after {
        content: '';
        position: absolute;
        bottom: 10px;
        left: 19.7vh !important;
        display: inline-flex;
        opacity: 0.8;
        color: #fff;
        border: 8px solid transparent;
        border-right: 8px solid #546e7a;
    }*/

    /*.quest:hover::before {
        position: absolute;
        text-align: start;
        content: attr(data-title);
        width: 50vh !important;
        height: 25vh !important;
    }
    .quest:hover::after{
        left: 5px !important;
    }*/
}

.container {
    display: flex;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25),
    0 10px 10px rgba(0, 0, 0, 0.22);
    overflow: hidden;
    width: 1000px;
    margin-top: 45px;
    justify-content: space-between;
    flex-direction: column;
    align-items: center;
    padding: 20px;
}

p {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #103b5b;
    font-weight: bold;
    font-size: 18px;
    opacity: 0.9;
}

.formAtend {
    position: relative;
    margin-top: 20px;
}

input {
    width: 600px;
    height: 45px;
    color: #333;
    border: 1px solid #dcdce6;
    border-radius: 8px;
    padding: 0 24px;
    margin: 5px;
}
input:read-only{
    background-color: #eceff1;
}

select {
    width: 600px;
    height: 50px;
    color: #333;
    border: 1px solid #dcdce6;
    border-radius: 8px;
    padding: 0 24px;
    margin: 5px;
}

select:focus {
    border-color: #103b5b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(49, 87, 136);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(107, 143, 174);
}

.inputAng {
    width: 400px;
    height: 20px;
    color: #333;
    border: 1px solid #dcdce6;
    border-radius: 8px;
    padding: 0 24px;
    margin: 5px;
}

.inputAng:focus {
    border-color: #103b5b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(49, 87, 136);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(107, 143, 174);
}

input:focus {
    border-color: #103b5b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(49, 87, 136);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(107, 143, 174);
}

.btnAng {
    transition: all 0.2s linear;
    -webkit-border-radius: 0.125rem;
    border-radius: 0.125rem;
    color: #fff !important;
    background-color: #103b5b !important;
    border-radius: 50% !important;
}

.btnAng:hover {
    opacity: 0.7;
    transition: 0.5s;
    border-radius: 50% !important;
}

.page-link {
    border-radius: 50% !important;
}

.page-link:active {
    background-color: #103b5b !important;
}

.button {
    width: 50%;
    height: 55px;
    background: rgba(16, 59, 91, 1);
    border: 0;
    border-radius: 100px;
    color: #FFF;
    font-weight: 700;
    margin-top: 50px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 60px;
    transition: filter 0.2s;
    padding-bottom: 8px;
}

.button_small {
    width: 50%;
    height: 31px;
    background: rgba(16, 59, 91, 1);
    border: 0;
    border-radius: 10px;
    color: #FFF;
    font-weight: 700;
    margin-left: 30px;
    margin-top: 50px;
    display: flex;
    align-self: center;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    line-height: 28px;
    transition: filter 0.2s;
    padding-bottom: 8px;
}

.button:hover {
    background: rgba(16, 59, 91, 0.9);
}

.button:active {
    background: rgba(16, 59, 91, 0.3);
}

.buttonModal {
    width: 50%;
    height: 40px;
    border: 0;
    background: rgba(16, 59, 91, 1);
    border-radius: 100px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    transition: background 0.5s;
}

.buttonModal a {
    color: #FFF !important;
}

.buttonModal a:hover {
    color: #FFF !important;
}

.buttonModal:hover {
    background: rgba(43, 73, 126, 0.9);
}

.buttonModal:active {
    background: rgba(43, 73, 126, 0.5);
}

.buttonModal-outline {
    width: 50%;
    height: 40px;
    background-color: transparent;
    border: 2px solid rgba(16, 59, 91, 1) !important;
    border-radius: 100px;
    color: #103b5bcc;
    font-weight: 700;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    transition: filter 0.2s;
}

.buttonModal-outline:hover {
    border-color: #103b5b;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(49, 87, 136);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgb(107, 143, 174);
}

.logoStart {
    animation: move 500ms;
    animation-delay: 0ms;
    animation-fill-mode: forwards;
}

.fadeElement {
    animation-name: fade;
    animation-duration: 1s;
}

.alfa-carroAngola {
    position: absolute;
    margin-left: 40px;
    margin-top: 4px;
    font-family: Europlate;
    font-size: 35px;
    pointer-events: none;
    text-shadow: -1px -1px 0px rgba(255, 255, 255, 0.3), 1px 1px 0px rgba(200, 200, 200, 0.9);
}

@keyframes move {
    from {
        opacity: 0;
        transform: translateX(250%);
    }
    to {
        opacity: 1;
        transform: translateX(0%);
    }

}

@keyframes fade {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);

    }
}

.label-block {
    display: flex;
    flex-direction: column;
    margin-top: 25px;
}

.label-line {
    display: flex;
    margin-top: 25px;
}

.label-block label {
    color: #103b5bcc;
    font-weight: bold;
    font-size: 18px;
    margin: 8px;
}

.scrollbarAng::-webkit-scrollbar {
    height: 6px;
!important;
    width: 6px;
!important;
    background-color: #FFFFFF;
!important;
}

.scrollbarAng::-webkit-scrollbar-thumb {
    border-radius: 10px;
!important;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
!important;
    background-color: #103b5b;
!important;
}

.bdfiltercount {
    margin-left: 10px;
    background-color: #f3c532 !important;
}


.check {
    height: 16px;
    width: 18px;
    position: relative;

}

.check:after {
    content: '\00D7';
    display: block;
    background: lightgrey;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E");
    pointer-events: none;
    font-size: 15px;
    position: absolute;
    top: 0rem;
    left: 0rem;
    height: 16px;
    width: 18px;
    color: transparent;
    transition: .25s all ease-in-out;
    border-radius: 0.25rem;
    line-height: 10px;
    background-position: 0 15px;
    background-repeat: no-repeat;
    background-size: 8px 8px;
    border-width: 2px;
    border-style: solid;
    border-color: transparent;
}

.check:checked:after {
    background-color: #103b5b !important;
    background-position: center center;
}

.check:hover:after {
    border-color: #103b5bcc !important;
}

.modal-headerAng {
    background-color: #103b5b !important;
}

.input-block {
    display: flex;
    align-items: flex-start;
    flex-direction: column !important;
}

.input-block label {
    color: #103b5bcc;
}

.product-detail {
    display: flex;
    flex-direction: column;

}

.product-detail label {
    font-size: 18px;
    color: #333;
}

.cardPreview {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30vh;
    border: 2px solid #103b5bcc;
    border-radius: 8px;
    margin: 10px;
}

.listShedule {
    height: 55vh;
    max-height: 55vh;
    overflow-y: auto;
    padding: 0;
}

ul.schedule-item {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 20px;
    list-style-type: none;
}

ul.schedule-item li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #ebebeb;
    padding: 15px;
    border-radius: 8px;

}

ul.schedule-item li h4 {
    padding: 4px 5px 0 0;
    color: #103b5bcc;
    font-size: 15px;
    font-weight: bold;
    margin: 5px;
}

.iframeHeight {
    width: 500px !important;
}

.prevBody {
    max-height: 45vh !important;
    overflow-y: auto
}


.inputDetail {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}
.inputDetailConf {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    justify-content: space-around;
}


.pecImg {
    width: 425px;
}

.iframeDetail{
    width: 59vh;
    height: 38vh;
    padding-left: 5px;
    border: 2px solid transparent;
    border-radius: 15px;
}

[data-title] {
    position: relative;
    cursor: help;

}

/*[data-title]:hover::before {
    content: attr(data-title);
    position: absolute;
    bottom: -44px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    background: #546e7a;
    opacity: 0.8;
    z-index: 99999;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    -webkit-line-break: after-white-space;
    margin-left: 10px;
}

[data-title]:hover::after {
    content: '';
    position: absolute;
    bottom: 10px;
    left: 13.3vh;
    display: inline-flex;
    opacity: 0.8;
    color: #fff;
    border: 8px solid transparent;
    border-right: 8px solid #546e7a;
}*/

.btn-outline-primaryPI {
    border: 2px solid #103b5b !important;
    background-color: transparent !important;
    color: #103b5b !important;
}

.btn-outline-primaryPI:hover {
    border: 2px solid #103b5bcc !important;
    background-color: transparent !important;
    color: #103b5bcc !important;

}

.quest{
    position: relative;
    cursor: help;

}

/*
.quest:hover::before {
    position: absolute;
    text-align: start;
    content: attr(data-title);
    width: 30vh;
    height: 20vh;
    bottom: -10px;
    left: 10px;
    display: inline-block;
    padding: 3px 6px;
    border-radius: 5px;
    background: #546e7a !important;
    opacity: 0.8;
    z-index: 99999;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    margin-left: 10px;
}

.quest:hover::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 4px;
    display: inline-flex;
    opacity: 0.8;
    color: #fff;
    border: 8px solid transparent;
    border-right: 8px solid #546e7a;
}*/
