﻿.MarcaAguaFija {
    overflow: hidden;
    background-repeat: no-repeat;
    opacity: 0.2;
    position: fixed;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    max-width: 467px;
}


/*
.MarcaAgua {
    position: absolute;
    background-size: contain;
    opacity: 0.4;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
}

MarcaAgua {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    overflow: hidden;
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0.4;
    filter: grayscale(22%) brightness(0.7);
}*/

.Patron {
    position: absolute;
    background-size: contain;
    opacity: 0.4;
    background-repeat: repeat;
    top: 0;
    overflow: hidden;
    left: 0;
    /* position: absolute;
    background-repeat: repeat;
    opacity: 0.2;
     filter: grayscale(35%) brightness(0.7); */
}



@media (max-width: 300px) {
    html {
        font-size: 60%;
    }
}

@media (min-width: 500px) {
    html {
        font-size: 80%;
    }
}

@media (min-width: 700px) {
    html {
        font-size: 100%;
    }
}

@media (min-width: 1200px) {
    html {
        font-size: 120%;
    }
}
