@media only screen and (max-width: 767px) {
    #other.conts.es p {
        font-size: 1.4rem;
        line-height: 1.6;
        letter-spacing: -0.01em;
        text-align: justify;
    }
    #other.conts.es .list2 li {
        font-size: 1.4rem;
        line-height: 1.2;
        margin-bottom: 14px;
    }
    #other.conts.es .list2 li:after {
        top: 4px;
        width: 8px;
        height: 8px;
    }
    #other.conts.es .list2 {
        margin: 0 auto 25px auto;
    }
    #other .txtOther {
        margin-bottom: 20px;
    }
    #other.conts.es .linkLeft {
        font-size: 1.2rem;
    }
    #other.conts.es .infoContact {
        line-height: 1.6;
    }
    #other.conts.es .txtOther {
        margin-bottom: 20px;
    }

}
@media only screen and (min-width: 768px) {
    #other.conts.es p {
        font-size: 1.8rem;
        line-height: 2;
        letter-spacing: -0.01em;
    }
    #other.conts.es .list2 li {
        font-size: 1.8rem;
        line-height: 1.2;
        margin-bottom: 10px;
        letter-spacing: -0.01em;
    }
    #other.conts.es .list2 li:after {
        top: 7px;
        bottom: auto;
    }
    #other.conts.es .list2 {
        margin: 0 auto 25px auto;
    }

    #other.conts.es .otherBlock h3 {
        font-size: 1.8rem;
    }
    #other.conts.es .infoContact {
        font-size: 1.6rem;
        line-height: 1.4;
    }
    .sitemapWrapper.es .sitemapBlock ul a {
        font-size: 1.8rem;
        letter-spacing: -0.01em;
    }
    .sitemapWrapper.es .subLink li {
        width: 200px;
    }
    .sitemapWrapper.es .subLink li a {
        font-size: 1.8rem;
        padding-left: 12px;
    }
    .sitemapWrapper.es .subLink li a:after {
        top: 0px;
    }
    
    .error.es p {
    	font-size: 1.8rem;
	}
}