body {
    background-color: #000000;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.profile-body {
    background-color: #ffffff;
    height: 100vh;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.profile-width {
    flex: 0 0 auto;
    width: auto !important;
}

@font-face{
    font-family: Quicksand-Regular;
    src: url("/assets/fonts/Quicksand-Regular.ttf");
}

@font-face{
    font-family: Quicksand-Bold;
    src: url("/assets/fonts/Quicksand-Bold.ttf");
}

#titleh1, #titleh2, #titleh3, #titleh4, #titleh5, #titleh6{
    color: #AF7B41 !important;
}

.titulo-principal{
    color: #AF7B41;
    margin-left: 20%;
}

.parrafos{
    color: #AF7B41 !important;
}

/*SEARCH BAR*/

.search-form{
    background-color: #AF7C41FF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-search {
    background-color: #d3a976;
    border-radius: 999px;
    padding: 8px;
    width: 300px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.custom-search input {
    border: none;
    background: transparent;
    color: white;
    flex: 1;
}

.custom-search button {
    background: none;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1rem;
}

/*FIN SEARCH BAR*/

/*NAV*/

.navBorder {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #af7c41;
}

.iconWhiteNav{
    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)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E") !important;
}

#nav-btn{
    color: #ffffff !important;
    box-shadow: none; !important;
    border: none !important;
}

/*FIN NAV*/

.profile-photo{
    margin-top: -5px;
    position: relative;
}

/*MEDIA*/

@media (min-width: 820px) {
    .profileHeader {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .profile-photo{
        margin-top: -5px;
        position: relative;
        height: 20%;
        width: 10%;
    }
    .navbar-nav .nav-link {
        text-align: left;
        font-size: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #ffffff;
    }
    .navbar-brand {
        margin-right: 2rem;
    }
}

@media (min-width: 768px) {
    .profile-width {
        flex: 0 0 auto;
        width: auto !important;
    }
    .profile-photo{
        margin-top: -5px;
        position: relative;
        height: 20%;
        width: 10%;
    }
}


@media (min-width: 576px) and (max-width: 819px) {
    .navbar-nav .nav-link {
        font-size: 0.875rem;
        color: #ffffff;
    }
    .titulo-principal{
        color: #AF7B41;
        margin-left: 0%;
    }
    .profile-photo{
        margin-top: -5px;
        position: relative;
        height: 20%;
        width: 20%;
    }
    .navbar-nav{
        background-color: transparent;
    }
}

@media (max-width: 575.98px){
    .navbar-nav .nav-link {
        font-size: 0.75rem;
        color: #ffffff;
    }
    .titulo-principal{
        color: #AF7B41;
        margin-left: 0%;
    }
    .profile-photo{
        margin-top: -5px;
        position: relative;
        height: 20%;
        width: 30%;
    }
    .navbar-nav{
        background-color: transparent;
    }
    .navBorder {
        background-color: #af7c41;
    }
}

/*FIN MEDIAS*/