@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap");

@font-face {
    font-family: 'futura';
    src: url('./fonts/FuturaPTLight.otf');
}

:root {
    --principal-curaprox: #003da6;

}

body {
    margin: 0;
    padding: 0;
    background-color: #f0f0f0; 
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-color: var(--principal-curaprox);
}

.div-buttons button {
    margin: 5px 0px!important;
}

.container-login {
    height: 100%;
}

.container-login .row {
    height: 100%
}

.fade:not(.show) {
     opacity: 1!important; 
     background: #00000036;
}

.secao-login {
    width: 100%;
    padding: 55px 53px;
    background: #fff;
    box-shadow:     6px 1px 9px 4px rgb(251 251 251 / 17%);
    /* padding: 0px 0px; */
    border-radius: 27px;
    margin: 0px 60px;
    position: relative;
    right: 200px;
}

.secao-login h2 {
    margin-bottom: 45px;
    font-size: 29px;
    color: #474747;
}

.logo-mobile {display: none;}

.section-esquerda {
    background: var(--principal-curaprox);
}

.section-direita {
    background: var(--principal-curaprox);
}

.logo img {
    margin: 40px 40px 0px;
    width: 25%;
}

#check {
    height: 20px;
    width: 20px;
}

.label-checkbox {
    display: flex;
    align-items: center;
    gap: 5px;
}

.botao-pass {
    display: flex;
    justify-content: end;
    margin-top: 7px;
}

.botao-pass a {
    cursor: pointer;
    transition: 0.2s all ease;

}

.botao-pass a:hover {
    opacity: 0.8;
    transition: 0.2s all ease;
}

.label-checkbox p {
    font-size: 14px;
    margin-bottom: 0px;
}

.img-absolute {
    width: 63%;
    position: absolute;
    bottom: 0px;
}

.cadastro-cep {
    display: flex;
    align-items: center;
  }

.cadastro-cep h5 {
    margin-bottom: 0px;
    font-size: 16px;
}

.section-direita {
    display: flex;
    align-items: center;
    padding: 0px 45px;
    justify-content: center;
}

h2 {
    text-align: center; 
    color: #333333; 
}

.texto-pre-login p {
    margin-bottom: 26px!important;
}

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

.texto-curaprox-login {
    display: flex;
    justify-content: flex-end;
    color: #fff;
    margin-top: -81px;
    margin-right: 55px;
    font-weight: 100;
}

.texto-curaprox-login h2 {
    color: #ffffff;
    font-weight: 500;
    letter-spacing: 1.5px;
    background: #407feb;
    padding: 27px;
    border-radius: 12px;
    font-size: 23px;
    position: relative;
    left: 160px;
}

.btn-login {
    display: flex;
    justify-content: center;
}

label {
    display: block; 
    color: #4a4949;
    font-weight: 600;
    margin-bottom: 3px !important;
}

.input-default {
    width: 100%;
    padding: 10px;
    border: 1px solid #efe8e8;
    border-radius: 3px;
    background: #fbfbfb;
    border-left: 5px solid var(--principal-curaprox);
    height: 56px;
    transition: all 0.3s ease;
}

.input-default::placeholder {color: #8f8f8f!important}
.form-control::placeholder {color: #8f8f8f!important}

.input-default:hover, .input-default:active, .input-default:focus {
    border: 3px solid var(--principal-curaprox);
}

.modal-dialog {
    top: 5%;
}

.btn-close {
    background: transparent;
    font-size: 22px;
    width: 20px;
    height: 20px;
    border: none;
    color: #c03030;
    font-weight: bold;
}

.btn-login button {
    width: 80%;
    padding: 10px;
    background-color: var(--principal-curaprox) !important;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 700;
    font-size: 19px !important;
    border-radius: 6px !important;
    margin-top: 6px !important;
}

.btn-register button {
    background: transparent;
    border: none;
    color: var(--principal-curaprox);
    font-weight: 600;
    cursor: pointer;
}

.btn-register {
    text-align: center;
    margin-top: 10px;
}

button:hover {
    opacity: 0.8; 
}

.simplebar-track.simplebar-vertical {
width: 10px; 
}

.simplebar-scrollbar:before {
background-color: #ad9151; 
}

.simplebar-track {
background-color: #f0f0f0;
}

.simplebar-scrollbar {
border-radius: 10px;
}

.simplebar-visible.simplebar-scrollbar::before {
opacity: 1; 
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
background-color: #ad9151; 
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'futura', sans-serif !important;

}



header {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 8px;
}

.heading {
    color: #b49759;
}

.title {
    font-weight: 400;
    letter-spacing: 1.5px;
    color: #fff;
}

.btn {
    height: 48px;
    width: 340px;
    margin: 20px auto;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 18px;
    border: 1px solid #cfcfcf;
}

.login,
.signup {
    font-size: 15px;
    border: none;
    color: #000;
    outline: none;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

.slider {
    height: 46px;
    width: 145px;
    border-radius: 50px;
    background-image: linear-gradient(to right, rgb(174 146 82), rgb(173 145 81));
    position: absolute;
    top: 21px;
    left: 82px;
    transition: all 0.5s ease-in-out;
}

.moveslider {
    left: 275px;
}

.form-section {
    height: 340px;
    padding: 20px 0px;
    display: flex;
    position: relative;
    transition: all 0.5s ease-in-out;
    left: 0px;
}

.form-section-move {
    left: -450px;
}

.login-box,
.signup-box {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 10px 33px;
}

.login-box {
    gap: 23px;
}



.signup-box {
    gap: 17px;
}

.ele {
    height: 42px;
    width: 387px;
    outline: none;
    border: none;
    color: rgb(77, 77, 77);
    background-color: rgb(240, 240, 240);
    border-radius: 10px;
    padding-left: 30px;
    font-size: 18px;
    margin-bottom: 15px;
}

.clkbtn {
    height: 40px;
    width: 150px;
    border-radius: 50px;
    background-image: linear-gradient(to right, rgb(173 145 81), rgb(175 146 83));
    font-size: 15px;
    border: none;
    color: #000;
    cursor: pointer;
}

.screenCad {
    height: 325px;
    /* overflow-y: auto; */
    width: 30vw;
    /* margin-top: 6px; */
    overflow-x: clip;
}

.onlyInput {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 100%;
    padding: 10px 7px;
}

.onlyInput label {
    font-size: 13px;
}

.inputCad {
    display: flex;
    width: 100%;
}

.halfInput {
    display: flex;
    flex-direction: column;
    gap: 7px;
    width: 50%;
    padding: 0px 3px;
}

.halfInput label {
    font-size: 13px;
}

.halfInput input {
    width: 93%;
}

@media (max-width: 992px) {
    
    .secao-login {position: initial;}

    .section-direita {display: flex;flex-direction: column;gap: 76px;    padding: 0px 80px;}

    .logo-mobile {display: block;}

    .section-esquerda {display: none;}

    .secao-login h2 {font-size: 40px;}

    .texto-pre-login p {font-size: 30px;}

    label {font-size: 23px;}

    .input-default {height: 77px;font-size: 23px;}

    button {font-size: 30px !important;margin-top: 60px !important;height: 65px;}
}

@media (max-width: 1268px) {
    .secao-login { margin: 0px 10px;}
   
}