@media (max-width: 575.98px) {
    .logo{
        width: 65%;
        margin-left: 8%;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .logo{
        width: 50%;
        margin-left: 28%;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .logo{
        width: 30%;
        margin-left: 1%;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .logo{
        width: 25%;
        margin-left: 3%;
    }
}

@media (min-width: 1200px) {
    .logo {
        width: 18%;
        margin-left: 5%;
    }
}

.logo {
    position: absolute;
    top: 0;
    max-width: 300px;
    z-index: 1;
}

.create-panel{
    margin-top: 5%;
}
.navbar {
    padding: 0;
}
.nav-item{
    padding-bottom: 0.25rem;
    padding-top: 0.25rem;
}
.roboto{
    font-family: 'Robotomc';
}
.rolanti{
    font-family: 'Rolantimc';
}
.font-small{
    font-size: small;
}
li a.font-small{
    margin-top: 3%;
}
.font-large{
    font-size: large;
}
a{
    color: #2ea8e1;
}
.font-default{
    color: #2b3c44;
}
.font-alternative{
    color: #eda700;
}
.font-admin{
    color: #9ab678;
}
.btn-login, .btn-login *{
    color: #f1cb27;
    background: #eda700;
}
.btn-logged, .btn-logged *{
    color: #c5c7c9;
    background: #eeeeef;
}
.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}
.card-header{
    background: none;
}
#navbarCollapse{
    max-height: 50px;
}
.footer{
    position: fixed;
    bottom: 0;
}
.alert-mc{
    position: absolute;
    z-index: 2;
}
.img-click{
    cursor:pointer;
}

.card-border{
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    display: inline-block;
}

.img-solicitation{
    max-height: 75px;
}

.img-social{
    max-height: 50px;
}

.img-flyer{
    max-height: 80px;
}

@media (max-width: 575.98px) {
    .card-border{
        width: 100%;
    }
    .exit-to-back-icon{
        display: none;
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .card-border{
        width: 49.5%;
    }
    .exit-to-back-icon{
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .card-border{
        width: 100%;
    }
    .exit-to-back-icon{
        display: none;
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) { 
    .card-border{
        width: 49%;
        min-height: 100%;
    }
    .exit-to-back-icon{
        position: relative;
        top: -50%;
        left: 100%;
    }
}

@media (min-width: 1200px) {
    .card-border{
        width: 49.5%;
    }
    .exit-to-back-icon{
        position: relative;
        top: -50%;
        left: 100%;
    }
}