/* stylelint-disable at-rule-no-unknown */

* {
    scrollbar-width: auto;
    font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    font-size: 16px;
}

@font-face {
    font-family: 'VAG Rounded Std';
    src: url('./assets/fonts/VAG_Rounded.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

body {
    position: relative;
    min-height: 651px;
    padding: 0;
    margin: 0;
}

@media screen and (max-width: 1024px) {
    body {
        display: flex;
        justify-content: center;
    }
}

.MainContainer {
    width: 100%;
    margin-top: 0%;
    height: 97vh;
}

@media screen and (max-width: 1024px) {
    .MainContainer {
        position: relative;
        margin-top: 0%;
    }
}

@media screen and (max-width: 1024px) and (min-width: 769px) {
    .MainContainer {
        position: relative;
        margin-top: 0%;
    }
}

@media screen and (max-width: 768px) and (min-width: 760px) {
    .MainContainer {
        position: relative;
        margin-top: 0%;
        left: 0em;
    }
}

@media screen and (max-width: 884px) and (min-width: 883px) {
    .MainContainer {
        position: relative;
        margin-top: 0%;
        left: 0em;
    }
}

.pricipalQueryContainer {
    @media screen and (max-width: 460px) {
        position: relative;
        top: -3em;
    }
}

.imgPaymentMethods {
    margin-top: 1em;
}

.buttonInfo {
    position: relative;
    top: 3em;
    right: -21.5em;
    bottom: 1%;
    font-family: "VAG Rounded Std";
    display: none;
}

@media screen and (min-width: 600px) {
    .buttonInfo {
        display: flex !important;
    }
}

.buttonInfoDetail {
    position: relative;
    top: 0.2em;
    right: -23%;
    bottom: 1%;
    font-family: "VAG Rounded Std";
    z-index: 2;
}

@media screen and (max-width: 1024px) {
    .buttonInfoDetail {
        right: -32%;
    }
}

@media screen and (max-width: 770px) {
    .buttonInfoDetail {
        left: 8em;
        right: 0em;
    }
}

@media screen and (max-width: 460px) {
    .buttonInfoDetail {
        width: 20px;
        left: -8em;
    }
}

@media screen and (max-width: 375px) {
    .buttonInfoDetail {
        right: 0em;
        left: -7.8em;
    }
}

@media screen and (max-width: 360px) {
    .buttonInfoDetail {
        left: -7.5em;
    }
}

.buttonInfoMovil {
    display: none;
    z-index: 2;
}

@media screen and (max-width: 460px) {
    .buttonInfoMovil {
        display: block;
        margin-top: 3em;
        position: relative;
        top: 9.5em;
        display: flex;
        justify-content: center;
    }
}

.submitButonConsult {
    margin-top: 2.5em;
}

@media screen and (max-width: 1024px) {
    .submitButonConsult {
        display: flex;
        position: relative;
        justify-content: center;
    }
}

@media screen and (max-width: 768px) {
    .submitButonConsult {
        display: flex;
        position: relative;
        justify-content: center;
    }
}

@media screen and (max-width: 460px) {
    .submitButonConsult {
        position: relative;
        top: 3.5em;
        z-index: 2;
    }
}

.pasarelaDetail {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    position: fixed;
    bottom: 4em;
    width: 100%;
}

@media screen and (min-width: 1024px) and (max-height: 650px) {
    .pasarelaDetail {
        bottom: 1.5em;
        position: relative;
    }
}

@media screen and (max-width: 1024px) {
    .pasarelaDetail {
        bottom: 0em;
    }
}

@media screen and (max-width: 460px) {
    .pasarelaDetail {
        left: -5em;
        flex-wrap: wrap;
        align-content: center;
        bottom: 13.5em;
    }
}

@media screen and (max-width: 375px) {
    .pasarelaDetail {
        left: -4em;
        bottom: 11.5em;
    }
}

.pasarelaDetailButtom {
    position: relative;
    top: 0.5em;
}

@media screen and (max-width: 460px) {
    .pasarelaDetailButtom {
        margin-top: 2em;
        position: relative;
        top: -1.5em;
    }
}

.select-card {
    border: 0;
    display: inline-block;
    cursor: pointer;
    position: relative;
    top: 0.5em;
    font-family: "VAG Rounded Std";
    z-index: 2;
}

.SelectButton {
    border-radius: 5px;
    border: solid 2px #000;
    background-color: #ffffff;
    color: #000000;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: "VAG Rounded Std";
    cursor: pointer;
    position: relative;
    top: 0.5em;
    z-index: 2;
}

.SelectButton2 {
    border-radius: 5px;
    border: solid 2px #000;
    background-color: #ffffff;
    color: #000000;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: "VAG Rounded Std";
    cursor: pointer;
    position: relative;
    top: 0.5em;
    left: 2em;
    z-index: 2;
}

.SelectButton:hover {
    background-color: #000000;
    color: #ffffff;
    transition: 0.4s;
}

.SelectButton2:hover {
    background-color: #000000;
    color: #ffffff;
    transition: 0.4s;
}

.SelectButton:focus {
    outline: none;
}

.SelectButton2:focus {
    outline: none;
}

.SelectButton:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.SelectButton2:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.InputCard {
    width: 320px;
    height: 45px;
    background-color: #ffffff;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 5px;
    position: relative;
    top: 0.5em;
    font-family: "VAG Rounded Std";
    z-index: 2;
}

@media screen and (max-width: 460px) {
    .InputCard {
        width: 210px;
        position: relative;
        left: -2em;
    }
}

.select {
    position: relative;
    top: 1em;
    z-index: 2;
}

.Select2 {
    position: relative;
    top: 1em;
    z-index: 2;
    left: 2em;
}

.submit {
    position: relative;
    top: 0.5em;
}

.InputCardDate {
    width: 80px;
    height: 45px;
    background-color: #ffffff;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 5px;
    position: relative;
    top: 0.5em;
    font-family: "VAG Rounded Std";
    z-index: 2;
}

@media screen and (max-width: 460px) {
    .InputCardDate {
        width: 60px;
        position: relative;
        left: -1.5em;
    }
}

.InputCardCVV {
    width: 60px;
    height: 45px;
    background-color: #ffffff;
    font-size: 18px;
    border: 1px solid #000000;
    border-radius: 5px;
    position: relative;
    top: 0.5em;
    font-family: "VAG Rounded Std";
    z-index: 2;
}

@media screen and (max-width: 460px) {
    .InputCardCVV {
        width: 40px;
        position: relative;
        left: -1em;
    }
}

.check1 {
    position: relative;
    top: 1em;
    z-index: 2;
}

.Select {
    position: relative;
    top: 1em;
    z-index: 2;
    left: 2em;
}

.CheckBox3 {
    position: relative;
    top: 1em;
    z-index: 2;
}

.Button4 {
    border-radius: 5px;
    border: solid 2px #000;
    background-color: #ffffff;
    color: #000000;
    padding: 15px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 18px;
    font-family: "VAG Rounded Std";
    cursor: pointer;
    position: relative;
    top: 0.5em;
    z-index: 2;
}

.Button4:hover {
    background-color: #000000;
    color: #ffffff;
    transition: 0.4s;
}

.Button4:focus {
    outline: none;
}

.Button4:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

@media screen and (max-width: 460px) {
    .Button4 {
        position: relative;
        left: -2em;
    }
}

.Autocomplete {
    position: relative;
    top: 0.5em;
    z-index: 2;
}

.inputStyle {
    position: relative;
    top: 0.5em;
    z-index: 2;
}

/* Pagination */
.pagination {
    display: inline-block;
}

.pagination a {
    color: black;
    float: left;
    padding: 8px 16px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px;
}

.pagination a.active {
    background-color: #4CAF50;
    color: white;
    border: 1px solid #4CAF50;
}

.pagination a:hover:not(.active) {
    background-color: #ddd;
}

/* Media Queries */
@media screen and (max-width: 600px) {
    .column {
        width: 100%;
        display: block;
        margin-bottom: 20px;
    }
}
