.AnchoCompleto {
    width: 100%;
}

.mitad {
    width: 47%;
    max-width: 550px;
}

.tercio {
    max-width: 300px;
    width: 30%;
    min-width: 260px;
}

.AnchoCompleto, .mitad, .tercio {
    margin-top: 25px;
}

img {
    max-width: 100%;
}

.pers {
    width:220px;
}

section > h1 {
    border-bottom:1px solid var(--azul-zev);
    font-size: 26px;
}

section > h1:not(:first-of-type) {
    padding-top: 25px;
}

.border {
    border: 2px solid var(--azul-zev);
    padding: 5px;
    border-radius: 20px;
    font-size: 26px;
    box-shadow: 0 0 5px 5px var(--gris-zev);
}

.Contacto {
    height: 60px;
}

.Contacto > a {
    padding: 10px;
    font-size: 32px;
    text-decoration: none;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

.Contacto > a:hover {
    
    transform: scale(1.05);
    background-color: var(--gris-zev) !important;
    transition: transform 0.2s ease-in-out, background-color 0.2s ease-in-out;
}

@media (max-width: 1000px) {
    .mitad{
        width: 100%;
        max-width: 100%;
    }

    .hide-phone {
        display: none;
    }
}