@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    color: #444444;
    text-align: left;
}

main {
    background-color: #ffffff;
}

header nav.navbar {
    z-index: 1000;
}
/*nav.navbar {
    background-color: rgba(255,255,255,0.9);
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}*/
nav.navbar {
    background-color: #fff !important;
    padding: 5px;
}

a, a:active, a:visited {
    text-decoration: none;
    color: #35826c;
}

    a:hover {
        color: #35826c;
    }

a.btn.btn-primary.btn-sm.w-100, a.btn.btn-primary.btn-sm.w-100:active, a.btn.btn-primary.btn-sm.w-100:visited {
    color: #ffffff;
}

p {
    text-align: justify;
}


a.navbar-brand img, footer img {
    width: 150px;
}


footer span.u-d:before {
    content: attr(data-d) "\0040" attr(data-u);
    unicode-bidi: bidi-override;
    direction: rtl;
}

/*nav.navbar {
    background-color:#444444;
}*/
.navbar-collapse.collapsing, .navbar-collapse.collapse.show {
    padding: 1.5rem;
}

.navbar-nav .nav-item {
    position: relative
}

/*.navbar-nav a.nav-link {
    color: rgba(255,255,255,.7);
}
    .navbar-nav a.nav-link.active, .navbar-nav a.nav-link:hover {
        color: #ffffff;
    }*/
.navbar-nav a.nav-link {
    color: #35826c;
    padding: 5px 0px;
    margin-left: 2rem;
    position: relative;
}

    .navbar-nav a.nav-link:hover {
        color: #35826c;
    }

button.navbar-toggler {
    background-color: rgba(255,255,255,.7);
}

.navbar-nav a.nav-link.active::before, .navbar-nav a.nav-link:hover::before {
    content: "";
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    bottom: -3px;
    height: 3px;
    background-color: #35826c;
}

strong {
    color: #35826c;
    text-transform: uppercase;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
    color: #35826c;
    text-transform: uppercase;
}

    h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
        text-transform: none;
    }

footer h1, footer h2, footerh3, footer h4, footer h5, footer h6 {
    color: #ffffff;
}

span.ire::after {
    content: attr(data-d);
}

span.ire::before {
    content: attr(data-u) "\0040";
}

div.card-header h1, div.card-header h2, div.card-header h3, div.card-header h4, div.card-header h5, div.card-header h6 {
    margin-bottom: 0;
}

div.feature {
    border: none;
}

div.feature-list {
    height: 140px;
    border: none;
}

div.related {
    border: none;
    width: 400px;
}

    div.feature:hover, div.feature-list:hover, div.related:hover {
        box-shadow: rgba(0,0,0,0.4) 0px 0px 5px 2px;
    }

div.carousel-item.active img {
    max-width: 100%;
}

div.list-group-item {
    border: none;
}

div.card.selection {
    margin-bottom: 1rem;
    border: none;
    background-color: rgba(0,0,0,.05);
    min-height: 220px;
    font-size: 0.9rem;
}

    div.card.selection .card-header {
        background-color: #3aaeae;
        color: #ffffff;
        border: none;
        font-size: 1rem;
    }

i.bi.bi-file-pdf-fill {
    color: #f40f02;
}

ul.dropdown-menu.show {
    background-color: #ffffff;
}

    ul.dropdown-menu.show li a {
        color: rgba(53,130,108,.9);
    }

        ul.dropdown-menu.show li a:hover {
            color: #35826c;
            background-color: #ffffff;
        }


div.card.product {
    min-width: 350px;
    border: none;
    box-shadow: rgba(0,0,0,0.4) 0px 0px 2px 1px;
}

    div.card.product:hover {
        box-shadow: rgba(0,0,0,0.4) 0px 0px 5px 2px;
    }

    div.card.product div.card-header {
        background-color: #4cb597;
        border: none;
    }

        div.card.product div.card-header h6 {
            color: #ffffff;
        }

span.badge.bg-light {
    background-color: #e8e8e8 !important;
    color: rgba(0,0,0,.6);
    font-weight: normal;
}

footer a.contact {
    text-decoration: underline;
}

.bg-footer {
    background-color: #444444;
}

    .bg-footer a {
        color: #efefefef;
    }

    .bg-footer svg path, .bg-footer svg rect, .bg-footer svg ellipse {
        fill: #ffffff;
    }


.btn-primary {
    --bs-btn-color: #fff;
    --bs-btn-bg: #4cb597;
    --bs-btn-border-color: #4cb597;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #3e9b81;
    --bs-btn-hover-border-color: #3e9b81;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #3e9b81;
    --bs-btn-active-border-color: #3e9b81;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #4cb597;
    --bs-btn-disabled-border-color: #4cb597;
}

/* Carousel */
.container-fluid.carousel {
    padding: 0;
    margin-top: -0px;
}

/*.carousel-caption .pageTitle {*/
/*background-color: rgba(0,0,0,0.75);*/
/*background-color: rgba(0,100,150,0.75);*/
/*background-color: rgba(83,129,53,0.75);*/
/*}
    .carousel-caption .pageTitle h1, .carousel-caption .pageTitle h3 {
        color: #ffffff;
    }*/
/* Embed from Semantic UI */
.ui.embed {
    position: relative;
    max-width: 100%;
    height: 0;
    overflow: hidden;
    background: #dcddde;
    padding-bottom: 56.25%;
}

    .ui.embed embed, .ui.embed iframe, .ui.embed object {
        position: absolute;
        border: none;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        margin: 0;
        padding: 0;
    }

.ui.active.embed > .embed {
    display: block;
}

div.alert ul {
    margin-bottom: 0;
}

/* quotes */
blockquote {
    color: #35826c;
    border-left: 0.25rem solid #35826c;
    padding: 1rem 1rem 1rem 2rem;
    margin-left: 3rem;
    font-size: 1.25rem;
}

.blockquote-custom {
    border-left: none;
    position: relative;
    font-size: 1.1rem;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -25px;
    left: 50px;
    background-color: #35826c;
}

.card.card-primary {
    background-color: #4cb597;
    color: #ffffff;
    background-image: var(--bs-gradient);
    min-height: 110px;
}

.pdf-thumb-box {
    display: inline-block !important;
    position: relative !important;
    overflow: hidden;
}

.pdf-thumb-box-overlay {
    display: none;
}

.pdf-thumb-box a:hover .pdf-thumb-box-overlay {
    display: inline;
    text-align: center;
    position: absolute;
    transition: background 0.2s ease, padding 0.8s linear;
    background-color: rgba(255, 0, 0, 0.58);
    color: #fff;
    width: 100%;
    height: 100%;
    text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.pdf-thumb-box-overlay i {
    position: relative;
    top: 40%;
    transform: translateY(-50%);
}

.img-thumbnail {
    width: 150px;
    height: 150px;
}

button.accordion-button {
    color: #35826c;
    text-transform: uppercase;
}

.accordion-button:focus {
    border-color: #35826c;
    /*box-shadow: 0 0 0 0.25rem rgba(199,80,140, 0.25)*/
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #35826c;
    background-color: #ffffff;
    box-shadow: inset 0 calc(var(--bs-accordion-border-width) * -1) 0 #35826c;
}

    .accordion-button:not(.collapsed)::after {
        background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23538135'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    }

#faqAccordion i {
    color: #35826c;
}

input.form-control.input-validation-error {
    border-color: #dc3545;
}

table.table thead th {
    font-size: 0.8em;
    font-weight: normal;
    color: #acacac;
    text-transform: uppercase;
}

.table.table-sm {
    font-size: 0.9rem;
}

div#cookieConsent {
    --bs-modal-margin: 0;
}

    div#cookieConsent .modal-dialog {
        min-width: 100%;
    }

@media only screen and (max-width: 1200px) {
    div .card.selection {
        min-height: 175px;
    }
}

@media only screen and (min-width: 1200px) {
    div.card.product {
        min-height: 570px;
    }
}
