@font-face{
    font-family: LM;
    src: url(lm.ttf);
}

#video_background{
    position: fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
    background-position: center center;
}

.fondo_azul{
        position: fixed;
        right: 0;
        bottom: 0;
        min-width: 100%;
        min-height: 100%;
        z-index: 0;
        background-color: #0e1d4e9d;
}

.lm{
    padding-top: 5%;
    text-align: center
}

.boton{
    display: none;
}

.numero{
    font-family: LM;
    font-size: 100px;
    color: #ffc400;
    padding-top: 40px;
    line-height: 60px;
    text-shadow: 2px 2px 2px #000000;
}

.llama_ahora{
    font-family: LM;
    font-size: 60px;
    color: #ffffff;
    line-height: 60px;
    padding-top: 10px;
    text-shadow: 2px 2px 2px #000000;
}


@media (max-width: 767px){
    .boton{
        display: block;
        padding-top: 10px;
    }
    .lm{
        padding-top: 5%;
        text-align: center
    }
    .numero{
        padding-top: 10px;
        font-size: 50px;
        line-height: 50px;
    }
    .llama_ahora{
        font-size: 30px;
        line-height: 30px;
    }
    .boton a { 
        color: #0e1d4e9d;
        font-weight: bold;
    }
}



/*FOOTER */

.footer{
	background-image: url(../images/Background_footer.png);
	background-size: cover;
	color:hsla(0,0%,100%,1.00);
	text-shadow: 1px 1px 5px #000;
    padding: 10px 0px;
    border-top: 5px solid #FFFFFF;
}

.columna_footer{
	padding: 5px 0px;
}

.derechos{
	font-size: 12px;
	padding: 5px 0px;
}