/* This changes all the animations globally */
:root {
    --animate-duration: 800ms;
    --animate-delay: 0.9s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Spinnaker", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #222222
}

p,
a {
    font-family: "Spinnaker", serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.6;
    color: #222222
}

/*fin tipografia*/

html,
body {
    height: auto;
    min-height: 100%;
}

body {
    margin: 0px;
    padding: 20px;
    box-sizing: border-box;
    font-family: Arial, sans-serif;
    display: flex;
    /* Esto permite centrar el contenido */
    flex-direction: column;
    /* Acomoda el contenido de arriba a abajo */
    justify-content: space-between;
    /* Distribuye el contenido de manera uniforme */
    min-height: 95vh;
    /* Asegura que el contenido siempre ocupe al menos la altura completa de la ventana */
    overflow-x: hidden;
}

ul li {
    display: inline-block;
}

/*Inicio foter*/
.pie_pag {
    background-color: transparent;
    z-index: 1000;
    /* Asegura que esté por encima del resto del contenido */
    display: flex;
    justify-content: center;
    /* Centra horizontalmente el contenido */
    align-items: center;
    /* Centra verticalmente el contenido */
    font-family: Arial;
    font-size: 14.0px;
    font-weight: 400;
    color: #333333;
    height: 60px;
}

/*Termino foter*/

/*swiper inicio*/
html,
body {
    position: relative;
    height: 100%;
}

.swiper {
    width: 100%;
    height: auto;
}

.contigflec {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*fin swiper*/

@media (max-width: 490px) {
    .pie_pag p {
        font-size: 12px;
    }
}
