
#animacion{
    animation: sacar 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    /* padding: 0px; */
    width: 100%;
    text-align: center;
    background-color: #e6e6e6;
}
.textoTiendaCambiada{
    color: black;
    font-weight: 500;
    max-width: 70%;
    padding-top: 20px !important;
}
.botonCerrar{
    color: #747474;
    height: 25px;
    width: 25px;
    font-size: 30px;
    cursor: pointer;
    border-width: 0;

}

.contbtncerrar{
    /* position: fixed;
    right: 20px;
    top: 20px; */
    /* display: inline-block;
    vertical-align: middle;
    margin: 30px; */
    display: inline-block;
    vertical-align: middle;
    position: fixed;
    top: 16px;
    right: 16px;
    margin: 0px;
} 
.btnCambiarTienda{
    background: #3e3e3e;
    color: #fff !important;
    border-color: #464646;
    border-radius: 12px;
    padding: 20px;
    display: inline-block;
    font-weight: 400;
    line-height: 1.25;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 10px;
}
.btnCambiarTienda:hover{
    background: #6e6e6e;
    color: rgb(255, 255, 255) !important;
}



.logoTiendaNativa{
    width: 150px;
    margin: 1rem;
}

.inlineitems{
    display: inline-block;
    padding: 5px;
    padding-left: 20px;
    padding-right: 20px;
    vertical-align: middle;
}

.lineaColor{
    border-bottom: 7px;
    border-bottom-style: solid;
    border-color: black;
}



@keyframes sacar{
    from {transform: translateY(-100%);}
    to {transform: translateY(0); }
}


@media (max-width: 768px){
    
    .textoTiendaCambiada {
        color: black;
        font-weight: 400;
        max-width: 90%;
        /* padding-top: 20px !important; */
    }
}
