* {
    box-sizing: border-box;
}
*::after, *::before {
    box-sizing: border-box;
}
html {
    font-size: 62.5%}
body {
    font-size: 1.6rem;
    color: #25283D;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
a {
    text-decoration: none;
}
.cd-auto-hide-header {
    border: 1px solid #f3f3f3;
    position: fixed;
    z-index: 9000;
    top: 0;
    left: 0;
    width: 100%;
    height: 80px;
    background-color: #FFFFFF;
    transform: translateZ(0);
    will-change: transform;
    transition: transform 0.5s;
}
.cd-auto-hide-header::after {
    clear: both;
    content: "";
    display: block;
}
.cd-auto-hide-header.is-hidden2 {
    transform: translateY(-100%);
}
.cd-auto-hide-header .logo, .cd-auto-hide-header .nav-trigger {
    position: absolute;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
}
.cd-auto-hide-header .logo {
    left: 5%}
.cd-auto-hide-header .logo a, .cd-auto-hide-header .logo img {
    display: block;
}
.cd-auto-hide-header .nav-trigger {
    display: table;
    height: 100%;
    padding: 0 1em;
    font-size: 1.2rem;
    text-transform: uppercase;
    color: #193a90;
    font-weight: bold;
    right: 0;
    border-left: 1px solid #f2f2f2;
}
.cd-auto-hide-header .nav-trigger span {
    display: table-cell;
    vertical-align: middle;
}
.cd-auto-hide-header .nav-trigger em {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #193a90;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    margin: 6px auto 14px;
    transition: background-color .2s;
}
.cd-auto-hide-header .nav-trigger em::after {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #193a90;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.cd-auto-hide-header .nav-trigger em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 22px;
    background-color: #193a90;
    backface-visibility: hidden;
    position: absolute;
    content: '';
    left: 0;
    transition: transform .2s;
}
.cd-auto-hide-header .nav-trigger em::after {
    position: absolute;
    content: '';
    left: 0;
    transition: transform .2s;
}
.cd-auto-hide-header .nav-trigger em::before {
    transform: translateY(-6px);
}
.cd-auto-hide-header .nav-trigger em::after {
    transform: translateY(6px);
}
.cd-auto-hide-header.nav-open .nav-trigger em {
    background-color: rgba(255, 255, 255, 0);
}
.cd-auto-hide-header.nav-open .nav-trigger em::before {
    transform: rotate(-45deg);
}
.cd-auto-hide-header.nav-open .nav-trigger em::after {
    transform: rotate(45deg);
}
@media only screen and (min-width: 1200px) {
    .cd-auto-hide-header {
    height: 80px;
}
}@media only screen and (min-width: 1200px) {
    .cd-auto-hide-header .nav-trigger {
    display: none;
}
}.cd-primary-nav {
    display: inline-block;
    float: right;
    height: 100%;
    padding-right: 5%}
.cd-primary-nav>ul {
    position: absolute;
    z-index: 2;
    top: 78px;
    left: -1px;
    width: calc(100% + 2px);
    background-color: #ffffff;
    display: none;
    box-shadow: 0 14px 20px rgba(0, 0, 0, 0.2);
    margin: 0;
}
.cd-primary-nav>ul a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding-left: 5%;
    color: #25283D;
    font-size: 1.8rem;
    border-top: 1px solid #f2f2f2;
}
.cd-primary-nav>ul a:hover, .cd-primary-nav>ul a.active {
    transition: all 0.2s ease;
}
@media only screen and (min-width: 1200px) {
    .cd-primary-nav>ul {
    display: table-cell;
    vertical-align: middle;
    color: orange;
    position: relative;
    width: auto;
    top: 0;
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.cd-primary-nav>ul::after {
    clear: both;
    content: "";
    display: block;
}
.cd-primary-nav>ul li {
    display: inline-block;
    float: left;
    margin-right: 1.5em;
}
.cd-primary-nav>ul li:last-of-type {
    margin-right: 0;
}
.cd-primary-nav>ul li a {
    height: auto;
    line-height: normal;
    padding: 0;
    border: none;
    line-height: 80px;
}
}.nav-open .cd-primary-nav ul, .cd-primary-nav ul:target {
    display: block;
}
@media only screen and (min-width: 1200px) {
    .nav-open .cd-primary-nav ul, .cd-primary-nav ul: target {
    display: table-cell;
}
}.cd-secondary-nav {
    position: relative;
    z-index: 1;
    clear: both;
    width: 100%;
    height: 43px;
    background-color: #193a90;
    transform: translateZ(0);
    will-change: transform;
    transition: transform .5s;
}
.cd-secondary-nav.nav-end::after {
    opacity: 0;
}
.cd-secondary-nav ul, .cd-secondary-nav li, .cd-secondary-nav a {
    height: 100%}
.cd-secondary-nav ul {
    display: flex;
    padding: 0 5%;
    overflow-x: auto;
}
.cd-secondary-nav ul::after {
    clear: both;
    content: "";
    display: block;
}
.cd-secondary-nav li {
    display: inline-block;
    float: left;
    flex-shrink: 0;
}
.cd-secondary-nav li:last-of-type {
    padding-right: 20px;
}
.cd-secondary-nav a {
    display: block;
    color: #ffffff;
    opacity: .6;
    line-height: 43px;
    padding: 0 1em;
}
.cd-secondary-nav a:hover, .cd-secondary-nav a.active {
    opacity: 1;
}
.cd-secondary-nav.fixed {
    position: fixed;
    top: 80px;
    z-index: 8000;
}
.cd-secondary-nav.slide-up {
    transform: translateY(-80px);
}
@media only screen and (min-width: 1200px) {
    .cd-secondary-nav {
    height: 43px;
    overflow: visible;
}
.cd-secondary-nav ul {
    display: block;
    text-align: center;
}
.cd-secondary-nav li {
    float: none;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
}
.cd-secondary-nav a {
    line-height: 43px;
}
.cd-secondary-nav a.active {
    box-shadow: inset 0 -3px #fecc00;
    background-color: rgba(255, 255, 255, 0.04);
}
}@media only screen and (min-width: 1200px) {
    .cd-secondary-nav.fixed {
    top: 80px;
    box-shadow: 0 -6px 0 #25283D;
}
.cd-secondary-nav.slide-up {
    transform: translateY(-80px);
}
}.cd-main-content {
    padding: 60px 5% 2em;
    overflow: hidden;
}
.cd-main-content.sub-nav {
    padding-top: 110px;
}
.cd-main-content p {
    max-width: 1200px;
    margin: 2em auto;
}
.cd-main-content.sub-nav :target::before, .cd-main-content.sub-nav-hero :target::before {
    display: block;
    content: "";
    margin-top: -50px;
    height: 50px;
    visibility: hidden;
}
@media only screen and (min-width: 1200px) {
    .cd-main-content {
    padding-top: 80px;
}
.cd-main-content.sub-nav {
    padding-top: 150px;
}
}@media only screen and (min-width: 1200px) {
    .cd-main-content.sub-nav : target::before, .cd-main-content.sub-nav-hero :target::before {
    margin-top: -70px;
    height: 70px;
}
}.cd-hero {
    display: table;
    width: 100%;
    margin-top: 80px;
    height: 300px;
    background-size: cover;
}
.cd-hero .cd-hero-content {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
@media only screen and (min-width: 768px) {
    .cd-hero {
    height: 400px;
}
}@media only screen and (min-width: 1200px) {
    .cd-hero {
    margin-top: 80px;
}
}@font-face {
    font-family: 'Gotham Rounded';
    src: url("../font-face/GothamRounded-Book.eot");
    src: url("../font-face/GothamRounded-Book.eot?#iefix") format("embedded-opentype"), url("../font-face/GothamRounded-Book.woff") format("woff"), url("../font-face/GothamRounded-Book.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url("../font-face/GothamRounded-Medium.eot");
    src: url("../font-face/GothamRounded-Medium.eot?#iefix") format("embedded-opentype"), url("../font-face/GothamRounded-Medium.woff") format("woff"), url("../font-face/GothamRounded-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Gotham Rounded';
    src: url("../font-face/GothamRounded-Bold.eot");
    src: url("../font-face/GothamRounded-Bold.eot?#iefix") format("embedded-opentype"), url("../font-face/GothamRounded-Bold.woff") format("woff"), url("../font-face/GothamRounded-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}
.menu-buscador {
    background-image: url("../img/lupa.svg");
    background-size: 17px 17px;
    background-repeat: no-repeat;
    float: right;
    height: 17px;
    width: 17px;
    position: absolute;
    top: calc(50% - 10px);
    right: 20px;
}
.active-nav {
    box-shadow: inset 0 -4px #fecc00;
}
.cd-primary-nav>ul a {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    color: #193a90;
}
.cd-auto-hide-header .logo {
    width: 250px;
    display: flex;
    align-items: center;
}
.cd-auto-hide-header .logo #logo-texto {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #193a90;
    border-left: 1px solid #193a90;
    padding: 10px 15px;
    margin-left: 15px;
    line-height: 14px;
}
.cd-hero .cd-hero-content {
    color: white;
}
.cd-secondary-nav a {
    font-size: 11px;
    text-transform: uppercase;
    padding: 0px 16px;
    padding-top: 2px;
    font-weight: normal;
}
.cd-secondary-nav .active {
    color: white;
    font-weight: bold;
}
.dropdown-menu {
    background-color: #193a90;
    width: 100%;
    padding: 50px 100px;
    visibility: hidden;
    position: fixed;
    top: 79px;
    left: 0;
    color: white;
    font-weight: bold;
    opacity: 0;
    transition: transform .15s ease-in-out, opacity .15s ease-in-out, visibility .15s ease-in-out;
}
#menu-programas ul {
    width: 200px;
    margin-right: 50px;
}
#menu-programas ul a {
    color: white;
    font-size: 13px;
    line-height: normal;
}
#menu-programas ul a:hover {
    box-shadow: none;
}
#menu-programas ul li {
    list-style: none;
    float: none;
    display: block;
    margin: 0;
}
#menu-programas ul li:hover {
    color: orange;
}
#menu-programas ul li:nth-child(2) {
    margin-top: 5px;
}
#menu-programas ul li a {
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: white;
    transition: all 0.2s;
    text-transform: capitalize;
}
#menu-programas ul li a:hover {
    box-shadow: none;
    margin-left: 5px;
    transition: all 0.2s;
    color: yellow;
}
#menu-programas ul .dropdown-subtitulo a {
    font-weight: bold;
}
.menu-visible {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
li.tiene-submenu:hover .dropdown-menu {
    opacity: 1;
    transform: translateY(0px);
    visibility: visible;
}
#centro-prensa-menu {
    display: flex;
    width: 900px;
    margin: 0 auto;
}
#centro-prensa-lista {
    width: 720px;
    display: flex;
    flex-flow: row wrap;
}
#centro-prensa-lista .centro-prensa-item {
    display: flex;
    width: 300px;
    margin: 0 60px 24px 0;
    opacity: 0.7;
    transition: all 0.2s;
}
#centro-prensa-lista .centro-prensa-item:hover {
    opacity: 1;
}
#centro-prensa-lista .centro-prensa-item .centro-prensa-item-fecha {
    margin: 0 15px 0 0;
}
#centro-prensa-lista .centro-prensa-item .centro-prensa-item-fecha .centro-prensa-item-dia {
    font-size: 25px;
    font-weight: bold;
}
#centro-prensa-lista .centro-prensa-item .centro-prensa-item-fecha .centro-prensa-item-mes {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}
#centro-prensa-lista .centro-prensa-item .centro-prensa-item-info .centro-prensa-item-categoria {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    margin-bottom: 4px;
}
#centro-prensa-lista .centro-prensa-item .centro-prensa-item-info .centro-prensa-item-titulo a {
    font-size: 11px;
    font-weight: 300;
    color: white;
    line-height: 11px;
    text-transform: none;
}
#centro-prensa-enlaces ul li {
    display: block;
    float: none;
}
#centro-prensa-enlaces ul li a {
    color: white;
    line-height: 15px;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    color: white;
    transition: all 0.2s;
    text-transform: none;
}
#centro-prensa-enlaces ul li a:hover {
    box-shadow: none;
    margin-left: 5px;
    transition: all 0.2s;
    color: yellow;
}
@media only screen and (max-width: 1200px) {
    .dropdown-menu {
    display: none;
}
.menu-buscador {
    background-size: 17px 17px;
    height: 17px;
    width: 17px;
    top: calc(50% - 10px);
    right: 80px;
}
}* {
    font-family: "Gotham Rounded", sans-serif !important;
}
.row-1200 {
    max-width: 1200px;
}
.nopadding {
    padding: 0;
}
.text-center {
    text-align: center;
}
.flex {
    display: flex;
}
.centerX {
    justify-content: center;
}
.centerY {
    align-items: center;
}
.centradoXY {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,  -50%);
}
.centradoX {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.centradoY {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}
.flex-column {
    flex-direction: column;
}
.titulo-programa {
    font-family: 'Gotham Rounded';
    font-size: 79px;
    font-weight: 500;
}
.mision-programa {
    font-size: 17px;
    font-weight: normal;
    padding: 35px 23%}
main {
    padding: 60px 5% 2em;
    overflow: hidden;
}
main p {
    color: #8d8d8d;
    line-height: 1.6;
    text-align: justify;
}
#icon-denuncia {
    width: 25px;
    height: 25px;
    fill: #ffffff;
    margin-right: 10px;
}
#icon-hora {
    height: 15px;
    width: 15px;
}
#icon-place {
    height: 16px;
    width: 16px;
}
#icon-leyes {
    width: 63px;
    height: 59px;
}
#icon-manuales {
    height: 59px;
}
#icon-bolsa-laboral {
    height: 59px;
}
.icon-rrss {
    height: 24px;
    width: 24px;
    fill: #b7c0c7;
    margin-right: 5px;
}
.icon-rrss:hover {
    fill: #8d9aa5;
}
#galeria-flecha-prev {
    height: 26px;
    width: 18px;
    fill: #000000;
}
#galeria-flecha-next {
    height: 26px;
    width: 18px;
    fill: #000000;
}
.icono-atajos {
    fill: #193a90;
    transition: all 0.1s ease-in-out;
}
.icono-atajos h3 {
    font-weight: bold;
    font-size: 14px;
    margin: 0;
    color: #193a90;
    transition: all 0.1s ease-in-out;
    margin-top: 6px;
}
a.icono-atajos {
    display: block;
    width: 150px;
    padding: 15px 0;
    margin: 0 auto;
}
a.icono-atajos:hover {
    fill: #284aa4;
    background-color: rgba(0, 0, 0, 0.035);
    border-radius: 4px;
    cursor: pointer;
}
a.icono-atajos:hover h3 {
    color: #284aa4;
}
#eventos-wrap {
    max-height: 180px;
    width: 720px;
    border-radius: 2px;
    border: 1px solid #e1e6f1;
    margin: 70px 0px;
    align-items: stretch;
    overflow: hidden;
}
#eventos-wrap #eventos-fecha {
    width: 25%;
    background-color: rgba(0, 0, 0, 0.035);
}
#eventos-wrap #eventos-fecha span:nth-child(1) {
    font-size: 45px;
    font-weight: bold;
    color: #193a90;
    line-height: 45px;
    margin: 0;
}
#eventos-wrap #eventos-fecha span:nth-child(2) {
    font-size: 20px;
    font-weight: bold;
    color: #193a90;
    margin: 0;
}
#eventos-wrap #eventos-contenido {
    width: 75%;
    padding: 35px;
}
#eventos-wrap #eventos-contenido #evento-info {
    position: relative;
    top: 40px;
}
#eventos-wrap #eventos-contenido a h2 {
    font-size: 17px;
    line-height: 22px;
    font-weight: bold;
    color: #193a90;
    margin: 0;
}
#eventos-wrap #eventos-contenido .evento-hora {
    opacity: 0.25;
}
#eventos-wrap #eventos-contenido .evento-hora:hover {
    opacity: 0.35;
    cursor: pointer;
}
#eventos-wrap #eventos-contenido .evento-hora:hover #icon-hora {
    animation: reloj-girar 0.5s ease-in-out;
}
#eventos-wrap #eventos-contenido .evento-hora div {
    font-size: 15px;
    line-height: 17px;
    font-weight: bold;
    color: #000000;
    margin-left: 7px;
}
#eventos-wrap #eventos-contenido .evento-direccion {
    opacity: 0.25;
    margin-left: 30px;
}
#eventos-wrap #eventos-contenido .evento-direccion:hover {
    opacity: 0.35;
    cursor: pointer;
}
#eventos-wrap #eventos-contenido .evento-direccion:hover #icon-place {
    animation: icon-place 0.4s ease-in-out;
}
#eventos-wrap #eventos-contenido .evento-direccion div {
    font-size: 14px;
    line-height: 17px;
    font-weight: bold;
    color: #000000;
    margin-left: 3px;
}
#eventos-wrap #eventos-contenido>a.btn {
    float: right;
    position: relative;
    right: 0px;
    bottom: -10px;
}
@keyframes reloj-girar {
    0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(360deg);
}
}@keyframes icon-place {
    0% {
    transform: translateY(0px);
}
50% {
    transform: translateY(-5px);
}
100% {
    transform: translateY(0px);
}
}.seccion-subtitulo h2 {
    font-size: 17px;
    font-weight: bold;
    color: #193a90;
    text-align: center;
    margin-bottom: 40px;
}
#programa-articulos {
    margin-bottom: 40px;
}
.boton-ver-mas {
    margin-right: 50px;
    text-align: right;
}
.boton-ver-mas a {
    font-weight: bold;
    font-size: 12px;
    text-transform: uppercase;
    color: #193a90;
}
.articulo-previa {
    position: relative;
    margin-bottom: 30px;
    max-width: 373px;
    height: 270px;
}
.articulo-previa .articulo-previa-contenido {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 3;
    color: white;
    font-size: 18px;
    font-weight: bold;
    padding: 30px;
    height: 100%;
    width: 100%;
    max-width: 373px;
}
.articulo-previa .articulo-previa-contenido:hover+.articulo-previa-overlay {
    opacity: 0.1;
}
.articulo-previa .articulo-previa-contenido span:nth-child(1) a {
    font-size: 11.25px;
    font-weight: bold;
    text-transform: uppercase;
}
.articulo-previa .articulo-previa-contenido span:nth-child(2) {
    font-size: 11.25px;
    font-weight: normal;
    float: right;
}
.articulo-previa .articulo-previa-contenido h3 {
    font-size: 16.68px;
    font-weight: 500;
    line-height: 20.5px;
    margin-top: 25px;
}
.articulo-previa .articulo-previa-contenido a {
    bottom: 20px;
}
.articulo-previa .articulo-previa-overlay {
    background-color: #193a90;
    height: 270px;
    max-height: 270px;
    width: 100%;
    position: absolute;
    z-index: 2;
    opacity: 0.7;
    transition: opacity 0.15s;
}
.articulo-previa .articulo-previa-img {
    top: 0;
    left: 0;
    z-index: 1;
    background-size: cover;
    height: 270px;
    max-height: 270px;
    background-position: center;
    background-size: cover;
}
.slider-galeria {
    display: none;
}
footer {
    background-color: #edeff0;
}
footer #footer-superior {
    padding: 80px 0px;
    border-bottom: 1px solid #dadcdd;
}
footer #footer-superior div>img {
    margin-bottom: 20px;
}
footer #footer-superior ul {
    margin-right: 75px;
}
footer #footer-superior ul li a {
    color: #8d9aa5;
    font-size: 12px;
    transition: all 0.1s;
}
footer #footer-superior ul li a:hover {
    color: #637381;
}
footer #footer-inferior {
    padding: 40px 0px 50px 0px;
}
footer #footer-inferior div {
    color: #b7c0c7;
    font-size: 11px;
    font-weight: 500;
    text-transform: uppercase;
    margin-top: 20px;
}
.small-text {
    font-size: 10px;
    text-transform: uppercase;
    color: #bdbdbd;
    font-weight: 500;
}
.img-galeria-slider {
    height: 130px;
    background-position: center;
    background-size: cover;
}
.galeria-slider-wrap {
    height: 130px;
    width: 188px;
    overflow: hidden;
    position: relative;
}
.galeria-slider-wrap>.img-galeria-slider {
    position: absolute;
    height: 100%;
    width: 100%;
    transition: all .5s;
    transform: scale(1,  1);
    background-size: cover;
    z-index: -1;
}
.galeria-slider-wrap:hover>.img-galeria-slider {
    transform: scale(1.8,  1.8);
}
.galeria-slider-wrap:hover>.galeria-slider-titulo {
    opacity: 1;
}
.galeria-slider-titulo {
    display: flex;
    color: white;
    background-color: rgba(25, 58, 144, 0.8);
    height: 100%;
    width: 100%;
    opacity: 0;
    transition: all 0.3s;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 0 15px 0 15px;
    flex-direction: column;
}
.galeria-slider-titulo span:nth-child(1) {
    margin-top: -15px;
    font-weight: normal;
    margin-bottom: 10px;
}
.galeria-slider-titulo span {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 500;
}
.intro-seccion-disca {
    width: 920px;
    margin: 0 auto;
    padding: 90px 20px 0 20px;
    text-align: justify;
}
.intro-seccion-disca h1 {
    font-size: 40px;
    font-weight: bold;
    color: #193a90;
    text-align: center;
    margin: 0 0 55px 0;
    line-height: 56px;
}
.intro-seccion-disca p {
    font-size: 20px;
    line-height: 34px;
    color: #5A5A5A;
    margin: 0 0 20px 0;
}
.banner-sv {
    margin-top: 60px;
    padding: 65px 0;
    background-color: #193a90;
    text-align: center;
}
.banner-sv-pregunta {
    font-size: 37px;
    line-height: 50px;
    color: #ffffff;
    font-weight: 500;
    margin: 0 0 25px 0;
}
.banner-sv-items {
    display: flex;
    justify-content: center;
    align-items: center;
}
.banner-sv-img {
    background-image: url("../img/sistema-de-vigilancia.png");
    width: 200px;
    height: 140px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
.banner-sv-titulo {
    text-align: right;
    font-size: 20px;
    line-height: 30px;
    color: #ffffff;
}
.banner-sv-titulo strong {
    color: #ffffff;
}
.red-wrap {
    display: flex;
    flex-wrap: wrap;
}
#redes {
    padding: 20px 0 70px 0;
}
.red {
    width: 25%;
    padding: 0 20px;
    text-align: center;
}
.red-logo {
    height: 100px;
    width: 120px;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
.red-vimt {
    background-image: url("../img/redes/red-vimt.png");
}
.red-sjm {
    background-image: url("../img/redes/red-sjm.jpg");
}
.red-ves {
    background-image: url("../img/redes/red-ves.png");
}
.red-comas {
    background-image: url("../img/redes/red-comas.jpg");
}
.red-cnddhh {
    background-image: url("../img/redes/red-cnddhh.jpg");
}
.red-omaped-sur {
    background-image: url("../img/redes/red-omaped-sur.png");
}
.red-chulucanas {
    background-image: url("../img/redes/red-chulucanas.png");
}
.red-nombre {
    font-size: 15px;
    line-height: 20px;
    color: #193a90;
    font-weight: bold;
    margin: 0 0 5px 0;
}
.red-lugar {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #CCD6E8;
}
@media only screen and (max-width: 375px) {
    .red-wrap {
    flex-direction: column;
    padding: 0 40px;
}
.red {
    width: 100%}
.last-foot {
    margin-bottom: 500px;
}
.intro-seccion-disca {
    width: calc(100% - 40px);
    padding: 50px 0;
}
.intro-seccion-disca h1 {
    font-size: 30px;
    line-height: 40px;
}
.intro-seccion-disca p {
    font-size: 16px;
    line-height: 23px;
}
.banner-sv-items {
    flex-direction: column;
}
.banner-sv-pregunta {
    line-height: 37px;
    font-size: 30px;
}
.banner-sv-img {
    margin: 20px 0;
}
.banner-sv-titulo {
    text-align: center;
}
}@media only screen and (max-width: 665px) {
    #eventos-wrap {
    flex-direction: column;
    height: auto;
    margin: 30px 0 15px 0;
}
#eventos-wrap #eventos-fecha {
    width: auto;
    padding: 25px 0px;
}
#eventos-wrap #eventos-contenido {
    width: auto;
    padding: 30px 20px 25px 20px;
}
#eventos-wrap #eventos-contenido #evento-info {
    top: 20px;
    margin-bottom: 30px;
    padding-left: 15px;
}
#eventos-wrap #eventos-contenido .evento-direccion {
    margin-left: 0;
}
#eventos-wrap #eventos-contenido a {
    width: 100%}
.seccion-subtitulo h2 {
    margin-top: 30px;
}
}@media only screen and (max-width: 375px) {
    .titulo-programa {
    font-size: 20px;
    font-weight: 500;
}
.mision-programa {
    font-size: 15px;
    font-weight: normal;
    padding: 15px 10px;
}
#eventos-wrap {
    max-height: none;
}
}@media (max-width: 1023px) and (min-width: 376px) {
    .titulo-programa {
    font-size: 20px;
    font-weight: 500;
}
.mision-programa {
    font-size: 17px;
    font-weight: normal;
    padding: 15px 17%}
}.titulo-grande {
    font-size: 20px;
    font-weight: bold;
    color: #193a90;
    text-align: center;
    padding: 30px 0 30px 0;
    text-transform: uppercase;
}
.search-highlight {
    background: #ff0;
}
.top-125 {
    margin-top: 122px;
}
.fondo-redaccion {
    height: 440px;
    width: 100%;
    background-size: cover;
    background-position: center;
    margin-top: 20px;
}
.footer-redacciones {
    margin-top: 0px;
}
.wpbar-margin {
    margin-top: 32px;
}
h3 {
    color: #193a90;
    font-weight: bold;
    padding: 10px 0 10px 0;
}
.contenido-redaccion {
    background-color: white;
    width: 973px;
    margin: 95px auto;
    padding: 46px 76px 50px 76px;
    color: #525252;
    margin-bottom: 20px;
}
.contenido-redaccion img {
    max-width: 100%;
    height: auto;
}
.contenido-redaccion p {
    margin: 0 0 20px 0;
}
.contenido-redaccion ul {
    list-style-type: circle;
}
.contenido-redaccion ol {
    list-style-type: decimal;
}
.contenido-redaccion ul, .contenido-redaccion ol {
    margin: 0 0 15px 15px;
    line-height: 18px;
    text-align: justify;
    font-size: 15px;
}
.contenido-redaccion li {
    margin: 0 0 10px 0;
}
.contenido-redaccion strong {
    font-weight: bold;
}
.contenido-redaccion em {
    font-style: italic;
}
.contenido-redaccion p {
    color: #525252;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
}
.contenido-redaccion #tags {
    margin: 20px 20px 25px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #bdbdbd;
}
.contenido-redaccion #tags span a {
    font-weight: normal;
    color: #bdbdbd;
}
.contenido-redaccion #tags span a:hover {
    color: #6e6e6e;
    transition: 0.25s;
}
.content {
    background-color: white;
    width: 973px;
    margin: 0 auto;
    color: #525252;
    margin-bottom: 20px;
}
.content img {
    max-width: 100%;
    height: auto;
}
.content p {
    margin: 0 0 20px 0;
}
.content ul {
    list-style-type: circle;
}
.content ol {
    list-style-type: decimal;
}
.content ul, .content ol {
    margin: 0 0 15px 15px;
    line-height: 18px;
    text-align: justify;
    font-size: 15px;
}
.content li {
    margin: 0 0 10px 0;
}
.content strong {
    font-weight: bold;
}
.content em {
    font-style: italic;
}
.content p {
    color: #525252;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    text-align: justify;
}
.content #tags {
    margin: 20px 20px 25px 20px;
    font-size: 12px;
    font-weight: bold;
    color: #bdbdbd;
}
.content #tags span a {
    font-weight: normal;
    color: #bdbdbd;
}
.content #tags span a:hover {
    color: #6e6e6e;
    transition: 0.25s;
}
.categoria-redaccion {
    font-size: 11px;
    font-weight: bold;
    color: #bdbdbd;
    margin-bottom: 30px;
}
.categoria-redaccion span a {
    font-weight: 400;
    text-transform: uppercase;
    color: #bdbdbd;
}
.categoria-redaccion span a:hover {
    color: #6e6e6e;
    transition: 0.25s;
}
h1.titulo-redaccion {
    font-size: 27px;
    font-weight: bold;
    text-transform: uppercase;
    color: #193a90;
}
.fecha-redaccion {
    color: #6e6e6e;
    font-size: 14px;
    font-weight: bold;
}
.redaccion-relacionado {
    display: flex;
    border: solid 1px #ebebeb;
    width: 100%;
    height: 100%;
    border-radius: 10px;
    margin: 0 auto;
    align-items: center;
    margin-bottom: 20px;
}
.redaccion-relacionado>div:nth-child(1) {
    border-right: solid 1px #ebebeb;
}
.redaccion-relacionado #relacionado {
    width: 50%;
    display: flex;
    align-items: center;
}
.redaccion-relacionado .relacionado-titulo {
    padding: 0 15px 0 0;
}
.redaccion-relacionado .relacionado-titulo a {
    font-size: 12px;
    font-weight: 500;
    color: #193a90;
}
.redaccion-relacionado .division {
    height: 50px;
    border-left: 1px solid #ebebeb;
    position: relative;
    left: -50%}
.relacionado-fecha {
    padding: 27px 20px 27px 20px;
    text-align: center;
    color: #193a90;
}
.relacionado-fecha .relacionado-dia {
    font-size: 25px;
    font-weight: 500;
}
.relacionado-fecha .relacionado-mes {
    font-size: 13px;
    font-weight: bold;
    margin-top: -2px;
}
.row-1200 {
    max-width: 1200px;
    height: auto;
    margin: 0 auto;
}
.row-1020 {
    max-width: 1020px;
    margin-left: auto;
    margin-right: auto;
}
.top-63 {
    margin-top: 63px;
}
.pronunciamiento-cuerpo {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.pronunciamiento-lista-item {
    width: 225px;
    margin: 0 15px 25px 15px;
}
.redaccion-imagen {
    border-radius: 4px;
    width: 225px;
    height: 135px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    transition: all 0.2s;
}
.redaccion-imagen:hover {
    opacity: 0.75;
}
.redaccion-lista-categoria {
    margin: 4px 0 4px 0;
}
.redaccion-lista-categoria a {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 10px;
}
.redaccion-lista-categoria a:nth-child(2) {
    display: none;
}
.redaccion-lista-fecha {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 11px;
    padding: 4px 3px 0 0;
}
.redaccion-lista-titulo a:nth-child(1) {
    font-size: 13px;
    color: #1b1b1b;
}
.paginacion {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    padding: 30px 0 60px 0;
    margin: 0 auto;
}
.paginacion a {
    color: #c8c8c8;
}
.current {
    color: #193a90;
    margin: 0 5px 0 5px;
}
.no-post {
    margin: 100px auto;
    color: #193a90;
    font-weight: bold;
}
.wp-caption-text {
    display: none;
}
.top-120 {
    margin-top: 120px;
}
.screen-reader-text {
    clip: rect(1px,  1px,  1px,  1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}
#pdf-imprimir {
    color: #a3a3a3;
    font-weight: 500;
    font-size: 11px;
    padding: 10px 10px 10px 10px;
    line-height: 26px;
    text-align: center;
    margin-left: calc( 50% - 70px);
}
#pdf-icon {
    height: 26px;
    margin-bottom: -9px;
}
@media only screen and (min-width: 1024px) {
    .pronunciamiento-lista-item {
    flex-direction: column;
}
}@media only screen and (max-width: 1023px) {
    footer {
    padding-bottom: 0;
}
.wpbar-margin {
    margin-top: 46px;
}
.footer-redacciones {
    margin-top: 0px;
}
.pronunciamiento-lista-item {
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 0 0 10px 15px;
    margin: 0 0 10px 0;
}
.redaccion-imagen {
    width: 90px;
    height: 90px;
    border-radius: 3px;
    border: 2px solid #f1ebeb;
}
.info-redaccion {
    padding: 0 15px 0 15px;
    min-width: calc(100vw - 116px);
}
.redaccion-lista-titulo a:nth-child(1) {
    font-weight: 500;
}
.paginacion {
    font-size: 16px;
    padding: 20px 0 30px 0;
}
.paginacion a {
    color: #c8c8c8;
}
.contenido-redaccion {
    width: 100%;
    padding: 20px 15px 20px 15px;
    margin: 0 auto;
}
.fondo-redaccion {
    height: 180px;
}
.categoria-redaccion {
    margin-bottom: 15px;
}
.redaccion-relacionado {
    flex-direction: column;
}
.redaccion-relacionado>div:nth-child(1) {
    border-right: 0;
    border-bottom: solid 1px #ebebeb;
}
.redaccion-relacionado #relacionado {
    width: 100%}
.redaccion-relacionado .division {
    transform: rotate(90deg);
    width: 100%;
    left: 0;
}
.relacionado-titulo {
    padding: 0 5px 0 0;
}
}.gallery {
    display: none;
}
.slb_details {
    margin-top: 0px;
}
.slb_close strong {
    color: rgba(255, 255, 255, 0.5);
    padding-top: 5px;
    font-size: 12px;
    transition: all 0.3s;
    margin-right: 5px;
}
.slb_close strong:hover {
    cursor: pointer;
    color: white;
}
.slb_close span:after {
    content: "X"}
span.slb_template_tag_ui_group_status {
    font-size: 13px;
    margin: -3px 0 0 5px;
}
@media only screen and (max-width: 480px) {
    .slb_container {
    position: fixed;
    top: 200px;
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
}
#slb_viewer_wrap .slb_theme_slb_baseline .slb_container .slb_details {
    width: 100%}
#gallery-1 br {
    display: none;
}
#gallery-1 br:last-child {
    display: block;
}
#gallery-1 dl.gallery-item {
    width: 50%}
#gallery-1 dl.gallery-item:nth-child(2n+1) {
    clear: none;
}
}.publicaciones-cuerpo {
    display: flex;
    flex-wrap: wrap;
}
.publicaciones-lista-item {
    display: flex;
    flex-direction: row;
    margin: 0 20px 40px 0;
}
.publicaciones-lista-item .publicaciones-info {
    width: 280px;
    margin: 0 10px 0px 20px;
}
.publicaciones-lista-item .publicaciones-info .publicacion-lista-categoria {
    margin: 4px 0 4px 0;
}
.publicaciones-lista-item .publicaciones-info .publicacion-lista-categoria a {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 13px;
}
.publicaciones-lista-item .publicaciones-info .publicacion-lista-categoria a:nth-child(2) {
    display: none;
}
.publicaciones-lista-item .publicaciones-info .publicaciones-lista-titulo {
    font-size: 16px;
    line-height: 23px;
    font-weight: 500;
}
.publicaciones-lista-item .publicaciones-info .publicaciones-lista-titulo a {
    color: #525252;
}
.publicaciones-lista-item .publicaciones-info .publicaciones-resumen {
    margin: 8px 0 20px 0;
    font-size: 15px;
    font-weight: normal;
    color: #95989A;
    text-align: justify;
    padding: 0 10px 0 0;
}
.publicaciones-lista-item .publicaciones-info .publicaciones-resumen p {
    line-height: 18px;
}
.publicaciones-lista-item .publicaciones-info .publicaciones-ver-pdf {
    height: 25px;
    color: #C9C9C9;
    padding: 0 0 5px 0;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: bold;
}
.publicaciones-lista-item .publicaciones-info .publicaciones-ver-pdf #publicaciones-pdf-icon {
    height: 25px;
    width: 21px;
    margin-bottom: -5px;
    margin-right: 5px;
}
.publicaciones-lista-imagen {
    border-radius: 4px;
    width: 140px;
    height: 196px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border: 2px solid #F5F5F5;
}
@media only screen and (max-width: 1023px) {
    .publicaciones-lista-item {
    flex-direction: column;
    margin-right: 0;
    width: 100vw;
}
.publicaciones-lista-item .publicaciones-info {
    width: 100%;
    margin: 0;
    padding: 0 20px 0 20px;
}
.publicaciones-lista-item .publicaciones-info .publicacion-lista-categoria {
    font-size: 12px;
}
.publicaciones-lista-item .publicaciones-info .publicaciones-resumen {
    padding: 0;
    margin-bottom: 10px;
}
.publicaciones-lista-imagen {
    width: 180px;
    height: 252px;
    margin: 0 auto;
    margin-bottom: 20px;
}
}#sin-resultado {
    padding: 50px 0 80px 0;
    text-align: center;
}
.row-buscador {
    max-width: 800px;
    height: auto;
    margin: 0 auto;
    margin-top: 120px;
    position: relative;
    min-height: 150px;
}
.buscador-imagen {
    height: 160px;
    width: 240px;
    background-size: cover;
    border-radius: 4px;
}
#buscador-formulario {
    text-align: right;
}
input#buscador {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
input#buscador::-webkit-input-placeholder {
    color: #d0d0d0;
}
#buscador-titulo {
    margin-left: 10px;
    text-transform: uppercase;
    font-size: 12px;
    color: #d0d0d0;
    font-weight: 500;
}
#buscador-titulo #buscador-query {
    color: #a0a0a0;
    text-transform: capitalize;
    font-size: 15px;
    font-weight: normal;
    font-style: italic;
}
.buscador-lista-categoria {
    margin: 4px 0 4px 0;
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 10px;
}
#buscador-redacciones {
    border: 0;
    outline: 0;
    width: 100%;
    margin-top: 25px;
    height: 60px;
    padding: 0 0 0 20px;
    font-size: 30px;
    transition: all 1s;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
}
#buscador-contenedor {
    padding-top: 40px;
}
#buscador-contenedor #buscador-resultado {
    margin-bottom: 25px;
}
#buscador-contenedor #buscador-resultado #buscador-contenido {
    padding: 7px 10px 10px 15px;
}
#buscador-contenedor #buscador-resultado #buscador-contenido #buscador-post-type {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 10px;
    margin: 0px 0 7px 0;
}
#buscador-contenedor #buscador-resultado #buscador-contenido #buscador-contenido-titulo {
    margin-bottom: 10px;
}
#buscador-contenedor #buscador-resultado #buscador-contenido #buscador-contenido-titulo a {
    font-weight: 500;
    color: #193a90;
    font-size: 20px;
}
#buscador-contenedor #buscador-resultado #buscador-contenido #buscador-resumen {
    color: #525252;
    font-size: 14px;
}
@media only screen and (max-width: 1023px) {
    .row-buscador {
    margin-top: 85px;
}
input#buscador {
    width: 95%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.buscador-imagen {
    height: 50px;
    width: 50px;
    background-size: cover;
    margin: 0 auto;
    border-radius: 4px;
    display: none;
}
#buscador-redacciones {
    margin-top: 0;
    width: 100;
}
#buscador-contenedor {
    padding-top: 0px;
}
#buscador-contenedor #buscador-resultado {
    margin-top: 10px;
    flex-direction: column;
    margin-bottom: 0;
    border-bottom: 1px solid #efefef;
}
#buscador-contenedor #buscador-resultado #buscador-contenido #buscador-contenido-titulo a {
    font-size: 13px;
}
#buscador-contenedor #buscador-resultado #buscador-contenido #buscador-resumen {
    font-size: 13px;
}
}.en-construccion {
    height: 400px;
    width: 400px;
    margin-left: 50%;
    transform: translateX(-200px);
    margin-top: 50px;
}
#cover-inicio {
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #193a90;
    /*background-image: url("../img/cover-inicio.png");*/
    background-image: url("../img/presentacion.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 0 0 115px;
    margin-top: 80px;
}
#cover-inicio2 {
    width: 100%;
    height: calc(100vh - 80px);
    background-color: #193a90;
    /*background-image: url("../img/cover-inicio.png");*/
    background-image: url("../img/presentacion.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    padding: 0 0 0 115px;
    margin-top: 80px;
}
.contenido-cover {
    width: 550px;
    color: #ffffff;
}
.titulo-cover {
    font-size: 35px;
    font-weight: 500;
    line-height: 50px;
    margin: 0 0 20px 0;
}
.row1200 {
    width: 1200px;
    margin: 0 auto;
}
#intro {
    margin-top: 100px;
    text-align: center;
}
#intro p {
    font-size: 20px;
    line-height: 34px;
    width: 950px;
    font-weight: 500;
    color: #95989A;
    margin: 0 auto;
    margin-bottom: 45px;
}
#ultimas-redacciones {
    background-color: #FEFCF2;
    width: 100%;
    height: auto;
    padding-top: 45px;
    margin: 45px 0;
}
.contenedor {
    width: 1200px;
    margin: 0 auto;
}
.contenido-con-menu {
    margin-top: 125px;
}
.contenido-sin-menu {
    margin-top: 82px;
}
.margin-contenedor {
    padding-bottom: 35px;
}
.flex-center {
    justify-content: center;
}
.redac {
    width: 280px;
    margin: 0 30px;
}
.redac-img-wrap {
    overflow: hidden;
    border-radius: 4px;
}
.redac-img {
    width: 280px;
    height: 168px;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    transition: opacity,  transform,  0.3s;
}
.redac-img:hover {
    opacity: 0.9;
    transform: scale(1.1);
}
.redac-info {
    display: flex;
    margin: 10px 0;
    justify-content: space-between;
}
.redac-cat a {
    color: #212121;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
.redac-fecha {
    color: #C9C9C9;
    font-size: 13px;
    font-weight: bold;
    line-height: 20px;
}
.redac-titulo {
    font-size: 14px;
    font-weight: 500;
    line-height: 19px;
}
.redac-titulo a {
    color: #212121;
    transition: color,  0.1s;
}
.redac-titulo a:hover {
    color: #646464;
}
.ver-todo {
    text-align: center;
    padding: 25px 0;
}
.ver-todo a {
    font-size: 14px;
    font-weight: 500;
    color: #212121;
    transition: 0.15s;
}
.ver-todo a:hover {
    color: #646464;
    cursor: pointer;
}
.subtitulo {
    font-size: 20px;
    color: #193a90;
    font-weight: bold;
    margin: 43px auto;
    text-align: center;
}
.text-center {
    text-align: center;
    margin: 0 auto;
}
#ultimos-eventos {
    width: 610px;
    margin: 45px auto;
}
.eventos-wrap {
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    flex-wrap: wrap;
}
.flex-row {
    justify-content: space-between;
    flex-direction: row;
}
.archive-evento {
    width: 500px;
}
.evento {
    overflow: hidden;
    margin: 0 0 15px 0;
    display: flex;
    height: 120px;
    border: solid 2px #F7F7F7;
    border-radius: 4px;
    transition: 0.2s;
}
.evento:hover {
    border-color: #193a90;
    cursor: pointer;
    transform: scale(1.02);
}
.evento:hover .btn-evento {
    visibility: visible;
}
.evento-fecha {
    background-color: #FBFBFB;
    width: 120px;
    height: 120px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #193a90;
}
.evento-dia {
    font-size: 40px;
    font-weight: bold;
}
.evento-mes {
    font-size: 20px;
    font-weight: 500;
    text-transform: uppercase;
}
.evento-info {
    width: calc(100% - 120px);
}
.evento-titulo {
    font-size: 16px;
    line-height: 22px;
    color: #193a90;
    font-weight: bold;
    margin: 15px 25px 0px 25px;
}
.evento-subtitulo {
    margin: 0px 25px 15px 25px;
}
.evento-direccion {
    font-size: 13px;
    line-height: 16px;
    color: #95989A;
    margin: 10px 0 0 0;
}
.btn-evento {
    color: #ffffff;
    font-size: 13px;
    font-weight: bold;
    padding: 5px 15px;
    line-height: 22px;
    height: 30px;
    border-radius: 4px;
    margin: 10px 0 0 0;
    visibility: hidden;
}
.btn-evento:hover {
    cursor: pointer;
}
.ultimas-publicaciones-links {
    display: flex;
    justify-content: center;
    padding: 28px 0;
}
.ultimas-publicaciones-links a {
    color: #666666;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}
#ultimas-publicaciones {
    width: 100%;
    background-color: #FAFAFA;
    padding-bottom: 47px;
}
.ult-publicacion {
    display: flex;
}
.ult-publicacion-img {
    width: 110px;
    height: 154px;
    background-color: #EFEFEF;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 4px;
    transition: all 0.2s;
    border: 2px solid #F5F5F5;
}
.ult-publicacion-info {
    width: 230px;
    padding: 15px 25px 0 25px;
}
.ult-publicacion-area {
    font-size: 11px;
    font-weight: normal;
    color: #95989A;
    text-transform: uppercase;
}
.ult-publicacion-titulo {
    margin-top: 6px;
    font-size: 13px;
    font-weight: bold;
    line-height: 17px;
}
.ult-publicacion-titulo a {
    color: #525252;
}
.ult-publicacion-opciones {
    position: absolute;
    bottom: 10px;
    display: flex;
    color: #C9C9C9;
    font-size: 13px;
    font-weight: bold;
    justify-content: space-around;
}
.ult-publicacion-opciones a {
    color: #C9C9C9;
    text-transform: uppercase;
    transition: color 0.2s;
}
.ult-publicacion-opciones a:hover {
    color: #212121;
}
#contactanos {
    padding: 100px 0;
    text-align: center;
}
#contactanos p {
    color: #193a90;
    font-weight: bold;
    font-size: 40px;
    margin-bottom: 45px;
}
footer {
    background-color: #193a90;
    color: #ffffff;
    font-size: 13px;
}
.footer1 {
    display: flex;
    justify-content: space-between;
    padding: 60px 0;
    border-bottom: solid 1px #34519D;
}
.footer1 strong {
    color: #ffffff;
}
.sm-icon {
    display: inline-block;
    background-size: 15px 15px;
    height: 15px;
    width: 15px;
    margin: 10px 5px;
    transition: transform 0.2s cubic-bezier(0.1,  0.8,  0.55,  0.95);
}
.sm-icon:hover {
    cursor: pointer;
    transform: scale(1.3);
}
.fb-icon {
    background-image: url("iconos/facebook-icon.svg");
}
.tw-icon {
    background-image: url("iconos/twitter-icon.svg");
}
.yt-icon {
    background-image: url("iconos/youtube-icon.svg");
}
.info-contacto {
    font-weight: normal;
}
.info-contacto strong {
    font-weight: bold;
}
.footer2 {
    display: flex;
    justify-content: space-between;
    color: #ffffff;
    font-weight: 500;
    padding: 30px 0;
}
.footer2 a {
    color: #ffffff;
}
.footer2 a strong {
    color: #ffffff;
}
.modal-designer {
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    position: fixed;
    transition: opacity 0.2s;
    z-index: 9000;
    display: flex;
    flex-direction: column;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
}
.modal-wrap {
    background-color: #ffffff;
    width: 400px;
    height: 180px;
    border-radius: 8px;
    margin: 0 auto;
    padding: 40px;
    transform: scale(0.85);
    transition: all 0.25s cubic-bezier(0.1,  0.8,  0.55,  0.95);
}
.modal-wrap h2 {
    font-size: 20px;
}
.modal-wrap strong {
    font-size: 11px;
    text-transform: uppercase;
    color: #c7c7c7;
}
.cerrar-modal {
    float: right;
    margin-top: -20px;
    margin-right: -15px;
    color: #c7c7c7;
    font-weight: bold;
    transition: 0.2s;
}
.cerrar-modal:hover {
    color: #212121;
    cursor: pointer;
}
.modal-visible {
    visibility: visible;
    opacity: 1;
}
.modal-wrap-visible {
    transform: scale(1);
}
.modal-datos {
    margin: 30px 0 0 0;
}
.modal-datos strong {
    color: #212121;
}
.modal-datos p {
    font-size: 14px;
    margin-bottom: 4px;
}
.formulario-denuncia {
    display: block;
    margin: 0 auto;
    width: 628px;
    height: 1050px;
    overflow: hidden;
    margin-bottom: 40px;
}
#slider-index {
    margin-top: 80px;
}
#slider-index ul li .slider-titulo-barra {
    height: 42px;
    width: 100vw;
    background-color: #193a90;
    position: absolute;
    line-height: 42px;
    color: white;
    text-align: center;
    padding: 0 100px 0 0;
    font-size: 13px;
    opacity: 0.9;
}
#slider-index ul li .slider-text {
    height: 500px;
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
#slider-index ul li .slider-text .btn-enlace {
    color: white;
    font-weight: bold;
    margin: 0 0 0 20px;
}
#slider-index .flex-viewport {
    height: 500px;
}
#slider-index .flex-direction-nav a::before {
    font-size: 50px;
}
#slider-index .flex-direction-nav .flex-prev {
    left: 30px;
}
#slider-index .flex-direction-nav .flex-next {
    right: 30px;
}
#index-pronunciamiento {
    display: flex;
}
.index-pronunciamiento-imagen {
    height: 280px;
    width: 430px;
    background-size: cover;
    border-radius: 4px;
    transition: opacity 0.2;
}
.index-pronunciamiento-info {
    width: 520px;
    padding: 0 0 0 36px;
}
.index-pronunciamiento-info .index-pronunciamiento-categoria {
    margin: 0 0 2px 0;
}
.index-pronunciamiento-info .index-pronunciamiento-categoria a {
    font-size: 13px;
    text-transform: uppercase;
    color: #828282;
}
.index-pronunciamiento-info .index-pronunciamiento-titulo {
    margin: 0 0 8px 0;
}
.index-pronunciamiento-info .index-pronunciamiento-titulo a {
    font-size: 20px;
    font-weight: 500;
    color: #585858;
    transition: all 0.2s;
}
.index-pronunciamiento-info .index-pronunciamiento-titulo a:hover {
    color: #808080;
}
.index-pronunciamiento-info .index-pronunciamiento-resumen {
    font-size: 15px;
    color: #7D7D7D;
}
.index-pronunciamiento-info .index-pronunciamiento-resumen p {
    line-height: 18px;
}
.tag {
    margin: 25px 20px 25px 0;
    font-size: 12px;
    font-weight: 500;
    color: #cccccc;
}
.tag span {
    margin-right: 10px;
}
.tag a {
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 8px 10px;
    color: #c9c9c9;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s;
    display: inline-block;
    margin-bottom: 7px;
}
.tag a:hover {
    background-color: #EDEDED;
}
.mas-pronunciamientos {
    text-align: right;
    margin-right: 20px;
}
.mas-pronunciamientos a {
    font-weight: 500;
    font-size: 11px;
    color: #193a90;
    text-transform: uppercase;
}
#index-redacciones {
    padding: 30px 0 0 0;
}
#index-redacciones .ver-centro-prensa {
    margin: 0 0 15px 0;
}
#index-redacciones .ver-centro-prensa a {
    font-size: 12px;
    font-weight: bold;
    color: #c7c7c7;
    text-transform: uppercase;
    margin: 0 0 0 30px;
    transition: all 0.2s;
}
#index-redacciones .ver-centro-prensa a:hover {
    color: #d7d7d7;
}
#slider2 {
    width: 100%;
    height: 500px;
    overflow: hidden;
    margin-top: 80px;
    margin-bottom: 40px;
    line-height: 500px;
}
#slider2 .btn-enlace {
    color: white;
    font-weight: bold;
    margin: 0 0 0 20px;
}
#slider2 .slider-nav {
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: white;
    position: absolute;
    z-index: 900;
}
#slider2 .slider-nav .slider-next, #slider2 .slider-nav .slider-prev {
    font-size: 90px;
    color: black;
    opacity: 0.2;
    transition: all 0.2s;
    z-index: 2000;
}
#slider2 .slider-nav .slider-next:hover, #slider2 .slider-nav .slider-prev:hover {
    cursor: pointer;
    opacity: 0.55;
}
#slider2 .slider-nav .slider-next {
    float: right;
    margin-right: 30px;
}
#slider2 .slider-nav .slider-prev {
    float: left;
    margin-left: 30px;
}
#slider2 .slider-wrap {
    height: 100%;
    transition: all 0.5s;
}
#slider2 .slider-wrap .slides {
    width: 100vw;
    height: 100%;
    background-size: cover;
    background-position: center;
    display: inline-block;
    margin-right: -5px;
    position: relative;
}
#slider2 .slider-wrap .slides .slider-titulo-barra {
    width: 100vw;
    background-color: #193a90;
    position: absolute;
    line-height: 21px;
    color: white;
    text-align: center;
    padding: 10px;
    font-size: 13px;
    opacity: 0.9;
    bottom: 0;
    z-index: 3000;
}
#slider2 .slider-wrap .slide1 {
    background-image: url("http://i.imgur.com/Md1OmbB.jpg");
}
#slider2 .slider-wrap .slide2 {
    background-image: url("http://interfacelift.com/wallpaper/previews/03215_goodmorningyosemite_672x420.jpg");
}
#slider2 .slider-wrap .slide3 {
    background-image: url("http://e03-elmundo.uecdn.es/assets/multimedia/imagenes/2015/11/13/14474300157302.jpg");
}
@media only screen and (max-width: 1023px) {
    #slider2 {
    height: 380px;
}
#index-pronunciamiento {
    flex-direction: column;
}
#index-pronunciamiento .index-pronunciamiento-imagen {
    width: calc(100% - 40px);
    margin-left: 20px;
    height: 200px;
}
#index-pronunciamiento .index-pronunciamiento-info {
    width: 100%;
    margin: 0;
    padding: 20px 20px 0 20px;
}
#intro {
    width: 100%;
    margin: 0;
}
#intro p {
    width: 100%;
    font-size: 16px;
    text-align: justify;
    line-height: 23px;
    padding: 20px;
    font-weight: normal;
    margin: 0 0 10px 0;
}
#ultimas-redacciones .contenedor {
    flex-direction: column;
    width: 100%}
#ultimas-redacciones .redac {
    margin: 0 auto;
    margin-bottom: 20px;
}
.ult-publicacion {
    flex-direction: column;
}
.ult-publicacion-info {
    width: 100%;
    padding: 10px 0;
}
.ult-publicacion-img {
    margin: 0 auto;
}
.ult-publicacion-area {
    text-align: center;
    margin-top: 10px;
}
.ult-publicacion-titulo {
    text-align: center;
    margin-top: 10px;
}
.ult-publicacion-opciones {
    position: static;
    justify-content: center;
    margin-top: 25px;
}
#contactanos p {
    font-size: 30px;
}
footer {
    width: 100%;
    padding: 0 20px;
    text-align: center;
}
.sm-footer {
    margin: 0 0 35px 0;
}
.footer1, .footer2 {
    flex-direction: column;
}
.footer2 p {
    margin: 0 0 25px 0;
}
.contenedor {
    width: 100%}
.modal-wrap {
    width: calc(100% - 40px);
}
}@media only screen and (max-width: 375px) {
    #cover-inicio {
    width: 100%;
    padding: 20px;
}
.titulo-cover {
    font-size: 20px;
    line-height: 28px;
}
.contenido-cover {
    width: 100%}
#ultimos-eventos {
    width: calc(100% - 40px);
}
.archive-evento {
    width: calc(100% - 40px);
    margin: 10px auto;
}
.evento {
    flex-direction: column;
    height: auto;
}
.evento-fecha {
    height: 100px;
    width: 100%}
.evento-info {
    width: 100%}
.ult-publicacion {
    margin-bottom: 40px;
}
}.evento-lista-item {
    width: 310px;
    margin: 0 15px 25px 15px;
}
.evento-item {
    display: flex;
    flex-direction: row;
}
.evento-item .fecha-evento {
    text-align: center;
    margin-right: 27px;
}
.evento-item .fecha-evento .evento-dia {
    font-size: 45px;
    font-weight: bold;
    color: #193a90;
}
.evento-item .fecha-evento .evento-mes {
    font-size: 14px;
    color: #193a90;
    text-transform: uppercase;
    font-weight: 600;
    margin-top: -3px;
}
.evento-item .fecha-evento .evento-anio {
    font-size: 12px;
    color: #193a90;
    text-transform: uppercase;
    font-weight: normal;
}
.evento-item .evento-info {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.google-map {
    height: calc(100vh - 82px);
    width: calc(100% - 450px);
    margin-top: 78px;
    opacity: 0.75;
    left: 450px;
    position: fixed;
    z-index: 900;
}
#mapa-abancay, #mapa-ayacucho {
    display: none;
}
#over-map {
    height: 100%;
    width: calc(100% - 450px);
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
}
#over-map-contact {
    height: 100%;
    width: 450px;
    background-color: white;
    position: fixed;
    z-index: 1100;
    top: 80px;
    left: 0px;
    box-shadow: 0px 0px 27px -2px rgba(0, 0, 0, 0.1);
    padding: 40px 50px;
    text-align: center;
}
#over-map-contact h1 {
    font-weight: bold;
    color: #193a90;
    margin-bottom: 40px;
}
.wrap {
    display: flex;
}
.wrap .wrap-selected {
    width: 2px;
}
.wrap .wrap-selected .selected {
    height: 60px;
    width: 2px;
    background-color: #193a90;
    transition: all 0.2s cubic-bezier(0.1,  0.8,  0.55,  0.95);
}
.wrap .wrap-direccion {
    color: #193a90;
    text-align: left;
    margin: 0 0 0 18px;
    padding: 6px 0 0 0;
}
.wrap .wrap-direccion a {
    color: #193a90;
}
.wrap .wrap-direccion .direccion {
    margin: 0 0 70px 0;
}
.wrap .wrap-direccion .direccion .sede {
    font-size: 15px;
    font-weight: bold;
}
.wrap .wrap-direccion .direccion .datos {
    font-weight: normal;
    font-size: 12px;
}
@media only screen and (max-width: 1023px) {
    #mapa-lima, #mapa-abancay, #mapa-ayacucho {
    display: none;
}
#over-map-contact {
    padding: 40px 20px;
    width: auto;
}
#over-map-contact .wrap-selected {
    display: none;
}
#over-map-contact .direccion {
    margin: 0 0 40px 0;
}
}.centro-prensa-enlaces {
    display: flex;
    justify-content: center;
    margin: 150px 0 0 0;
}
.centro-prensa-enlaces a {
    background-color: #f5f5f5;
    border-radius: 2px;
    padding: 8px 10px;
    color: #6e6e6e;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    transition: all 0.2s;
    display: inline-block;
    margin-bottom: 7px;
    margin-right: 15px;
}
.centro-prensa-enlaces a:hover {
    background-color: #EDEDED;
    transition: 0.25s;
}
.centro-prensa-flex {
    display: flex;
    flex-flow: row wrap;
}
@media only screen and (max-width: 1023px) {
    .centro-prensa-enlaces {
    align-items: center;
    flex-wrap: wrap;
}
.centro-prensa-enlaces div {
    margin-bottom: 5px;
}
}table {
    border-collapse: separate;
    border-spacing: 0;
    width: 950px;
    border: 1px solid #E0E0E0;
    border-radius: 4px;
    margin-bottom: 60px;
}
table th {
    height: 50px;
    color: #383F51;
    font-weight: bold;
    font-size: 12px;
    line-height: 50px;
    text-transform: uppercase;
    background-color: #f2f2f2;
    text-align: left;
}
table th:nth-child(1), table th:nth-child(4) {
    padding-left: 30px;
}
table td {
    padding: 0px 25px;
    font-size: 14px;
    font-weight: normal;
    color: #4f4f4f;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e0e0e0;
}
table td:nth-child(2), table td:nth-child(3), table th:nth-child(2), table th:nth-child(3) {
    text-align: center;
}
table tr:last-of-type td {
    border-bottom: none;
}
.reconocimientos-wrap {
    width: 660px;
    margin: 0 auto;
    position: relative;
}
.reconocimientos-wrap .reconocimiento-item {
    display: flex;
    margin: 0 0 68px 0;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-fecha {
    width: 90px;
    transition: all 0.2s;
    text-align: right;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-fecha .reconocimiento-mes {
    font-weight: 500;
    font-size: 11px;
    color: #BDBDBD;
    text-transform: uppercase;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-fecha .reconocimiento-year {
    font-weight: 500;
    font-size: 17px;
    color: #4F4F4F;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-circulo {
    padding: 0 38px;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-circulo .circulo {
    background-color: white;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 4px solid #E0E0E0;
    transition: all 0.2s;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-circulo .linea {
    height: calc(100% - 20px);
    width: 1px;
    background-color: #E0E0E0;
    position: absolute;
    margin-top: -10px;
    left: 133px;
    z-index: -1;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-texto {
    width: 500px;
    color: #333333;
    font-size: 13px;
    transition: all 0.2s;
}
.reconocimientos-wrap .reconocimiento-item:hover .reconocimiento-fecha {
    padding-right: 10px;
}
.reconocimientos-wrap .reconocimiento-item:hover .reconocimiento-circulo>.circulo {
    border-color: #193a90;
}
@media only screen and (max-width: 1023px) {
    .reconocimientos-wrap {
    width: 100vw;
}
.reconocimientos-wrap .reconocimiento-item {
    flex-direction: column;
    text-align: center;
    background-color: white;
    margin: 0 0 38px 0;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-fecha {
    width: 100%;
    text-align: center;
    padding-top: 8px;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-texto {
    width: 100vw;
    margin: 0;
    padding: 10px 40px;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-circulo .circulo {
    display: none;
}
.reconocimientos-wrap .reconocimiento-item .reconocimiento-circulo .linea {
    left: 50%}
}.caso-lista-titulo {
    margin-top: 10px;
}
.caso-lista-titulo a {
    color: #6e6e6e;
    font-weight: 500;
    font-size: 17px;
}
.img-caso-legal {
    height: 230px;
    width: 100%;
    background-size: cover;
    border-radius: 4px;
    transition: opacity 0.3s;
}
.img-caso-legal:hover {
    opacity: 0.8;
}
.caso-item {
    width: 310px;
}
.btn {
    padding: 15px 28px;
    color: #ffffff;
    font-weight: 500;
    font-size: 20px;
    height: 50px;
    border-radius: 6px;
    transition: 0.15s;
    display: inline-block;
}
.btn:hover {
    cursor: pointer;
    transform: scale(1.04);
}
.btn-amarillo {
    background-color: #fecc00;
    color: rgba(0, 0, 0, 0.75);
}
.btn-azul {
    background-color: #193a90;
}
.btn-azul:hover {
    background-color: #284aa4;
}
.area {
    display: flex;
    margin-bottom: 95px;
}
.area-img {
    background-size: contain;
    background-repeat: no-repeat;
    height: 474px;
    width: 694px;
}
.area-img-disca {
    background-image: url("../img/area-discapacidad.png");
}
.area-img-desca {
    background-image: url("../img/area-desca.png");
}
.area-img-legal {
    background-image: url("../img/area-legal.png");
}
.area-img-memoria {
    background-image: url("../img/area-memoria.png");
}
.area-der {
    text-align: right;
}
.area-contenido {
    width: 415px;
    margin: 0 70px;
}
.area-contenido h2 {
    font-size: 40px;
    font-weight: bold;
    color: #193a90;
}
.area-contenido p {
    font-size: 18px;
    line-height: 28px;
    color: #5F6569;
    margin: 19px 0 0 0;
}
.area-contenido ul {
    margin: 17px 0 17px 0;
}
.area-contenido ul span {
    font-size: 13px;
    font-weight: 500;
    line-height: 24px;
    color: #c0c0c0;
}
.area-contenido ul li {
    font-size: 13px;
    font-weight: 500;
    display: inline-block;
    line-height: 24px;
}
.area-contenido ul li a {
    color: #c0c0c0;
    transition: color 0.15s;
}
.area-contenido ul li a:hover {
    color: #193a90;
}
@media only screen and (max-width: 375px) {
    .area {
    flex-direction: column;
    margin-bottom: 30px;
}
.flex-reverse-mobile {
    flex-direction: column-reverse;
}
.area-img {
    width: calc(100% - 40px);
    height: 250px;
    margin: 0 auto 20px auto;
}
.area-contenido {
    width: 100%;
    margin: 0;
    padding: 0 20px;
    text-align: center;
}
.area-contenido h2 {
    font-size: 30px;
}
.area-contenido p {
    text-align: justify;
    font-size: 16px;
    line-height: 24px;
}
.area-contenido ul li {
    font-size: 15px;
    margin: 0 10px;
}
}#intro-marco-legal {
    margin: 0 auto;
    max-width: 600px;
    color: #95989A;
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 35px;
}
.instrumentos {
    margin: 35px 0;
    padding-bottom: 45px;
}
.instrumentos h2 {
    font-size: 30px;
    font-weight: bold;
    margin: 0 0 20px 0;
    color: #193a90;
}
.instrumentos ul {
    margin: 0 0 0 15px;
}
.instrumentos ul li {
    background-image: url("../img/pdf-icon.svg");
    background-size: 21px 20px;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 35px;
}
.instrumentos ul li a {
    color: #525252;
    transition: all 0.2s;
}
.instrumentos ul li a:hover {
    color: #193a90;
    text-decoration: underline;
}
#material-informacion {
    max-width: 900px;
    margin: 0 auto;
}
.material-resumen {
    display: flex;
    padding: 35px 0 20px 0;
    margin: 0 0 20px 0;
    border-bottom: 1px solid #F5F5F5;
}
.material-resumen .material-imagen {
    height: 154px;
    width: 110px;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 30px 0 0;
    border: 2px solid #F5F5F5;
    border-radius: 4px;
}
.material-resumen .material-titulo {
    padding: 10px 0 0 0;
}
.material-resumen span {
    text-transform: uppercase;
    color: #a3a3a3;
    font-size: 13px;
    display: block;
    margin-bottom: 5px;
}
.material-resumen span a {
    color: #a3a3a3;
}
.material-resumen h1 {
    font-size: 25px;
    line-height: 30px;
    color: #193a90;
    font-weight: 500;
    width: 690px;
    margin: 0 0 10px 0;
}
.btn-descargar-material {
    background-image: url("../img/pdf-icon.svg");
    background-size: contain;
    padding: 0 0 0 30px;
    background-repeat: no-repeat;
    background-position: center left;
    line-height: 26px;
    height: 26px;
}
.btn-descargar-material a {
    color: #C9C9C9;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}
.formato-contenido p {
    color: #525252;
    line-height: 25px;
    margin-bottom: 20px;
    text-align: justify;
}
body {
    font-family: 'Gotham Rounded',  sans-serif;
}
strong {
    font-weight: bold;
    color: #6e6e6e;
}
#denuncia-float {
    justify-content: center;
    background-color: #fecc00;
    padding: 15px 20px 15px 20px;
    color: white;
    text-align: center;
    position: fixed;
    background-size: 100% 200%;
    background-image: linear-gradient(to bottom,  #fecc00 50%,  #f2c301 50%);
    transition: background-position 0.15s;
    z-index: 9999;
    display: flex;
    font-size: 16px;
    font-weight: 500;
    line-height: 25px;
}
#denuncia-float:hover {
    background-position: 0 100%;
    cursor: pointer;
}
@media only screen and (min-width: 1024px) {
    #denuncia-float {
    bottom: 40px;
    right: 40px;
    border-radius: 4px;
}
}@media only screen and (max-width: 1023px) {
    .icon-rrss {
    height: 38px;
    width: 38px;
    margin-left: 8px;
}
footer #footer-superior {
    display: none;
}
.cd-secondary-nav::after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 35px;
    background: transparent;
    background: -webkit-linear-gradient(right,  #25283D,  rgba(37, 40, 61, 0));
    background: linear-gradient(to left,  #25283D,  rgba(37, 40, 61, 0));
    pointer-events: none;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
}
#denuncia-float {
    width: 100%;
    bottom: 0px;
    left: 0;
    border-radius: 0px;
}
}
