@import url(fonts.css);
#busqueda-container-text, #busqueda-container-area, #busqueda-container-lugar, #busqueda-container-buscar {
  display: inline-flex;
  height: 2.5vw;
  display: inline-block;
  font-family: "Muli", sans-serif;
  font-size: 1.1vw;
  font-weight: 100;
  font-style: normal;
  padding: .2vw 1vw;
  margin: 0;
  color: black;
  border: .15vw solid #CDCDCD;
  border-radius: .4vw;
  outline: none;
  cursor: pointer;
  color: #2508F9;
  margin-left: .2vw; }

html, body {
  width: 100%;
  margin: 0;
  padding: 0;
  text-align: center; }

#busqueda {
  display: block;
  background-color: #EDEDED;
  width: 100%;
  height: 6vw;
  text-align: left;
  padding: .3vw 4vw .3vw 0;
  z-index: 999; }
  #busqueda-logo {
    height: 3vw;
    position: absolute;
    left: .7vw;
    top: 1.4vw;
    cursor: pointer;
    z-index: 999; }
  #busqueda-container {
    position: relative;
    width: 100%;
    text-align: right;
    margin: 0; }
    #busqueda-container-titulo {
      display: none; }
    #busqueda-container-text {
      width: 22vw; }
    #busqueda-container-area {
      width: 14vw; }
    #busqueda-container-lugar {
      width: 13vw; }
    #busqueda-container-buscar {
      width: 7vw;
      background-color: #2508F9;
      color: white;
      border-color: #2508F9;
      text-align: center; }
    #busqueda-container-enlaces {
      font-family: "Muli", sans-serif;
      font-size: 2vw;
      font-weight: 100;
      font-style: normal;
      display: inline-block;
      width: 58.5vw;
      padding: .4vw 0;
      text-align: left; }
    #busqueda-container select option {
      background: #2508F9;
      color: white; }

.busqueda-enlace {
  font-family: "Muli", sans-serif;
  font-size: 1.1vw;
  font-weight: 100;
  font-style: normal;
  cursor: pointer;
  margin: .4vw 0 0 0;
  color: #3D3D3D;
  text-decoration: none; }
  .busqueda-enlace:hover {
    color: #2508F9;
    text-decoration: none;
    font-weight: bold; }

.izquierda {
  float: left;
  margin-left: 1.5vw; }

.derecha {
  float: right; }

#busqueda-isotipo {
  height: 5vw;
  position: absolute;
  left: 1.5vw;
  top: 2.2vw;
  cursor: pointer;
  display: none; }

.menu {
  position: fixed;
  display: none;
  top: 2vw;
  right: 4vw;
  height: 11vw;
  width: 11vw;
  cursor: pointer;
  z-index: 1000; }
  .menu .menu-circle {
    background-color: #2508F9;
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 50%;
    transition: all 0.5s cubic-bezier(0.19, 1, 0.22, 1);
    z-index: 1005;
    box-shadow: 0 0 2vw 1vw rgba(10, 0, 255, 0.5); }
  .menu:hover .menu-circle {
    transform: scale(1.4); }
  .menu.open .menu-line-1 {
    transform: translateY(2vw) translateY(-50%) rotate(-135deg); }
  .menu.open .menu-line-2 {
    opacity: 0; }
  .menu.open .menu-line-3 {
    transform: translateY(-2vw) translateY(50%) rotate(135deg); }
  .menu.open .menu-circle {
    transform: scale(60); }
  .menu.open body {
    height: 100%; }
  .menu .menu-link {
    width: 100%;
    height: 100%;
    position: absolute;
    cursor: pointer; }
    .menu .menu-link .menu-icon {
      position: absolute;
      width: 7vw;
      height: 4vw;
      margin: auto;
      left: 0;
      top: 0;
      right: 0;
      bottom: .1vw;
      z-index: 1005; }
      .menu .menu-link .menu-icon .menu-line {
        background-color: #00CFFF;
        height: .5vw;
        width: 100%;
        border-radius: .5vw;
        position: absolute;
        left: 0;
        transition: all 0.25s cubic-bezier(0.175, 0.885, 0.32, 1.275); }
      .menu .menu-link .menu-icon .menu-line-1 {
        top: 0; }
      .menu .menu-link .menu-icon .menu-line-2 {
        top: 0;
        bottom: 0;
        margin: auto; }
      .menu .menu-link .menu-icon .menu-line-3 {
        bottom: 0; }

@media only screen and (max-width: 1024px) {
  #busqueda-isotipo {
    display: inline-block; }

  #busqueda {
    height: 10vw;
    padding: .8vw 1.5vw 1vw 0; }
    #busqueda-logo {
      display: none; }
    #busqueda-container-text {
      width: 27vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal;
      border-radius: .8vw;
      height: 4.5vw; }
    #busqueda-container-area {
      width: 24vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal;
      border-radius: .8vw;
      height: 4.5vw; }
    #busqueda-container-lugar {
      width: 23vw;
      height: 4.5vw;
      border-radius: .8vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal; }
    #busqueda-container-buscar {
      width: 10vw;
      height: 4.5vw;
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal;
      border-radius: .8vw; }
    #busqueda-container-enlaces {
      width: 87.5vw;
      padding: 0; }
    #busqueda-container select {
      font-family: "Muli", sans-serif;
      font-size: 2.1vw;
      font-weight: 100;
      font-style: normal; }
    #busqueda .busqueda-enlace {
      font-family: "Muli", sans-serif;
      font-size: 2vw;
      font-weight: 100;
      font-style: normal;
      padding: 0  0 0 2vw;
      margin: .4vw 0 0 0; } }
@media only screen and (max-width: 850px) {
  #busqueda {
    height: 15vw; }
    #busqueda-isotipo {
      display: none; }
    #busqueda-logo {
      display: inline-block;
      height: 6vw;
      left: 4vw;
      top: 4.5vw; }
    #busqueda-container {
      position: fixed;
      opacity: 0;
      visibility: hidden;
      width: 100%;
      text-align: center;
      top: 20vw; }
      #busqueda-container.open {
        opacity: 1;
        visibility: visible;
        transition-delay: 0.03s;
        z-index: 1001; }
      #busqueda-container-titulo {
        position: absolute;
        display: inline-block;
        left: 5vw;
        top: -17vw;
        color: #00CFFF;
        z-index: 1004;
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 600;
        font-style: normal; }
      #busqueda-container-text {
        position: relative;
        width: 90%;
        display: inline-block;
        margin: 0 0 5vw 0;
        padding: 5vw 0;
        background-color: #2508F9;
        color: white;
        border-radius: 0;
        border: none;
        border-bottom: .4vw solid white;
        text-align: center;
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 100;
        font-style: normal; }
        #busqueda-container-text::-webkit-input-placeholder {
          /* WebKit browsers */
          font-style: italic;
          color: #88A3FF; }
        #busqueda-container-text:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          font-style: italic;
          color: #88A3FF; }
        #busqueda-container-text::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          font-style: italic;
          color: #88A3FF; }
        #busqueda-container-text:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          font-style: italic;
          color: #88A3FF; }
      #busqueda-container-area {
        position: relative;
        width: 80%;
        display: inline-block;
        margin: 0 0 5vw 0;
        background-color: #00CFFF;
        color: #2508F9;
        border-radius: 20vw;
        border: none; }
      #busqueda-container-lugar {
        position: relative;
        width: 80%;
        display: inline-block;
        margin: 0 0 5vw 0;
        background-color: #00CFFF;
        color: #2508F9;
        border-radius: 20vw;
        border: none; }
      #busqueda-container-buscar {
        position: relative;
        width: 80%;
        display: inline-block;
        margin: 0;
        padding: 0;
        background-color: #2508F9;
        color: white;
        border: none;
        text-align: center;
        font-family: "Muli", sans-serif;
        font-size: 8vw;
        font-weight: 600;
        font-style: normal; }
        #busqueda-container-buscar:hover {
          color: #00CFFF; }
      #busqueda-container-enlaces {
        display: block;
        width: 100%;
        padding: 0;
        text-align: center;
        margin-top: 12vw; }
      #busqueda-container select {
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 100;
        font-style: normal;
        padding: 1vw 0vw;
        height: auto;
        text-align: center;
        text-align-last: center; }
        #busqueda-container select option {
          font-family: "Muli", sans-serif;
          font-size: 3vw;
          font-weight: 100;
          font-style: normal; }
      #busqueda-container .busqueda-enlace {
        width: 100%;
        font-family: "Muli", sans-serif;
        font-size: 5vw;
        font-weight: 100;
        font-style: normal;
        color: #88A3FF;
        font-style: italic;
        margin: 0 0 1vw 0;
        text-decoration: none; }
        #busqueda-container .busqueda-enlace:hover {
          color: white;
          text-decoration: underline;
          font-weight: bold; }

  .menu {
    display: block; } }
@media only screen and (max-width: 600px) {
  #busqueda-isotipo {
    display: none; }

  #busqueda {
    height: 22vw; }
    #busqueda-logo {
      height: 8vw;
      left: 2.5vw;
      top: 7vw; }
    #busqueda-container {
      top: 25vw; }
      #busqueda-container-titulo {
        top: -20vw;
        font-family: "Muli", sans-serif;
        font-size: 7vw;
        font-weight: 600;
        font-style: normal; }
      #busqueda-container-text {
        margin: 0 0 6vw 0;
        padding: 6vw 0;
        border-bottom: .6vw solid white;
        font-family: "Muli", sans-serif;
        font-size: 7vw;
        font-weight: 100;
        font-style: normal; }
      #busqueda-container-area {
        margin: 0 0 6vw 0; }
      #busqueda-container-lugar {
        margin: 0 0 6vw 0; }
      #busqueda-container-enlaces {
        margin-top: 9vw; }
      #busqueda-container select {
        font-family: "Muli", sans-serif;
        font-size: 7vw;
        font-weight: 100;
        font-style: normal;
        padding: 1.5vw 0vw; }
      #busqueda-container .busqueda-enlace {
        font-family: "Muli", sans-serif;
        font-size: 6vw;
        font-weight: 100;
        font-style: normal;
        margin: 0 0 1.5vw 0; }

  .menu {
    top: 2.5vw;
    height: 17vw;
    width: 17vw; } }
footer {
  text-align: center;
  margin-top: 2vw; }
  footer .footerCinta {
    background-image: linear-gradient(#2508F9, #4F00FF);
    padding: 1.5vw; }
    footer .footerCinta-enlace {
      font-family: "Muli", sans-serif;
      font-size: 1.3vw;
      font-weight: 100;
      font-style: normal;
      color: #908CFF;
      display: block;
      margin: 0;
      padding: 0;
      line-height: 2vw; }
      footer .footerCinta-enlace:hover {
        color: white;
        font-weight: 600;
        text-decoration: none; }
    footer .footerCinta-siguenos {
      font-family: "Muli", sans-serif;
      font-size: 1.3vw;
      font-weight: 600;
      font-style: normal;
      font-style: italic;
      margin: 1vw 0;
      color: white; }
    footer .footerCinta-iconos {
      position: relative;
      display: inline-block;
      width: 3vw;
      fill: #986AFC;
      cursor: pointer;
      margin: 0 1vw; }
      footer .footerCinta-iconos:hover {
        transition: .2s;
        fill: white; }

#footer-logo {
  position: relative;
  display: inline-block;
  width: 15%;
  margin: 1vw 0 .5vw 0; }

#footer-leyenda {
  font-family: "Muli", sans-serif;
  font-size: 1vw;
  font-weight: 600;
  font-style: normal;
  color: #2F2F2F; }

@media only screen and (max-width: 1024px) {
  footer {
    margin-top: 3vw; }
    footer .footerCinta {
      padding: 3vw; }
      footer .footerCinta-enlace {
        font-family: "Muli", sans-serif;
        font-size: 3vw;
        font-weight: 100;
        font-style: normal;
        line-height: 5vw; }
      footer .footerCinta-siguenos {
        font-family: "Muli", sans-serif;
        font-size: 3vw;
        font-weight: 600;
        font-style: normal;
        margin: 2vw 0; }
      footer .footerCinta-iconos {
        width: 6vw;
        margin: 0 2vw; }

  #footer-logo {
    width: 35%;
    margin: 2vw 0 1vw 0; }

  #footer-leyenda {
    font-family: "Muli", sans-serif;
    font-size: 2vw;
    font-weight: 600;
    font-style: normal; } }
@media only screen and (max-width: 850px) {
  footer {
    margin-top: 5vw; }
    footer .footerCinta {
      padding: 3vw; }
      footer .footerCinta-enlace {
        font-family: "Muli", sans-serif;
        font-size: 5.5vw;
        font-weight: 100;
        font-style: normal;
        line-height: 9vw; }
      footer .footerCinta-siguenos {
        font-family: "Muli", sans-serif;
        font-size: 5vw;
        font-weight: 600;
        font-style: normal;
        margin: 3vw 0; }
      footer .footerCinta-iconos {
        width: 13vw;
        margin: 3vw 5vw; }

  #footer-logo {
    width: 50%;
    margin: 5vw 0 2vw 0; }

  #footer-leyenda {
    font-family: "Muli", sans-serif;
    font-size: 2.5vw;
    font-weight: 600;
    font-style: normal; } }
#tipo_anuncio_formulario {
  font-family: "Muli", sans-serif;
  font-size: 1.7vw;
  font-weight: 600;
  font-style: normal;
  color: #2700C8; }

.formularioAnunciate {
  text-align: center;
  width: 65%;
  display: inline-block;
  z-index: 0; }
  .formularioAnunciate--titulo {
    font-family: "Muli", sans-serif;
    font-size: 1.85vw;
    font-weight: 100;
    font-style: normal;
    margin: 2vw 0 0 0; }
  .formularioAnunciate--aviso {
    font-family: "Muli", sans-serif;
    font-size: 1.4vw;
    font-weight: 600;
    font-style: normal;
    margin-bottom: 2vw;
    color: #2700C8; }
  .formularioAnunciate--boton {
    font-family: "Muli", sans-serif;
    font-size: 1.5vw;
    font-weight: 100;
    font-style: normal;
    display: inline-block;
    border: none;
    background-color: #666666;
    color: white;
    border-radius: .3vw;
    cursor: pointer;
    margin: 2vw 0;
    padding: .8vw 2.7vw;
    outline: none; }
    .formularioAnunciate--boton:hover {
      transition: .2s ease-in;
      background-color: #2700C8;
      box-shadow: 0 0 0.4vw 0.3vw rgba(0, 0, 0, 0.1); }

.formularioInput {
  display: inline-block;
  position: relative;
  text-align: left;
  width: 100%;
  margin: 0.5vw 0 0 0; }
  .formularioInput--etiqueta {
    font-family: "Muli", sans-serif;
    font-size: 1.3vw;
    font-weight: 100;
    font-style: normal;
    margin: 0 .3vw 0 0;
    color: #666666; }
  .formularioInput--invalido {
    font-family: "Muli", sans-serif;
    font-size: 1.4vw;
    font-weight: 100;
    font-style: Italic;
    color: #FF005F;
    display: none; }
  .formularioInput--input {
    font-family: "Muli", sans-serif;
    font-size: 1.7vw;
    font-weight: 100;
    font-style: normal;
    color: black;
    display: block;
    border: none;
    padding: 0.2vw 0 .4vw 1vw;
    border-bottom: .07vw solid #8A8A8A;
    width: 100%;
    background-color: transparent;
    outline: none;
    margin: 0 0 1vw 0; }
    .formularioInput--input::-webkit-input-placeholder {
      /* WebKit browsers */
      color: #BDBDBD; }
    .formularioInput--input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #BDBDBD; }
    .formularioInput--input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #BDBDBD; }
    .formularioInput--input:-ms-input-placeholder {
      /* Internet Explorer 10+ */
      color: #BDBDBD; }
  .formularioInput--select {
    cursor: pointer;
    font-family: "Muli", sans-serif;
    font-size: 1.5vw;
    font-weight: 100;
    font-style: normal;
    color: black;
    line-height: 1.2;
    padding: .6vw 1vw;
    width: 80%;
    max-width: 100%;
    box-sizing: border-box;
    margin: .7vw 0 0 0;
    border: .1vw solid #C5C5C5;
    box-shadow: 0 0.1vw 0 0.1vw rgba(0, 0, 0, 0.05);
    border-radius: .2vw;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    background-color: #fff;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23007CB2%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E"), linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: .65em auto, 100%; }
  .formularioInput.dividido {
    width: 48%;
    margin-right: 1%; }
  .formularioInput--label {
    font-family: "Muli", sans-serif;
    font-size: 1.4vw;
    font-weight: 100;
    font-style: normal;
    margin-bottom: 1vw; }

@media only screen and (max-width: 1024px) {
  #tipo_anuncio_formulario {
    font-family: "Muli", sans-serif;
    font-size: 3vw;
    font-weight: 600;
    font-style: normal; }

  .formularioAnunciate {
    width: 85%; }
    .formularioAnunciate--titulo {
      font-family: "Muli", sans-serif;
      font-size: 3vw;
      font-weight: 100;
      font-style: normal;
      margin: 4vw 0 1vw 0; }
    .formularioAnunciate--aviso {
      font-family: "Muli", sans-serif;
      font-size: 3vw;
      font-weight: 600;
      font-style: normal;
      margin-bottom: 4vw; }
    .formularioAnunciate--boton {
      font-family: "Muli", sans-serif;
      font-size: 3.5vw;
      font-weight: 100;
      font-style: normal;
      border-radius: .5vw;
      margin: 4vw 0;
      padding: 1.5vw 3.5vw; }
      .formularioAnunciate--boton:hover {
        box-shadow: 0 0 1vw 1vw rgba(0, 0, 0, 0.1); }

  .formularioInput {
    margin: 1vw 0 3vw 0; }
    .formularioInput--etiqueta {
      font-family: "Muli", sans-serif;
      font-size: 3vw;
      font-weight: 100;
      font-style: normal;
      margin: 0 .5vw 0 0; }
    .formularioInput--invalido {
      font-family: "Muli", sans-serif;
      font-size: 3vw;
      font-weight: 100;
      font-style: Italic; }
    .formularioInput--input {
      font-family: "Muli", sans-serif;
      font-size: 3.5vw;
      font-weight: 100;
      font-style: normal;
      padding: 0.5vw 0 1vw 2vw;
      border-bottom: .1vw solid #8A8A8A;
      margin: 0 0 2vw 0; }
    .formularioInput--select {
      font-family: "Muli", sans-serif;
      font-size: 3.5vw;
      font-weight: 100;
      font-style: normal;
      display: block;
      padding: .6vw 1vw;
      margin: 2vw 0 4vw 0;
      border: .1vw solid #C5C5C5;
      box-shadow: 0 0 0.8vw 0.8vw rgba(0, 0, 0, 0.05);
      border-radius: .5vw; }
    .formularioInput.dividido {
      width: 100%;
      margin: 0; }
    .formularioInput--label {
      font-family: "Muli", sans-serif;
      font-size: 3vw;
      font-weight: 100;
      font-style: normal;
      margin-bottom: 3vw; } }
@media only screen and (max-width: 850px) {
  #tipo_anuncio_formulario {
    font-family: "Muli", sans-serif;
    font-size: 4.7vw;
    font-weight: 600;
    font-style: normal; }

  .formularioAnunciate {
    width: 90%; }
    .formularioAnunciate--titulo {
      font-family: "Muli", sans-serif;
      font-size: 4.7vw;
      font-weight: 100;
      font-style: normal; }
    .formularioAnunciate--aviso {
      font-family: "Muli", sans-serif;
      font-size: 4.7vw;
      font-weight: 100;
      font-style: normal; }
    .formularioAnunciate--boton {
      font-family: "Muli", sans-serif;
      font-size: 5.5vw;
      font-weight: 100;
      font-style: normal;
      border-radius: 1vw;
      margin: 3vw 0;
      padding: 1.5vw 5vw; }
      .formularioAnunciate--boton:hover {
        box-shadow: 0 0 1.5vw 1.5vw rgba(0, 0, 0, 0.3); }

  .formularioInput {
    margin: 1vw 0 3vw 0; }
    .formularioInput--etiqueta {
      font-family: "Muli", sans-serif;
      font-size: 4.5vw;
      font-weight: 100;
      font-style: normal;
      margin: 0 .5vw 0 0; }
    .formularioInput--input {
      font-family: "Muli", sans-serif;
      font-size: 5vw;
      font-weight: 100;
      font-style: normal;
      padding: 0.5vw 0 1vw 2vw;
      border-bottom: .1vw solid #8A8A8A;
      margin: 0 0 2vw 0; }
    .formularioInput--select {
      font-family: "Muli", sans-serif;
      font-size: 5vw;
      font-weight: 100;
      font-style: normal;
      padding: 1vw 2vw;
      margin: 3vw 0 5vw 0;
      box-shadow: 0 0 1vw 1vw rgba(0, 0, 0, 0.1);
      border-radius: 1vw; }
    .formularioInput--label {
      font-family: "Muli", sans-serif;
      font-size: 5vw;
      font-weight: 100;
      font-style: normal;
      margin-bottom: 4vw; } }
@media only screen and (max-width: 600px) {
  #tipo_anuncio_formulario {
    font-family: "Muli", sans-serif;
    font-size: 5.2vw;
    font-weight: 600;
    font-style: normal; }

  .formularioAnunciate {
    width: 90%; }
    .formularioAnunciate--titulo {
      font-family: "Muli", sans-serif;
      font-size: 5.2vw;
      font-weight: 100;
      font-style: normal; }
    .formularioAnunciate--aviso {
      font-family: "Muli", sans-serif;
      font-size: 5.2vw;
      font-weight: 100;
      font-style: normal; }
    .formularioAnunciate--boton {
      font-family: "Muli", sans-serif;
      font-size: 6vw;
      font-weight: 100;
      font-style: normal;
      border-radius: 1.5vw;
      padding: 2.5vw 6vw; }

  .formularioInput {
    margin: 2vw 0 4vw 0; }
    .formularioInput--etiqueta {
      font-family: "Muli", sans-serif;
      font-size: 5vw;
      font-weight: 100;
      font-style: normal; }
    .formularioInput--input {
      font-family: "Muli", sans-serif;
      font-size: 5.5vw;
      font-weight: 100;
      font-style: normal;
      padding: 0.5vw 0 1vw 2vw;
      border-bottom: .2vw solid #8A8A8A;
      margin: 0 0 4vw 0; }
    .formularioInput--select {
      font-family: "Muli", sans-serif;
      font-size: 5.5vw;
      font-weight: 100;
      font-style: normal;
      padding: 2.5vw 4vw;
      margin: 4vw 0 6vw 0;
      border-radius: 1.5vw; }
    .formularioInput--label {
      font-family: "Muli", sans-serif;
      font-size: 5.5vw;
      font-weight: 100;
      font-style: normal;
      margin-bottom: 5.5vw; } }
