
/* Footer */

	#footer {
        color: var(--color-gris);
		padding: 2em 0 3em 0;
		text-align: center;
        font-size: 0.9em;
	}
        #footer img {
            width: 15em;
            display: block;
            margin: -10% auto 0 auto;
            max-width: 100%;
        }

        #footer h3, #footer h4, #footer a, #footer ul {
            opacity: 0.8;
        }

        #footer h3, #footer h4 {
            color: inherit;
            font-size: 1em;
            font-weight: 500;
            text-align: left;
        }

        #footer h3 {
            text-transform: uppercase;
            font-style: normal;
        }

        #footer p {
            text-align: left;
            line-height: 1.25em;
            margin-bottom: 1em;
        }

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

            #footer a:hover {
                color: var(--color-amarillo);
            }

        #footer ul {
            margin: 1em 0 0 0;
			padding: 0;
            margin-bottom: 1em;
        }

            #footer li {
                list-style: none;
                padding: 0;
                line-height: 1.25em;
            }
        
        #footer .mapa-sitio {
            text-transform: uppercase;
        }

		#footer .copyright {
            color: var(--color-gris);
            font-weight: 300;
			line-height: 1em;
			margin: 0.5em 0 0 0;
			padding: 0;
		}

			#footer .copyright a {
				color: var(--color-amarillo);
			}

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

			#footer .copyright li {
				display: inline-block;
				list-style: none;
				margin-right: 1.5em;
				padding-right: 1.5em;
                line-height: 2em;
			}

				#footer .copyright li:last-child {
					margin-right: 0;
					padding-right: 0;
				}
    
    @media screen and (max-width: 736px) {

        /* Footer */

			#footer {
				padding: 2em 0;
			}

				#footer .copyright li {
					display: block;
                    text-align: center;
                    margin-right: 0;
					padding-right: 0;
				}
    }

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

    .ui-widget {
        font-size: 0.9em;
    }
