.bla {
    background: #000;
}

/* .shadow {
    -webkit-box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.29) !important;
    box-shadow: 5px 5px 5px 1px rgba(0, 0, 0, 0.29) !important;
} */

.carousel-cell {
    width: 100%;
    margin-right: 10px;
}

.footer-icon {
    height: 30px;
    width: 30px;
    object-fit: scale-down;
}

.footer-img {
    height: 50px;
    width: 100px;
    object-fit: scale-down;
}

a {
    text-decoration: none;
}

.button {
    border-radius: 5px;
    width: 100px;
    margin-bottom: 20px;
}
.bg-grey {
    background: #f2f2f2;
}

.text-grey {
    color: #969698;
}

.border-round-start {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}
.border-round-end {
    border-top-right-radius: 25px;
    border-bottom-right-radius: 25px;
}
/* img {
    pointer-events: none;
} */

.no-focusborder:focus {
    outline-style: none;
    box-shadow: none;
    border-color: #ced4da;
}

.search-icon {
    margin-left: -45px;
    border: none;
}

.menu-icon:hover {
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5);
}

.rounded-pill:focus {
    outline-style: none;
}

.btn-outline-light:hover {
    background: #e60000;
    color: white;
}

.footer-page-link a {
    color: white;
}

.footer-page-link a:hover {
    color: red !important;
}

.custom-padding {
    padding-top: 1rem;
}

@media only screen and (orientation: portrait) {
    .custom-padding {
        padding-top: 0;
    }
}

.socmed {
    color: white;
}

.fa-facebook-square:hover {
    color: #3b5998;
}
.fa-instagram:hover {
    color: #9b6954;
}
.fa-twitter-square:hover {
    color: #1da1f2;
}
.fa-youtube-square:hover {
    color: #c4302b;
}
.fa-weixin:hover {
    color: #7bb32e;
}
.fa-linkedin:hover {
    color: #0077b5;
}
.fa-whatsapp-square:hover {
    color: #128C7E;
}
.fa-tiktok:hover {
    color: #EE1D52;
}
#textTitle {
    margin-top: -5px;
}

.form-control,
.form-select {
    background-color: #ffffff;
}
