/*------------------------------------- HEADER HOME -----------------------------------------*/

html {
    height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin: 0;
    background: #ebecf0;
    font-family: "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-weight: normal;
    line-height: 1.4;
    color: #7a869a;
    text-align: left;
    font-size: 16px;
}

a {
    color: #7a869a;
    text-decoration: none;
    background-color: transparent;
}

a:hover {
    color: #4c9aff;
    text-decoration: underline;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #253858;
}

#loader > div {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: transparent solid 3px;
    border-top-color: #2684ff;
    transform: translateZ(0);
    animation: spin 2s linear infinite;
}

#loader > div::before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: transparent solid 3px;
    border-top-color: #18b6ff;
    animation: spin 3s linear infinite;
}

#loader > div::after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: transparent solid 3px;
    border-top-color: #ff4bae;
    animation: spin 1.5s linear infinite;
}



.index-grid {
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr 1fr 1fr;
    gap: 30px;
    padding: 0;
    grid-template-rows: auto;
    margin-top: 20px;
    align-items: start;
    justify-items: center;
    width: 100%;
}


.cabezal {

    background-color: #ffffff;
    width: 100%;
    height: 70px;
    align-items: center;
    display: grid;
}


.home0 {
    background-image: url("../img/home/home_0.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 36px;
    height: 36px;
    cursor: pointer;
}

.home0:hover {
    background-image: url("../img/home/home_1.png");
}

.menu-n1 {
    color: #4c9aff;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1px;
    line-height: 32px;
}

/*------------------------------------- FOOTER HOME ------------------------------------------*/


.pie {
    display: flex;
    background-color: #ffffff;
    height: 90px;
    width: 100%;
    align-items: center;
    margin-bottom: 0;
}


/*-------------------------------------INDEX HOME ------------------------------------------*/

.menu-home {
    width: 180px;
    height: 180px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-color: whitesmoke;
    cursor: pointer;
    margin: 0;
    position: relative;
}

.menu-home.menu-phome.-denunciaciu {
    background-image: url("../img/home/icon_carta0.png");
}

.menu-home.menu-phome.-denunciaciu:hover {
    background-image: url("../img/home/icon_carta.png");
}

.menu-home.menu-phome.-administracionE {
    background-image: url("../img/home/admin0.png");
}

.menu-home.menu-phome.-administracionE:hover {
    background-image: url("../img/home/admin.png");
}

.menu-home.menu-phome.-declaracionP {
    background-image: url("../img/home/icon_declara0.png");
}

.menu-home.menu-phome.-declaracionP:hover {
    background-image: url("../img/home/icon_declara.png");
}

.borderanim:hover {
    color: #f0f0f0;
    background-color: #ffffff;
}

.borderanim:before,
.borderanim:after,
.borderanim div:before,
.borderanim div:after {
    content: '';
    position: absolute;
    background-color: #4c9aff;
    transition: all 0.6s ease-out;
}

.borderanim:before,
.borderanim:after {
    height: 3px;
}

.borderanim div:before,
.borderanim div:after {
    width: 3px;
}

.borderanim:before {
    top: 0;
    left: 0;
    right: 100%;
}

.borderanim:hover:before {
    right: 0;
}

.borderanim:after {
    bottom: 0;
    left: 100%;
    right: 0;
}

.borderanim:hover:after {
    left: 0;
}

.borderanim div:before {
    top: 100%;
    left: 0;
    bottom: 0;
}

.borderanim:hover div:before {
    top: 0;
}

.borderanim div:after {
    top: 0;
    right: 0;
    bottom: 100%;
}

.borderanim:hover div:after {
    bottom: 0;
}

.borderanim.delay:after,
.borderanim.delay:hover div:before {
    transition-delay: 0s;
}

.borderanim.delay div:after,
.borderanim.delay:hover:before {
    transition-delay: 0.25s;
}

.borderanim.delay:before,
.borderanim.delay:hover div:after {
    transition-delay: 0.5s;
}

.borderanim.delay div:before,
.borderanim.delay:hover:after {
    transition-delay: 0.75s;
}


.separador-azul {
    height: 4px;
    background-color: #4c9aff;
}
