@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

html,
body {
    font-family: "Montserrat", sans-serif !important;
    background: white !important;
    font-weight: 500 !important;
    padding: 0;
    margin: 0;
    height: 100%;
}

.text-decoratione-none,
.text-decoratione-none:hover {
    text-decoration: none !important;
}

.no-focus,
.no-focus:focus {
    outline: 0 !important;
    box-shadow: none !important;
    border: 0 !important
}

.fw-100 {
    font-weight: 100 !important;
}

.fw-200 {
    font-weight: 200 !important;
}

.fw-300 {
    font-weight: 300 !important;
}

.fw-400 {
    font-weight: 400 !important;
}

.fw-500 {
    font-weight: 500 !important;
}

.fw-600 {
    font-weight: 600 !important;
}

.fw-700 {
    font-weight: 700 !important;
}

.fw-800 {
    font-weight: 800 !important;
}

.fw-900 {
    font-weight: 900 !important;
}

.visuallyhidden {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    -webkit-clip-path: inset(0px 0px 99.9% 99.9%);
    clip-path: inset(0px 0px 99.9% 99.9%);
    overflow: hidden;
    height: 1px;
    width: 1px;
    padding: 0;
    border: 0;
}

.dropdown-toggle-noarrow::after {
    display: none !important;
}

.carousel-item {
    transition: transform 1.5s ease-in-out;
}

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
    transition: opacity 0s 1.5s;
}

.bgcolor-primary {
    background-color: #2f527e;
}

.bgcolor-secondary {
    background-color: #e6432c;
}

.textcolor-primary {
    color: #2f527e;
}

.textcolor-secondary {
    color: #e6432c;
}

.btncolor-primary {
    color: #fff;
    background-color: #2f527e;
    border-color: #2f527e;
}

.btncolor-primary:hover {
    color: #fff;
    background-color: #1c3e69;
    border-color: #1c3e69;
}

.btncolor-primary:focus,
.btncolor-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(47, 82, 126, 0.5);
}

.btncolor-primary.disabled,
.btncolor-primary:disabled {
    color: #fff;
    background-color: #2f527e;
    border-color: #2f527e;
}

.btncolor-primary:not(:disabled):not(.disabled):active,
.btncolor-primary:not(:disabled):not(.disabled).active,
.show>.btn-primary3.dropdown-toggle {
    color: #fff;
    background-color: #1c3e69;
    border-color: #1c3e69;
}

.btncolor-secondary {
    color: #fff;
    background-color: #e6432c;
    border-color: #e6432c;
}

.btncolor-secondary:hover {
    color: #fff;
    background-color: #be2511;
    border-color: #be2511;
}

.btncolor-secondary:focus,
.btncolor-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(230, 67, 44, 0.5);
}

.btncolor-secondary.disabled,
.btncolor-secondary:disabled {
    color: #fff;
    background-color: #e6432c;
    border-color: #e6432c;
}

.btncolor-secondary:not(:disabled):not(.disabled):active,
.btncolor-secondary:not(:disabled):not(.disabled).active,
.show>.btn-primary2.dropdown-toggle {
    color: #fff;
    background-color: #be2511;
    border-color: #be2511;
}

#btn-fix-wa {
    display: block;
    position: fixed;
    bottom: 33px;
    right: 33px;
    z-index: 9999999999999999999999;
    cursor: pointer;
}

.opacity-5-hover {
    transition: filter 0.5s ease;
}
.opacity-5-hover:hover {
    filter: grayscale(75%) !important;
}