@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@200;300;400;500;700&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700&display=swap');

@font-face {
    font-family: SF-Pro-Display-Semibold;
    src: url('../../fonts/SF-Pro-Display-Semibold.otf') format(opentype);
}

.body {
    max-width: 600px;
    background-color: #fff !important;
    max-width: 600px;
    margin: 30px;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 17px;
    box-shadow: 0 1px 7px rgba(0,0,0,0.15);   
}

* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

p,
h1,
h2,
h3 {
    padding: 0;
    margin: 0;
}

/* ------------------------------------------------*/

#header {
    /* height: 225px; */
    padding: 0px 25px;
}

#formulario {
    height: 80%;
    padding: 0px 25px;
}

#bar-footer {
    height: 4%;
    position: fixed;
    bottom: 0;
}

/* ---------------------------------------------------------------------*/

.img-seta-back {
    height: 36px;
    position: relative;
    right: 12px;
}

#header h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    font-weight: 600;
    margin-top: 50px;
}

input[type="text"] {
    height: 46px;
    width: 100%;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    color: #555555;
}

input[type="password"] {
    height: 46px;
    width: 100%;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    background-color: #ffffff;
    color: #555555;
    margin-bottom: 10px;
}

#header .nome-usuario {
    font-family: 'Inter', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: #4B545A;
}

#header .email-usuario {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #97ADB6;
}

#formulario h1 {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: 600;
    color: #222222;
    margin-bottom: 5px;
}

.postal-code {
    width: 40% !important;
}

/*------------------------------------------------------------------------------------------colar aqui*/
#formulario label {
    font-family: 'Raleway', sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #151522;
    margin: 20px 0 7px 0;
}


#especialidades .tag {
    background-color: #60145F;
    margin: 3px;
    padding: 8px;
    border-radius: 7px;
}

#especialidades .tag>p {
    font-family: 'Raleway', sans-serif;
    font-size: 11px;
    font-weight: 600;
    color: #ffffff;
    background-color: #60145F;
    margin: 3px;
    padding: 8px;
    border-radius: 7px;
    display: flex;
}

#content .label-nome {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #151522;
    margin-bottom: 10px;
    text-align: start;
}

#content .label-email {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 600;
    color: #151522;
    margin-top: 16px;
    margin-bottom: 10px;
    text-align: start;
}



.text-footer {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: 400;
    color: #999999;
    padding-bottom: 8px;
}

#content .btn-form {
    background-color: #621661;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}


#content .btn-1 {
    background-color: #831F81;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2vh;
}

#content .btn-2 {
    background-color: #0084F4;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 2vh;
}

#content .btn-3 {
    background-color: #4EAEFF;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
}

.content-form {
    margin-top: 54%;
}

.logo-button {
    float: left;
}

form h1 {
    margin-bottom: 4%;
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: 400;
}

.btn-form {
    background-color: #621661;
    color: #fff;
    border-radius: 50px;
    width: 100%;
    height: 54px;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 500;
    margin-top: 40px;
    margin-bottom: 43px;
}

.btn-form:hover {
    background-color: #732e72;
    color: #acacac;
}


textarea {
    width: 100%;
    border: 2px solid #E4E4E4;
    border-radius: 7px;
    height: 120px;
    color: #555555;
}

.filed-numero-complemento {
    display: flex;
    position: relative;
    height: 93px;
}

.numero {
    width: 35% !important;
    position: absolute;
    top: 48px;
    left: 0px;
}

.complemento {
    width: 60% !important;
    position: absolute;
    top: 48px;
    left: 40%;
}

.label-complemento {
    position: absolute;
    left: 40%;
}

span {
    font-family: 'SF-Pro-Display-Semibold', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-weight: 300;
    color: #151522;
}

#input-youtube {
    width: 80%;
}

.img-add-youtube {
    height: 39px;
    padding-left: 5px;
}

.tbn-add-youtube {
    padding: 0;
}

.img-btn {
    height: 40px;
}

/*
#border-cx-tag {
    padding: 11px;
    border: 2px solid #E4E4E4;
    border-radius: 10px;}
*/

.upload-1 {
    height: 120px;
    width: 144px;
    background-color: #F9FAFB;
    border-color: #D6D9E4;
    border-style: dashed;
    border-width: 2px;
    border-radius: 15px;
}

.text-input-file {
    font-family: 'Raleway', sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #A6AAB4;
    display: block;
    margin-top: 6px;
}

.img-add-input-file {
    height: 40px;
    margin-top: 15px;
}

.h1-endereco,
.h1-dados-bancario {
    margin-top: 40px;
}

input[type="radio"] {
    cursor: pointer;
    appearance: none;
    width: 20px;
    height: 20px;
    border: 2px solid #60145F;
    border-radius: 50%;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    outline: none;
    margin-right: 10px;
}

input[type="radio"]:before {
    content: '';
    width: 12px;
    height: 12px;
    background: #60145F;
    border-radius: 50%;
    opacity: 0;
    transition: all 600ms ease-in-out;
    position: absolute;
}

input[type="radio"]:checked:before {
    opacity: 1;
}

.corrente,
.poupanca {
    margin: 10px 35px 7px 0 !important;
}


.ss-value {
    background-color: #60145f !important;
}

.ss-value>span {
    color: white !important;
    font-size: 1rem;
}

.ss-main .ss-multi-selected {
    width: 100%;
    min-height: 2.7em;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ss-main .ss-single-selected {
    width: 100%;
    min-height: 2.7em;
    font-weight: 600em;
    line-height: 1.5em;
    color: #212529;
    border: 2px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.placeholder {
    background-color: white;
    color: #000000 !important;
}

input[type="search"] {
    height: 46px;
    width: 100%;
    border: solid 1px #E4E4E4;
    border-radius: 5px;
    padding-left: 10px;
    padding-right: 10px;
    /* background-color: #ffffff; */
    color: #555555 !important;
}