@charset "UTF-8";@font-face {
    font-family: "FontSies";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-Light.woff2) format("woff2"),url(../fonts/SiesNeoW04-Light.woff) format("woff")
}

@font-face {
    font-family: "FontSies";
    font-style: italic;
    font-weight: 300;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-LightItalic.woff2) format("woff2"),url(../fonts/SiesNeoW04-LightItalic.woff) format("woff")
}

@font-face {
    font-family: "FontSies";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-Regular.woff2) format("woff2"),url(../fonts/SiesNeoW04-Regular.woff) format("woff")
}

@font-face {
    font-family: "FontSies";
    font-style: italic;
    font-weight: 400;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-Italic.woff2) format("woff2"),url(../fonts/SiesNeoW04-Italic.woff) format("woff")
}

@font-face {
    font-family: "FontSies";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-SemiBold.woff2) format("woff2"),url(../fonts/SiesNeoW04-SemiBold.woff) format("woff")
}

@font-face {
    font-family: "FontSies";
    font-style: italic;
    font-weight: 600;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-SemiBoldIt.woff2) format("woff2"),url(../fonts/SiesNeoW04-SemiBoldIt.woff) format("woff")
}

@font-face {
    font-family: "FontSies";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-Bold.woff2) format("woff2"),url(../fonts/SiesNeoW04-Bold.woff) format("woff")
}

@font-face {
    font-family: "FontSies";
    font-style: italic;
    font-weight: 700;
    font-display: swap;
    src: url(../fonts/SiesNeoW04-BoldItalic.woff2) format("woff2"),url(../fonts/SiesNeoW04-BoldItalic.woff) format("woff")
}

body {
    font-family: 'FontSies', sans-serif;
    color: var(--text-01);
    margin: 0;
    padding: 0;
    background-color: #f5f5f5;
}

header, footer {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 1em 0;
    font-family: 'FontSies', sans-serif;
}

.svg-container-down {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: -1;
}

.svg-container-top {
    position: fixed;
    left: 0;
    width: 100%;
    z-index: -1;
}

.img-container {
    height: 90px; /* Define la altura del contenedor */
    overflow: hidden; /* Oculta cualquier desbordamiento */
}

.img-container img {
    height: 100%; /* La imagen tomará la altura del contenedor */
    /*width: 100%;*/ /* La imagen tomará el ancho del contenedor */
    object-fit: cover; /* Ajusta la imagen para cubrir el contenedor */
}

.card-color-orange-dark {
    background-color:#ff6200;
    color: #fff;
}

#map {
    height: 100px;
    width: 100%;
}

.hidden {
    display: none !important;
}

#floatButtonVolver {
    position: fixed;
    bottom: 1px;
    right: 1px;
    z-index: 1000;
    /*width: 50px;*/
    /*height: 50px;*/
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 24px;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

#floatButtonVolverActividad {
    position: fixed;
    bottom: 1px;
    right: 1px;
    z-index: 1000;
    /*width: 50px;*/
    /*height: 50px;*/
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 24px;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

#floatButtonVolverLugar {
    position: fixed;
    bottom: 1px;
    right: 1px;
    z-index: 1000;
    /*width: 50px;*/
    /*height: 50px;*/
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 24px;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}

#floatButtonVolverTipoEvento {
    position: fixed;
    bottom: 1px;
    right: 1px;
    z-index: 1000;
    /*width: 50px;*/
    /*height: 50px;*/
    /*border-radius: 50%;*/
    display: flex;
    justify-content: center;
    align-items: center;
    /*font-size: 24px;*/
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3);
}
