@import url("https://fonts.googleapis.com/css?family=Nunito");

* {
    scrollbar-width: auto;
    scrollbar-color: gray transparent;
}

*::-webkit-scrollbar {
    width: 0.5rem;
}

*::-webkit-scrollbar-track {
    background: transparent;
}

*::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 10px;
    border: 3px solid transparent;
}

html,
body {
    font-size: 16px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    position: relative;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.header_ABELogo {
    transition: 1s;
    height: 85px;
    width: 150px;
}
.img_estudant,
.logo_partner {
    transition: 2s;
}
body {
    overflow-x: hidden;
    height: 100vh;
    font-family: "Nunito";
    background-color: #dadde8 !important;
}

.container {
    /* max-width: 1140px; */
    max-width: 1250px;
}
.header {
    background-color: #000b1b;
    background-color: rgba(2, 0, 26, 0.331);
    backdrop-filter: blur(8px);
    border-radius: 0px 0 20px 20px;
    text-align: center;
}
.header img {
    padding: 10px;
    width: 150px;
}
.text_center {
    text-align: center;
}
.section_principal {
    display: flex;
    justify-content: space-around;
}
.info_img {
    /* margin-top: 15px; */
    display: flex;
}
.card {
    background-image: url("/img/site/white.png");
    background-size: cover;
    background-position: center;
    height: 100vh;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;

    /* display: flex;
    justify-content: center;
    align-items: center; */
    -webkit-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    -moz-box-shadow: 9px 7px 5px rgba(50, 50, 50, 0.77);
    box-shadow: 2px 5px 15px rgba(50, 50, 50, 0.77);
}
.card_img {
    border-radius: 1rem;
    -webkit-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.8);
    margin: 0 15px 0 0;
    background-color: rgba(0, 0, 0, 0);
    background-color: rgba(2, 0, 26, 0.572);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    transition: 1s;
}
.card_img:hover {
    transition: 2s;
    transform: scale(1.05);
}
.card_img img {
    border-radius: 0.3rem;
    transition: 5s;
}
.card_img img:hover {
    border-radius: 0.5rem;
    transition: 5s;
}
.field {
    border: #000b1b 1px solid;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    padding: 0 15px;
}
.info_consulta {
    display: flex;
    flex-direction: column;
}
.defButton {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    border-radius: 8px;
    background-color: #b4ed00;
    border: 0px solid #b4ed00;
    color: #000d1d;
    font-family: "Montserrat", sans-serif;
    font-weight: 900;
    padding: 7px;
    transition: 2s;
}
.defButton:hover {
    transform: scale(1.2);
    transition: 2s;
    box-shadow: 05px 9px 13px 0 rgba(01, 01, 01, 0.2),
        05px 9px 26px 0 rgba(01, 01, 01, 0.19);
}
.center {
    display: flex;
    align-items: center;
    justify-content: center;
}
.center_tela {
    height: 75vh;
    display: flex;
    align-items: center;
    justify-content: center;
}
.left {
    text-align: start;
    margin: 10px 0;
}
.linha_form {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.linha_form2 {
    min-width: 550px;
}
.coluna {
    display: flex;
    flex-direction: column;
}
.form_name {
    min-width: 450px;
}
.form_200 {
    min-width: 200px;
}
.form_150 {
    min-width: 150px;
}
.form_550 {
    min-width: 550px;
}
.info_estudante_btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-width: 700px;
}
.linha_btn {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 750px;
    margin: 15px 0;
}

.glass-effect {
    padding: 20px;
    background-color: rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
    border-radius: 10px;
    text-align: center;
    font-family: Arial, sans-serif;
    color: black;
}
@media screen and (orientation: portrait), (max-width: 1000px) {
    .section_principal,
    .linha_form,
    .info_img,
    .linha_btn {
        flex-direction: column;
    }
    .card_img {
        flex-direction: row;
        align-items: center;
    }
    .logo_partner {
        height: 50px;
    }
    .img_estudant {
        margin: 5px 0;
    }
    .coluna {
        margin: 5px 0;
    }

    .form_name,
    .form_200,
    .form_150,
    .form_550,
    .linha_form2,
    .linha_btn,
    .info_estudante_btn {
        min-width: auto;
    }
    .consulta_realizada_time {
        width: 80vw;
        text-align: center;
        margin: 15px 0;
    }
}
@media screen and (orientation: portrait), (max-width: 100px) {
    .card_img {
        flex-direction: column;
        align-items: center;
    }
    .logo_partner {
        margin: 10px 0;
    }
}
