@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('./assets/fonts/roboto-400.woff2') format('woff2');
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url('./assets/fonts/roboto-700.woff2') format('woff2');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
    position: relative;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

ol,
ul {
    list-style: none;
}

*,
*:after,
*:before {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    text-decoration: none;
}
body {
    font-size: 100%;
    list-style-type: none;
    font-family: "Roboto", "Open Sans", "Helvetica Neue", sans-serif;
}
a {
    color: #000;
}

:root {
    --primary-color: #598d30;
    --secondary-color: #59358c;
}
/* centro */
#ePrincipal {
    animation: girar1 150s linear infinite;
    transform-origin: center;
    transform-box: border-box;
    /* fill: white; */
    /* stroke: gray; */
}

.st11,
.st3 {
    animation: scale 15s linear both;
    transform-origin: center;
    transform-box: border-box;
}

/* engranes giran en con reloj */

#e5,#Engranaje6,#e7 {
    animation: girar1 120s linear infinite;
    transform-origin: center;
    transform-box: border-box;
}

/* engranes giran en contra del reloj */
#e1,
#e2,
.st6,
#Engranaje3,
.cls-22,
#e4 {
    animation: girar2 30s linear infinite;
    transform-origin: center;
    transform-box: border-box;
}

#svg:hover #e1,
#svg:hover #e2,
#svg:hover .st6,
#svg:hover #Engranaje3,
#svg:hover .cls-22,
#svg:hover #e4 {
    animation: girar2 4s linear infinite;
}

#svg:hover #e5,
#svg:hover #Engranaje6,
#svg:hover #e7 {
    animation: girar1 4s linear infinite;
}

#e10,
#e8 {
    animation: girar2 4s linear infinite;
    transform-origin: center;
    transform-box: border-box;
}

@keyframes girar1 {
    100% {
        transform: rotate(360deg);
    }
}

@keyframes girar2 {
    100% {
        transform: rotate(-360deg);
    }
}

@keyframes scale {
    0% {
        transform: scale(0.9);
    }
    100% {
        transform: scale(1.2);
    }
}

.container {
    height: 100%;
    width: 100%;
    display: flex;
    position: relative;
    flex-direction: column;
}

.img-content {
    margin-left: auto;
    padding: 2rem;
    height: 15rem;
}
.img-escudo {
    width: 100%;
    height: 100%;
    min-width: 15rem;
}
.nav {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    width: fit-content;
    margin-left: 1rem;
}
.m-0 {
    margin: 0;
}
.mt-12rem {
    margin-top: 12rem;
}
.gap {
    gap: 1rem;
}

.gap-main {
    gap: 2rem;
}

.flex {
    display: flex;
}
.flex-col {
    flex-direction: column;
}
.title {
    font-size: xx-large;
    color: var(--secondary-color);
    letter-spacing: 0.1rem;
}
.subtitle {
    letter-spacing: 0.2rem;
    color: var(--primary-color);
}
.text-right {
    text-align: end;
}
.text-center {
    text-align: center;
}
.text-secondary {
    color: var(--secondary-color);
}
.test-gray {
    color: gray;
}

.arrow-container {
    position: relative;
    display: flex;
    flex-direction: row-reverse;
    justify-content: center;
    flex-wrap: wrap;
    list-style: none;
    gap: 0.4rem;
    font-size: 13px;
    margin: 0;
    padding-left: 0rem;
    padding-right: 8px;
}

.arrow-container > li {
    position: relative;
    display: block;
    height: 15px;
    text-wrap: nowrap;
    color: var(--primary-color);
    text-align: center;
    z-index: 3;
}

.arrow-container > li > span:after,
.arrow-container > li > span:before {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    position: absolute;
    top: 0;
    border: solid transparent;
    border-left-color: white;
    border-width: 8px;
}

.arrow-container > li > span:before {
    z-index: 2;
    left: -3px;
}

.arrow-container > li > span:after {
    z-index: 1;
    border-left-color: inherit;
}
.svg-container {
    display: flex;
    position: absolute;
    justify-content: center;
    padding-top: 5%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
}
.title-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
footer {
    display: flex;
    justify-content: end;
    color: var(--secondary-color);
    font-size: 1.2rem;
    margin-top: 7rem;
    text-align: left;
}

@media (max-width: 768px) {
    .container {
        height: auto;
    }
    footer {
        justify-content: center;
    }
    .svg-container {
        position: relative;
        padding: 0;
    }
    .nav {
        margin-left: auto;
        margin-right: auto;
    }
    .img-content {
        margin-left: auto;
        margin-right: auto;
    }
}

a:hover {
    color: var(--primary-color);
}

.text-shadow {
    text-shadow: 1px 1px 3px black;
}

.text-shadow-2 {
    text-shadow: 1px 1px 1px gray;
}