@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

body{
    background-color: #ffffff;
    font-family: "Montserrat", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.fw-thin{ font-weight: 100; }
.fw-extralight{ font-weight: 200; }
.fw-light{ font-weight: 300; }
.fw-regular{ font-weight: 400; }
.fw-medium{ font-weight: 500; }
.fw-semibold{ font-weight: 600; }
.fw-bold{ font-weight: 700; }
.fw-extrabold{ font-weight: 800; }
.fw-black{ font-weight: 900; }



@media (min-width: 1200px) {
    .container-custom {
        max-width: 1240px !important;
    }
}


.shadow{
    box-shadow: 0 0 2rem 0 rgb(0 0 0 / 24%) !important;
}

.bg-warning{
    background-color: #EB6B00 !important;
}

.text-warning{
    color: #EB6B00 !important;
}

footer{
    background-color: #002440;
    margin-top: 100px;
}

@media(max-widht: 768px){
    #frm-login-empresas button{
        width: 100% !important;
    }

    #img-main-login-empresas{
        height: 200px;
        width: 100%;
        object-fit: cover;
    }
}