.contenedor-general{
    position: relative;
    display: flex;
    font-size: 10pt;
    font-family: 'MonserratMedium';
    padding: 0;
}

.barrasuperior{
    padding: 0 ;

    min-width: 100vw ;
    max-height: 100px;
    background-color: var(--Primario);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.Logo{
    height: 30px;
    margin-top:auto ;
    margin-bottom: auto;
}

.botonWSP {
    margin-right: 0px;

    background-color:rgba(255, 0, 0, 0) ;
    cursor: pointer; /* Keep the hand cursor */
    border: none;
    width: 10%;
    margin-top: 5px;
    z-index: 1;
    margin-bottom: 5px;
}

.botonWSP img{
    padding-right: var(--MargenDefault);
    width: 33px;
    
    object-fit: cover;
}

.Boton-menu {
    transform: translate(-100%,-200%);
    position: absolute;
    opacity: 0%;
}


.menu {
    display: flex;
    position: relative;
    padding: 0%;
    gap: 5%;
    min-width: 70%;
    list-style: none;
    justify-content: space-evenly;
}
.Cerradora {
    max-width: 0px;
}

.cerrarBarra{
    opacity: 0%;
    position: absolute;
    transform: translateX(-200%);
}

.opcion.tec-bot{
    display: none;
}

.opcion.opcion.tec-bot.Pc{
    display: flex;
    justify-content: center;
    height: 50px;
    width: 100%;
    background-color: var(--Secundario);
    margin-left: -10%;
}

.opcion.tec-bot div {
    
    margin-left: 10%;
    margin-top: auto;
    margin-bottom: auto;
    
}

.opcion.tec-bot img{
    margin-top: auto;
    margin-bottom: auto;
    height: 40px;
    width: 40px;
    margin-left: 2%;
}


.opcion{
    width: 144px;
    color: white;
    margin-top: auto;
    margin-bottom: auto;
    z-index: 3;
}
.cerrarBarra{
    position: absolute;
    opacity: 0%;
    transform: translateX(-200%);
}


.opcion.expandible{
    overflow: hidden;
    display: list-item;    
    background-color: var(--Primario);
    list-style-type: disc;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    
}
.Expandida{
    border-bottom: 2px solid var(--Rojo);
}
.opcionesExpandidas{

    background-color: var(--Primario);
    margin-top: 5px;
    position: absolute;
    width: 700px;

}


.Flecha{
    height: 9px;
    width: 18px;
    filter: brightness(0) invert(1);
    transition: transform 0.25s ease-in-out;    
}

.Flecha.Invertida{
    transform: rotate(180deg);
}



@media (max-width : 768px){


.opcion.tec-bot.Pc{
    display: none;
    max-height: 0px;
    margin-top: 0px;
    position: absolute;
    opacity: 0%;
}


.barrasuperior{
    padding: 0 ;
    
    min-width: 100vw ;
    max-height: fit-content;
    background-color: var(--Primario);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.botonWSP img{

    width: 100%;

}
.Boton-menu{
    transform: translate(0%,0%);
    position: relative;
}

.contenedor-general{
    font-size:var(--TamTitulos);
}

.Logo{
    
    width: 45vw;
    aspect-ratio: 1;
    display: inline-block;
}

.opcion.tec-bot div {
    margin-left: 10%;
}


.Cerradora {
    max-width: none;
}

.Boton-menu{
    
    opacity: 100%;
    padding-left: 40px;
    background-color: gray;
    display: inline-block;
    background: none;
    color: inherit; /* Match parent text color */
    border: none;
    cursor: pointer; /* Keep the hand cursor */
    outline: inherit; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.Boton-menu img{
    width: 5vw;
}


.menu {
    overflow: hidden;
    list-style: none;
    font-family: 'MonserratCustom' ;
    max-width:  400px;
    
    height: 100vh;
    position : fixed;
    background-color: var(--Primario);
    transition : 0.5s ease-in ;
    z-index: 2;
    justify-content: end;
    margin: 0;
    padding-left: 0% ;
    display: list-item;
    opacity: 0%; 
    transform: translate(-100%,48%);


}
.opcion.tec-bot img{
    height: 70px;
    width: 70px;
    margin-left: 10%;
}
.show {
    transform: translate(0% ,46%);
    opacity: 100%;
    /*display: contents;*/
}


.opcion{
    margin-top: 10%;
    margin-left: 2%;
    color : white;
    display: block;
    min-width: 350px;
    min-height: 50px;
   
    font-size:inherit;
}
.opcion a {
    font-size: inherit;
    text-decoration: none;
    
}

.opcionesExpandidas{
    position: relative;
}




.cerrarBarra{
    z-index: 3;
    position: relative;
    display: flex;
    opacity: 100%;
    margin-left: 90%;
    background: none;
    font-size: inherit;
    margin-top: 20px;
    margin-bottom: 5vh;
    color: white;
    transform: translateX(0%);
    border: none;
    cursor: pointer; /* Keep the hand cursor */
    outline: inherit; 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}


.opcion.tec-bot{
    opacity: 100%;
    transform: translate(0%,0%);
    display: flex;
   
    min-width: 100%;
    min-height: 75px;
    background-color: var(--Secundario);
    opacity: 100%;
    align-items: center;
    
    width: 110%;
    margin-left: -10px;
    padding-left: 0;
    height: 100px;

}





.opcion.expandible{
    overflow: hidden;
    display: list-item;    
    background-color: none;
    list-style-type: disc;
}

}


.opcion.expandible button{
  background: none;
  color: inherit;
  border: none;
  padding: 0;
  font: inherit; 
  cursor: pointer;
  outline: inherit; 
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}



.contenido{
    padding-top: 0px;
    padding-bottom: 0px;
    display: list-item;
    height: 0px;
    color: var(--Rojo);
    opacity: 0%;
    transition: 0.5s ease-out ;
    font-size: x-large;    
}

.expand{
    height: 40px;
    opacity: 100%;
    padding-top: 15px;
    padding-bottom: 10px;
}

