*{
    box-sizing: border-box;
    margin: 0;
    padding: 0; 
}
main{
    background-image: url(../images/bg-2.jpg);
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover; 
    height: 100%;
}
nav{
    background: rgb(255,175,7);
    background: linear-gradient(45deg, rgba(255,175,7,1) 0%, rgba(254,107,7,1) 100%);
}
.montserrat {
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
    color: white;
}
.montserrat h2 {
    color: white;
}

ul{
    list-style: numeric;
}
.montserrat li{
    font-weight: 500;
}
.dr-simi{
    max-width: 200px;
    margin-top: 40%;
}
form{
    background-color: white;
    border-radius: 15px;
}
#msjok{
    background-color: #85ec8cac ;
    border-radius: 10px;
    color:#3a3a3a;
    padding-bottom: 10px;
    display: none;
    
}
footer{
    background: rgb(255,175,7);
    background: linear-gradient(45deg, rgba(255,175,7,1) 0%, rgba(254,107,7,1) 100%);
    position: relative;
}
footer a {
    font-size: 0.8rem;
    text-decoration: none;
    color: black;
}
footer p{
    font-size: 14px;
    color: black;
}

@media screen and (max-width: 769px) {
    main{
        background-color: #00132C !important;
        background-image: none !important;
        padding: 0;
        margin: 0;
    }
    .montserrat li{
        text-align: start;
        font-size: 0.7rem;
        font-weight: 500;
    }
    label{
        font-size: 0.8rem;
    }
    footer a {
        font-size: 0.7rem;
        text-decoration: none;
        color: black;
    }
    footer p{
        font-size: 0.7rem;
        color: black;
    }
}
