@import url('https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500&family=Open+Sans:wght@300;400;500;600&display=swap');


@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,300;0,400;0,500;0,700;0,900;1,300;1,400;1,500;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Indie+Flower&display=swap');




* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style: none;
    border: none;
    text-decoration: none;
    font-family: "Roboto", 'Inter', sans-serif;
}

html {
    background-image: linear-gradient(rgba(29, 29, 29, 0.8), rgba(29, 29, 29, 0.8)), url(./imagens/fundoed3.jpg);
    background-position: center center;
    background-size: cover;
    background-repeat: no;
   
    width: 100vw;
    /*aumentar imagem fundo*/
    /*height: 190vh;*/
    font-size: 62.5%;
    overflow-x: hidden;
    /*rolagem no eixo y*/
  

}

/* Menu */
.content {
    width: 100vw;
    height: 70px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background-color: #1f1e1f;
    position: fixed;


}

.logo {
    width: 30px;
    height: auto;
    cursor: pointer;
    display: flex;
    align-items: center;
}

.logo img {

    width: 350px;
}

.logo h1 {

    color: white;
    font-size: 15px;
}

.content .menu {
    width: 600px;

    display: flex;
    align-items: center;
    justify-content: space-between;

}


.content .menu li a {
    padding: 3rem 2rem 1rem 1rem;
    color: white;
    font-size: 1.8rem;
    text-transform: uppercase;
    font-weight: 500;
    transition: all 200ms ease-in;
}

.content .menu li a:hover {
    background: #3333;
    border-bottom: 4px solid hsl(34, 99%, 41%);
    color: #ff0606;

}
.menu-drop {
    position: absolute;
    right: 560px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 0 2px solid #1f1e1f;
    margin-top: 15px;
    line-height: 0px;
    /*border: 1px solid white;*/
    display: none;
    background-color: #1f1e1f;
    
    }
    .menu-drop a{
    display: block;
    justify-content: center;
    align-items: center;
    height: 50px;
    
    
    
    }
    
    .drop:hover .menu-drop{
        display: block;
        
        transition: all 200ms ease-in;
        
        }

.container {
    width: 60%;
    /*distancia do formulario pra o top*/  
    height: 110vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
    

}



.form {
    width: 120%;
     /*tamanho do formulario*/
    height: 200px;
    display: flex;
    flex-direction: column;

    align-items: center;
    background-color: #ffffff80;
    padding: 3rem;
    border-radius: 25px;
    outline: 2px solid #b96402;




    
}

.form-header {
    margin-bottom: 2rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 20px;

}

.title h1 {
    margin-right: 920px;
}

.title h1::after {
    content: '';
    display: block;
    width: 7rem;
    height: 0.4rem;
    background-color: #ce4f06;
    margin: 0 auto;
    position: absolute;
    border-radius: 10px;
}

.rdo {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
    font-weight: bolder;

}

.rdo label {
   
    width: 200px;
    font-size: 50px;
    font-weight: bolder;

}

.input-group {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 1rem 0;

}

.input-box {
    display: flex;
    flex-direction: column;
    margin-bottom: 1.1rem;
}

.input-box input {
    margin: 0.6rem 0;
    padding: 0.8rem 1.2rem;
    border: none;
    border-radius: 10px;
    box-shadow: 1px 1px 6px #0000001c;
    font-size: 1.75rem;
    width: 520px;
}

.input-box input:hover {
    background-color: #eeeeee75;

}

.input-box input:focus-visible {
    outline: 2px solid #ce4f06;
}

.input-box label,
.gender-title h6 {
    font-size: 1.75rem;
    font-weight: 600px;
    color: #000000c0;
}

.input-box input::placeholder {
    color: #000000be;
}




.btn-inserir-profissional  {
    width: 300px;
    height: 8vh;
    margin-left: 150px;
    margin-top: 1.5rem;
    border: none;
    background-color: #f73737;
    padding: 0.62rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.75rem;
    color: white;
    font-weight: bold;
   
}




.inserir-btn button {
    width: 200px;
    height: 6vh;
    margin-top: 1.5rem;
    border: none;
    background-color: #f73737;
    padding: 0.62rem;
    border-radius: 10px;
    cursor: pointer;
    font-size: 1.75rem;


}

.inserir-btn button a {
    text-decoration: none;
    font-size: 2.5rem;
    font-weight: 500;
    color: #fff;
}


@media screen and (max-width: 1330px) {
    .form-image {
        display: none;
    }

    .container {
        width: 50%;
    }

    .form {
        width: 100%;
    }
}

@media screen and (max-width: 1064px) {
    .container {
        width: 90%;
        height: auto;
    }

    .input-group {
        flex-direction: column;
        z-index: 5;
        padding-right: 5rem;
        max-height: 10rem;
        overflow-y: scroll;
        flex-wrap: nowrap;
    }

    .gender-inputs {
        margin-top: 2rem;
    }

    .gender-group {
        flex-direction: column;
    }

    .gender-title h6 {
        margin: 0;
    }

    .gender-input {
        margin-top: 0.5rem;
    }
}

@media screen and (max-width: 1367px) {
   

.form {
    width: 190%;
    height: 115vh;
   
}


.container {
    width: 60%;
    height: 160vh;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;   

}


   
}



