@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');

*{
    box-sizing: border-box;
}

header {
    border: none;
}

a:-webkit-any-link {
    color: none;
    cursor: pointer;
    text-decoration: none;
}

h3 {
    display: block;
    font-size: 1.17em;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
}

p {
    display: block;
    margin-block-start: 0px;
    margin-block-end: 0px;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}

body {
    margin: 0px;
    min-height: 100vh;
    padding-bottom: 182px;
    position: relative;
}

button {
    appearance: auto;
    writing-mode: horizontal-tb !important;
    text-rendering: auto;
    color: none;
    letter-spacing: normal;
    word-spacing: normal;
    line-height: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: center;
    align-items: flex-start;
    cursor: default;
    box-sizing: border-box;
    background-color: #e5c50e;
    margin: 0em;
    padding: 0px 0px;
    border-width: 0px;
    border-style: outset;
    border-color: none;
    border-image: none;
}

.ContenedorElementos-Header {
    background-color: #e5c50e;
}

.LinkImagenHorizontal-Header {
    display: none;
}

.Imagen-Header {
    width: 80px;
    height: 80px;
    padding: 5px;
}

.ImagenHorizontal-Header {
    width: 140px;
    height: 70px;
    padding: 5px;
}

.ContenedorTotal-Header {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    max-width: 320px;
    margin: auto;
}

.Notificaciones-Header {
    font-size: 30px;
    color: #363636;
}

.ContenedorInstagram-Header {
    display: none;
}

.ContenedorFacebook-Header {
    display: none;
}

.ContenedorYoutube-Header {
    display: none;
}

.ContenedorAbajo-Header {
    display: none;
}

.ContenedorUsuario-Header {
    display: none;
}

.ContenedorBurgerMenu-Header {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.BurgerMenu-Header {
    font-size: 30px;
    color: #363636;
}

.OpcionesDivBurger-Header{
    display: none;
    flex-direction: column;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    background-color: white;
    transition: 0.5s;
}

.BurgerLink-Header{
    padding: 10px;
    min-width: 230px;
    border-bottom: solid 1px #eee;
    font-family: 'Roboto' , sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    color: #363636;
    background-color: white;
}

.DivPaddingBottom-Header {
    padding-bottom: 10px;
    background-color: white;
}

.DivPaddingTop-Header {
    padding-top: 5px;
    background-color: white;
}

@media (min-width: 460px) {

    .ContenedorTotal-Header {
        max-width: 440px;
    }

    .BurgerLink-Header{
        font-size: 16px;
        min-width: 250px;
    }
}

@media (min-width: 768px) {
    
    .ContenedorBurgerMenu-Header {
        display: none;
    }

    .OpcionesDivBurger-Header {
        display: none;
    }

    .LinkImagen-Header {
        display: none;
    }

    .LinkImagenHorizontal-Header {
        display: block;
    }

    .ContenedorTotal-Header {
        max-width: 740px;
        height: 84px;
    }

    .BurgerMenu-Header {
        display: none;
    }

    .ContenedorOpciones-Header {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-end;
        width: 80%;
    }

    .ContenedorArriba-Header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
    }

    .Notificaciones-Header {
        font-size: 25px;
    }

    .ContenedorInstagram-Header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
    }
    
    .ContenedorFacebook-Header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-right: 15px;
    }
    
    .ContenedorYoutube-Header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        padding-right: 50px;
    }
    
    .LogoInstagram-Header {
        font-size: 16px;
        color: #363636;
    }

    .LogoFacebook-Header {
        font-size: 16px;
        color: #363636;
    }

    .LogoYoutube-Header {
        font-size: 16px;
        color: #363636;
    }

    .ContenedorAbajo-Header {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        margin-top: 10px;
    }

    .ContenedorUsuario-Header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
    }

    .ContenedorLogoUsuario-Header {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        width: 26px;
        height: 26px;
        border-radius: 50%;
        border: 2px solid #363636;
        margin-right: 5px;
    }
    
    .Usuario-Header {
        font-size: 14px;
        color: #363636;
    }

    .TextoUsuario-Header {
        font-family: 'Roboto' , sans-serif;
        font-size: 14px;
        color: #363636;
        font-weight: normal;
        padding-right: 15px;
    }

    .Separacion-Header {
        border-right: 1px solid #363636;
        border-left: 1px solid #363636;
        height: 10px;
    }

    .ContenedorTienda-Header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ContenedorVideos-Header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ContenedorManuales-Header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
        padding-right: 15px;
    }

    .ContenedorLogout-Header {
        display: flex;
        align-items: center;
        justify-content: center;
        padding-left: 15px;
    }

    .Tienda-Header {
        font-family: 'Roboto' , sans-serif;
        font-size: 14px;
        color: #363636;
    }

    .Videos-Header {
        display: block;
        font-family: 'Roboto' , sans-serif;
        font-size: 14px;
        color: #363636;
    }

    .Logout-Header {
        display: block;
        font-family: 'Roboto' , sans-serif;
        font-size: 14px;
        color: #363636;
    }
}

@media (min-width: 992px) {
    .ContenedorTotal-Header {
        max-width: 940px;
    }

}

@media (min-width: 1200px) {
    .ContenedorTotal-Header {
        max-width: 1140px;
    }
}

