﻿@font-face {
    font-family: 'Algerian';
    src: url('../Font/01495_ALGER.ttf');
}

.Menu_PC{
    font-family: 'Lucida Calligraphy' !important; 
    font-size: 13px;
}

.slogan_footer{
    font-family: 'Lucida Calligraphy' !important;
    margin-right: 15%;
}

footer {
    background-color: #000000;
}

.NavRedes {
    background-color: #000000;
    padding: 0.3em;
    margin: auto !important;
}

.container_foto {
    position: relative;
    width: 100%;
}

.full-width-image {
    width: 100%;
    height: auto;
}

.text-on-top {
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.5);
}

.borde-sheriff {
    border: 1px solid #ff0000 !important;
}

/**************************/
/*** DISPOSITIVOS MOVIL ***/
/**************************/

@media only screen and (min-width: 0px) and (max-width: 425px) {

    .Titulo_Movil {
        background-color: #000000 !important;
    }

    .Titulo_Movil p {
        font-family: Algerian;
        color: #ffffff !important;
        font-size: 24px;
        word-spacing: 22px;
    }
}
