﻿@font-face { font-family: 'Roboto'; src: url('../fonts/Roboto-Regular.ttf') format('truetype') }
body, input, select { font-family: 'Roboto' !important; color: #333; }
body { height: 100vh; }

/* pie de página */
.piePagina { position: fixed; color: #333; width: 100%; bottom: 0; text-align: center; font-size: 11.7px; padding-top: 0px; background:; z-index: 500; right: 0; box-sizing: initial; }
.piePagina { -webkit-transition: height 500ms; -moz-transition: height 500ms; -o-transition: height 500ms; -ms-transition: height 500ms; transition: height 500ms; -webkit-transition-delay: 1s; -moz-transition-delay: 1s; -o-transition-delay: 1s; -ms-transition-delay: 1s; transition-delay: 1s; }
    .piePagina a { color: #217DAB; }
