html {
  font-size: 16px;
}

.underlineLink {
    border-bottom: 1px solid #96559e;
}
.HideOnDesktop {
}

.TextArangeCenterOnMobile {
    text-align: justify;
}

    @media (min-width: 768px) {
        html {
            font-size: 16px;
        }

        .underlineLink {
            border-bottom: none;
        }

        .HideOnDesktop {
            display: none;
        }
    }

    @media all and (min-width: 992px) {
        .TextArangeCenterOnMobile {
            text-align: center;
        }
        .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;
        }
        .SenzoTextMenu {
            font-size: 17px !important;
        }
}	

    .btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #9300a9;
}

.custom-toggler.navbar-toggler {
    border-color: rgb(255,255,255,0.7);
    border: 0px solid rgb(255,255,255,1);
}
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
    outline: none;
    box-shadow: none;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

.SenzoTextColor {
    color: #9300a9!important;
}

.SenzoTextMenu {
    font-size:16px!important;
}
.dropdown-item.textcolor{
    color:black!important;
}
.imageMenu {
    max-width:100%;
    width:100%;
}

.btnPaginaPrincipala {
    background-color: #7c0084;
    border: none;
    width: 200px;
    color: white;
}
    .btnPaginaPrincipala:hover {
        background-color: gray;
        border: none;
        width: 200px;
        color: white;
    }



