@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");
.bg-primary{
    background-color: red !important;
    /* background-image: url('../images/yellow-construction-background-with-safety-black-line-vector.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% 100vh; */
}
.img-custom{
    width: 100%;
    height: 75vh;
    object-fit: fill;
}
.bg-height{
    height:100vh;
}
.font_p{
    font-size: 1.10rem;
    text-align:justify;
}
@media (max-width:600px){
    .bg-height{
        height:auto;
    }
    .img-custom{
        height:50vh;
    }
}
@media only screen and (max-height:575.98px) and (orientation:landscape){
    .bg-height{
        height:auto;
    }
}