/* Footer */

    #footer {
        border-top: solid 1px;
        color: var(--color-gris);
        padding-top: 1em;
    }

        #footer a {
            font-weight: 300;
            border-bottom-color: transparent;
        }

        #footer a:hover {
            border-bottom-color: inherit;
        }

        #footer img {
            width: 10em;
        }

        #footer ul {
            list-style: none;
            width: 100%;
            text-align: center;
            margin-bottom: 1rem;
        }

            #footer ul:last-child {
                font-size: 0.9em;
            }

            #footer ul li {
                display: inline-block;
                vertical-align: middle;
            }

        #footer ul.datos li {
            font-size: 1.1em;
            line-height: 1em;
            padding-right: 1em;
            margin-right: 0.75em;
            border-right: solid 1px;
        }

            #footer ul.datos li:last-child {
                margin: 0;
                padding: 0;
                border: 0;
            }
            
        #footer ul.logos a {
            border: 0;
        }

        #footer ul.logos li:first-child img {
            margin-right: 2em;
        }

        #footer .diagonal {
            margin: 0 0.25em 0 0.5em;
        }

        #footer .texto-azul {
            color: var(--color-azul);
        }

    @media screen and (max-width: 1280px) {

        #footer ul.datos li {
            font-size: 1em;
        }

    }

    @media screen and (max-width: 736px) {

        #footer {
            padding-top: 2em;
        }

        #footer ul li {
            display: block;
        }

        #footer ul.datos {
            text-align: center;
        }

        #footer ul.datos li, #footer ul.datos li:last-child {
            padding: 0;
            margin: 0 auto 1em auto;
            border: 0;
            max-width: 320px;
        }

        #footer ul li:first-child img {
            margin: 0;
        }

        #footer .diagonal {
            display: none;
        }

    }

    .grecaptcha-badge {
		display:none !important;
	}