<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
    font-family: "Bold";
    src: url("fonts/Poppins-Bold.ttf");
}

@font-face {
    font-family: "Regular";
    src: url("fonts/Poppins-Regular.ttf");
}

@font-face {
    font-family: "ExtraBold";
    src: url("fonts/Poppins-ExtraBold.otf");
}

.fondo_territorio {
    /* background-image: url("images/nuestros/fondo.jpg"); */
    background-size: 100%;
    background-color: #F2F2F2;
}

.territorio *,
.concurso * {
    font-family: 'Regular', sans-serif;
}

.territorio i {
    font-family: 'Font Awesome\ 5 Free';
}

.header_territorio {
    background-color: #9D9D9C;
    display: flex;
    align-items: center;
    padding: 10px 0px;
    position: relative;
    margin: 0;
}

.header_territorio a {
    font-size: 20px !important;
    margin: 0px !important;
    font-family: 'ExtraBold', sans-serif;
    letter-spacing: 1px;
    color: white;
    text-align: center;
}

.territorio a {
    text-decoration: none;
}

.territorio a:hover {
    -webkit-transition: all 0.4s ease !important;
    -moz-transition: all 0.4s ease !important;
    -o-transition: all 0.4s ease !important;
    transition: all 0.4s ease !important;
    color: #4c4c4c !important;
    text-shadow: none !important;
}

.header_territorio .logo_alcaldia {
    float: right;
}

h1,
.n2-ss-item-content {
    font-size: 65px;
    margin: 20px 0px;
}

p,
.mec-wrap p {
    font-size: larger;
}

span {
    font-size: larger;
}

.boton_rosado,
.boton_rosado:hover,
.boton_rosado::after {
    border: 2px solid #F95F5B;
    color: #F95F5B;
}

.boton_rosado i {
    color: #F95F5B;
}

.boton,
.boton:hover {
    background-color: transparent;
    font-weight: bold;
    text-decoration: none;
    padding: 10px 30px;
    position: relative;
}

.boton::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    transform: translateX(-50%) translateY(-50%);
    transition: all .5s cubic-bezier(0.5, -0.6, 0.19, 1);
}

.boton:hover::after {
    width: calc(100% - 4px);
    height: calc(100% - 4px);
}

.redes_compartir {
    display: flex;
}

.redes_compartir .boton_rosado,
.redes_compartir .boton_rosado::after {
    border-radius: 50%;
}

.redes_compartir .boton_rosado {
    padding: 4px 8px 1px 8px;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.territorio_noticia *,
.concurso * {
    color: black;
}

@media (min-width: 768px) {

    /*boostrap*/
    .header_territorio a {
        font-size: x-large !important;
    }

    .territorio .convenciones {
        margin: 20px 0px;
    }

    .territorio .lugar i {
        font-size: xx-large;
    }

    .territorio .lugar:hover i {
        font-size: 40px;
    }

    .territorio .cuadro_crea {
        position: absolute;
        margin: 0px;
        width: 43%;
    }

    .territorio .creas_territorio {
        height: 170px;
    }

    .sitio_crea .botones_crea {
        position: absolute;
    }

    .sitio_crea .botones_crea p {
        margin-top: 30px;
    }

    .sitio_crea .contenedor_noticias {
        margin: 50px 0;
    }
}

@media (min-width: 992px) {

    /*boostrap*/
    .header_territorio a {
        font-size: xx-large !important;
    }
}</pre></body></html>