/* Footer */

#footer {
    background: #1a1a1a;
    padding: 0 0 3em 0;
    text-align: center;
    color: #ffffff;
}

    #footer .linea {
        background: #333333;
        width: 100%;
        height: 1.25em;
    }

    #footer .container {
        position: relative;
        width: 100%;
        padding-top: 2em;
    }

    #footer .logo {
        position: relative;
        display: block;
        width: 12em;
        border-bottom-color: transparent !important;
        margin: -2em 0 -3em 1em;
    }
    
    #footer .logo img{
        width: 100%;
    }

    #footer .iconos {
        display: block;
        width: 2em;
        margin: 0 auto;
        opacity: 1;
        border-bottom: none;
    }

    #footer .iconos img {
        width: 100%;
    }

    #footer .iconos:hover {
        opacity: 0.75;
    }

    #footer .container h3 {
        text-align: left;
        margin-bottom: 0;
        font-weight: 400;
        line-height: 1.5em;
        color: #ffffff;
        font-size: 0.9em;
    }

    #footer .container p {
        text-align: left;
        line-height: 1.5em;
        font-size: 0.9em;
        margin-bottom: 0;
    }

    #footer .container ul {
        padding-left: 0;
        text-align: left;
        font-size: 0.9em;
        list-style: none;
        margin-bottom: 0;
    }

        #footer .container ul li {
            padding-left: 0;
            line-height: 1.5em;
        }

    #footer a:not(.iconos) {
        color: #ffffff;
        border-bottom: none;
        cursor: pointer;
    }

        #footer a:not(.iconos):hover {
            border-bottom: solid 1px;
        }

    #footer .container .mapa {
        display: block;
        margin: auto;
        width: fit-content;
        padding-right: 2em;
    }

    #footer .container .divisor {
        position: absolute;
        display: block;
        border-left: solid 2px rgba(255,255,255,0.65);
        left: calc(25% - 1.5em);
        height: calc(100% - 10em);
        top: 7em;
        bottom: 7em;
    }

    #footer .container .divisor:nth-child(2) {
        left: calc(50% - 1.5em);
    }

    #footer .copyright {
        color: #999;
        font-size: 0.9em;
        line-height: 1em;
        margin: 2em 0 0 0;
        padding: 0;
        text-align: center;
    }

        #footer .copyright a {
            color: inherit;
        }

        #footer .copyright li {
            border-left: solid 1px #dddddd;
            display: inline-block;
            list-style: none;
            margin-left: 1em;
            padding-left: 1em;
        }

            #footer .copyright li:first-child {
                border-left: 0;
                margin-left: 0;
                padding-left: 0;
            }

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

        #footer .logo {
            width: 10em;
        }

    }

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

        #footer .logo {
            margin-top: -3em;
            margin-left: auto;
            margin-right: auto;
        }

        #footer .container .divisor {
            left: calc(50% - 1.5em);
            height: calc(50% - 5em);
        }

        #footer .container h3, #footer .container p, #footer .container ul {
            padding-left: 3em;
        }

    }

    /* Narrower */

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

        /* Footer */

        #footer .container .divisor {
            display: none;
        }

    }

    /* Mobile */

    @media screen and (max-width: 736px) {
        #footer .container h3, #footer .container p, #footer .container ul {
            padding-left: 1em;
        }
    }

    /* Mobile (Portrait) */

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

        /* Footer */

        #footer .container:nth-child(3) {
            padding-top: 0;
        }

        #footer .container .mapa {
            margin: 0;
        }

        #footer .logo {
            margin: -1em auto;
        }
    }

    .boton-flotante {
		-moz-transition: -moz-transform 0.25s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.25s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.25s ease, opacity 0.5s ease;
		transition: transform 0.25s ease, opacity 0.5s ease;
		position: fixed;
		bottom: 1em;
		right: 0.75em;
		z-index: 1000;
		background: #013f7d;
		color: #ffffff;
		border-radius: 100%;
		width: 2.5em;
		height: 2.5em;
		padding: 0.5em 0.6em;
	}

	.boton-flotante a {
		color: inherit;
		font-size: 1.2em;
		line-height: 1em;
		
	}

	#boton_flotante_home_messenger {
		right: 0.5em;
		padding: 0.5em;
		opacity: 0.9
	}

	#boton_flotante_home_to_top {
		bottom: 4em;
		right: 0.5em;
		opacity: 0;
		font-size: 1em
	}

	#boton_flotante_home_to_top.visible {
		opacity: 0.9;
	}

	.boton-flotante:hover {
		-moz-transform: scale(1.1);
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1);
	}

	#footer .boton-flotante a:hover  {
		border-bottom: none;
	}

	@media screen and (max-width: 736px) {
		.boton-flotante {
			bottom: 0.5em;
			right: 0.5em;
			font-size: 1.2em
		}

		#boton_flotante_home_to_top {
			bottom: 3.5em;
			right: 0.5em;
			font-size: 1.2em
		}
	}

    .boton-promo-flotante {
		-moz-transition: -moz-transform 0.25s ease, opacity 0.5s ease;
		-webkit-transition: -webkit-transform 0.25s ease, opacity 0.5s ease;
		-ms-transition: -ms-transform 0.25s ease, opacity 0.5s ease;
		transition: transform 0.25s ease, opacity 0.5s ease;
		position: fixed;
		bottom: 2em;
		right: 3em;
		z-index: 1000;
		color: #ffffff;
		border-radius: 100%;
		width: 8em;
		height: 1em;
		padding: 0.5em 0.6em;
        display: none;
        cursor: pointer;
	}
    
    .boton-promo-flotante img {
        position: absolute;
        width: 8em;
        z-index: 1003;
        top: -8em;
        right: 1em;
    }

    .boton-promo-flotante p {
        position: relative;
        vertical-align: bottom;
        z-index: 1003;
        line-height: 1em;
        font-weight: 600;
        margin-bottom: 0;
        margin-top: -0.75em;
        font-size: 0.9em;
    }

    .boton-promo-flotante .circulo {
        display: block;
        position: absolute;
        width: 6em;
        height: 6em;
        background: #7c123a;
        border-radius: 100%;
        top: -4em;
        right: 0em;
        z-index: 1002;
    }

    @media screen and (max-width: 480px) {
        .boton-promo-flotante {
            bottom: 8em;
            right: 1em;
        }

        .boton-promo-flotante img {
            width: 6em;
            top: -6em
        }
    }

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