/* Made with love by Mutiullah Samim*/

@media only screen and (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: none;
    }

    .navbar .nav-item:hover .nav-link {}

    .navbar .nav-item:hover .dropdown-menu {
        display: block;
    }



    .navbar .nav-item .dropdown-menu {
        margin-top: 0;
    }
}

.icon-img {
    height: var(--icon-img);
}

.icon-sol-img{
    max-width: var( --max-sol-icon-img-w);
    width: auto;
    max-height: var( --max-sol-icon-img-h);
    height: auto;
}

.title_desc_produtos{
    margin-top: .5rem;
    font-size: 30px;
    margin-bottom: .5rem;
}

.logo-menu {
    max-width: 40% !important;
}

.super-rounded-card {
    border-radius: 2rem;
}



.modal_close_img {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.circle {
    border: 1px solid rgba(0, 0, 0, 0.4);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.modal_close_img:hover,
.modal_close_img:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

.bg-blue {
    background-color: var(--bg-light-blue);
}

.bg-black {
    background-color: #000000 !important;
}



html,
body {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-color: var(--bg-light-blue);
    font-family: var(--font-body);
    font-size: 14px;
}

.container {
    height: 100%;
    align-content: center;
}



.card-header h3 {
    color: rgb(0, 0, 0);
}



.input-group-prepend span {
    width: 50px;
    background-color: #ff1212a5;
    color: black;
    border: 0 !important;
}

input:focus {
    outline: 0 0 0 0 !important;
    box-shadow: 0 0 0 0 !important;

}





html,
.l-header .widget,
.menu-item-object-us_page_block {
    font-family: var(--font-body);
    font-weight: 400;
    font-size: 16;
    line-height: 24px
}

h1 {
    font-family: var(--font-h1);
    font-weight: 400;
    line-height: 1.2;
    letter-spacing: 0.3em;
 
    text-transform: uppercase
}



h2 {
    font-family: var(--font-h1);
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    letter-spacing: 0.3em;
 
    text-transform: uppercase
}

.card-title {
    float: left;
    font-family: var(--font-body);

}

.page-title {
    height: 40vh;
}

.text-spacing {
    letter-spacing: 10px;
}

@keyframes slide {

    0%,
    15%,
    100% {
        transform: translateX(0);
        animation-timing-function: ease;
    }

    20% {
        transform: translateX(-100%);
        animation-timing-function: step-end;
    }

    95% {
        transform: translateX(100%);
        animation-timing-function: ease;
    }
}

.card-header {
    background-color: rgba(0, 0, 0, 0);
    border-bottom: 0;
    margin-bottom: 0.7rem;
}

.card-footer {
    border-top: 0;
}

.card {
    margin-top: auto;
    background-color: rgb(255, 255, 255, 0.9);
    margin-bottom: auto;
    width: 400px;

}

.btn-transparent {
    border: none;
    background-color: transparent;
}

.card-footer {
    background-color: transparent !important;
}

.bg-blue-grad {
    background: var(--bg-grad-blue)
}

.bg-black-grad{
    background: var(--bg-grad-black);
}

.bg-blue-grad-alt {
    
    background: var(--bg-alt-grad-blue);
}

.bg-white{
    background-color: var(--bs-white);
}



.nav-title {
    font-size: 1.1rem !important
}