.textoFooter{
    font-family: CastleT;
    color: whitesmoke;
    letter-spacing: 2px;
}

/* X-Small devices (portrait phones, less than 576px) */
@media (min-width: 0px) { 
    .textoFooter{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.4em;
        padding: 1.2em;
    }
    .textoTerminos{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.30em;
        padding: 1.2em;
    }
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) { 
    .textoFooter{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.7em;
        padding: 1.2em;
    }
    .textoTerminos{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.35em;
        padding: 1.2em;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) { 
    .textoFooter{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.8em;
        padding: 1.2em;
    }
    .textoTerminos{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.4em;
        padding: 1.2em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) { 
    .textoFooter{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.9em;
        padding: 1.3em;
    }
    .textoTerminos{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.45em;
        padding: 1.2em;
    }
}

/* X-Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) { 
    .textoFooter{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.9em;
        padding: 1.3em;
    }
    .textoTerminos{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.55em;
        padding: 1.2em;
    }
}

/* XX-Large devices (larger desktops, 1400px and up) */
@media (min-width: 1400px) { 
    .textoFooter{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 1em;
        padding: 1.3em;
    }
    .textoTerminos{
        font-family: CastleT;
        color: whitesmoke;
        letter-spacing: 2px;
        font-size: 0.6em;
        padding: 1.2em;
    }
}