@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Black.ttf);
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-ExtraBold.ttf);
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Bold.ttf);
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-SemiBold.ttf);
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Medium.ttf);
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.ttf);
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Light.ttf);
    font-weight: 300;
    font-style: normal
}

* {
    text-decoration: none;
    list-style-type: none;
    outline: 0;
    margin: 0;
    padding: 0;
    font-family: Gilroy, sans-serif
}

body {
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 32px;
}

p {
    word-break: break-word;
}

.whatsapp {
    position: fixed;
    top: 30vh;
    right: 0px;
    z-index: 1000;
}

.whatsapp-icon {
    background-color: #42db87;
    color: #fff;
    font-size: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    font-weight: 300;
    text-decoration: none !important;
    padding: 10px;
    box-sizing: border-box;
    animation: pulse 1.5s infinite;
    box-shadow: 0 0 0 0 #42db87;
    -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
    transition: all 300ms ease-in-out;
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

@keyframes pulsing {
    to {
        box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
    }
}

.whatsapp a {
    text-decoration: none;
    border: 0;
}

.whatsapp-icon>span {
    writing-mode: vertical-lr;
    color: #fff;
    margin-top: 10px;
    font-size: 16px;
}

#topbar {
    width: 100%;
    height: 48px;

    background-color: #e60519;
    background-repeat: no-repeat;
    background-position: center;
    line-height: 48px;
}

#topbar a,
#topbar span {
    color: #fff;
    text-decoration: none;
}

#topbar #lang {
    border-left: 1px solid #4EB5C1;
}

#header a {
    font-weight: 500;
    color: #111F3E;
    font-size: 18px;
}

#header a.active {
    color: #00578f;
}

/* SLIDER START */

#banner {
    position: relative;
    height: 640px;
}

.carousel-item {
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
    color: #fff;
}

.carousel-item::before {
    background: rgba(22, 40, 76, 0.54);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.carousel-item .row {
    height: 640px;
    position: relative;
    z-index: 2;
}

.carousel-item h2 {
    font-size: 52px;
}

.carousel-item p {
    font-size: 18px;
}

.carousel-item a {
    font-size: 18px;
    background-color: #e60519;
    border-color: #e60519;
    padding: 10px 15px;
}

#corporate {
    background-image: url(../img/corporate_background.png);
    background-repeat: no-repeat;
    background-position: right bottom;
}

#corporate .image {
    border: 1px solid #00578f;
    width: 100%;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    padding: 6px;
}

#corporate .image div {
    width: 100%;
    padding-top: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
}

#corporate h3 {
    text-align: center;
}

#corporate h2 {
    font-size: 46px;
    font-weight: 700;
    color: #111F3E;
}

#corporate .image h3 {
    color: #111F3E;
    font-weight: 700;
    text-align: center;
}

#products {
    background-color: #F8F8F8;
    background-image: url(../img/products_background.png);
    background-position: center left;
    background-repeat: no-repeat;
}

#products.white {
    background-color: #fff;
}

#products .title .line {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}

#products .title .line span {
    background-color: #00578f;
    width: 4px;
    height: 60px;
}

#products .title p {
    font-size: 54px;
    font-weight: 700;
    width: 100%;
    text-align: center;
}

#products .img {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin-bottom: 30px;
}

#products h2 {
    color: #111F3E;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#products a {
    color: #00578f;
    font-weight: 700;
    text-decoration: none;
}

#products .info .image {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 60%;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
}

#products .info .images .imageBox {
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 100%;
    border: 1px solid #ddd;
    width: 100%;
    display: block;
    background-color: #fff;
    margin-bottom: 30px;
}

#products .sidebar .title,
#products .section_title {
    color: #00578f;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
}

#products .section_category {
    color: #000;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
}

#products .sidebar a {
    color: #000;
}

#products .sidebar li {
    margin-bottom: 7px;
}

#products .sidebar .subcategory a {
    color: #000;
    font-weight: 400;
    display: flex;
    align-items: center;
}

#products .sidebar .subcategory a:before {
    background-color: #00578f;
    width: 7px;
    height: 7px;
    display: inline-block;
    content: '';
    border-radius: 100%;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    margin-right: 4px;
}

#news {
    background-color: #111F3E;
    /* background-image: url(../img/news_background.png); */
    background-position: center right;
    background-repeat: no-repeat;
}

#news.white {
    background-color: #fff;
    background-image: none;
}

#news .title .line {
    height: 60px;
    width: 100%;
    margin-bottom: 20px;
}

#news .title .line span {
    background-color: #00578f;
    width: 4px;
    height: 60px;
}

#news .title p {
    font-size: 54px;
    font-weight: 700;
    width: 100%;
    text-align: center;
    color: #fff;
}

#news.white .title p {
    color: #111F3E;
}

#news .img {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin-bottom: 30px;
    border: 4px solid #ffff;
}

#news h2 {
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
}

#news.white h2 {
    color: #111F3E;
}

#news a {
    color: #00578f;
    font-weight: 700;
    text-decoration: none;
}


#news_info {
    background-color: #fff;
    background-image: url(../img/products_background.png);
    background-position: center left;
    background-repeat: no-repeat;
    padding: 100px 0;
}

#news_info .img {
    width: 100%;
    padding-top: 60%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
}


#news_info h2 {
    color: #111F3E;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 30px;
}


#news_info p {
    font-size: 18px;
    line-height: 30px;
}

#support a.support {
    background-color: #00578f;
}

footer {
    background-color: #111F3E;
    background-position: center left;
    background-repeat: no-repeat;
}

footer .social a {
    width: 42px;
    height: 42px;
    background-color: #fff;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-bottom-left-radius: 0;
    background-image: url(../img/facebook.svg);
    background-position: center;
    background-repeat: no-repeat;
}

footer .social a.instagram {
    background-image: url(../img/instagram.svg);
}

footer .social a.twitter {
    background-image: url(../img/twitter.svg);
}

footer .social a.linkedin {
    background-image: url(../img/linkedin.svg);
}

footer .title {
    color: #fff;
    font-size: 26px;
    font-weight: 600;
}

footer .title span {
    width: 100%;
    display: block;
}

footer .title span::after {
    background-color: #00578f;
    height: 3px;
    width: 40px;
    content: '';
    display: inline-block;
}

footer ul li {
    margin-bottom: 10px;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
}

footer ul li a,
footer ul li p {
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
}

footer ul li p {
    width: calc(100% - 60px);
}

footer ul li span {
    width: 42px;
    height: 42px;
    background-color: #2495A3;
    display: inline-block;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    -ms-border-radius: 100px;
    -o-border-radius: 100px;
    border-bottom-left-radius: 0;
    background-image: url(../img/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}

footer ul li span.mail {
    background-image: url(../img/mail.svg);
}

footer ul li span.map {
    background-image: url(../img/map.svg);
}

#pagination {
    position: relative;
    height: 260px;
    margin-bottom: 40px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}




#pagination.gray::after {
    background-image: url(../img/slider_background_gray.svg);

}

#pagination::before {
    background: rgb(0 22 82 / 84%);
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#pagination h1 {
    position: relative;
    z-index: 2;
    color: #fff;
    padding-top: 100px;
}

#contact .info {
    background-color: #111F3E;
    border-radius: 6px;

}

#contact .info .title {
    font-size: 28px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px;
}

#contact .info a {
    color: #fff;
    border-bottom: 1px solid #213769;
    text-decoration: none;
    padding: 15px 0;
    display: block;
    font-size: 18px;
}

#contact .info li:last-child a {
    border-bottom: 0;
}

#contact .form .title {
    font-size: 28px;
    font-weight: 700;
    color: #2495A3;
    margin-bottom: 30px;
}

#contact .form .row {
    border-bottom: 1px solid #ddd;
    padding: 8px 0;
    align-items: center;
}

#contact .form .row label {
    font-size: 18px;
    color: #111F3E;
    font-weight: 500;
}

#contact .form input,
#contact .form textarea {
    border: 0;
    border-radius: 0;
    font-size: 18px;
    color: #111F3E;
}

#contact .form textarea {
    resize: none;
}

#contact .form #submit {
    background-color: #2495A3;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}

@media (max-width: 991.98px) {
    .offcanvas-collapse {
        position: fixed;
        top: 94px;
        /* Height of navbar */
        bottom: 0;
        left: 100%;
        width: 100%;
        padding: 2rem;
        box-sizing: border-box;
        overflow-y: auto;
        visibility: hidden;
        background-color: #fff;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        z-index: 5000;
    }

    .offcanvas-collapse.open {
        visibility: visible;
        transform: translateX(-100%);
    }

    .mobile-navbar-menu a,
    .mobile-navbar-menu a.active,
    .mobile-navbar-menu a i {
        color: #000 !important;
    }

    .mobile-dropdown-lang {
        border: 0 !important;
    }

    .mobile-dropdown-alt-lang li a {
        color: #000 !important;
    }

    #pagination {
        height: auto;
    }

    #pagination::after {
        content: inherit;
    }

    #pagination h1 {
        padding: 80px 0;
    }

    #banner::after {
        content: inherit;
    }

    .carousel-item,
    #banner {
        height: 640px;
    }
}