@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap');
html {
    scroll-behavior: smooth;
}

body {
    font-family: 'Poppins', sans-serif!important;
}

.dropdown-toggle {
    border: 0 !important;
    box-shadow: none !important;
}

.btn-danger {
    background: #A91C36!important;
    border: 0
}

.dropdown-toggle:focus,
.dropdown-toggle:active:focus,
.dropdown-toggle.active:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-toggle:focus {
    outline: none;
    box-shadow: none;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.img_brand {
    width: 260px;
}

.bg_container_menu {
    background: #fff
}

.bg_container_submenu {
    background: #A91C36
}

.bg_footer_line {
    background: #A91C36;
    height: 0.5em;
}

.bg_container_footer {
    background: #eee;
}

#particles-js {
    width: 100%;
    height: 80vh;
    background: #dfdfdf;
    background-attachment: fixed;
    background-blend-mode: soft-light;
    background-position: center;
}

.panel {
    font-family: 'Source Sans Pro';
    font-size: 1.3em;
    position: absolute;
    z-index: 10;
    width: 200px;
    height: 220px;
    background: #eee;
    top: 50%;
    left: 50%;
    margin: -110px 0 0 -100px;
    padding: 20px;
    border-radius: 4px;
    box-sizing: border-box;
    z-index: 100;
}

.carousel-caption {
    position: absolute;
    right: 0!important;
    bottom: 20px;
    left: 0!important;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
}

.clientes {
    opacity: 0.5
}

.clientes:hover {
    opacity: 1;
    transition: 0.2s;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

@media (max-width:700px) {
    .img_brand {
        width: 160px;
    }
}