html,
body {
    width: 100%;
    height: 100%;
    font-family: "Crossten Book" !important;
    overflow-x: hidden;
    background-color: #f2f2f2;
}

a {
    text-decoration: none !important;
    color: #26336b;
}

ul li:not(.ul-disc):not(.ul-disc li) {
    list-style-type: none;
}

@media (orientation: portrait) {
    .slick-slide>div,
    .slick-slider>div {
        height: 100% !important;
    }
    .slick-track {
        display: flex !important;
        height: 100% !important;
    }
    .slick-slide {
        height: inherit !important;
        height: 100% !important;
    }
}

@media (orientation: landscape) {
    .slick-slide>div,
    .slick-slider>div {
        height: 100% !important;
    }
    .slick-track {
        display: flex !important;
        height: 100% !important;
    }
    .slick-slide {
        height: inherit !important;
        height: 100% !important;
    }
}

.alphalink:hover {
    opacity: .6;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.alphalink-inherit:hover {
    opacity: .6;
    color: inherit !important;
    -webkit-transition-duration: 700ms;
    -moz-transition-duration: 700ms;
    -o-transition-duration: 700ms;
    transition-duration: 700ms;
}

.navbar-vertical {
    display: none;
}

.slide-noticia h2 {
    font-size: 3.5rem;
    font-family: "Crossten Semibold";
}

.homebox-container {
    grid-auto-rows: 1fr;
}

.homebox {
    padding: 3rem;
    border-radius: 10px;
}

.homebox.white {
    background-color: white;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.homebox .image {
    width: 75px;
    height: 75px;
}

.homebox .text .title {
    font-size: 1.5rem;
    font-family: "Crossten bold" !important;
    line-height: 24px;
}

.homebox .text .desc {
    font-size: .8rem;
}

.features-container {
    background-color: #333333;
}

.feature {
    width: 100%;
    height: 100%;
    display: flex;
}

.feature-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: start;
    justify-content: start;
    border-radius: 50px;
    flex-direction: column;
}

.feature-inner p {
    margin: 0;
    color: white;
}

.feature-inner p.title {
    font-size: 2rem;
    font-family: "Crossten bold" !important;
    line-height: 32px;
}

.feature-inner p.sub-title {
    font-size: .9rem;
}

.feature-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}

.feature-bg-1 {
    background-image: url('../images/feature-bg-1.png');
}

.feature-bg-2 {
    background-image: url('../images/feature-bg-2.png');
}

.feature-bg-3 {
    background-image: url('../images/feature-bg-3.png');
}

.feature-bg-4 {
    background-color: #64bda7;
}

footer {
    background-image: url('../images/footer-bg.jpg');
    background-position: center center;
    background-size: cover;
}

footer .link {
    display: inline-flex;
    flex-direction: column;
    color: white;
    text-align: center;
}

footer .link .num {
    font-size: 3.3rem;
    font-family: "Crossten bold" !important;
}

footer .link .label {
    font-size: .9rem;
    font-family: "Crossten bold" !important;
}

footer .separator {
    border: 2px solid #223467;
    width: 100%;
    height: 1px;
}

footer h5 {
    font-family: "Crossten Book" !important;
    font-size: 1.6rem;
    letter-spacing: 10px;
    color: white;
    text-align: center;
    width: 100%;
}

footer h5 strong {
    font-family: "Crossten bold" !important;
    color: white;
}

footer.sub a {
    color: white;
    font-size: .8rem;
}

footer.sub span {
    color: white;
    font-size: .8rem;
}

.slider-image-mobile {
    display: none !important;
}

.slick-dots-home {
    text-align: right !important;
}

.mobile-nav button:focus {
    box-shadow: none !important;
}

.mobile-nav {
    /* background-color: #e6e6e6; */
}

.mobile-nav ul li a {
    color: #666666;
    font-weight: 400;
}

.mobile-nav .accordion-item {
    border: none !important;
}

#chat-button {
    position: absolute;
    right: 50px;
    top: -50px;
    height: 100px;
    width: 100px;
    border: 5px white solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
}

#chat-button i {
    color: white;
    font-size: 3rem;
}

#chat-button-mobile {
    position: fixed;
    z-index: 999;
    right: 10px;
    bottom: 10px;
    height: 64px;
    width: 64px;
    border: 3px white solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0px 0px 11px 0px rgba(0, 0, 0, 0.75);
}

#chat-button-mobile i {
    color: white;
    font-size: 2rem;
}