


@font-face {
    font-family: 'stay_outsideregular';
    src: url('stay-outside-1-webfont.woff2') format('woff2'), url('stay-outside-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}




@font-face {
    font-family: 'stay_outsideregular';
    src: url('stay-outside-1-webfont.woff2') format('woff2'), url('stay-outside-1-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'icomoon3';
  src:  url('fonts/icomoon3.eot?v7r0s7');
  src:  url('fonts/icomoon3.eot?v7r0s7#iefix') format('embedded-opentype'),
    url('fonts/icomoon3.ttf?v7r0s7') format('truetype'),
    url('fonts/icomoon3.woff?v7r0s7') format('woff'),
    url('fonts/icomoon3.svg?v7r0s7#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon3-"], [class*=" icon3-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon3' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon3-icono-escribanos:before {
  content: "\e910";
}

.icon-casas {
    display: inline-block;
    /* Tamaño del ícono: ajusta estos valores (ej. a 4em o 5em) 
       para que quede del mismo tamaño exacto que "Pago Mi Casa" */
    width: 4.5em;
    height: 4.5em;
    /* Esta es la propiedad clave que absorbe el color celeste del contenedor <a> */
    background-color: currentColor;
    /* Máscara webkit para navegadores basados en Chrome/Edge/Safari */
    -webkit-mask: url('imagenes/casas inscripciones.svg') no-repeat center;
    -webkit-mask-size: contain;
    /* Máscara estándar para Firefox y otros navegadores */
    mask: url('imagenes/casas inscripciones.svg') no-repeat center;
    mask-size: contain;
}