/*
Theme Name: Flatsome Child
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/
.html .social-icons {
  font-size: 1.25em;
}
.header a.icon:not(.button) {
  margin-left: .5em;
  margin-right: .5em;
}
.topbar-dcontacto {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.topbar-dcontacto .box-datos {
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  color: #fffc;
}
.topbar-dcontacto .box-datos strong {
  color: #ffffff;
}
.header-nav-main {
  justify-content: center;
}


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}