Ocultar/mostrar Movil/Desktop
//////descktop / Mobile //////////
///////hide Elephant///////
///////621e6da8452d4313ee997119//////
// Hide mobile
@media screen and (max-width: 641px) {
[data-section-id="621e6da8452d4313ee997119"]{
display:none !important;
}
}
///Hide Descktop
@media screen and (min-width: 641px) {
[data-section-id="621e6d72b4d39846d714b186"]{
display:none !important;
}
}
////////////////////////////////
///////END Hide/Show Elephant///////
////////////////////////////////