.nav-custom {
    left: 20%;
}

.nav-link.activ {
    /* position: absolute; */
    border-radius: 0;
    border: 5px solid #d4145a;

    /* border-right: 5px solid #d4145a; */
    margin-left: 70%;
    /* margin-right: 0; */
    /* right: 80%;
     left: 80%; */
}

.nav-link .active {
    border-radius: 0;
    background-color: #f15b24;
    color: white;
    margin-right: 0;
}

.activities .header {
    font-size: small;
}

.activities .header .title {
    color: #d4145a;
    font-size: x-large;
    font-weight: 600;
}

.nav-tap {
    color: #000;
}

.btnCustomPrimary {
    background-color: #f15b24;
    border-radius: 24px;
    color: white;
}

.btnCustomPrimary:hover {
    background-color: #c04d23;
}

.btnCustomPrimary:active {
    position: relative;
    top: 1px;
}

.btnCustomWhite {
    background-color: white;
    border-radius: 24px;
    color: #f15b24;
}

.btnCustomWhite:hover {
    background-color: #d8d8d8;
}

.btnCustomWhite:active {
    position: relative;
    top: 1px;
}

.btnCustomLogin {
    background-color: #f15b24;
    border-radius: 24px;
    color: white;
    padding-left: 75px;
    padding-right: 75px;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-top: 100px;
}

.btnCustomLogin:hover {
    background-color: #c04d23;
}

.btnCustomLogin:active {
    position: relative;
    top: 1px;
}

.btnLoginFb {
    background-color: #3b5998;
    border-radius: 24px;
    color: white;
}

.btnLoginFb:hover {
    background-color: #274075;
}

.btnLoginFb:active {
    position: relative;
    top: 1px;
}

.btnLoginGoogle {
    background-color: white;
    border-radius: 24px;
    border: 1px solid gray;
    color: black;
}

.btnLoginGoogle:hover {
    background-color: rgb(231, 231, 231);
}

.btnLoginGoogle:active {
    position: relative;
    top: 1px;
}

.card-icon-menu {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    max-width: 50%;
    height: 100px;
    display: block;
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.formText {
    border: none;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.formText:focus {
    outline: none;
    border-bottom: 1px solid black;
    margin-bottom: 20px;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
}

.separator::before,
.separator::after {
    content: '';
    /* width: 50px; */
    flex: 1;
    border-bottom: 1px solid #000;
}

.separator:not(:empty)::before {
    margin-right: .75em;
    /* margin-left: 120px; */
}

.separator:not(:empty)::after {
    margin-left: .75em;
    /* margin-right: 120px; */
}

.navbar-welcome {
    z-index: 10;
    position: absolute;
    right: 0;
}

.navbar-custom {
    background-color: rgb(0, 0, 0, 0.3);
    color: white;
    z-index: 1030;
    position: absolute;
    right: 0;
    min-width: 80.2%;
}

.fixed-top-custom {
    position: fixed;
    top: 0;
    /* right: 0; */
    /* width: 80.5%; */
    min-width: 80.2%;
    max-width: 100%;
    /* left: 0;*/
    z-index: 1030;
}

.navbar-custom .user {
    text-align: right;
}

.more-item {
    border: dashed;
    border-color: gray;
    box-sizing: border-box;
}

.navbar-custom i.fas {
    display: inline-block;
    border-radius: 60px;
    box-shadow: 0px 0px 2px #f15b24;
    background-color: #f15b24;
    ;
    padding: 0.3em 0.4em;

}

.row-whith-wide-cards .card {
    width: 100%;
}

#carouselExampleIndicators {
    position: relative;
}

#container {
    height: 500px;
    /* width: 400px; */
    position: relative;
}

#image {
    position: absolute;
    left: 100px;
    top: 0;
    max-width: 80%;
}

#text {
    z-index: 100;
    position: absolute;
    color: white;
    font-size: 24px;
    left: 150px;
}
