/*
Theme Name: GMT
Theme URI: http://www.mediainteractive.cl
Description: Un tema creado por Media Interactive.
Author: Media Interactive
Author URI: http://www.mediainteractive.cl
Version: 1.0
*/
/* Estilos importados */

@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.1);
    opacity: 0.7;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}

.pulse {
  animation: pulse 1s infinite ease-in-out;
}

.align-submit {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.align-submit .wpcf7-spinner{
    margin: 10px 0px;
}

ul.sucursalbox li a{
    display: flex;
    align-items: center;
}

ul.sucursalbox li span{
    display: inline-flex;
    line-height: 1.4;
}

.accordion-body a{
    color: #4d5159;
}

.accordion-body a.active{
    color: #fff;
}

@media (max-width: 767.98px) {
  #mobilep .mobile-menu-bar {
    display: flex;
    align-items: center;
    gap: 10px;
  }

  #mobilep .mobile-search-form {
    flex: 1;
    margin: 0;
  }

  #mobilep .mobile-search-form .buscartop {
    width: 100%;
    float: none !important;
  }

  #mobilep .mobile-menu-button {
    flex: 0 0 auto;
  }
}