/* ----- WELCOME --- */

.topCompany {
    object-fit: scale-down;
    height: 150px;
    background-color: var(--bs-body-bg);
    /*border: 1px solid #ddd;*/
    background-color: none;
}

.microSiteCompany {
    object-fit: cover;
    height: 400px;
    border: 1px solid #ddd;
    background-color: none;
}

.border-left {
    border-left: 1px solid #eee;
}

@media (max-width: 1200px) {
    .right-menu {
        padding-left: 0;
        padding-right: 0;
    }
}

.topCompanyImage {
    object-fit: scale-down;
    height: 120px;
    background-color: var(--bs-body-bg);
    /*border: 1px solid #ddd;*/
    background-color: none;
}

@media (max-width: 719px) {
    .topCompanyImage {
        height: 200px;
    }
}

/* ----- UTILS ----- */

.center {
    text-align: center;
    align-items: center;
    justify-content: center;
}

.center-vertical {
    text-align: center;
    align-items: center;
}

.my-title {
    opacity: 100% !important;
    font-size: 30px;
    /*--- font-family: "Lucida Console", "Courier New", monospace; ---*/
}

img {
    max-width: 100%;
}

.my-link:hover {
    color: #29abe0 !important;
}

/* ----- NAVBAR ----- */

.my-navbar {
    z-index: 2;
    position: fixed;
    top: 0;
    width: 100%;
    opacity: 70%;
}

.my-menu-item {
    font-size: 18px !important;
    font-family: "Lucida Console", "Courier New", monospace;
}

.spacer {
    height: 86px;
}


/* ----- BACKOFFICE NAVBAR ----- */

.my-backoffice-navbar {
    position: fixed;
    width: 100%;
    opacity: 70%;
}


/* ----- CAROUSEL ----- */

#carouselMainPage {
    /* height: 600px; */
    /* background: grey; */
}

#myPagesCarousel {
    height: 300px;
    background: grey;
}

.my-homepage-carousel-img {
    height: 600px;
    width: 100%;
}

#myPagesCarousel .my-homepage-carousel-img {
    object-fit: cover;
    height: 300px;
    width: auto;
}

.my-img-carousel {
    object-fit: cover;
    max-height: 3000px;
    width: auto;
}

.my-vid-carousel {
    height: auto;
    width: 100%;
}

.my-vid-carousel video {
    /*height: 300px;*/
    height: auto;
    object-fit: fill;
}

.my-carousel-text {
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 40px;
    color: white;
    z-index: 1;
    font-size: 4vw;
}

@media screen and (max-width: 1125px) {
    .my-carousel-text {
        font-size: 4vw;
    }
}

@media screen and (min-width: 1125px) {
    .my-carousel-text {
        font-size: 45px;
    }
}


/* ----- IMAGES ZOOM ----- */

.my-zoom {
    transition: transform .3s;
}

.my-zoom:hover {
    transform: scale(1.3);
}

/* ----- TABLES ----- */
.my-table-item {
    word-break: break-word;
    max-height: 70px;
    overflow: hidden;
}

/* ---- Companies Results -------*/
.company-search-result {
    max-height: 300px;
    height: unset;
}


/* ---- Companies Results -------*/
.small-company-search-result {
    max-height: 100px;
    height: unset;
}

/* ----- HOMEPAGE ----- */
.my-homepage-item {
    height: 350px;
}

.my-homepage-item div.card-body {
    overflow: auto;
}

.my-homepage-item:hover {
    box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: 0.3s;
    color: #29abe0;
}

#myImageCarousel .carousel-item {
    height: unset;
}

/*.my-homepage-company:hover {
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15)!important;
    transition: 0.5s;
    color: #29abe0;
}*/

.my-homepage-company p a {
    color: #08151a;
    transition: color 0.3s ease;
}

.my-homepage-company p a:hover {
    color: #084586;
    transition: color 0.3s ease;
}

.my-homepage-company:hover img {
    filter: brightness(92%);
    transition: 0.3s;
}

.my-homepage-item:hover img {
    filter: brightness(90%);
    transition: 0.3s;
}

/* ----- NEWS ----- */
.my-news-title {
    padding: 0;
    margin: 0;
    opacity: 100% !important;
    font-size: 33px;
    font-family: "Lucida Console", "Courier New", monospace;
}

.my-news-subtitle {
    opacity: 100% !important;
    font-size: 20px;
    /* font-family: "Lucida Console", "Courier New", monospace; */
}

.my-news-link:hover {
    color: #29abe0 !important;
    transition: 0.3s;
}

.my-news-link:hover img {
    filter: brightness(90%);
    transition: 0.3s;
}

.my-sectors-link:hover {
    color: #29abe0 !important;
    transition: 0.3s;
}

.my-sectors-link:hover img {
    filter: brightness(90%);
    transition: 0.3s;
}

.my-shadow:hover {
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
    transition: 0.3s;
    color: #29abe0;
}