@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200&family=Questrial&display=swap');

* {
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}

h2{
    font-family: 'Oswald', sans-serif;
    color:  #896797;
}

h1{
    font-family: 'Oswald', sans-serif;
    max-width:350px;
    color:  #896797;	
}

p,h4{
    font-family: 'Questrial', sans-serif;
}

button{
    background-color: #896797;
    font-family: 'Questrial', sans-serif;
}

.contenedor{
    margin-top: 150px;
    margin-bottom: 150px;
}

.bodyIndex{
    background-image: url("../img/background");
    width: 100%;
    background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}

.bodyNosotros {
    background-image: url("../img/11062b_604ded692d29445eafb087501345229d_mv2.jpg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}

.gradiente {
    background: rgb(0,0,0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.437), rgb(0, 0, 0));
}

.iconosRedes{
    position: fixed;
    top: 300px;
    
}

.iconosFooter{
    color: white;
}

.nav-search{
    background: white;
    color: black;
    border-bottom: 2px solid #896797;
    border-top: 2px solid #896797;
    border-right: 0 solid #896797;
    border-left: 2px solid #896797;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-left: 20px;
    width: 400px;
    height: 35px;
    z-index: 1;
}
.nav-sin-search{
    width: 400px;
}
.nav-search:focus{
    outline: none;
}
.nav-search-icon{
    background: white;
    color: black;
    border-bottom: 2px solid #896797;
    border-top: 2px solid #896797;
    border-right: 2px solid #896797;
    border-left: 0px solid #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding-right: 8px;
    height: 35px;
    z-index: 1;
}
.navbar-logo{
    font-family: 'Oswald', sans-serif;
    color: white;
    text-decoration: none;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 60px;    
}
.navbar-logo:hover{
    color: #896797;
}
.navbar-menu{
    list-style: none;
    padding-left: 0px;
}
.navbar-link{
    color: white;
    text-decoration: none;
    margin-left: 10px;
    margin-right: 10px;
    background: none;
    border: none;
}
.navbar-link:hover{
    color: #e39dff;
}
.nav-btn{
    color: white;
    border: none;
}
.active{
    color: #896797;
}
.listaBusqueda{
    list-style: none;
    padding-left: 15px;
    padding-right: 15px;
}
.selection{
    text-decoration: none;
}
.selection:hover{
    background-color: rgb(234, 233, 233);   
}
#encontrados{
    position: absolute;
    top: 40px;
    z-index: 0;
    padding-top: 33px;
    padding-bottom: 10px;
    margin-left: auto ;
    width: 425px;
}

.card{
    box-shadow: 0 6px 10px rgba(0,0,0,.08), 0 0 6px rgba(0,0,0,.05);
    transition: .3s transform cubic-bezier(.155,1.105,.295,1.12),.3s box-shadow,.3s -webkit-transform cubic-bezier(.155,1.105,.295,1.12);
    cursor: pointer;
}

.card:hover{
    transform: scale(1.05);
    box-shadow: 0 10px 20px rgba(0,0,0,.12), 0 4px 8px rgba(0,0,0,.06);
}

.gradiente {
    background: rgb(0,0,0);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.437), rgb(0, 0, 0));
}

.fotoNosotros {
    width: 125px;
    height: 125px;
    object-fit: cover;
    align-items: center;
}

.textoNosotros{
    width: 125px;
    margin-top: 25px;
}

.gray-background{
    background: rgba(55, 55, 55, 0.856);
}

.border-transparent{
    border: 1px solid rgba(0, 0, 0, 0);
}

.text-purple{
    color: #896797;
}

.btn-purple{
    --bs-btn-color: #fff;
    --bs-btn-bg: #896797;
    --bs-btn-border-color: #896797;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #664c70;
    --bs-btn-hover-border-color: #523e5a;
    --bs-btn-focus-shadow-rgb: 49,132,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #523e5a;
    --bs-btn-active-border-color: #5d4766;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #896797;
    --bs-btn-disabled-border-color: #896797;
}

.btn-outline-purple{
    --bs-btn-color: #896797;
    --bs-btn-border-color: #896797;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #896797;
    --bs-btn-hover-border-color: #896797;
    --bs-btn-focus-shadow-rgb: 13,110,253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #896797;
    --bs-btn-active-border-color: #896797;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #896797;
    --bs-btn-disabled-bg: transparent;
    --bs-gradient: none;
}

@media only screen and (max-width:767px){
    .iconosRedes{
        display: none !important;
    }
    .card{
        width: 40%;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        max-width:1800px; 
        color:  #896797;   
    }

}
@media only screen and (min-width:768px){
    .iconosFooter{
        display: none !important;
    }
    h1{
        font-family: 'Oswald', sans-serif;
        max-width:1800px; 
        color:  #896797;   
    }
}
@media all and (max-width:1199px){
    nav{
        display: block;
    }
    .nav-btn{
        font-size: 25px;
        color: white;
    }
    .nav-btn:hover{
        color: #896797;
        border: none;
    }
    .nav-search{
        width: 400px;
    }
    .nav-sin-search{
        width: 400px;
    }
    .container-toggle{
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .navbar-logo{
        padding-left: 0px;
    }
    .container-search{
        width: 100%;
        margin-top: 10px;
        justify-content: center;
    }
    .container-menu{
        margin-top: 20px;
        height: 100px;
    }
    .navbar-menu{
        flex-direction: column;
        align-items: center;
        justify-content: space-between;
        height: 100px;
    }
    .textoNosotros{
        width: 100%;
    }
    #encontrados{
        position: absolute;
        z-index: 0;
        top: 100px;
    }
}
@media all and (max-width:700px){
    .nav-search{
        width: 250px;
        z-index: 1;
    }
    .nav-sin-search{
        width: 250px;
    }
    .nav-search-icon{
        z-index: 1;
    }
    #encontrados{
        position: absolute;
        width: 275px;
        z-index: 0;
        top: 100px;
    }

}

#tarjetaDetalle{
    background: linear-gradient(180deg, #291712 0%, #130A08 100%);
    border-radius: 5px;
    
}

.textoDetalle{
    text-align: justify;
    padding: 25px;
    padding-bottom: 25px;
    padding-top: 80px;
    color: white;
    
}


#reproductorMusica{
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-top: 80px;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
    max-width: 200px;
    padding: 2px 5px;
}