﻿:root {
    --main-logo: #edaa02;
}
html,
body {
    position: relative;
    height: 100%;
    font-size: 14px;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-display: optional;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

    .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

.main-slider {
    width: 100%;
    height: 450px;
}

.brand-slider {
    width: 100%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

a {
    color: #0366d6;
}

.btn-icon {
    display: flex;
    align-items: center;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */


.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */


.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    display: inline-block;
    line-height: inherit;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    /* Support for all WebKit browsers. */
    -webkit-font-smoothing: antialiased;
    /* Support for Safari and Chrome. */
    text-rendering: optimizeLegibility;
    /* Support for Firefox. */
    -moz-osx-font-smoothing: grayscale;
    /* Support for IE. */
    font-feature-settings: 'liga';
}

    .material-icons-outlined.md-2x {
        font-size: 2rem;
    }

    .material-icons-outlined.md-4x {
        font-size: 4rem;
    }

    .material-icons-outlined.md-6x {
        font-size: 6rem;
    }

    .material-icons-outlined.md-8x {
        font-size: 8rem;
    }

nav.navbar {
    font-size: 1.2rem;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0,0,0,.7);
}

    .navbar-light .navbar-nav .nav-link.active {
        border-bottom: 2px solid rgba(0,0,0,.7);
    }

.footer {
    margin-bottom: 60px;
}

.top-half {
    top: 0%;
    transform: none;
    z-index: 0;
}

.slider-brand .brand-logo {
    top: 50%;
    left: 20px;
    width: 100%;
    z-index: 6;
    height: auto;
    transform: translateY(-50%);
    position: absolute;
    font-weight: bold;
    text-align: left;
    font-size: 1.5rem;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
    .slider-brand .brand-logo {
        font-size: 2rem;
    }
}

@media (min-width: 992px) {
    .top-half {
        top: -50%;
        transform: translateY(-50%);
        z-index: 2;
    }
    .footer {
        margin-bottom: 0px;
    }
    .slider-brand .brand-logo {
        font-size: 2rem;
        left: 10%;
    }
}
@media (min-width: 1400px) {
    .slider-brand .brand-logo {
        left: 20%;
    }
}

.top--50 {
    margin-top: -50px;
}

.call-to-action {
    bottom: 0;
    z-index: 2;
}

.whatsapp {
    bottom: 25px;
    right: 25px;
    z-index: 2;
}
.whatsapp img{
    width: 50px;
}
span.title:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: var(--main-logo);
    left: 0;
    position: absolute;
    bottom: 0;
    z-index: -1;
}

.dropdown-toggle.no-arrow::after {
    display: none;
}

textarea.auto-resize {
    resize: none;
    width: 100%;
    min-height: 100px;
    padding: 5px;
    overflow: hidden;
    box-sizing: border-box;
}

.clickable {
    cursor: pointer;
}

    .clickable .cover-icon, .clickable.cover-icon {
        font-size: 44px;
    }

    .clickable .small-icon, .small-icon {
        font-size: 20px;
    }

.search-result {
    max-height: 300px;
    overflow-y: auto;
    z-index: 1;
}

/*Cards Start*/
.card.admin {
    background-color: #fff;
    border-radius: 10px;
    border: none;
    position: relative;
    margin-bottom: 30px;
    box-shadow: 0 0.46875rem 2.1875rem rgba(90,97,105,0.1), 0 0.9375rem 1.40625rem rgba(90,97,105,0.1), 0 0.25rem 0.53125rem rgba(90,97,105,0.12), 0 0.125rem 0.1875rem rgba(90,97,105,0.1);
}

.l-bg-cherry {
    background: linear-gradient(to right, #493240, #f09) !important;
    color: #fff;
}

.l-bg-blue-dark {
    background: linear-gradient(to right, #373b44, #4286f4) !important;
    color: #fff;
}

.l-bg-green-dark {
    background: linear-gradient(to right, #996222, #edaa02) !important;
    color: #fff;
}

.l-bg-orange-dark {
    background: linear-gradient(to right, #a86008, #ffba56) !important;
    color: #fff;
}

.l-bg-orange-to-cherry {
    background: linear-gradient(to right, #ffba56, #f09) !important;
    color: #000;
}

.card.admin .card-statistic-3 .card-icon-large .fas, .card.admin .card-statistic-3 .card-icon-large .far, .card.admin .card-statistic-3 .card-icon-large .fab, .card.admin .card-statistic-3 .card-icon-large .fal {
    font-size: 110px;
}

.card.admin .card-statistic-3 .card-icon {
    text-align: center;
    line-height: 50px;
    margin-left: 15px;
    color: #000;
    position: absolute;
    right: -5px;
    top: 20px;
    opacity: 0.1;
}
.card.admin .material-icons-outlined {
    font-size: 70px !important;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}

.l-bg-green {
    background: linear-gradient(135deg, #23bdb8 0%, #43e794 100%) !important;
    color: #fff;
}

.l-bg-orange {
    background: linear-gradient(to right, #f9900e, #ffba56) !important;
    color: #fff;
}

.l-bg-cyan {
    background: linear-gradient(135deg, #289cf5, #84c0ec) !important;
    color: #fff;
}
/*Card End*/
.table-hover tbody tr:hover {
    background-color: rgb(237 170 2 / 40%);
}

.services h3 {
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.services h4 {
    background-color: var(--main-logo);
    color: white;
    font-weight: bold;
    padding: 10px;
    margin-bottom: 0;
}
    .services h4 + p {
        padding: 10px;
        background: rgba(var(--main-logo), 0.2);
        font-weight: bold;
    }

input.text-dark:disabled, input.text-dark:read-only {
    color: #000 !important;
    -webkit-text-fill-color: #000;
    opacity: 1; /* required on iOS */
}

.loading {
    position: absolute;
    background: rgba(0,0,0,.5);
    z-index: 2;
    width: 100%;
    text-align: center;
    height: 100%;
    color: white;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}