@import url('https://fonts.googleapis.com/css2?family=BioRhyme:wght@200..800&family=Bona+Nova+SC:ital,wght@0,400;0,700;1,400&family=Lora:ital,wght@0,400..700;1,400..700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Playwrite+GB+S:ital,wght@0,100..400;1,100..400&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');


/*--cotizar seguros HCM--*/



form{
    width: 450px;
    margin: auto;
    background: rgba(73, 164,191, 0.7);
    padding: 10px 20px;
    box-sizing: border-box;
    margin-top: 60px;
    border-radius: 7px;
}

h2{
    color:  white;
    text-align: center;
    margin: 0;
    font-size: 30px;
    margin-bottom: 20px;

}

input,textarea,select{
    width: 100%;
    margin-bottom: 15px;
    padding: 7px;
    box-sizing: border-box;
    font-size: 17px;
    border: none;
}

label{
    width: 100%;
    margin-bottom: 5px;
    padding: 1px;
    box-sizing: border-box;
    font-size: 17px;
    font-weight: bold;
    color: white;
    border: none; 
}

textarea{
    min-height: 100px;
    max-height: 200px;
    max-width: 100%;
}

#boton{
    background-color: rgb(13,110,253);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    font-size: 1.2rem;
}

#boton:hover{
    cursor: pointer;
    background-color:  rgb(22, 78, 163);
    box-shadow: white 5px 5px 10px;
}

@media (max-width:390px) {
    form{
        width: 100%;
    }

}



 


