.et_pb_code_inner > #google_language_translator .goog-te-combo {
  appearance: none;
  /* Quita el estilo por defecto */
  -webkit-appearance: none;
  -moz-appearance: none;
  background: white !important;
  border: 1px solid #ccc !important;
  border-radius: 6px !important;
  padding: 8px 0px 8px 8px !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  color: #333 !important;
  cursor: pointer !important;
  /* sombra tipo "offset" */
  box-shadow: 6px 6px 0px #e36cbc !important;
  position: static !important;
  width: 150px;
}
.et_pb_menu_inner_container .downwards {
  margin-right: -11px;
}
.et-l #desktop .et_pb_column {
  display: block;
  margin-top: 0px;
}
#menu-item-285 a {
  border-radius: 8px;
  font-weight: bold;
  transition: transform 0.3s ease-in-out;
  animation: saltar 3s infinite, brillarTexto 5s infinite;
}
/* Rebote suave */
@keyframes saltar {
  0%,
  80%,
  100% {
    transform: translateY(0);
  }
  /*40% {
    transform: translateY(-6px);
  }*/
  60% {
    transform: translateY(-6px);
  }
}
/* Brillo en el texto */
@keyframes brillarTexto {
  0%,
  90%,
  100% {
    text-shadow: none;
  }
  50% {
    text-shadow: 0 0 8px #fff, 0 0 12px #ffcc00;
    color: #ffe066;
  }
}
@media screen and (max-width: 768px) {
  .et_pb_code_inner > #google_language_translator .goog-te-combo {
    appearance: none;
    /* Quita el estilo por defecto */
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white !important;
    border: 1px solid #ccc !important;
    border-radius: 6px !important;
    padding: 8px 0px 8px 8px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    color: #333 !important;
    cursor: pointer !important;
    /* sombra tipo "offset" */
    box-shadow: 6px 6px 0px #e36cbc !important;
    position: static !important;
    width: 150px;
  }
}
@media screen and (max-width: 375px) {
  .et_pb_row .wp-image-212 {
    padding-left: 0px;
    margin-left: 31px;
  }
  .et-l #desktop .et_pb_column {
    margin-bottom: 0px;
    margin-top: 0px;
    padding-top: 0px;
  }
  #et-boc #desktop > .et_pb_row {
    display: block;
  }
}
