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;
}

/*NAV*/

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

.iconBrownNav{
    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(225, 186, 114)' 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;
}

.parrafos{
    color: #AF7B41 !important;
}
/*FIN NAV*/


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

.row-profile{
    display: flex;
    align-items: start;
    gap: 1.5rem;
    flex-wrap: wrap;
}

.bottom-left {
    position: absolute;
    bottom: 20px;
    left: 0;
    padding-left: 0;
    margin-left: 0;
}

.col-profile{
    display: flex;
    align-items: center;
    gap: 1.5rem;
    flex-wrap: wrap;
    justify-content: center;
}

.profile-text-container {
    display: flex;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    margin-bottom: 0;
}

/*BOTON PRINCIPAL PERFIL*/

.slide-button {
    background-color: rgba(112, 199, 53, 0.96);
    color: #ffffff;
    border: none;
    padding: 10px 90px;
    border-radius: 30px;
    font-size: 20px;
    cursor: pointer;
    max-width: 300px;
    transition: background-color 0.3s ease;
    text-decoration: none;
}

.profile-button{
    background-color: rgba(112, 199, 53, 0.96);
    color: #ffffff;
    border: none;
    margin-left: 10px;
    text-decoration: none;
    border-radius: 20px;
    font-size: 14px;
    padding: 5px;
}

/*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%;
    }
    .cover-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.25;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .profile-section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: white;
        display: flex;
        align-items: center;
        box-sizing: border-box;
    }

    .swiper {
        position: fixed !important;
        top: 43px;
        left: 50%;
        height: 95%;
        transform: translateX(-50%);
        width: 400px;
        z-index: 1;
    }
    .navbar-nav .nav-link {
        text-align: left;
        font-size: 1rem;
        padding-left: 1rem;
        padding-right: 1rem;
        color: #8a4d2d;
    }
    .navbar-brand {
        margin-right: 2rem;
    }
}

@media (min-width: 768px) {
    .profile-width {
        flex: 0 0 auto;
        width: auto !important;
    }
    .profileHeader {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .profile-photo{
        margin-top: -5px;
        position: relative;
        height: 20%;
        width: 10%;
    }
    .cover-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.25;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .profile-section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: white;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
    }
}


@media (min-width: 576px) and (max-width: 819px) {
    .navbar-nav .nav-link {
        font-size: 0.875rem;
        color: #8a4d2d;
    }
    .profile-photo{
        margin-top: -5px;
        position: relative;
        height: 20%;
        width: 20%;
    }
    .navbar-nav{
        background-color: transparent;
    }
    .profileHeader {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .cover-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.25;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .profile-section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: white;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
    }
    .swiper {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }
}

@media (max-width: 575.98px){
    .navbar-nav .nav-link {
        font-size: 0.75rem;
        color: #8a4d2d;
    }
    .profile-photo{
        margin-top: -5px;
        position: relative;
        height: 20%;
        width: 30%;
    }
    .navbar-nav{
        background-color: transparent;
    }
    .profileHeader {
        position: relative;
        width: 100%;
        height: 400px;
        overflow: hidden;
    }
    .cover-img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        opacity: 0.25;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
    }
    .profile-section {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 2;
        color: white;
        display: flex;
        align-items: center;
        padding: 20px;
        box-sizing: border-box;
    }
    .bento-item {
        height: 150px;
        padding: 1rem;
    }
    .bento-item h4 {
        font-size: 1rem;
    }
    .bento-cover {
        min-height: 210px !important;
    }
    .navBorder {
        background-color: transparent;
    }
    .swiper {
        position: fixed !important;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        z-index: 1;
    }
}

/*FIN MEDIAS*/