/* ~~~~~~~~~~~~~~~~~~~~~~ FONTS ~~~~~~~~~~~~~~~~~~~~~~ */
@font-face
{
    font-family: Montserrat-Regular;
    font-style: normal;

    font-display: swap;
    src: url('Montserrat-Regular.woff') format('woff');
}

@font-face
{
    font-family: Montserrat-Medium;
    font-style: normal;

    font-display: swap;
    src: url('Montserrat-Medium.woff') format('woff');
}

@font-face
{
    font-family: Montserrat-SemiBold;
    font-style: normal;

    font-display: swap;
    src: url('Montserrat-SemiBold.woff') format('woff');
}

@font-face
{
    font-family: Montserrat-Bold;
    font-style: normal;

    font-display: swap;
    src: url('Montserrat-Bold.woff') format('woff');
}

@font-face
{
    font-family: Montserrat-Black;
    font-style: normal;

    font-display: swap;
    src: url('Montserrat-Black.woff') format('woff');
}

/* ~~~~~~~~~~~~~~~~~~~~~~ MAIN ~~~~~~~~~~~~~~~~~~~~~~ */
body
{
    font-family: Montserrat-Regular;
    font-size: 16px;
    overflow-y: visible !important; 
    min-width: 320px;
    min-height: 100vh;
    color: #000;
    background-color: #e1e1e1
    -webkit-font-smoothing: antialiased
}

button:focus
{
    outline: 0;
}

ul,
ol
{
    padding-left: 1rem;
}

.btn,
.btn:hover,
.btn:focus,
.btn:active
{
    transition: .3s; 
    border: none;
    outline: none !important;
    box-shadow: none;
}

button:focus
{
    outline: 0;
}

img
{
    image-rendering: -webkit-optimize-contrast;
}

.cover
{
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
}

svg
{
    width: 100%;
    height: 100%;
}

svg.icon
{
    width: 1em; 
    height: 1em;
}

a
{
    transition: .3s;
}

.fw-rg
{
    font-family: Montserrat-Regular;
    font-weight: 400;
}

.fw-md
{
    font-family: Montserrat-Medium;
    font-weight: 500;
}

.fw-sbd
{
    font-family: Montserrat-SemiBold;
    font-weight: 600;
}

.fw-bld
{
    font-family: Montserrat-Bold;
    font-weight: 700;
}

.fw-blk
{
    font-family: Montserrat-Black;
    font-weight: 900;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ SLICK SLIDER ~~~~~~~~~~~~~~~~~~~~~~ */
.slider-wrapper
{
    position: relative;
}

.slider-arrow
{
    font-size: 2rem;
    line-height: 1em;

    position: absolute;
    z-index: 1; 
    top: 0;

    width: 1em;
    height: 100%;

    cursor: pointer;
}
.slider-arrow.slider-prev
{
    left: 0;
}
.slider-arrow.slider-next
{
    right: 0;
}
.slider-arrow.slider-next img
{
    transform: rotate(180deg);
}

.slick-dots
{
    position: absolute;
    z-index: 1070;
    bottom: -2rem;
    left: 50%;

    width: 100%;
    padding: 0;

    transform: translateX(-50%); 
    text-align: center;
}
.slick-dots li
{
    display: inline-block;

    width: 50px;
    height: 7px;

    cursor: pointer; 

    border-radius: 3px;
    background: #c2c2c2;
}
@media (max-width: 576px)
{
    .slick-dots li
    {
        width: 30px;
    }
}
.slick-dots li:not(:last-child)
{
    margin-right: 5px;
}
.slick-dots li > button
{
    display: none;
}
.slick-dots li.slick-active
{
    background: #af0b0f;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ DROPDOWN ~~~~~~~~~~~~~~~~~~~~~~ */
.dropdown .dropdown-toggle
{
    padding-right: 30px;
}
.dropdown .dropdown-toggle:after
{
    position: absolute;
    top: 50%;
    right: 1em;

    width: 10px;
    height: 10px;

    content: '';
    transform: translateY(-50%) rotate(0deg); 

    border: none !important;
    background-image: url('../img/dropdown.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto 100%;
}
.dropdown .dropdown-toggle.show:after
{
    transform: translateY(-50%) rotate(180deg);
}

.dropdown .dropdown-menu
{
    min-width: 100%;
    max-height: 300px; 

    border-radius: 10px;
}
.dropdown .dropdown-menu .dropdown-item
{
    padding: .375rem .75rem;

    color: #181a1c;
}
.dropdown .dropdown-menu .dropdown-item.active
{
    background-color: transparent;
}
.dropdown .dropdown-menu .dropdown-item:hover
{
    color: #181a1c;
    background-color: transparent;
}
.dropdown .dropdown-menu .nav-link,
.dropdown .dropdown-menu .nav-link:hover
{
    color: #181a1c;
}
.dropdown .dropdown-menu .btn-close-white
{
    opacity: 1;
}

.dropdown.dropdown-mobile
{
    font-size: 16px !important;
}
.dropdown.dropdown-mobile .dropdown-menu
{
    top: -10px;
    right: 0;
    left: auto;

    width: 360px;
    min-width: auto;
    max-height: none;

    border: none;
    border-radius: 10px;
    background: linear-gradient(180deg, #773b9e 0%, #512577 100%);
    box-shadow: 0 16px 60px rgba(0, 0, 0, .35);
}
.dropdown.dropdown-mobile .dropdown-menu .dropdown-toggle
{
    padding-left: 0;
}
.dropdown.dropdown-mobile .dropdown-menu .close
{
    cursor: pointer; 
    transform: rotate(45deg);
}
.dropdown.dropdown-mobile .dropdown-menu .nav-item
{
    padding: 15px 0; 

    border-bottom: 1px solid #e0e0e0;
}
.dropdown.dropdown-mobile .dropdown-menu .nav-link
{
    padding: 0; 

    color: #fff;
}

.dropdown.dropdown-lang
{
    font-size: 14px !important;

    z-index: 99;

    border-radius: 10px; 
    background-color: #202020;
}
.dropdown.dropdown-lang .btn
{
    padding: .375rem .75rem;
}
.dropdown.dropdown-lang .selected
{
    color: #e0e0e0;
}
.dropdown.dropdown-lang .dropdown-menu
{
    top: 0;
    right: 0;
    left: auto;

    width: auto;
    min-width: auto;
    max-height: none;
    padding: 0;

    border: none;
    border-radius: 10px;
    background: #202020;
    box-shadow: 0 16px 60px rgba(0, 0, 0, .35);
}
.dropdown.dropdown-lang .dropdown-menu .dropdown-item
{
    padding: .375rem .75rem;

    cursor: pointer; 

    color: #fff;
}
.dropdown.dropdown-lang .dropdown-menu .dropdown-item span
{
    text-transform: uppercase;

    color: #fff;
}
.dropdown.dropdown-lang .dropdown-menu .dropdown-item.active
{
    background-color: transparent;
}
.dropdown.dropdown-lang .dropdown-menu .dropdown-item:hover
{
    color: #181a1c;
    background-color: transparent;
}
.dropdown.dropdown-lang .dropdown-menu .dropdown-item:hover .icon
{
    color: #181a1c;
}
.dropdown.dropdown-lang .flag
{
    width: 20px;
}
.dropdown.dropdown-lang span
{
    padding-left: 5px;

    text-transform: uppercase;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ FORM ~~~~~~~~~~~~~~~~~~~~~~ */
.form-control
{
    height: 48px;
    padding: .75em 1em;

    border-radius: 10px;
}

textarea.form-control
{
    height: auto;
}

.form-control .selected
{
    overflow: hidden;
}

.form-control:focus,
.custom-select:focus,
.custom-control-input:focus ~ .custom-control-label::before
{
    box-shadow: none !important;
}

.custom-control-input ~ .custom-control-label::before,
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before
{
    border-color: #181818;
}

.custom-control-input:not(:disabled):active ~ .custom-control-label::before
{
    border-color: #4b4b4b; 
    background-color: #4b4b4b;
}

.custom-control-input:checked ~ .custom-control-label::before
{
    color: #fff;
    border-color: #181818;
    background-color: #181818;
}

.input-group-text
{
    border-right-color: #181a1c; 
    border-radius: 10px;
    background: #fff;
}

.input-wrapper.error .form-control::-webkit-input-placeholder
{
    opacity: 0;
}

.input-wrapper.error .form-control::-moz-placeholder
{
    opacity: 0;
}

.input-wrapper.error .form-control:-ms-input-placeholder
{
    opacity: 0;
}

.input-wrapper.error .form-control::-ms-input-placeholder
{
    opacity: 0;
}

.input-wrapper.error .form-control::placeholder
{
    opacity: 0;
}

.input-error
{
    font-size: 16px;

    top: 0;
    right: 0;
    bottom: 0; 
    left: 0;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ MODAL BS ~~~~~~~~~~~~~~~~~~~~~~ */
.modal
{
    z-index: 1099;
}
.modal .modal-dialog
{
    max-width: 430px;
}
.modal .modal-content
{
    border: none; 
    border-radius: 10px;
    background: linear-gradient(114.49deg, #fff 2.35%, #f1f1f1 100%);
}
.modal .modal-content .modal-header
{
    padding: 1rem 1rem .25rem; 

    border-bottom: 0;
}
.modal .modal-content .modal-header .btn-close
{
    font-size: 1rem;
    line-height: 1em;

    margin: 0 !important;
    padding: 0;

    opacity: 1;
    color: #fff; 
    outline: none !important;
}
.modal .modal-content .modal-footer
{
    border-top: 0;
}
.modal.cover-modal
{
    padding: 0 !important;
}
.modal.cover-modal .modal-dialog,
.modal.cover-modal .modal-dialog-centered
{
    max-width: none; 
    min-height: 100vh;
    margin: 0 !important;
}
.modal.cover-modal .modal-dialog .modal-content,
.modal.cover-modal .modal-dialog-centered .modal-content
{
    height: 100vh; 
    padding: 0;
}
.modal .modal-body
{
    color: #000;
}
.modal .modal-body .h4
{
    font-size: 18px;
}
@media (max-width: 576px)
{
    .modal .modal-body .h4
    {
        font-size: 14px;
    }
}

/* ~~~~~~~~~~~~~~~~~~~~~~ BUTTONS ~~~~~~~~~~~~~~~~~~~~~~ */
.btn:focus
{
    box-shadow: none !important;
}

/* ~~~~~~~~~~~~~~~~~~~~~~ STYLE ~~~~~~~~~~~~~~~~~~~~~~ */
.btn-blue
{
    background: #0c3e87;
    color: #fff;
}

.btn-blue:hover
{
    background: #2e7bf0;
    color: #fff;
}

.btn-white
{
    color: #212121;
    background: #fff;
}

.btn-white:hover
{
    color: #212121;
    background: #f1f1f1;
}

.bg-blue
{
    background: #0c3e87;
    color: #fff;
}

a
{
    color: #2e7bf0;
}

a.card, a.card:hover 
{
    color: #000;
    text-decoration: none;
}

.navbar
{
    background: #212121;
    padding-bottom: 0;
    padding-top: 0;
}

.navbar .icon
{
    height: 1.5em;
    width: 1.5em;
    fill: #fff;
}

.navbar a, .navbar a:hover
{
    color: #fff;
}

.navbar .menu-item
{
    padding-bottom: .5em;
    padding-top: .5em;
}

.navbar .menu-item.active, 
.navbar .menu-item.current-menu-parent, 
.navbar .menu-item.current-category-ancestor, 
.navbar .menu-item.current-post-ancestor
{
    background: #0c3e87;
}

.navbar-brand img
{
    height: 40px;
}

.breadcrumb 
{
    font-size: 0.8rem;
}

.breadcrumb-item a 
{
    color: #777;
}

.category-nav .menu-item
{
    width: 25%;
    padding: .25em;
    text-align: center;
}

@media (max-width: 767px)
{
    .category-nav .menu-item
    {
        width: 50%;
    }
}

@media (max-width: 576px)
{
    .category-nav .menu-item
    {
        font-size: .9rem;
    }
}

.category-nav .menu-item .nav-link
{
    background: #212121;
    color: #fff;
}

.category-nav .menu-item.active .nav-link
{
    background: #0c3e87;
    color: #fff;
}


.pagination
{
    margin-top: .5em;
}

.page-item .page-link
{
    background: #212121;
    color: #fff;
    border-color: #212121;
}

.page-item.active .page-link
{
    background: #0c3e87;
    color: #fff;
    border-color: #0c3e87;
}

.footer
{
    background: #212121;
    color: #fff;
}

.modal-menu .modal-dialog
{
    height: 100%;
    margin: 0;
    max-width: 320px;
}

.modal-menu .modal-dialog .modal-content
{
    height: 100%;
    background: #212121!important;
    color: #fff;
    border-radius: 0;
}

.modal-menu .modal-dialog .modal-body
{
    padding: 1em 0;
}

.modal-menu .menu-item .nav-link
{
    color: #fff;
    padding: 1em .5em;
}

.modal-menu .menu-item.active .nav-link,
.modal-menu .menu-item.current-menu-parent .nav-link, 
.modal-menu .menu-item.current-category-ancestor .nav-link, 
.modal-menu .menu-item.current-post-ancestor .nav-link
{
    background: #0c3e87;
    color: #fff;
}

.home-top
{
    height: 700px;
    color: #fff;
}

.home-top h1
{
    font-size: 72px;
}

.home-top p
{
    font-size: 24px;
}

@media (max-width: 991px)
{
    .home-top
    {
        height: 500px;
    }

    .home-top h1
    {
        font-size: 56px;
    }

    .home-top p
    {
        font-size: 20px;
    }
}

@media (max-width: 767px)
{

    .home-top h1
    {
        font-size: 48px;
    }

    .home-top p
    {
        font-size: 18px;
    }
}

@media (max-width: 576px)
{
    .home-top
    {
        height: 360px;
    }

    .home-top h1
    {
        font-size: 24px;
    }

    .home-top p
    {
        font-size: 16px;
    }
}

.form-control
{
    border-radius: 0;
}

.form-callback
{
    background: #eee;
}

.bg-gradient-blue {
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0));
}

.card-title {
    font-size: 1rem;
}

.bg-dark {
    background-color: #212121;
}