		.menu {
		    background-color: #1e6dad;
		}

		ul.navbar-nav li a,
		.carousel-control-prev-icon,
		.carousel-caption {
		    color: white !important;
		}

		.carousel-dark .carousel-indicators [data-bs-target] {
		    background-color: white;
		}

		ul.navbar-nav li a:hover {
		    background-color: white;
		    color: black !important;
		}

		.carousel-caption {
		    background-color: rgba(0, 0, 0, 0.7);
		}

		.carousel-control-next-icon,
		.carousel-control-prev-icon {
		    filter: none !important;
		}

		.btn-pec {
		    width: 150px !important;
		}

		.carousel-item img {
		    min-height: 500px;
		    max-height: 800px;
		}

		hr.style-eight {
		    border: 0;
		    height: 1px;
		    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
		}

		.size-full {
		    width: 100% !important;
		}

		.bg-custom {
		    background-image: url(https://cdn-res.keymedia.com/cms/images/us/075/0321_638089656583441395.jpg);
		    background-repeat: no-repeat;
		    background-position: center;
		    background-size: cover;
		    color: white;
		}

		.bg-white {
		    background-color: white;
		    color: black !important;
		}

		.gotop {
		    position: fixed;
		    right: 8px;
		    bottom: 8px;
		    border-radius: 100%;
		    font: 22px/38px 'FontAwesome';
		    background-color: #FFDD00;
		    transition: .3s;
		    color: #ffffff;
		    text-align: center;
		    height: 58px;
		    border-radius: 10px;
		    width: 58px;
		}

		.facebook-button {
		    position: fixed;
		    left: 10px;
		    bottom: 10px;
		    font-size: 65px;
		    line-height: 80px;
		    color: #1E6DAD;
		    cursor: pointer;
		}

		.searchDocument {
		    height: 500px;
		    overflow-y: scroll;
		    display: block;
		}

		.logo {
		    width: 40vh;
		}

		@media screen and (max-width: 600px) {
		    .btn-pec {
		        width: 80% !important;
		    }

		    #carouselExampleDark img {
		        zoom: 0.5;
		    }
		}

		@media screen and (min-width: 601px) {
		    .btn-pec {
		        width: 100% !important;
		    }
		}

		.card-img-top {
		    max-height: 200px;
		}

		.card-body {
		    min-height: 125px;
		    display: flex;
		    flex-direction: column;
		    justify-content: space-between;
		    height: 100%;
		}

		.switch-bar {
		    max-width: 800px;
		    width: 100%;
		    margin: 0 auto;
		    overflow: hidden;
		}

		.title-wrap {
		    flex: 0 1 auto;
		    min-width: 0;
		}

		.switch-wrap {
		    flex: 1 1 auto;
		    justify-content: flex-end;
		    align-items: center;
		    gap: .5rem;
		    flex-wrap: nowrap !important;
		    min-width: 0;
		    overflow: hidden;
		}

		.switch-wrap .badge {
		    white-space: nowrap;
		    overflow: hidden;
		    text-overflow: ellipsis;
		    flex: 0 1 auto;
		}

		@media (max-width: 576px) {
		    .switch-bar {
		        padding: .75rem !important;
		    }

		    .title-wrap h2 {
		        font-size: clamp(1.1rem, 4.5vw + .2rem, 1.55rem);
		        margin: 0;
		    }

		    .switch-wrap {
		        gap: .4rem;
		    }

		    .switch-wrap .badge {
		        font-size: .92rem !important;
		        padding: .4rem .6rem !important;
		        max-width: 30vw;
		    }

		    #modeSwitch {
		        width: 2.6rem !important;
		        height: 1.3rem !important;
		    }
		}

		@media (min-width: 577px) and (max-width: 768px) {
		    .switch-wrap .badge {
		        max-width: 34vw;
		    }

		    #modeSwitch {
		        width: 3rem !important;
		        height: 1.5rem !important;
		    }
		}