.bg-main{
    background:#960001 !important;
}
.btn-famcorp{
    background-color: #F28822 !important;
    color: #fff !important;
}
.footer-social a {
    color: white;
    margin-right: 15px;
    font-size: 20px;
    text-decoration: none;
}
.bg-fam-dark{
      background-color: #101828 !important;
}
.color-fam-orange-500{
    color: #FFAE60 !important;
}
.btn-red{
    background-color: #BA0000 !important;
    color: #fff !important;
}
.text-white{
    color: #fff !important;
}
.text-fam-orange-500{
     color: #FFAE60 !important;
}
.contact-map{
    line-height: 0px;
    border-radius: 30px;
    padding: 40px;
    background-color: var(--white-color);
    box-shadow: 0px 6px 30px rgba(0, 0, 0, 0.06);
    width: 100vw;
    height: 100vh;
    margin-left: calc(-50vw + 50%);
}
.contact-map iframe:fullscreen {
    width: 100vw !important;
    height: 100vh !important;
}

