@font-face {
    font-family: 'NombreDeLaFuente';
    src:
         url('fonts/Unna-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Now-Regular';
    src: url('fonts/Now-Regular.otf') format('opentype');
    font-weight: normal;
    font-style: normal;
    
}
@font-face {
    font-family: 'Rasputin';
    src: url('fonts/Rasputin.otf') format('opentype');
    font-weight: normal;
    font-style: normal;}
/* Estilos generales */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Unna-Regular;
}

#bar, .icon-menu3 {
    display: none;
}

.contenedorglobal {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    min-height: 100vh;

}
/* Header */
header {
    background: white; /* Cambia al color primario que quieras usar */
    width: 100%;
    height: 10%;
    align-items: center;
    border:solid #a68d8d;
}
header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
    width: 100%;
    
}
header .logo img {
    width: 100%;
    margin-top: 10px;
    
}
header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
   
}
header nav ul li {
    align-items: center;
    padding: 10px;
    margin-right: 10px;
    border-radius: 5px;
    border-style:hidden;
    background-color: white;
    font-size: 1.1em!important;
}

.nav-bar ul li a {
    text-decoration: none;
    color: #546960;
    font-weight: bold;
    padding: 10px 20px;
    transition: background-color 0.3s ease;
    font-size: 1.1em!important;
    font-family: Unna-Regular;
}
header nav ul li :last-child {
    margin-right: 0; /* Elimina el margen derecho del último elemento */
}

.navegador{
    width: 49%;
   
}
.logo {
   width: 51%;
}


/* Footer */
footer {
    background-color: white;
    color: #a68d8d;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 40px;
    border: solid #a68d8d;
    display: flex; /* Agregado */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

 .flexcontainer {
        width: 100%;
        height: 100%;
        margin: 0 auto;
        display: flex;
        flex-direction: column;
 }
 
a {
    color: #8a8480; /* Color por defecto */
    text-decoration: none; /* Quitar subrayado */
}

a:visited {
    color: #8a8480; /* Color para enlaces visitados */
}

a:hover {
    color: #b0a7a2; /* Color más claro al pasar el mouse */
}

a:active {
    color: #8a8480; /* Color para enlaces activos */
}
.div1{
        width: 100%;
        margin: auto;
        padding: 20px;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: center;
   

}

.product-name {
    text-align: center;
    font-size: 2em; /* Ajuste para el nombre del producto */
    color:#a68d8d;
    margin-bottom: 20px;
    font-family: Now Regular;
}

.video-container {
    width: 40%;
    height: 600px;
    margin: 20px 0;
    object-fit: cover; /* Mantiene la proporción y recorta si es necesario */
    
}

video {
    width: 100%; /* El video será responsive */
    height: 100%; /* Mantener proporciones */
    object-fit: cover; /* Mantiene la proporción y recorta si es necesario */
}

.info-section {
    margin-top: 20px;
    color: #8a8480;
    width: 50%;
}

.info-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
    color: #a68d8d;
    font-size: 1.2;
}
.info-item p{
    font-size: 1.2em;
}

h2 {
    margin: 0;
    cursor: pointer; /* Cambia el cursor al pasar sobre el título */
    color:#a68d8d;
}

.content {
    display: none; /* Ocultar contenido inicialmente */
    margin-top: 10px;
    color: #8a8480;
}
.content p{
    font-size: 1.2em;
}
.collapsible:hover {
    color:#8a8480; /* Cambia el color al pasar el ratón */
}



@media (max-width: 768px){
    /* Header */
header {
    background: white; /* Cambia al color primario que quieras usar */
    width: 100%;
    height: 10%;
    align-items: center;
    border:solid #a68d8d;
}
header .container {
    display: flex;
    justify-content:center;
    align-items: center;
    height: 100%;
    width: 100%;
    
}
header .logo{
   display: none;
    
}
header nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    width: 400px;
   
   
}
header nav ul li {
    align-items: center!important;
    padding: 10px!important;
    margin-right: 5px!important;
    border-radius: 5px!important;
    background-color: white!important;
    font-size: 20px!important;
    width: auto!important;
    
}

.nav-bar ul li a {
    text-decoration: none!important;
    color: #546960!important;
    font-weight: bold!important;
    padding: 10px 20px!important;
    transition: background-color 0.3s ease!important;
    font-size: 20px !important;
    font-family: Unna-Regular!important;

}
header nav ul li :last-child {
    margin-right: 0; /* Elimina el margen derecho del último elemento */
}

.navegador{
    width: 49%;
   
}


/* Footer */
footer {
    background-color: white;
    color: #a68d8d;
    font-weight: bold;
    text-align: center;
    width: 100%;
    height: 40px;
    border: solid #a68d8d;
    display: flex; /* Agregado */
    justify-content: center; /* Centra horizontalmente */
    align-items: center; /* Centra verticalmente */
}

 .flexcontainer {
        width: 100%;
        height: 100%;
        max-width: 2000px;
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        justify-content: center;
 }
 .div1 { 
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center; /* Centra los elementos horizontalmente */
    justify-content: center; /* Centra los elementos verticalmente */

}

.video-container {
    width: 80%; /* Ancho del contenedor del video */
    height: 500px;
    display: flex; /* Añadir flex para centrar el video dentro */
    justify-content: center; /* Centra el video horizontalmente dentro del contenedor */
    align-items: center; /* Centra el video verticalmente dentro del contenedor */
}

video {
    width: 100%; /* El video será responsive */
    height: 100%; /* Mantener proporciones */
    object-fit: cover; /* Mantiene la proporción y recorta si es necesario */
}

.info-section {
    color: #8a8480;
    width: 95%;
    align-items: center; /* Centra el contenido verticalmente */
}


.info-item {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 10px;
    padding: 10px;
}

}

