/*cambio de tipo de letra*/
body, button, input, select, textarea {
  font-family: "raleway",sans-serif;
}

/* tamaño y tipo fuente logo ppal*/
.fs-26 {
  font-size: 78px;
}

.logo:not(.logo-between) .logo-text-primary {
  font-size: 1.2em;
  font-weight: bold;
  font-family: "Oswald";
}

.fs-11 {
  font-size: 9px;
}

/* texto formas de contacto barra sobre menu ppal*/
.i.c .svg-icon svg, .i.c .icon-inline .svg-icon svg {
  fill: #6f4518;
}

.i.c a:not([class]) {
  color: #6f4518;
}

.i.c {
  color: #6f4518;
}

/*padding menu ppal*/
.top-menu > li {
  padding: 7px 0px;
}