@charset "utf-8";
@font-face {
  font-family: "Oswald";
  src: url("../fonts/oswald.ttf");
}

#art-main {
    margin:0 auto;
    font: normal 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    position: relative;
    width: 100%;
    min-height: 100%;
    left: 0;
    top: 0;
    cursor:default;
    overflow:hidden;
	background:#F6F6F6
}

.recuadro-publicos {
    float: left;
    width: 100%;
	display:flex;	
}

.imagen {
  float: left;
  max-width: 8%; /* ajuste el valor según sea necesario */
}

.recuadro-publicos .recuadro {
    width: 20%;
    float: left;
    background: #004884;
    text-align: center;
    text-transform: uppercase;
    padding: 10px 0;
}

.recuadro-publicos .recuadro:nth-child(odd) {
    background: #0d3656;
}

.recuadro-publicos .recuadro .titulo a {
    color: #fff;
    font-weight: 600;
	text-decoration: underline;
	font-size: 0.89em;
}

.figure {
    display: inline-block;
}
.recuadro-publicos .recuadro img {
    width: 50px;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.recuadro-publicos .recuadro:hover {
    background: #9f9f9f;
}

.cumple {
  color: black;
}

.fila_eliminar {
  border: 2px solid red;
  display:none;
}

.fila_eliminar .col3 {
  color: red;
  font-weight: bold;
}

.cuerpoPagina{
    z-index: -1;
}






.notification {
  display: flex;
  flex-direction: column;
  isolation: isolate;
  position: relative;
  width: 70%;
  height: max-content;
  background: #ffffff;
  border-radius: 1rem;
  overflow: hidden;
  font-family: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
  font-size: 16px;
  margin: auto;
  --gradient: linear-gradient(to bottom, #2eadff, #3d83ff, #7e61ff);
  --color: #32a6ff
  
}

.notification:before {
  position: absolute;
  content: "";
  inset: 0.0625rem;
  border-radius: 0.9375rem;
  background: #e6e9f5;
  z-index: 2
}

.notification:after {
  position: absolute;
  content: "";
  width: 0.25rem;
  inset: 0.65rem auto 0.65rem 0.5rem;
  border-radius: 0.125rem;
  background: var(--gradient);
  transition: transform 300ms ease;
  z-index: 4;
}

.notification:hover:after {
  transform: translateX(0.15rem)
}

.notititle {
  color: var(--color);
  padding: 0.65rem 0.25rem 0.4rem 1.25rem;
  font-weight: 500;
  font-size: 1.1rem;
  transition: transform 300ms ease;
  z-index: 5;
}

.notification:hover .notititle {
  transform: translateX(0.15rem)
}

.notibody {
  color: #000000;
  padding: 0 1.25rem;
  transition: transform 300ms ease;
  z-index: 5;
  text-align: justify;
}

.notification:hover .notibody {
  transform: translateX(0.25rem)
}

.notiglow,
.notiborderglow {
  position: absolute;
  width: 20rem;
  height: 20rem;
  transform: translate(-50%, -50%);
  background: radial-gradient(circle closest-side at center, white, transparent);
  opacity: 0;
  transition: opacity 300ms ease;
}

.notiglow {
  z-index: 3;
}

.notiborderglow {
  z-index: 1;
}

.notification:hover .notiglow {
  opacity: 0.1
}

.notification:hover .notiborderglow {
  opacity: 0.1
}

.note {
  color: var(--color);
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
  font-size: 0.9rem;
  width: 75%;
}






table, ul {
    font-size:  1.1em;
    font-family: 'Arial';
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5, h6, p, a, ul, ol, li {
    margin: 0;
    padding: 0;
}

/* Reset buttons border. It's important for input and button tags. 
 * border-collapse should be separate for shadow in IE. 
 */
.art-button {
    border-collapse: separate;
    -webkit-background-origin: border !important;
    -moz-background-origin: border-box !important;
    background-origin: border-box !important;
    background: #222ED8;
    background: -webkit-linear-gradient(top, #4A54E3 0, #222FDD 45%, #1B25AC 100%) no-repeat;
    background: -moz-linear-gradient(top, #4A54E3 0, #222FDD 45%, #1B25AC 100%) no-repeat;
    background: -o-linear-gradient(top, #4A54E3 0, #222FDD 45%, #1B25AC 100%) no-repeat;
    background: -ms-linear-gradient(top, #4A54E3 0, #222FDD 45%, #1B25AC 100%) no-repeat;
    -svg-background: linear-gradient(to top, #4A54E3 0, #222FDD 45%, #1B25AC 100%) no-repeat;
    background: linear-gradient(to bottom, #4A54E3 0, #222FDD 45%, #1B25AC 100%) no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border:1px solid #222ED8;
    padding:0 7px;
    margin:0 auto;
    height:24px;
}

.art-postcontent,
.art-postheadericons,
.art-postfootericons,
.art-blockcontent,
ul.art-vmenu a 
{
    text-align: left;
}

.art-postcontent a, .art-postcontent a:link
{
    font: bold 0.9em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    text-decoration: none;
    color: #535DE4;
}

.art-postcontent a:visited, .art-postcontent a.visited
{
    font: bold 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    text-decoration: none;
    color: #222FDD;
}

.subtitul
{
    font: bold 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    text-decoration: none;
    color: #FFAB00;
}

.art-postcontent h1
{
    color: #000000;
   /* margin: 3px 0 0;*/
    font: bold 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}

.art-blockcontent h1
{
    margin: 10px 0 0;
    font: bold 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}

.art-postcontent h1 a, .art-postcontent h1 a:link, .art-postcontent h1 a:hover, 
.art-postcontent h1 a:visited, .art-blockcontent h1 a, .art-blockcontent h1 a:link, 
.art-blockcontent h1 a:hover, .art-blockcontent h1 a:visited 
{
    font: bold 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}

.art-postcontent h2 {
    color: #444;
    margin: 8px 0 0;
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-blockcontent h2
{
    margin: 10px 0 0;
    font: 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h2 a, .art-postcontent h2 a:link, .art-postcontent h2 a:hover, 
.art-postcontent h2 a:visited, .art-blockcontent h2 a, .art-blockcontent h2 a:link,
.art-blockcontent h2 a:hover, .art-blockcontent h2 a:visited 
{
    font: bold 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h3
{
    color: #FFAB00;
    margin: 10px 0 0;
    font: bold 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-blockcontent h3
{
    margin: 10px 0 0;
    font: bold 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h3 a, .art-postcontent h3 a:link, .art-postcontent h3 a:hover, 
.art-postcontent h3 a:visited, .art-blockcontent h3 a, .art-blockcontent h3 a:link,
.art-blockcontent h3 a:hover, .art-blockcontent h3 a:visited 
{
    font: normal 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h4
{
    color: #000000;
    margin: 10px 0 0;
    font: bold 0.9em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	
}

.art-blockcontent h4
{
    margin: 10px 0 0;
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h4 a, .art-postcontent h4 a:link, .art-postcontent h4 a:hover, 
.art-postcontent h4 a:visited, .art-blockcontent h4 a, .art-blockcontent h4 a:link,
.art-blockcontent h4 a:hover, .art-blockcontent h4 a:visited 
{
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h5
{
    color: #0B0F47;
    margin: 10px 0 0;
    font: bold 0.75em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-blockcontent h5
{
    margin: 10px 0 0;
    font: bold 0.75em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h5 a, .art-postcontent h5 a:link, .art-postcontent h5 a:hover, 
.art-postcontent h5 a:visited, .art-blockcontent h5 a, .art-blockcontent h5 a:link,
.art-blockcontent h5 a:hover, .art-blockcontent h5 a:visited 
{
    font: normal 0.75em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h6
{
    color: #1A24A8;
    margin: 10px 0 0;
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-blockcontent h6
{
    margin: 10px 0 0;
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.context-text{
	  color: #fff;
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.window-notice {   
    left: 1115px;
    bottom: initial;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
	color:#fff;
	text-align:left;
}

.window-notice .mensaje {
    background-color:#1925c1cf;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    margin: auto;
    max-width: 320px;
    min-width: 200px !important;
    overflow: hidden;
	color:#fff;
    font: 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-postcontent h6 a, .art-postcontent h6 a:link, .art-postcontent h6 a:hover, 
.art-postcontent h6 a:visited, .art-blockcontent h6 a, .art-blockcontent h6 a:link,
.art-blockcontent h6 a:hover, .art-blockcontent h6 a:visited 
{
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

header, footer, article, nav, #art-hmenu-bg, .art-sheet,
.art-hmenu a, .art-vmenu a, .art-slidenavigator > a, .art-checkbox:before, .art-radiobutton:before
{
    -webkit-background-origin: border !important;
    -moz-background-origin: border-box !important;
    background-origin: border-box !important;
}

header, footer, article, nav, #art-hmenu-bg, .art-sheet,
.art-slidenavigator > a, .art-checkbox:before, .art-radiobutton:before
{
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

ul {
    list-style-type: none;
}

ol {
    list-style-position: inside;
}

html, body {
    height: 100%;
}

/**
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 * https://github.com/necolas/normalize.css
 */

html {
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */}

body {
    padding: 0;
    margin:0;
    min-width: 880px;
    color: #060723;
}


.art-header:before, 
#art-header-bg:before, 
.art-layout-cell:before, 
.art-layout-wrapper:before, 
.art-footer:before, 
.art-nav:before, 
#art-hmenu-bg:before, 
.art-sheet:before 
{
    width: 100%;
    content: " ";
    display: table;
    border-collapse: collapse;
    border-spacing: 0;
}

.art-header:after, 
#art-header-bg:after, 
.art-layout-cell:after, 
.art-layout-wrapper:after, 
.art-footer:after, 
.art-nav:after, 
#art-hmenu-bg:after, 
.art-sheet:after,
.cleared, .clearfix:after 
{
    clear: both;
    font: 0/0 serif;
    display: block;
    content: " ";
}



@media screen and (max-width: 600px) {
       table {
           width:100%;
       }
       thead {
           display: none;
       }
       tr:nth-of-type(2n) {
           background-color: inherit;
       }
	   
	   tr th:nth-of-type(2n) {
           background-color: inherit;
       }
	   
	   tr th:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody th {
           display: block;
           text-align:center;
       }
       tbody th:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
	   
       tr td:first-child {
           background: #f0f0f0;
           font-weight:bold;
           font-size:1.3em;
       }
       tbody td {
           display: block;
           text-align:center;
       }
       tbody td:before {
           content: attr(data-th);
           display: block;
           text-align:center;
       }
}

form {
    padding: 0 !important;
    margin: 0 !important;
}

table.position
{
    position: relative;
    width: 100%;
    table-layout: fixed;
}

li h1, .art-postcontent li h1, .art-blockcontent li h1 
{
    margin:1px;
} 
li h2, .art-postcontent li h2, .art-blockcontent li h2 
{
    margin:1px;
} 
li h3, .art-postcontent li h3, .art-blockcontent li h3 
{
    margin:1px;
} 
li h4, .art-postcontent li h4, .art-blockcontent li h4 
{
    margin:1px;
} 
li h5, .art-postcontent li h5, .art-blockcontent li h5 
{
    margin:1px;
} 
li h6, .art-postcontent li h6, .art-blockcontent li h6 
{
    margin:1px;
} 
li p, .art-postcontent li p, .art-blockcontent li p 
{
    margin:1px;
}

.art-shapes {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: 0;
}

.art-slider-inner {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.art-slidenavigator > a {
    display: inline-block;
    vertical-align: middle;
    outline-style: none;
    font-size: 1px;
}

.art-slidenavigator > a:last-child {
    margin-right: 0 !important;
}

.art-object512459651 h1, 
.art-object512459651 h2, 
.art-object512459651 h3, 
.art-object512459651 h4, 
.art-object512459651 h5, 
.art-object512459651 h6, 
.art-object512459651 p, 
.art-object512459651 a, 
.art-object512459651 ul, 
.art-object512459651 ol, 
.art-object512459651 li
{
    line-height: 32px;
}

.art-object512459651 {  
    position: absolute;
    top: 80px;
    left: 97.93%;
    margin-left: -132px !important;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    z-index: 99;
    width: 135px;
    height: 32px;
}

.default-responsive .art-object512459651 {
}

.art-slidecontainerpageslider {
    position: relative;
    width: 100%;
    height: 100%;
}

.default-responsive .art-header .art-slidecontainerpageslider,
.responsive .art-header .art-slidecontainerpageslider
{
    position: absolute !important;
}

.responsive .art-pageslider .art-slidecontainerpageslider {
    position: absolute !important;
}

.art-slidecontainerpageslider .art-slide-item {
    -webkit-transform: rotate(0);
}

.art-slidecontainerpageslider .art-slide-item {

    -webkit-transition: 1600ms ease-in-out top;
    -moz-transition: 1600ms ease-in-out top;
    -ms-transition: 1600ms ease-in-out top;
    -o-transition: 1600ms ease-in-out top;
    transition: 1600ms ease-in-out top;

    /*    
    
            -webkit-transition: all 500ms ease-in-out;
          -moz-transition: all 500ms ease-in-out;
            -ms-transition: all 500ms ease-in-out;
            -o-transition: all 500ms ease-in-out;
          transition: all 500ms ease-in-out;
    
        transition-duration: 3600s, 3600s;
        -webkit-transition-duration: 3600s; 
        transition-duration: 3600s;
    
    */

    position: relative;
    display: none;
    width:  100%;
    height: 100%;
}

.art-slidecontainerpageslider .active, .art-slidecontainerpageslider .next, .art-slidecontainerpageslider .prev {
    display: block;
}

.art-slidecontainerpageslider .active {
    top: 0;
}

.ie10 .art-slidecontainerpageslider .active {
    top: 0.1px;
}

.art-slidecontainerpageslider .next, .art-slidecontainerpageslider .prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.art-slidecontainerpageslider .next {
    top: 100%;
}

.art-slidecontainerpageslider .prev {
    top: -100%;
}

.art-slidecontainerpageslider .next.forward, .art-slidecontainerpageslider .prev.back {
    top: 0;
}
.ie10 .art-slidecontainerpageslider .next.forward, .art-slidecontainerpageslider .prev.back {
    top: 0.1px;
}

.art-slidecontainerpageslider .active.forward {
    top: -100%;
}

.art-slidecontainerpageslider .active.back {
    top: 100%;
}

.art-slidepageslider0 {
    background-image:  url('../images/slidepageslider0.jpg');
    /* background-size:  auto auto; */
    background-position:  center center;
    background-repeat: no-repeat;
}

/* special setup for header/pageslider */
.responsive .art-header .art-slidepageslider0 {
    background-image:  url('../images/slidepageslider0.jpg');
    background-size: auto auto;
    background-position:  center center;
    background-repeat: no-repeat;
}

.responsive .art-pageslider .art-slidepageslider0 {
    background-image:  url('../images/slidepageslider0.jpg');
    background-size: auto auto;
    background-position:  center center;
    background-repeat: no-repeat;
}

.default-responsive .art-header .art-slidepageslider0 {
    background-image: url('../images/slidepageslider0.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.default-responsive .art-pageslider .art-slidepageslider0 {
    background-image: url('../images/slidepageslider0.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}
.art-slidepageslider1 {
    background-image:  url('../images/slidepageslider1.jpg');
    /* background-size:  auto auto; */
    background-position:  center center;
    background-repeat: no-repeat;
}

/* special setup for header/pageslider */
.responsive .art-header .art-slidepageslider1 {
    background-image:  url('../images/slidepageslider1.jpg');
    background-size: auto auto;
    background-position:  center center;
    background-repeat: no-repeat;
}

.responsive .art-pageslider .art-slidepageslider1 {
    background-image:  url('../images/slidepageslider1.jpg');
    background-size: auto auto;
    background-position:  center center;
    background-repeat: no-repeat;
}

.default-responsive .art-header .art-slidepageslider1 {
    background-image: url('../images/slidepageslider1.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.default-responsive .art-pageslider .art-slidepageslider1 {
    background-image: url('../images/slidepageslider1.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}.art-slidepageslider2 {
    background-image:  url('../images/slidepageslider2.jpg');
    /* background-size:  auto auto; */
    background-position:  center center;
    background-repeat: no-repeat;
}

/* special setup for header/pageslider */
.responsive .art-header .art-slidepageslider2 {
    background-image:  url('../images/slidepageslider2.jpg');
    background-size: auto auto;
    background-position:  center center;
    background-repeat: no-repeat;
}

.responsive .art-pageslider .art-slidepageslider2 {
    background-image:  url('../images/slidepageslider2.jpg');
    background-size: auto auto;
    background-position:  center center;
    background-repeat: no-repeat;
}

.default-responsive .art-header .art-slidepageslider2 {
    background-image: url('../images/slidepageslider2.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.default-responsive .art-pageslider .art-slidepageslider2 {
    background-image: url('../images/slidepageslider2.jpg');
    background-size: auto auto;
    background-position: center center;
    background-repeat: no-repeat;
}

.art-slidenavigatorpageslider {
    display: inline-block;
    position: absolute;
    direction: ltr !important;
    top: 209px;
    left: 1.48%;
    z-index: 98;
    line-height: 0 !important;
    -webkit-background-origin: border !important;
    -moz-background-origin: border-box !important;
    background-origin: border-box !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    white-space: nowrap;
}

.art-slidenavigatorpageslider {
    background: #FFFFFF;
    background: #FFFFFF;
    background: #FFFFFF;
    background: #FFFFFF;
    background: #FFFFFF;
    -svg-background: #FFFFFF;
    background: #FFFFFF;
    -webkit-border-radius:5px;
    -moz-border-radius:5px;
    border-radius:5px;
    border:1px solid #444;
    padding:5px;
}

.art-slidenavigatorpageslider > a {
    background: #A9A9A9;
    background: #A9A9A9;
    background: #A9A9A9;
    background: #A9A9A9;
    background: #A9A9A9;
    -svg-background: #A9A9A9;
    background: #A9A9A9;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:0 10px 0 0;
    width: 10px;
    height: 10px;
}

.art-slidenavigatorpageslider > a.active {
    background: #000000;
    background: #000000;
    background: #000000;
    background: #000000;
    background: #000000;
    -svg-background: #000000;
    background: #000000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:0 10px 0 0;
    width: 10px;
    height: 10px;
}

.art-slidenavigatorpageslider > a:hover {
    background: #FF0000;
    background: #FF0000;
    background: #FF0000;
    background: #FF0000;
    background: #FF0000;
    -svg-background: #FF0000;background: #FF0000;
    -webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
    margin:0 10px 0 0;
    width: 10px;
    height: 10px;
}

.art-sheet {
    background: #FFFFFF;
    -webkit-box-shadow:0 0 4px 2px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:0 0 4px 2px rgba(0, 0, 0, 0.15);
    box-shadow:0 0 4px 2px rgba(0, 0, 0, 0.15);
    border-bottom:1px solid #1B25AC;
    margin:0 auto;
    position:relative;
    cursor:auto;
    width: 100%;
    z-index: auto !important;
}

.art-header {
    margin:0 auto;
    background-repeat: no-repeat;
    height: 150px;
    background-position: 10px -29px, 0 0;
    position: relative;
    z-index: auto !important;
}

.custom-responsive .art-header {
    background-position: 10px -29px, 0 0;
}

.default-responsive .art-header,
.default-responsive #art-header-bg
{
    background-image: url('../images/LogoSUINCel2024.png');
    background-position: center center;
    background-size: cover;
}

.art-header>.widget 
{
    position:absolute;
    z-index: 101;
}

.art-nav {
    background: #255086;
    position: absolute;
    margin: 0;
    border-bottom:3px solid #FFCD00;
    bottom: 1px;
    width: 100%;
    z-index: 100;
    text-align: left;
}


.art-nav:before {
    content:' ';
}

nav.art-nav {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    height: 54px;
    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0);
}

ul.art-hmenu a, ul.art-hmenu a:link, ul.art-hmenu a:visited, ul.art-hmenu a:hover 
{
    outline: none;
    position: relative;
    z-index: 11;
}

ul.art-hmenu, ul.art-hmenu ul
{
    background-color:#235087;
    display: block;
    margin: 0px -1px -1px 20px;
    padding: 0;
    border: 0;
    list-style-type: none;
}

ul.art-hmenu li
{
    position: relative;
    z-index: 5;
    display: block;
    float: left;
    background: none;
    margin: 0;
    padding: 0;
    border: 0;
}

ul.art-hmenu li:hover
{
    z-index: 10000;
    white-space: normal;
}

ul.art-hmenu:after, ul.art-hmenu ul:after
{
    content: ".";
    height: 0;
    display: block;
    visibility: hidden;
    overflow: hidden;
    clear: both;
}

ul.art-hmenu, ul.art-hmenu ul {
    min-height: 0;
}

ul.art-hmenu {
    display: inline-block;
    vertical-align: bottom;
}

.art-hmenu-extra1
{
    position: relative;
    display: block;
    float: left;
    width: auto;
    height: auto;
    background-position: center;
}

.art-hmenu-extra2 {
    position: relative;
    display: block;
    float: right;
    width: auto;
    height: auto;
    background-position: center;
}

.art-hmenu {
    float: left;
}

.art-menuitemcontainer {
    margin:0 auto;
}

ul.art-hmenu>li {
    margin-left: 1px;
}

ul.art-hmenu>li:first-child {
    margin-left: 0;
}

ul.art-hmenu>li:last-child, ul.art-hmenu>li.last-child {
    margin-right: 0;
}

ul.art-hmenu>li>a
{
    padding:0 25px;
    margin:0 auto;
    position: relative;
    display: block;
    height: 37px;
    cursor: pointer;
    text-decoration: none;
    color: #fff;
    line-height: 37px;
    text-align: center;
}

.menuSupLogin a {
    display: inline-block;
    font:  1.1em 'Arial';
    line-height: 3em;
    text-align: left !important;
    color: #ffffff;
    padding:0 12px;
    cursor: pointer;
    text-decoration: none;
}

.menuSuperior a {
    display: block; 
    font:  1em 'Arial';
    line-height: 3em;
    text-align: left !important;
    color: #ffffff;
    padding:0 10px;
    cursor: pointer;
    text-decoration: none;
}

.menuSuperior.active a {
    display: block; 
    font:  1em 'Arial';
    line-height: 3em;
    text-align: left !important;
    color: #235087;
    padding:0 10px;
    cursor: pointer;
    text-decoration: none;
	background:#FFCD00;
}

.menuSuperior a:hover {
    color: #000;
    text-decoration: none;
	background:#0195ff;
}

* {
	margin:0;
	padding:0;
}

    .slider {
        width: 100%;
        margin: 20px auto;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: 1;
    }

    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	
.main {
	width:90%;
	max-width:1000px;
	margin:20px auto;
}
 
.slides {
	width:100%;
}
 
.slides img {
	width:100%;
}
 
.slidesjs-pagination {
	background:#424242;
	list-style:none;
	overflow:hidden;
}
 
.slidesjs-pagination li {
	float:left;
}
 
.slidesjs-pagination li a {
	display:block;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
}
 
.slidesjs-pagination li a:hover {
	background:#000;
}
 
.slides .active {
	background:#000;
}
 
.slidesjs-navigation{
	background:#000;
	color:#fff;
	text-decoration:none;
	display:inline-block;
	padding:13.5px 20px;
	float:right;			
}

.art-hmenu>li>a, 
.art-hmenu>li>a:link, 
.art-hmenu>li>a:visited, 
.art-hmenu>li>a.active, 
.art-hmenu>li>a:hover {
    font: 1em Arial;
    font-style: normal;
    text-decoration: none;
    text-align: left;
    line-height: 3em;
}

ul.art-hmenu>li>a.active {
    margin:0 auto;
    color: #ffab00;
    text-decoration: none;
}


.slider-container {
  position: relative;
  width: 50%; /* Ancho del contenedor del slider */
  margin: 0 auto; /* Centrar horizontalmente */
  overflow: hidden;
}


.movimientoslider {
  position: relative;
  width: 80%; /* Ancho del contenedor del slider */
  margin: 0 auto; /* Centrar horizontalmente */
  overflow: hidden;
}


.slider-wrapper {
  display: flex;
  position: relative;
}

.slidertexto {
  display: flex;
}

.slide {
  flex: 1;
  min-width: 100%;
  display: flex;
  justify-content: center; /* Centrar el contenido horizontalmente */
  align-items: center; /* Centrar el contenido verticalmente */
}

.new-label {
  position: absolute;
  top: 10px;
  font-size: 18px;
  color: #333;
}

.prev-btn, .next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px;
  background-color: #333;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 20px;
  z-index: 1;
}

.prev-btn {
  left: 10px;
}

.next-btn {
  right: 10px;
}




ul.art-hmenu>li>a:visited, 
ul.art-hmenu>li>a:hover, 
ul.art-hmenu>li:hover>a {
    text-decoration: none;
}


ul.art-hmenu>li>a:hover, 
.desktop ul.art-hmenu>li:hover>a {
    color: #fff;
    text-decoration: none;
}

ul.art-hmenu>li:before
{
    position:absolute;
    display: block;
    content:' ';
    top:0;
    left:  -1px;
    width:1px;
    height: 37px;
}
ul.art-hmenu>li:first-child:before{
    display:none;
}

ul.art-hmenu li li a
{
    background: #FFAB00;
    background: transparent;
    padding:0 8px;
    margin:0 auto;
}


ul.art-hmenu li li {
    float: none;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
}

.desktop ul.art-hmenu li li ul>li:first-child 
{
    margin-top: 0;
}

ul.art-hmenu li li ul>li:last-child 
{
    margin-bottom: 0;
}

.art-hmenu ul a {
    display: block;
    white-space: nowrap;
    height: 25px;
    min-width: 7em;
    border: 0 solid transparent;
    text-align: left;
    line-height: 25px;
    color: #FFF;
    font: bold 0.87em Arial;
    font-style: normal;
    text-decoration: none;
    text-shadow: 1.4px 1.4px 0 rgba(23, 23, 23, 0.82);
    margin:0;
}

.art-hmenu ul a:link, 
.art-hmenu ul a:visited, 
.art-hmenu ul a.active, 
.art-hmenu ul a:hover
{
    text-align: left;
    line-height: 25px;
    color: #FFF;
    font: bold 0.87em Arial;
    font-style: normal;
    text-decoration: none;
    text-shadow: 1.4px 1.4px 0 rgba(23, 23, 23, 0.82);
    margin:0;
}

ul.art-hmenu ul li a:hover, .desktop ul.art-hmenu ul li:hover>a {
    margin:0 auto;
}

.art-hmenu ul a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.desktop .art-hmenu ul li:hover>a {
    color: #5B73AF;
}

ul.art-hmenu ul:before {
    background: #FFAB00;
    margin:0 auto;
    display: block;
    position: absolute;
    content: ' ';
    z-index: 1;
}
.desktop ul.art-hmenu li:hover>ul {
    visibility: visible;
    top: 100%;
}
.desktop ul.art-hmenu li li:hover>ul {
    top: 0;
    left: 100%;
}

ul.art-hmenu ul {
    visibility: hidden;
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    background-image: url('../images/spacer.gif');
}

.desktop ul.art-hmenu>li>ul
{
    /*    padding: 12px 32px 32px 32px; */
    /*    margin: -10px 0 0 -30px; */
}

.desktop ul.art-hmenu ul ul
{
    padding: 32px 32px 32px 12px;
    margin: -32px 0 0 -9px;
}

.desktop ul.art-hmenu ul.art-hmenu-left-to-right 
{
    right: auto;
    left: 0;
    margin: -10px 0 0 -30px;
}

.desktop ul.art-hmenu ul.art-hmenu-right-to-left 
{
    left: auto;
    right: 0;
    margin: -10px -30px 0 0;
}

.desktop ul.art-hmenu li li:hover>ul.art-hmenu-left-to-right {
    right: auto;
    left: 100%;
}
.desktop ul.art-hmenu li li:hover>ul.art-hmenu-right-to-left {
    left: auto;
    right: 100%;
}

.desktop ul.art-hmenu ul ul.art-hmenu-left-to-right
{
    right: auto;
    left: 0;
    padding: 32px 32px 32px 12px;
    margin: -32px 0 0 -9px;
}

.desktop ul.art-hmenu ul ul.art-hmenu-right-to-left
{
    left: auto;
    right: 0;
    padding: 32px 12px 32px 32px;
    margin: -32px -9px 0 0;
}

.desktop ul.art-hmenu li ul>li:first-child {
    margin-top: 0;
}
.desktop ul.art-hmenu li ul>li:last-child {
    margin-bottom: 0;
}

.desktop ul.art-hmenu ul ul:before {
    border-radius: 0;
    top: 30px;
    bottom: 30px;
    right: 30px;
    left: 10px;
}

.desktop ul.art-hmenu>li>ul:before
{
    top: 10px;
    right: 30px;
    bottom: 30px;
    left: 30px;
}

.desktop ul.art-hmenu>li>ul.art-hmenu-left-to-right:before {
    right: 30px;
    left: 30px;
}
.desktop ul.art-hmenu>li>ul.art-hmenu-right-to-left:before {
    right: 30px;
    left: 30px;
}
.desktop ul.art-hmenu ul ul.art-hmenu-left-to-right:before {
    right: 30px;
    left: 10px;
}
.desktop ul.art-hmenu ul ul.art-hmenu-right-to-left:before {
    right: 10px;
    left: 30px;
}

.art-pageslider {
    margin:0 auto;
    height: 540px;
    background-repeat: no-repeat;
    position: relative;
    z-index: auto !important;
}

.responsive .art-pageslider {
    background-position: center center;
}

.art-pageslider>.widget {
    position:absolute;
    z-index:99;
}

.art-layout-wrapper {
    position: relative;
    margin: 0 auto 0 auto;
    z-index: auto !important;
}

.art-content-layout {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.art-content-layout-row {
    display: table-row;
}

.art-layout-cell {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

.art-layout-cell2 {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table-cell;
    vertical-align: top;
}

/* need only for content layout in post content */ 
.art-postcontent .art-content-layout {
    border-collapse: collapse;
}

.art-block {
    background: #C9DEDC;
}


div.art-block img {
    border: none;
    margin: 0;
}

.art-blockheader {
    background: #4EB751;
    border:2px solid #0C114F;
    border-left:none;
    border-right:none;
    padding:10px 7px;
    margin:0 auto;
}

.art-blockheader .t,
.art-blockheader .t a,
.art-blockheader .t a:link,
.art-blockheader .t a:visited, 
.art-blockheader .t a:hover
{
    color: #121212;
    font: bold 1.6em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    margin: 0 10px;
}

.art-blockcontent
{
    padding:7px;
    margin:0 auto;
    color: #080B35;
    font: 0.75em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}
.art-blockcontent table,
.art-blockcontent li, 
.art-blockcontent a,
.art-blockcontent a:link,
.art-blockcontent a:visited,
.art-blockcontent a:hover
{
    color: #080B35;
    font: 0.75em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-blockcontent p
{
    margin: 0 5px;
}

.art-blockcontent a, .art-blockcontent a:link
{
    color: #171F92;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

/*decretos unicos */
.tarjetaflex {
	display:flex;
	flex-wrap:wrap;
	}

.walletdur {
  --bg-color: #198d94;
  --bg-color-light: #f0e7ff;
  --text-color-hover: #fff;
  --box-shadow-color: rgba(206, 178, 252, 0.48);
}

.carddur {
  width: 220px;
  height: 321px;
  background: #fff;
  border-top-right-radius: 10px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.04);
  transition: all 0.3s ease-out;
  text-decoration: none;
  margin: 10px;
}

.carddur:hover {
  transform: translateY(-5px) scale(1.005) translateZ(0);
  box-shadow: 0 24px 36px rgba(0, 0, 0, 0.11),
    0 24px 46px var(--box-shadow-color);
	margin: 10px;
}

.carddur:hover .overlaydur {
  transform: scale(4) translateZ(0);
}

.carddur:hover .circledur {
  border-color: var(--bg-color-light);
  background: var(--bg-color);
}

.carddur:hover .circledur:after {
  background: var(--bg-color-light);
}

.carddur:hover p {
  color: var(--text-color-hover);
}

.carddur:hover a {
  color: var(--text-color-hover);
  text-decoration:underline;
}

.carddur p {
  font-size: 17px;
  color: #4c5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.carddur a {
  font-size: 17px;
  color: #4c5656;
  margin-top: 30px;
  z-index: 1000;
  transition: color 0.3s ease-out;
}

.circledur {
  width: 131px;
  height: 131px;
  border-radius: 50%;
  background: #fff;
  border: 2px solid var(--bg-color);
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-out;
}

.circledur:after {
  content: "";
  width: 118px;
  height: 118px;
  display: block;
  position: absolute;
  background: var(--bg-color);
  border-radius: 50%;
  top: 7px;
  left: 7px;
  transition: opacity 0.3s ease-out;
}

.circledur svg {
  z-index: 10000;
  transform: translateZ(0);
}

.overlaydur {
  width: 118px;
  position: absolute;
  height: 118px;
  border-radius: 50%;
  background: var(--bg-color);
  top: 70px;
  left: 50px;
  z-index: 0;
  transition: transform 0.3s ease-out;
}

/* botones programas del ministerio*/

.card-containerprogram {
  width: 220px;
  height: 150px;
  position: relative;
  border-radius: 10px;
  padding:2px;
}

.card-containerprogram::before {
  content: "";
  z-index: -1;
  position: absolute;
  inset: 0;
  background: linear-gradient(-45deg, #235087 0%, #235087 100% );
  transform: translate3d(0, 0, 0) scale(0.95);
  filter: blur(20px);
}

.cardprogram {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  overflow: hidden;
}

.cardprogram .img-contentprogram {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(-45deg, #e5eefb 0%,  #ffffff 100% );
  transition: scale 0.6s, rotate 0.6s, filter 1s;
}

.cardprogram .img-contentprogram svg {
  width: 50px;
  height: 50px;
  fill: #e8e8e8;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardprogram .contentprogram {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  color: #ffffff;
  padding: 1px;
  line-height: 1.5;
  border-radius: 5px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(50px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardprogram .contentprogram .headingprogram {
  font-size: 20px;
  font-weight: 700;
  background-color:#235087;
}

.cardprogram:hover .contentprogram {
  opacity: 1;
  transform: translateY(0);
}

.cardprogram:hover .img-contentprogram {
  scale: 2.5;
  rotate: 30deg;
  filter: blur(7px);
}

.cardprogram:hover .img-contentprogram svg {
  fill: transparent;
}

.img-fluidprogram {
    max-width: 180px;
    height: auto;
}

.art-blockcontent a:visited, .art-blockcontent a.visited
{
    color: #2B37DE;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
}

.art-blockcontent a:hover, .art-blockcontent a.hover
{
    color: #1D27B9;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
}

.art-block ul>li:before {
    content:url('../images/blockbullets.png');
    margin-right:6px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    margin-left: -13px;
}
.opera .art-block ul>li:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-block li
{
    font: 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 125%;
    color: #080B35;
}

.art-block ul>li, .art-block ol
{
    padding: 0;
}

.art-block ul>li
{
    padding-left: 13px;
}

.art-breadcrumbs
{
    margin:0 auto;
}

a.art-button,
a.art-button:link,
a:link.art-button:link,
body a.art-button:link,
a.art-button:visited,
body a.art-button:visited,
input.art-button,
button.art-button
{
    text-decoration: none;
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    position:relative;
    display: inline-block;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    color: #CACDF7;
    margin: 0 5px 0 0 !important;
    overflow: visible;
    cursor: pointer;
    text-indent: 0;
    line-height: 24px;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.art-button img {
    margin: 0;
    vertical-align: middle;
}

.firefox2 .art-button {
    display: block;
    float: left;
}

input, select, textarea, a.art-search-button span {
    vertical-align: middle;
    font: 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}

.art-block select {
    width:96%;
}

input.art-button {
    float: none !important;
    -webkit-appearance: none;
}

.art-button.active, .art-button.active:hover
{
    background: #35DE62;
    background: -webkit-linear-gradient(top, #61E584 0, #24DB55 70%, #1FC14B 100%) no-repeat;
    background: -moz-linear-gradient(top, #61E584 0, #24DB55 70%, #1FC14B 100%) no-repeat;
    background: -o-linear-gradient(top, #61E584 0, #24DB55 70%, #1FC14B 100%) no-repeat;
    background: -ms-linear-gradient(top, #61E584 0, #24DB55 70%, #1FC14B 100%) no-repeat;
    -svg-background: linear-gradient(to top, #61E584 0, #24DB55 70%, #1FC14B 100%) no-repeat;
    background: linear-gradient(to bottom, #61E584 0, #24DB55 70%, #1FC14B 100%) no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border:1px solid #545454;
    padding:0 7px;
    margin:0 auto;
}
.art-button.active, .art-button.active:hover {
    color: #1C1C1C !important;
}

.art-button.hover, .art-button:hover {
    background: #18219A;
    background: -webkit-linear-gradient(top, #1F2AC7 0, #11166A 100%) no-repeat;
    background: -moz-linear-gradient(top, #1F2AC7 0, #11166A 100%) no-repeat;
    background: -o-linear-gradient(top, #1F2AC7 0, #11166A 100%) no-repeat;
    background: -ms-linear-gradient(top, #1F2AC7 0, #11166A 100%) no-repeat;
    -svg-background: linear-gradient(to top, #1F2AC7 0, #11166A 100%) no-repeat;
    background: linear-gradient(to bottom, #1F2AC7 0, #11166A 100%) no-repeat;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
    -webkit-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    -moz-box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    box-shadow:1px 1px 2px 1px rgba(0, 0, 0, 0.15);
    border:1px solid #1B25AC;
    padding:0 7px;
    margin:0 auto;
}
.art-button.hover, .art-button:hover {
    color: #CACDF7 !important;
}

input[type="text"], input[type="password"], input[type="email"], input[type="url"], 
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], 
input[type="month"], input[type="number"], input[type="range"], input[type="tel"], 
input[type="time"],   input[type="week"], textarea
{
    background: #FFFFFF;
    -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
    box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.2);
    border-width: 1px;
    margin:2px auto;
    padding: 0.5em !important;
	margin-left:5px;
}


input[type="text"], input[type="password"], input[type="email"], input[type="url"],
input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"],
input[type="month"], input[type="number"], input[type="range"], input[type="tel"],
input[type="time"], input[type="week"], textarea
{
    width: auto;
    padding: 4px 0;
    color: #0B0F47 !important;
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif  !important;
    text-shadow: none;
}

input[type="norma"]
{
    width: 100px;
    padding: 4px 0;
    color: #0B0F47 !important;
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif  !important;
    text-shadow: none;
}


input.art-error, textarea.art-error
{
    background: #FFFFFF;
    border:1px solid #E2341D;
    margin:0 auto;
}
input.art-error, textarea.art-error {
    color: #0B0F47 !important;
    font: bold 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}
form.art-search input[type="text"]
{
    background: #FFFFFF;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
    -moz-box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
    box-shadow:0 0 2px 1px rgba(0, 0, 0, 0.35);
    border:1px solid #4F58E3;
    margin:0 auto;
    width: 100%;
    padding: 7px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #0B0F47 !important;
    font: normal 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}
form.art-search 
{
    background-image: none;
    border: 0;
    display:block;
    position:relative;
    top:0;
    padding:0;
    margin:5px;
    left:0;
    line-height: 0;
    width: 135px;
}

form.art-search input, a.art-search-button
{
    -webkit-appearance: none;
    top:0;
    right:0;
}

form.art-search>input, a.art-search-button{
    bottom:0;
    left:0;
    vertical-align: middle;
}

form.art-search input[type="submit"], input.art-search-button, a.art-search-button
{
    border-radius: 0;
    margin:0 auto;
}

form.art-search input[type="submit"], input.art-search-button, a.art-search-button {
    position:absolute;
    left:auto;
    display:block;
    border:none;
    background:url('../images/searchicon.png') center center no-repeat;
    width:24px;
    height: 100%;
    padding:0;
    color: #090C39 !important;
    cursor: pointer;
}

a.art-search-button span.art-search-button-text {
    display: none;
}

label.art-checkbox:before
{
    background: #FFFFFF;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    border-width: 0;
    margin:0 auto;
    width:16px;
    height:16px;
}
label.art-checkbox
{
    cursor: pointer;
    font: normal 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    line-height: 16px;
    display: inline-block;
    color: #0B0F47 !important;
}

.art-checkbox>input[type="checkbox"]
{
    margin: 0 5px 0 0;
}

label.art-checkbox.active:before
{
    background: #B8BCF4;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    border-width: 0;
    margin:0 auto;
    width:16px;
    height:16px;
    display: inline-block;
}

label.art-checkbox.hovered:before
{
    background: #DEDEDE;
    -webkit-border-radius:1px;
    -moz-border-radius:1px;
    border-radius:1px;
    border-width: 0;
    margin:0 auto;
    width:16px;
    height:16px;
    display: inline-block;
}

label.art-radiobutton:before
{
    background: #FFFFFF;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border-width: 0;
    margin:0 auto;
    width:12px;
    height:12px;
}
label.art-radiobutton
{
    cursor: pointer;
    font: normal 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
    line-height: 12px;
    display: inline-block;
    color: #0B0F47 !important;
}

.art-radiobutton>input[type="radio"]
{
    vertical-align: baseline;
    margin: 0 5px 0 0;
}

label.art-radiobutton.active:before
{
    background: #B8BCF4;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border-width: 0;
    margin:0 auto;
    width:12px;
    height:12px;
    display: inline-block;
}

label.art-radiobutton.hovered:before
{
    background: #DEDEDE;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    border-width: 0;
    margin:0 auto;
    width:12px;
    height:12px;
    display: inline-block;
}

.art-comments
{
    border-top:1px dotted #7B82EA;
    margin:0 auto;
    margin-top: 25px;
}

.art-comments h2
{
    color: #0B0F47;
}

.art-comment-inner
{
    background: #E5E6FB;
    background: transparent;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    padding:5px;
    margin:0 auto;
    margin-left: 94px;
}
.art-comment-avatar 
{
    float:left;
    width:80px;
    height:80px;
    padding:1px;
    background:#fff;
    border:1px solid #E5E6FB;
}

.art-comment-avatar>img {
    margin:0 !important;
    border:none !important;
}

.art-comment-content
{
    padding:10px 0;
    color: #0B0F47;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-comment
{
    margin-top: 6px;
}

.art-comment:first-child
{
    margin-top: 0;
}

.art-comment-header
{
    color: #0B0F47;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-comment-header a, 
.art-comment-header a:link, 
.art-comment-header a:visited,
.art-comment-header a.visited,
.art-comment-header a:hover,
.art-comment-header a.hovered
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-comment-header a, .art-comment-header a:link
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #171F92;
}

.art-comment-header a:visited, .art-comment-header a.visited
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #11176E;
}

.art-comment-header a:hover,  .art-comment-header a.hovered
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #404040;
}

.art-comment-content a, 
.art-comment-content a:link, 
.art-comment-content a:visited,
.art-comment-content a.visited,
.art-comment-content a:hover,
.art-comment-content a.hovered
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.art-comment-content a, .art-comment-content a:link
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #171F92;
}

.art-comment-content a:visited, .art-comment-content a.visited
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #11176E;
}

.art-comment-content a:hover,  .art-comment-content a.hovered
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #404040;
}

.art-pager
{
    background: #222ED8;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #7B82EA;
    padding:7px;
}

.art-pager>*:last-child
{
    margin-right:0 !important;
}

.art-pager>span {
    cursor:default;
}

.art-pager>*
{
    background: #B8BCF4;
    background: -webkit-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -moz-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -o-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -ms-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    -svg-background: linear-gradient(to top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: linear-gradient(to bottom, #FFFFFF 0, #6D76E8 100%) no-repeat;
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    border:1px solid #4F58E3;
    padding:7px;
    margin:0 4px 0 auto;
    line-height: normal;
    position:relative;
    display:inline-block;
    margin-left: 0;
}

.art-pager a:link,
.art-pager a:visited,
.art-pager .active
{
    line-height: normal;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    color: #1F1F1F;
}

.art-pager .active
{
    background: #BFBFBF;
    background: -webkit-linear-gradient(top, #E8E8E8 0, #969696 100%) no-repeat;
    background: -moz-linear-gradient(top, #E8E8E8 0, #969696 100%) no-repeat;
    background: -o-linear-gradient(top, #E8E8E8 0, #969696 100%) no-repeat;
    background: -ms-linear-gradient(top, #E8E8E8 0, #969696 100%) no-repeat;
    -svg-background: linear-gradient(to top, #E8E8E8 0, #969696 100%) no-repeat;
    background: linear-gradient(to bottom, #E8E8E8 0, #969696 100%) no-repeat;
    border:1px solid #B8BCF4;
    padding:7px;
    margin:0 4px 0 auto;
    color: #1A1A1A;
}

.art-pager .more
{
    background: #B8BCF4;
    background: -webkit-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -moz-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -o-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -ms-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    -svg-background: linear-gradient(to top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: linear-gradient(to bottom, #FFFFFF 0, #6D76E8 100%) no-repeat;
    border:1px solid #4F58E3;
    margin:0 4px 0 auto;
}
.art-pager a.more:link,
.art-pager a.more:visited
{
    color: #1F1F1F;
}
.art-pager a:hover
{
    background: #B8BCF4;
    background: -webkit-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -moz-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -o-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: -ms-linear-gradient(top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    -svg-background: linear-gradient(to top, #FFFFFF 0, #6D76E8 100%) no-repeat;
    background: linear-gradient(to bottom, #FFFFFF 0, #6D76E8 100%) no-repeat;
    border:1px solid #4F58E3;
    padding:7px;
    margin:0 4px 0 auto;
}
.art-pager  a:hover,
.art-pager  a.more:hover
{
    color: #1F1F1F;
}
.art-pager>*:after
{
    margin:0 0 0 auto;
    display:inline-block;
    position:absolute;
    content: ' ';
    top:0;
    width:0;
    height:100%;
    right: 0;
    text-decoration:none;
}

.art-pager>*:last-child:after{
    display:none;
}

.art-commentsform
{
    background: #E5E6FB;
    background: transparent;
    padding:10px;
    margin:0 auto;
    margin-top:25px;
    color: #0B0F47;
}

.art-commentsform h2{
    padding-bottom:10px;
    margin: 0;
    color: #0B0F47;
}

.art-commentsform label {
    display: inline-block;
    line-height: 25px;
}

.art-commentsform input:not([type=submit]), .art-commentsform textarea {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width:100%;
    max-width:100%;
}

.art-commentsform .form-submit
{
    margin-top: 10px;
}

/*.art-postotros
{
    background: url('../images/DeInteres-22.png') scroll;
    
    padding:2px;
}*/



.art-post
{
    background: #FFFFFF;
    background: rgba(255, 255, 255, 0.5);
    
}

.art-postmulti
{
    background: #e5eefb;
  
}

.art-postnoti
{
    background-image : url('../images/aep004__Videvo.mov');
	position: relative;
  overflow: hidden;
  
}


.col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 92.666667%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.art-postmulti
{
    background-color: #e5eefb;
   
}
a img {
    border: 0;
}

.art-article img, img.art-article, .art-block img, .art-footer img {
    margin: 5px 5px 5px 5px;
}

.art-articlejuris img {
    margin: 5px 5px 5px 150px;
}

.art-articleee img{
    margin: 5px 5px 5px 5px;
}

.art-metadata-icons img {
    border: none;
    vertical-align: middle;
    margin: 2px;
}

.art-article table, table.art-article
{
    border-collapse: collapse;
    margin: 1px;
}

.art-post .art-content-layout-br
{
    height: 0;
}

.art-article th, .art-article td
{
    padding: 8px;
    vertical-align: top;
    text-align: justify;
}

.art-article th
{
    text-align: center;
    vertical-align: middle;
    padding: 7px;
}

pre
{
    overflow: auto;
    padding: 0.1em;
}

.preview-cms-logo
{
    border: 0;
    margin: 1em 1em 0 0;
    float: left;
}

.image-caption-wrapper
{
    padding: 5px 5px 5px 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper img {
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper div.art-collage
{
    margin: 0 !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.image-caption-wrapper p
{
    font: 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-align: right;
    margin: 0;
}

.art-postmetadataheader
{
    background: #DEDEDE;
    background: rgba(222, 222, 222, 0.5);
    border-bottom:1px solid #BFBFBF;
    margin:0 auto;
    position:relative;
    z-index:1;
    padding: 1px;
    margin-bottom: 5px;
}

.art-postheader
{
    color: #101665;
    margin: 6px 0;
    font: normal 1.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}

.art-postheader a, 
.art-postheader a:link, 
.art-postheader a:visited,
.art-postheader a.visited,
.art-postheader a:hover,
.art-postheader a.hovered
{
    font: normal 1.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
}

.art-postheader a, .art-postheader a:link
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    text-align: left;
    color: #2B37DE;
}

.art-postheader a:visited, .art-postheader a.visited
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    color: #949494;
}

.art-postheader a:hover,  .art-postheader a.hovered
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
    color: #7A7A7A;
}

.art-postheadericons,
.art-postheadericons a,
.art-postheadericons a:link,
.art-postheadericons a:visited,
.art-postheadericons a:hover
{
    font: 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #303BDF;
}

.art-postheadericons
{
    padding: 1px;
}

.art-postheadericons a, .art-postheadericons a:link
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #18219A;
}

.art-postheadericons a:visited, .art-postheadericons a.visited
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #18219A;
}

.art-postheadericons a:hover, .art-postheadericons a.hover
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #202BCB;
}

.art-postdateicon:before {
    content:url('../images/postdateicon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-postdateicon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postauthoricon:before
{
    content:url('../images/postauthoricon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-postauthoricon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postpdficon:before
{
    content:url('../images/postpdficon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-postpdficon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postprinticon:before
{
    content:url('../images/postprinticon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-postprinticon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postemailicon:before
{
    content:url('../images/postemailicon.png');
    margin-right:6px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
}
.opera .art-postemailicon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postediticon:before
{
    content:url('../images/postediticon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-postediticon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postcontent ul>li:before,  .art-post ul>li:before,  .art-textblock ul>li:before
{
    
    margin-right:6px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
}

.art-postcontent ul.no_bullet>li:before,  .art-post ul.no_bullet>li:before,  .art-textblock ul.no_bullet>li:before{
    content:"";
    margin-right:0px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
}


.opera .art-postcontent ul>li:before, .opera   .art-post ul>li:before, .opera   .art-textblock ul>li:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postcontent li, .art-post li, .art-textblock li
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #060723;
    margin: 5px 0 5px 13px;
}

.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li, .art-postcontent ol, .art-post ol, .art-textblock ol
{
    padding: 0;
}

.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li
{
    padding-left: 10px;
}

.art-postcontent ul>li:before,  .art-post ul>li:before,  .art-textblock ul>li:before
{
    margin-left: -10px;
}

.art-postcontent ol, .art-post ol, .art-textblock ol, .art-postcontent ul, .art-post ul, .art-textblock ul
{
    margin: 0em 0 0em 13px;
}

.art-postcontent li ol, .art-post li ol, .art-textblock li ol, .art-postcontent li ul, .art-post li ul, .art-textblock li ul
{
    margin: 0.5em 0 0.5em 13px;
}

.art-postcontent li, .art-post li, .art-textblock li
{
    margin: 5px 0 5px 0;
}

.art-postcontent ol>li, .art-post ol>li, .art-textblock ol>li
{
    /* overrides overflow for "ul li" and sets the default value */
    overflow: visible;
}

.art-postcontent ul>li, .art-post ul>li, .art-textblock ul>li
{
    /* makes "ul li" not to align behind the image if they are in the same line */
    overflow-x: visible;
    overflow-y: hidden;
}

blockquote
{
    background: #DEDEDE url('../images/postquote.png') no-repeat scroll;
    padding:10px 10px 10px 33px;
    margin:0 0 0 20px;
    color: #04061A;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: italic;
    /* makes block not to align behind the image if they are in the same line */
    overflow: auto;
    clear:both;
}
blockquote a, .art-postcontent blockquote a, .art-blockcontent blockquote a, .art-footer blockquote a,
blockquote a:link, .art-postcontent blockquote a:link, .art-blockcontent blockquote a:link, .art-footer blockquote a:link,
blockquote a:visited, .art-postcontent blockquote a:visited, .art-blockcontent blockquote a:visited, .art-footer blockquote a:visited,
blockquote a:hover, .art-postcontent blockquote a:hover, .art-blockcontent blockquote a:hover, .art-footer blockquote a:hover
{
    color: #04061A;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: normal;
    font-style: italic;
}

/* Override native 'p' margins*/
blockquote p,
.art-postcontent blockquote p,
.art-blockcontent blockquote p,
.art-footer blockquote p
{
    margin: 0;
}

.art-postmetadatafooter {
    background: #DEDEDE;
    background: rgba(222, 222, 222, 0.5);
    -webkit-border-radius:2px;
    -moz-border-radius:2px;
    border-radius:2px;
    margin:0 auto;
    position:relative;
    z-index:1;
    padding: 1px;
}

.art-postfootericons,
.art-postfootericons a,
.art-postfootericons a:link,
.art-postfootericons a:visited,
.art-postfootericons a:hover
{
    font: 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #222ED8;
}

.art-postfootericons {
    padding: 1px;
}

.art-postfootericons a, .art-postfootericons a:link
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #171F92;
}

.art-postfootericons a:visited, .art-postfootericons a.visited
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    color: #171F92;
}

.art-postfootericons a:hover, .art-postfootericons a.hover
{
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-weight: bold;
    font-style: normal;
    text-decoration: underline;
    color: #1E29C2;
}

.art-postcategoryicon:before
{
    content:url('../images/postcategoryicon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-postcategoryicon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-posttagicon:before
{
    content:url('../images/posttagicon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-posttagicon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}

.art-postcommentsicon:before
{
    content:url('../images/postcommentsicon.png');
    margin-right:6px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    bottom: auto;
}
.opera .art-postcommentsicon:before
{
    /* Vertical-align:middle in Opera doesn't need additional offset */
    bottom: 0;
}


.art-rss-tag-icon
{
    background:  url('../images/footerrssicon.png') no-repeat scroll;
    margin:0 auto;
    min-height:38px;
    min-width:29px;
    display: inline-block;
    text-indent: 32px;
    background-position: left center;
    vertical-align: middle;
}

.art-rss-tag-icon:empty
{
    vertical-align: middle;
}

.art-facebook-tag-icon
{
    background:  url('../images/footerfacebookicon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.art-facebook-tag-icon:empty
{
    vertical-align: middle;
}

.art-twitter-tag-icon
{
    background:  url('../images/footertwittericon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.art-twitter-tag-icon:empty
{
    vertical-align: middle;
}

.art-tumblr-tag-icon
{
    background:  url('../images/tumblricon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.art-tumblr-tag-icon:empty
{
    vertical-align: middle;
}

.art-pinterest-tag-icon
{
    background:  url('../images/pinteresticon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.art-pinterest-tag-icon:empty
{
    vertical-align: middle;
}

.art-vimeo-tag-icon
{
    background:  url('../images/vimeoicon.png') no-repeat scroll;
    margin:0 auto;
    min-height:33px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.art-vimeo-tag-icon:empty
{
    vertical-align: middle;
}

.art-youtube-tag-icon
{
    background:  url('../images/youtubeicon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.art-youtube-tag-icon:empty
{
    vertical-align: middle;
}

.art-linkedin-tag-icon
{
    background:  url('../images/linkedinicon.png') no-repeat scroll;
    margin:0 auto;
    min-height:32px;
    min-width:32px;
    display: inline-block;
    text-indent: 35px;
    background-position: left center;
    vertical-align: middle;
}

.art-linkedin-tag-icon:empty
{
    vertical-align: middle;
}


.art-lightbox-wrapper 
{
    background: #333;
    background: rgba(0, 0, 0, .8);
    bottom: 0;
    left: 0;
    padding: 0 100px;
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    z-index: 1000000;
}

.art-lightbox,
.art-lightbox-wrapper .art-lightbox-image
{
    cursor: pointer;
}

.art-lightbox-wrapper .art-lightbox-image
{
    border: 6px solid #fff;
    border-radius: 3px;
    display: none;
    max-width: 100%;
    vertical-align: middle;
}

.art-lightbox-wrapper .art-lightbox-image.active
{
    display: inline-block;
}

.art-lightbox-wrapper .lightbox-error
{
    background: #fff;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    box-shadow: 0 2px 5px #333;
    height: 80px;
    opacity: .95;
    padding: 20px;
    position: fixed;
    width: 300px;
    z-index: 100;
}

.art-lightbox-wrapper .loading
{
    background: #fff url('../images/preloader-01.gif') center center no-repeat;
    border: 1px solid #b4b4b4;
    border-radius: 10px;
    box-shadow: 0 2px 5px #333;
    height: 32px;
    opacity: .5;
    padding: 10px;
    position: fixed;
    width: 32px;
    z-index: 10100;
}

.art-lightbox-wrapper .arrow
{
    cursor: pointer;
    height: 100px;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    width: 82px;
    z-index: 10003;
}

.art-lightbox-wrapper .arrow.left
{
    left: 9px;
}

.art-lightbox-wrapper .arrow.right
{
    right: 9px;
}

.art-lightbox-wrapper .arrow:hover
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.art-lightbox-wrapper .arrow.disabled 
{
    display: none;
}

.art-lightbox-wrapper .arrow-t, 
.art-lightbox-wrapper .arrow-b
{
    background-color: #fff;
    border-radius: 3px;
    height: 6px;
    left: 26px;
    position: relative;
    width: 30px;
}

.art-lightbox-wrapper .arrow-t
{
    top: 38px;
}

.art-lightbox-wrapper .arrow-b
{
    top: 50px;
}

.art-lightbox-wrapper .close
{
    cursor: pointer;
    height: 22px;
    opacity: .5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 39px;
    top: 30px;
    width: 22px;
    z-index: 10003;
}

.art-lightbox-wrapper .close:hover 
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.art-lightbox-wrapper .close .cw, 
.art-lightbox-wrapper .close .ccw
{
    background-color: #fff;
    border-radius: 3px;
    height: 6px;
    position: absolute;
    left: -4px;
    top: 8px;
    width: 30px;
}

.art-lightbox-wrapper .cw
{
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    /* IE 9 */
    -webkit-transform: rotate(45deg);
    /* Safari and Chrome */
    -o-transform: rotate(45deg);
    /* Opera */
    -moz-transform: rotate(45deg);
    /* Firefox */}

.art-lightbox-wrapper .ccw
{
    transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Safari and Chrome */
    -o-transform: rotate(-45deg);
    /* Opera */
    -moz-transform: rotate(-45deg);
    /* Firefox */}

.art-lightbox-wrapper .close-alt, 
.art-lightbox-wrapper .arrow-right-alt, 
.art-lightbox-wrapper .arrow-left-alt 
{
    color: #fff;
    display: none;
    font-size: 2.5em;
    line-height: 100%;
}

.ie8 .art-lightbox-wrapper .close-alt, 
.ie8 .art-lightbox-wrapper .arrow-right-alt, 
.ie8 .art-lightbox-wrapper .arrow-left-alt 
{
    display: block;
}

.ie8 .art-lightbox-wrapper .cw, 
.ie8 .art-lightbox-wrapper .ccw 
{
    display: none;
}

.art-content-layout .art-content
{
    margin:0 auto;
}

/* Begin Additional CSS Styles 
.art-blockheader .t, .art-vmenublockheader .t {white-space: wrap;
}*/

.art-blockheader .t, .art-vmenublockheader .t {white-space: nowrap;
}
.responsive .art-header .art-headline a,
.responsive .art-header .art-slogan {
    color: #fff !important;
}

.responsive .art-header .art-shapes .art-slogan {
    display: inline-block !important;
    padding: 2px;
    margin-top: 0 !important
}


.art-layout-cell ul li a {
    list-style: none;
    text-decoration: none;
    color: #444444 !important;
    font: 0.62em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    padding:2px;
    padding-left: 17px;
}

.Contpoliticas ul li a {
    list-style: none;
    text-decoration: none;
    color: #ffffff !important;
    font: 1.3em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    padding:2px;
    padding-left: 17px;
}

.Contpoliticas ul li a :hover{
    list-style: none;
    text-decoration: none;
    color: #4A54E3 !important;
    font: 1.3em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    padding:2px;
    padding-left: 17px;
}


.art-content .art-postcontent-0 .layout-item-0 { 
    color: #030516;   
}

.art-content .art-postcontent-0 .layout-item-1 {
    margin-top: 110px;  
}

.art-content .art-postcontent-0 .layout-item-2 {
    vertical-align: middle; 
}

.ie7 .art-post .art-layout-cell {
    border:none !important; padding:0 !important; 
}

.ie6 .art-post .art-layout-cell {
    border:none !important; padding:0 !important; 
}


.art-layout-cell ul li{
    display: block;
    color: #808285;
    font-weight: bold;
    background-repeat: repeat;
    background-size: 100% 100%;
    margin-bottom: 0px;
    padding: 10px;
    margin-top: 0px !important;
   
    margin-right: 13px;
}


.art-layout-cell2 {
    display: block;
    color: #000000;
    background-repeat: repeat;
    background-size: 100% 100%;
    margin-bottom: 0px;
    padding: 5px;
    margin-top: 0px !important;
    
    margin-right: 13px;
}

.art-layout-cell ul.list_square li
{
    list-style: none;
    font: 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    background-image: none !important;
    padding:2px;
    padding-left:10px;
}

.art-layout-cell ul.list_square li:before {
    content:'\25A0';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -10px;
    top: 8px;
    font: 0.5em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    margin-left: 0px !important;
    padding-right:7px; 
}






/* -------------  PAGINA PRINCIPAL  ----------------- */

.TitulosSJ {
    background-image: url("../images/IconoVerde.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJjuris2 {
    background-image: url("../images/depu.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}



.TitulosSJjuris {
    background-image: url("../images/Normativa-13.png");
    background-position: 30px 3%;
    background-repeat: no-repeat;
}

.TitulosSJjuris:hover {
    background-image: url("../images/Normativa-18.png");
    background-position: 30px 3%;
    background-repeat: no-repeat;
}

.TitulosSJder {
    background-image: url("../images/deren.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJjurisd {
    background-image: url("../images/boton2.png");
    background-position: 10px 2%;
    background-repeat: no-repeat;
}

.TitulosSJregla {
    background-image: url("../images/Normativa-16.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJregla:hover {
    background-image: url("../images/Normativa-21.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJhistoria {
    background-image: url("../images/Normativa-26nw.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJhistoria:hover {
    background-image: url("../images/Normativa-27nw.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJagraria {
    background-image: url("../images/agrariaindex.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJagraria:hover {
    background-image: url("../images/agrariaindexnr.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJreglad {
    background-image: url("../images/boton3.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdecreuni {
    background-image: url("../images/Normativa-14.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdecreuni:hover {
    background-image: url("../images/Normativa-19.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdecreunid {
    background-image: url("../images/boton1.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.destacadacivil {
    background-image: url("../img/codprocesaltrabajo.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.destacadacivil:hover {
    background-image: url("../img/codsustantivotrabajo.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}


.faq-heading{
    border-bottom: #777;
    padding: 20px 60px;
}
.faq-container{
display: flex;
justify-content: center;
flex-direction: column;
}
.hr-line{
  width: 60%;
  margin: auto;
  background-color:blue;
  height:1px;
  
}


/*botones covid territorial*/

.covidterri {
 position: relative;
 display: flex;
 justify-content: center;
 align-items: center;
 border-radius: 5px;
 background: #183153;
 font-family: "Montserrat", sans-serif;
 box-shadow: 0px 6px 24px 0px rgba(0, 0, 0, 0.2);
 overflow: hidden;
 border: none;
 margin: 5px;
}

.covidterri:after {
 content: " ";
 width: 0%;
 height: 100%;
 background: #198d94;
 position: absolute;
 transition: all 0.4s ease-in-out;
 right: 0;
}

.covidterri:hover::after {
 right: auto;
 left: 0;
 width: 100%;
}

.covidterri a{
 text-align: center;
 text-decoration: none;
 width: 100%;
 padding: 18px 25px;
 color: #fff;
 font-size: 1.125em;
 font-weight: 700;
 letter-spacing: 0.3em;
 z-index: 20;
 transition: all 0.3s ease-in-out;
}

.covidterri:hover a{
 color: #235087;
 animation: scaleUp 0.3s ease-in-out;
}

.botonescovidterritorial
{
 display: flex;
 flex-wrap: wrap;
}





/* Style the buttons that are used to open and close the faq-page body */
.faq-page {
    /* background-color: #eee; */
    color: #444;
    cursor: pointer;
    padding: 30px 20px;
    width: 60%;
    border: none;
    outline: none;
    transition: 0.4s;
    margin: auto;
}
.faq-body{
    margin: auto;
    /* text-align: center; */
   width: 50%; 

   
}
/* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
.faq-pageactive,
.faq-page:hover {
    background-color: #2974a83b;
}
/* Style the faq-page panel. Note: hidden by default */
.faq-body {
    padding: 0 18px;
    background-color: white;
    display: none;
    overflow: hidden;
}
.faq-page:after {
    content: '\02795';
    /* Unicode character for "plus" sign (+) */
    font-size: 13px;
    color: #777;
    float: right;
    margin-left: 5px;
}
.faq-pageactive:after {
    content: "\2796";
    /* Unicode character for "minus" sign (-) */
}



.TitulosSJnorma {
    background-image: url("../images/Normativa-12.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJnorma:hover {
    background-image: url("../images/Normativa-17.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJjurisdia {
    background-image: url("../images/DerechoDia40.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJjurisdia:hover {
    background-image: url("../images/DerechoDia70.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJleyesdia {
    background-image: url("../images/DerechoDia02.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJleyesdia:hover {
    background-image: url("../images/DerechoDia05.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdecredia {
    background-image: url("../images/DerechoDia03.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdecredia:hover {
    background-image: url("../images/DerechoDia06.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJderechov {
    background-image: url("../images/DeInteres-23.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJderechov:hover {
    background-image: url("../images/DeInteres-31.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJojtc {
    background-image: url("../images/ojtc.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJlegalapp {
    background-image: url("../images/legalapp.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJderechodia {
    background-image: url("../images/DeInteres-24.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJderechodia:hover {
    background-image: url("../images/DeInteres-32.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdepuracion {
    background-image: url("../images/DeInteres-25.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdepuracion:hover {
    background-image: url("../images/DeInteres-33.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.rtconjuntos{
    background-image: url("../images/rtconjuntos.png");
  
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtconjuntos:hover {
    background-image: url("../images/Conjun2.png");
 
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.depuracionmeto{
    background-image: url("../images/metodologiadur2022.png");
    background-repeat: no-repeat;
	height: 100px;
    width: 450px;
}

.depuracionmeto:hover {
    background-image: url("../images/metodologiadepuracion.png");
    background-repeat: no-repeat;
	height: 105px;
    width: 450px;
}

.rtmincomercio{
    background-image: url("../images/comercio.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtmincomercio:hover {
    background-image: url("../images/comerciobk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtminambiente{
    background-image: url("../images/ambiente.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtminambiente:hover {
    background-image: url("../images/ambientebk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtminsalud{
    background-image: url("../images/minsalud.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtminsalud:hover {
    background-image: url("../images/minsaludbk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtminminas{
    background-image: url("../images/minas.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtminminas:hover {
    background-image: url("../images/minasbk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtcasalud{
    background-image: url("../images/casalud.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtcasalud:hover {
    background-image: url("../images/casaludbk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtica{
    background-image: url("../images/ica.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtica:hover {
    background-image: url("../images/icabk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtsic{
    background-image: url("../images/sic.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtsic:hover {
    background-image: url("../images/sicbk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtmintransporte{
    background-image: url("../images/transportes.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}

.rtmintransporte:hover {
    background-image: url("../images/transportebk.png");
    background-repeat: no-repeat;
	height: 86px;
    width: 300px;
}





.TitulosSJbiblioteca {
    background-image: url("../images/DeInteres-26.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJbiblioteca:hover {
    background-image: url("../images/DeInteres-35.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdestacada {
	background-image: url("../images/DeInteres-40.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJintervencion:hover {
    background-image: url("../images/DeInteres-60.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJintervencion {
	background-image: url("../images/DeInteres-61.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}





.TitulosSJindigenas:hover {
    background-image: url("../images/DeInteres-477.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJindigenas {
	background-image: url("../images/DeInteres-47.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJgobernaciones {
	background-image: url("../images/DeInteres-81.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJgobernaciones:hover {
    background-image: url("../images/DeInteres-80.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJdestacada:hover {
    background-image: url("../images/DeInteres-41.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJmejoranormativa {
	background-image: url("../images/DeInteres-51.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

.TitulosSJmejoranormativa:hover {
    background-image: url("../images/DeInteres-50.png");
    background-position: 1px 3%;
    background-repeat: no-repeat;
}

@font-face {
  font-family: "Champagne & Limousines";
  src: url("Champagne & Limousines.ttf");
}

/*p {
  font-family: "Champagne & Limousines";
  font-size: 100%;
}*/


.TitulosSJnormad {
    background-image: url("../images/boton4.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
	
}
	
.TitulosSJpaz {
    background-image: url("../images/paz.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.TitulosSJinter {
    background-image: url("../images/Normativa-15.png");
    background-position: 30px 3%;
    background-repeat: no-repeat;
	}
	
	.TitulosSJinter:hover {
    background-image: url("../images/Normativa-20.png");
    background-position: 30px 3%;
    background-repeat: no-repeat;
	}

	
	
.TitulosSJnormati {
    background-image: url("../images/icono2.png");
    background-position: 300px 3%;
    background-repeat: no-repeat;
	padding: 42px 10px 42px 10px;
}

.TitulosSJreglatec {
    background-image: url("../images/regla.png");
    background-position: 250px 3%;
    background-repeat: no-repeat;
	padding: 42px 10px 42px 10px;
}

.TitulosSJdecreu {
    background-image: url("../images/libro.png");
    background-position: 280px 3%;
    background-repeat: no-repeat;
	padding: 38px 10px 38px 10px;
}

.TitulosSJjurispru {
    background-image: url("../images/icono.png");
    background-position: 280px 3%;
    background-repeat: no-repeat;
	padding: 42px 10px 42px 10px;
}

.TitulosSJpazz {
    background-image: url("../images/paz.png");
    background-position: 270px 3%;
    background-repeat: no-repeat;
	padding: 42px 10px 42px 10px;
}
	
.TitulosSJtraint {
    background-image: url("../images/inter.png");
    background-position: 240px 3%;
    background-repeat: no-repeat;
	padding: 42px 10px 42px 10px;
}

.titleSJ {
    font-family:'Arial';
	font:  1.3em 'Arial';
    line-height:  1.2em;
    padding: 120px 20px 35px 10px;
    padding-left:20px;
    color: #1E7688 !important;
    height: 30px;
    margin: 7px 3px 10px !important;
  
}

.titleSJmulti {
    font-family:'Arial';
	font:  1.3em 'Arial';
    line-height:  1.2em;
    padding: 10px 10px 10px 10px;
    padding-left:20px;
    color: #404040 !important;
    height: 3px;
    margin: 7px 3px 10px !important;
  
}

.titleSJ:hover {
    font-family:'Arial';
	font: 1.3em 'Arial';
    line-height:  1.2em;
    padding: 120px 20px 35px 10px;
    padding-left:30px;
    color: #09303E !important;
    height: 30px;
    margin: 7px 5px 10px !important;
  
}



.pop-up{
    background: rgba(48, 48, 48, 0.5);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
	z-index:100;
}

.pop-up-wrap{
    display: flex;
    align-items: center;
    width: 90%;
    max-width: 950px;
    transform: scale(0.6);
    opacity: 0;
    transition: .3s ease all;
}

.pop-up-title{
    flex-basis: 0;
    flex-grow:1.5;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    background-image: url('../img/office.jpg');
    background-size: 165%;
    background-position: center;
    background-repeat: no-repeat;
}

.pop-up-title::after{
    content: '';
    position: absolute;
    background: rgb(57 184 193 / 79%);
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.pop-up-title::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.subcription::before{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.pop-up-title h2,
.pop-up-title p{
    z-index: 10;
    color: #fff;
}

.pop-up-title h2{
    font-family: 'Open Sans';
    font-size: 80px;
}

.btns_transparencia {
    clear: both;
}
.pb-50, .py-50 {
    padding-bottom: 3rem!important;
}
.mb-40, .my-40 {
    margin-bottom: 1.5rem!important;
}

.pt-30, .py-30 {
    padding-top: 1rem!important;
}
.row1 {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
	box-sizing: border-box;
}
.col-lg-30 {
    flex: 0 0 25%;
    max-width: 25%;
	position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}


.col-md-60
{
    position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.containerprogramas{
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	max-width: 1140px;
	display:flex;
	flex-wrap:wrap;
	
}



.destacados-home a img:hover {
    -webkit-transform: scale(.95);
    transform: scale(.95);
}

.destacados-home a img {
    -webkit-transition: -webkit-transform .2s;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    border-radius: 5px;
    box-shadow: 0 1px 3px 0 rgb(51 102 204 / 29%);
}
.pb-30, .py-30 {
    padding-bottom: 1rem!important;
}
.col-md-60 {
    flex: 0 0 50%;
    max-width: 50%;
}

.col-20 {
    flex: 15%;
    max-width: 15%;
	 position: relative;
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
}

.text-center {
    text-align: center!important;
}

.page-banner {
  position: relative;
  height: 300px;
  background-color: #6D728B;
}

.filterDiv {
  display: none;
}



.tablinksglo {
  border: none;
  outline: none;
  padding: 12px 16px;
  background-color: #6b82f3;
  cursor: pointer;
}

.tablinks {
  background-color: #FFAB00;
  border: none;
  color: white;
  padding: 15px 35px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.tablinksglo:hover {
  background-color: #ddd;
}

.tablinksglo.active {
  background-color: #666;
  color: white;
}

.card-blog {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 32px 20px 70px 20px;
  max-width: 326px;
  min-height: 150px;
  border-radius: 6px;
  -webkit-box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
          box-shadow: 0 2px 6px rgba(51, 55, 75, 0.16);
}

.card-blog:hover {
  position: relative;
  display: block;
  margin: 0 auto;
  padding: 32px 20px 70px 20px;
  max-width: 326px;
  min-height: 150px;
  border-radius: 6px;
 box-shadow: -1px 0px 11px 6px rgba(35,80,125,0.75);
-webkit-box-shadow: -1px 0px 11px 6px rgba(35,80,125,0.75);
-moz-box-shadow: -1px 0px 11px 6px rgba(35,80,125,0.75);
}

.card-blog .header {
  margin-bottom: 16px;
}

.card-blog .avatar {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #fff;
  overflow: hidden;
}

.card-blog .avatarinfo {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  width: 250px;
  height: 200px;
  border-radius: 5%;
  background-color: #fff;
  overflow: hidden;
}

.card-blogindigenas .avatarindigenas {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  width: 100%;
  height: 100%;
  border-radius: 5%;
  background-color: #d0d4e4;
  overflow: hidden;
}

.card-bloggacetas .avatargacetas {
  position: relative;
  display: inline-block;
  margin-right: 6px;
  width: 200px;
  height: 250px;
  border-radius: 5%;
  background-color: #d0d4e4;
  overflow: hidden;
}

.text-sm {
    font-size: 14px !important;
}
.card-blog-row *:first-child .card-blog {
    background-color: #2F89FC;
}

.card-blog .avatar img {
  width: 100%;
  height: 100%;
}

.card-blog .avatarinfo img {
  width: 100%;
  height: 100%;
}

.card-blogindigenas .avatarindigenas img {
  width: 100%;
  height: 100%;
}

.card-bloggacetas .avatargacetas img {
  width: 100%;
  height: 100%;
}


.card-blog .entry-footer {
  display: inline-block;
  vertical-align: top;
}

.card-blog .post-author {
  font-weight: 500;
  color: #6D728B;
}

.card-blog .post-date {
  font-size: 13px;
  color: #000000;
}

.card-blogindigenas .post-titleindigenas {
  margin-bottom: 8px;
  font-size: 18px;
}

.card-bloggacetas .post-titlegacetas {
  margin-bottom: 8px;
  font-size: 18px;
}

.card-blogindigenas .post-titleindigenas a {
  font-weight: 500;
  color: #2d2f38;
}

.card-bloggacetas .post-titlegacetas a {
  font-weight: 500;
  color: #2d2f38;
}

.card-blog .post-title {
  margin-bottom: 8px;
  font-size: 18px;
}

.card-blog .post-title a {
  font-weight: 500;
  color: #2d2f38;
}

.card-blog .post-excerpt {
  font-size: 14px;
  color: #5f6870;
}

.card-blog .footer {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size:1.5em;
  color:#535DE4;
}

.card-blog .footer:hover {
  position: absolute;
  bottom: 20px;
  left: 20px;
  font-size:1.5em;
  color:#33cccc;
}

.card-blog-row *:first-child .card-blog {
  background-color: #2F89FC;
}

.card-blog-row *:first-child .card-blog .post-author,
.card-blog-row *:first-child .card-blog .post-title a,
.card-blog-row *:first-child .card-blog .footer a {
  color: #fff;
}

.card-blog-row *:first-child .card-blog .post-date {
  color: rgba(255, 255, 255, 0.6);
}

.mt-5, .my-5 {
    margin-top: 3rem !important;
}

.mb-5, .my-5 {
    margin-bottom: 3rem !important;
}

.rownoticias {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}


.containerglo {
  margin-top: 20px;
  overflow: hidden;
  display: block;
}

.page-banner .container {
  position: relative;
  z-index: 10;
}

.h-100 {
  height: 100% !important;
  font: 1.5em 'Arial';
}

.align-items-center {
    -ms-flex-align: center !important;
    align-items: center !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.fg-white {
    color: #fff !important;
	font: 1.5em 'Arial';
}

.text-center {
    text-align: center !important;
	font: 1.5em 'Arial';
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: 1px;
    margin-left: 1px;
}

.bg-img-parallax {
    background-attachment: fixed;
}

.bg-img {
    position: relative;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.page-banner.overlay-dark::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(109, 114, 139, 0.75);
  z-index: 1;
}

#enlacemodal {
    font: normal 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	
}

.enlacemodal a{
    font: normal 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	
}

.pop-up-title p{
    font-size: 20px;
    font-weight: 300;
}

.subcription{
    background: #fff;
    flex-basis: 0;
    flex-grow: 2;
    height: 460px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    position: relative;
    text-align: center;
}

.sub-content{
    width: 75%;
}

.sub-content h2{
    font-weight: 500;
    font-size: 40px;
    color: #1F4068;
    margin-bottom: 15px;
}

.sub-content p{
    font-weight: 500;
    color: #1bc59b;
    margin-bottom: 30px;
}

.subs-email{
    width: 100%;
    padding: 15px;
    border: none;
    background: #ccc;
    margin-bottom: 15px;
}

.subs-send{
    width: 100%;
    padding: 15px;
    border: none;
    background: #E43F5A;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    margin-bottom: 20px;
    transition: .25s ease background;
}

.subs-send:hover{
    background: #1bc59b;
}

.line{
    width: 100%;
    height: 10px;
    background-image: url('../images/bgbandera.png');
}

#close{
    position: absolute;
    top: 40px;
    right: 25px;
    font-size: 25px;
    color: #1bc59b;
    cursor: pointer;
}

.pop-up.show{
    visibility: visible;
}

.pop-up-wrap.show{
    transform: scale(1);
    opacity: 1;
}







	.window-notice .content {
    background: #fff;
    border-radius: 2px;
    box-shadow: 0 1px 3px rgba(33, 41, 52, .75);
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    margin: auto;
    max-width: 600px;
    min-width: 320px !important;
    overflow: hidden;
    position: relative;
    width: 100%;
    padding: 2rem;
    font-size: 1.3rem;
}
.window-notice {
    background: rgba(33, 41, 52, .85);
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    display: flex;
    position: fixed;
    z-index: 999;
}

.titleSJinteres {
    font-family:'Champagne & Limousines';
	font:  1.3em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 200px 162px 35px 10px;
    padding-left:30px;
    color: #1E7688 !important;
    height: 3px;
    margin: 7px 3px 10px !important;
  
}

.titleSJRT {
    font-family:'Champagne & Limousines';
	font:  1.3em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 200px 120px 35px 10px;
    padding-left:3px;
    color: #1E7688 !important;
    height: 30px;
    margin: 7px 3px 10px !important;
  
}

.titleSJinteres:hover {
    font-family:'Champagne & Limousines';
	font: 1.3em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 200px 162px 35px 10px;
    padding-left:30px;
    color: #09303E !important;
    height: 3px;
    margin: 7px 5px 10px !important;
  
}

.titleSJinteresdia {
    font-family:'Champagne & Limousines';
	font:  1.3em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 150px 130px 35px 10px;
    padding-left:30px;
    color: #18848B !important;
    height: 30px;
    margin: 7px 3px 10px !important;
  
}

.titleSJinteresdia:hover {
    font-family:'Champagne & Limousines';
	font: 1.3em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 150px 130px 35px 10px;
    padding-left:30px;
    color: #09303E !important;
    height: 30px;
    margin: 7px 5px 10px !important;
  
}

@font-face {
  font-family: "Champagne & Limousines";
  src: url("../fonts/Champagne & Limousines.ttf");
}




.titleSJdepu {
    font: 1.6em 'Helvetica';
    line-height:  1.2em;
    padding: 40px 2px 35px 120px;
    padding-left:90px;
    color: #4C4C4C !important;
    height: 30px;
    margin: 7px 5px 10px  !important;
}



.dropbtn {
	
	color: #000000;
	padding: 16px;
	font-size: 16px;
	border-radius:8px;
	cursor: pointer;
	padding-left:90px;
	font:bold 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

li a, .dropbtn {
  display: inline-block;
  color: black;
  text-align: center;
  padding: 0px 16px;
  text-decoration: none;
}



.dropdown{
	/*position: center;*/
	display: inline-block;
}

.dropdown-content {
	display:none;
	position: fixed;
	background-color: #f9f9f9;
	min-width:100px;
	box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
	z-index: 1;
	
}

.dropdown-content a {
	color:black;
	padding: 12px 50px;
	text-decoration: none;
	display: block;
	font: 1.1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

.dropdown-content a:hover {
	
background: rgb(29,143,150);

background: radial-gradient(circle, rgb(35 80 135) 57%, rgb(204 202 202) 100%);
 
color:#fff;
}

.dropdown:hover .dropdown-content {
	display: block;
}

/*.dropdown:hover .dropbtn {
	background-color:#198D94;
}*/

.derevig {
    background-image: url("../images/vic.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.derevigmujer {
    background-image: url("../images/mujer.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.derevignino {
    background-image: url("../images/niños.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.derevigdrog {
    background-image: url("../images/drog.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.derevigpol {
    background-image: url("../images/policia.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.derevigracism {
    background-image: url("../images/racism.png");
    background-position: 15px 3%;
    background-repeat: no-repeat;
}

.titleSJnew {
    font: 1.5em 'Helvetica';
    line-height:  1.3em;
    padding: 4px 2px 3px 1px;
    padding-left:9px;
    color: #013B46!important;
    height: 15px;
    margin: 7px 5px 10px !important;
   
}

.titleSJ1NOR {
	box-shadow: 0.3rem 0.3rem 0.3rem 0.09rem rgb(0 0 0 / 15%);
	display: block;
    font:   2em 'Arial';
    line-height:  1.2em;
    padding: 30px 10px 10px 10px;
    padding-left:8px;
    color: #ffffff !important;
    height: 35px;
    margin: 10px 5px 10px !important;
	background-color: #255086;
	padding:0.5rem 1rem;
	text-align: center;
	position:relative;
    
}

.titleSJ1DU {
    font:  bold 1.6em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 3px 10px 10px 10px;
    padding-left:8px;
    color: #000000 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titleSJ1depuracion{
    font: 3em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 3px 10px 10px 10px;
    padding-left:8px;
    color: #000000 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titleSJ1NORdia {
    font:  bold 1.6em 'Champagne & Limousines';
    line-height:  1.2em;
    padding: 30px 10px 10px 5px;
    padding-left:5px;
    color: #000000 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titleSJ1NORW {
    font:  bold 1.8em 'Arial';
    line-height:  1.2em;
    padding: 30px 10px 10px 10px;
    padding-left:8px;
    color: #FFFFFF !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titlegobernaciones {
    font:  bold 3.5em 'Champagne & Limousines';
    line-height:  normal;
    padding: 10px 10px 10px 10px;
    padding-left:8px;
    color: #FFFFFF !important;
    margin: 7px 5px 10px !important;
    background-color:#232a85;
}

.box.highlight {
		text-align: center;
	}
	
	.box.post ul.meta {
		margin: 0 0 0.5em 0;
	}
	
	
	
	/* Specialdia */

			ul.specialdia {
				margin: -0.75em 0 2em -0.75em;
			}

				ul.specialdia li {
					padding: 0.75em 0 0 0.75em;
				}

					ul.specialdia li a:before {
						font-size: 28px;
					}
					
					ul.specialdia {
		list-style: none;
		padding-left: 0;
		cursor: default;
		position: relative;
		margin: -2em 0 -5em -2em;
	}

		ul.specialdia li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			top: 0;
			padding: 2em 0 0 2em;
		}

			ul.specialdia li a {
				display: block;
				outline: 0;
			}

				ul.specialdia li a:before {
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
					display: block;
					text-align: center;
					background: #c1cac5;
					border-radius: 100%;
					width: 2.25em;
					height: 2.25em;
					line-height: 2.175em;
					font-size: 5em;
					color: #fff;
				}

			ul.specialdia li:hover {
				top: -1em;
			}

				ul.specialdia li:hover a:before {
					background: #b9d2ce;
				}
				
				.icon {
		position: relative;
		text-decoration: none;
	}
	
	
	
	/* Special */

			ul.special {
				margin: -0.75em 0 2em -0.75em;
			}

				ul.special li {
					padding: 0.75em 0 0 0.75em;
				}

					ul.special li a:before {
						font-size: 28px;
					}
					
					ul.special {
		list-style: none;
		padding-left: 0;
		cursor: default;
		position: relative;
		margin: -2em 0 4em -2em;
	}

		ul.special li {
			-moz-transition: top .15s ease-in-out;
			-webkit-transition: top .15s ease-in-out;
			-ms-transition: top .15s ease-in-out;
			transition: top .15s ease-in-out;
			position: relative;
			display: inline-block;
			top: 0;
		
		}

			ul.special li a {
				display: block;
				outline: 0;
			}

				ul.special li a:before {
					-moz-transition: background-color .2s ease-in-out;
					-webkit-transition: background-color .2s ease-in-out;
					-ms-transition: background-color .2s ease-in-out;
					transition: background-color .2s ease-in-out;
					display: block;
					text-align: center;
					background: #c1cac5;
					border-radius: 100%;
					width: 2.25em;
					height: 2.25em;
					line-height: 2.175em;
					font-size: 5em;
					color: #fff;
				}

			ul.special li:hover {
				top: -1em;
			}

				ul.special li:hover a:before {
					background: #b9d2ce;
				}
				
				.icon {
		position: relative;
		text-decoration: none;
	}

		.icon:before {
			-moz-osx-font-smoothing: grayscale;
			-webkit-font-smoothing: antialiased;
			font-family: FontAwesome;
			font-style: normal;
			font-weight: normal;
			text-transform: none !important;
		}

		


.titleSJ1 {
    font: bold 1.4em 'maven';
    line-height:  1.2em;
    padding: 40px 20px 3px 10px;
  
    color: #444 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titleSJ1 h3{
    font: bold 1.4em 'maven';
    line-height:  1.2em;
    padding: 40px 20px 35px 10px;
    padding-left:80px;
    color: #444 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titleSJcasos1 h4{
    font: bold 1.4em 'maven';
    line-height:  1.2em;
    padding: 40px 20px 35px 10px;
    padding-left:80px;
    color: #444 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titleSJmi{
    font: bold 1.4em 'maven';
    line-height:  1.2em;
    padding: 40px 20px 60px 10px;
    padding-left:80px;
    color: #444 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}

.titleSJ2 {
    font: bold 1.4em 'maven';
    line-height:  1.2em;
    padding: 40px 20px 35px 10px;
    padding-left:80px;
    color: #444 !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    
}


.titleSJAC {
    font: bold 1.05em 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height:  1.6em;
    padding: 13px 20px 23px 10px;
    padding-left:90px;
    color: #0C5D0F !important;
    height: 15px;
    margin: 7px 5px 10px !important;
    text-decoration: none;
	text-align: center;
}


.TextosPagPrincipal {
    font: normal 0.9em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 1.6em;
    color: #444;
    padding-top: 5px; 
    -webkit-border-horizontal-spacing: 5px;
}

.contenedorCol {
    width:100%;
    padding-left:10px; padding-right:20px;
}


.contentTexto {
    text-align: center;
}

/*table, th, td {
  border: 1px solid #dddddd;
  border-collapse: collapse;
}*/
th, td {
  padding: 5px;
}
th {
  text-align: left;
}
tr:nth-child(even) {
  background-color: #23508714;
}

tr:hover {
  background-color: #9090916e;
}


.buttonley {
  height: 50px;
  width: 150px;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}



.type1::after {
  content: "SUIN";
  height: 50px;
  width: 150px;
  background-color: #235087;
  color: #fff;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(50px);
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type1::before {
  content: "Ir a la Ley";
  height: 50px;
  width: 150px;
  background-color: #fff;
  color: #235087;
  position: absolute;
  top: 0%;
  left: 0%;
  transform: translateY(0px) scale(1.2);
  font-size: 1.2rem;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease-in-out;
}

.type1:hover::after {
  transform: translateY(0) scale(1.2);
}

.type1:hover::before {
  transform: translateY(-50px) scale(0) rotate(120deg);
}







.cta {
 position: relative;
 margin: auto;
 padding: 12px 18px;
 transition: all 0.2s ease;
 border: none;
 background: none;
}

.cta:before {
 content: "";
 position: absolute;
 top: 0;
 left: 0;
 display: block;
 border-radius: 50px;
 background: #b1dae7;
 width: 45px;
 height: 45px;
 transition: all 0.3s ease;
}

.cta span {
 position: relative;
 font-family: "Ubuntu", sans-serif;
 font-size: 18px;
 font-weight: 700;
 letter-spacing: 0.05em;
 color: #234567;
}

.cta svg {
 position: relative;
 top: 0;
 margin-left: 10px;
 fill: none;
 stroke-linecap: round;
 stroke-linejoin: round;
 stroke: #234567;
 stroke-width: 2;
 transform: translateX(-5px);
 transition: all 0.3s ease;
}

.cta:hover:before {
 width: 100%;
 background: #b1dae7;
}

.cta:hover svg {
 transform: translateX(0);
}

.cta:active {
 transform: scale(0.95);
}









/* ------------- VENTANA FLOTANTE - MODAL ----------------- */

.TextosEncabezadoModal {
    font: bold 1em CenturyGothic, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-align: center;
    color: #444;

}



.TitulosModal {
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #444;
    padding-top: 5px; 
    -webkit-border-horizontal-spacing: 5px;
}

.textoObligatorio { 
    font: normal 0.7em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    text-align: right; 
    color: #1a8d94 !important;
}




.textoInfModal {
    font: normal 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    text-align: left !important;
    color: #000000  !important;
}


.TextosModal {
    font: normal 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    color: #444;
    padding-top: 5px; 
    -webkit-border-horizontal-spacing: 5px;
}


.modalDialogo {
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.08);
    z-index: 99999;
    opacity:0;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}



.modalDialogo:target {
    opacity:1;
    pointer-events: auto;
}

.modalDialogo > div {
    width: 350px;
    position: relative;
    margin: 8% auto;
    padding: 5px 20px 13px 20px;
    border-radius: 8px;
    background: #fff;
    background: -moz-linear-gradient(#fff, #FCFCFC);
    background: -webkit-linear-gradient(#fff, #FCFCFC);
    background: -o-linear-gradient(#fff, #FCFCFC);
}

.cerrar{
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
    box-shadow: 1px 1px 3px #000;
}

.cerrar:hover { background: #2E870C; }




/* -------------  BOTONES  ----------------- */

input.limpiar,
input.buscar{
    background: #1a8d94;
    font: normal 0.95em "Arial Narrow", Helvetica-Compressed, Arial, sans-serif;
    background-image: -webkit-linear-gradient(top, #1a8d94, #040a0d);
    background-image: -moz-linear-gradient(top, #1a8d94, #040a0d);
    background-image: -ms-linear-gradient(top, #1a8d94, #040a0d);
    background-image: -o-linear-gradient(top, #1a8d94, #040a0d);
    background-image: linear-gradient(to bottom, #1a8d94, #040a0d);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #ffffff;
    padding: 5px 11px 5px 11px;
    text-decoration: none;
}

input.limpiar:hover,
input.buscar:hover{
    background: #4bb023;
    background-color:#FFAB00;
    background-image: -webkit-linear-gradient(top, #4bb023, #2f3030);
    background-image: -moz-linear-gradient(top, #4bb023, #2f3030);
    background-image: -ms-linear-gradient(top, #4bb023, #2f3030);
    background-image: -o-linear-gradient(top, #4bb023, #2f3030);
    background-image: linear-gradient(to bottom, #4bb023, #2f3030);
    text-decoration: none;
}













.ContactoTitulo {
    margin-bottom: 9px;
    text-align: center;
    display: block;
    font: bold 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    color: #000000;
}

.ContactoTel, .ContactoMail {
    font: italic 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 1.3em;
    color: #000000;
    margin-bottom: 12px;
    padding-left: 8px;
    padding-bottom: 10px;
    padding-top: 3px;
    display: block;
}

.ContactoTel {
    background: transparent url("../images/ico-tel2.png") no-repeat scroll 0px 25%;
}

.ContactoMail {
    background: transparent url("../images/ico-contact2.png") no-repeat scroll 0px 25%;
}


/* -------------  CAMBIO TAMAÑO TEXTOS  ----------------- */



.click-nav  {
    display: inline-block;
}

.click-nav ul li {
    position:relative;
    cursor:pointer;
}

.click-nav .no-js ul {
    display:none;
}

.click-nav .no-js:hover ul {
    display:block;
}


.click-nav ul li ul {
    position:absolute;
    left:0;
    right:0;
}

.click-nav ul .clicker {
    color:#FFF;
}

.click-nav ul .clicker:hover, .click-nav ul .active {
}

.click-nav img {
}

.click-nav ul li a {
    display:inline-block;
    background:#FFF;
    color:#333;
    text-decoration:none;
}

#text-resizer-controls > li  {

}

#text-resizer-controls > li > a {
    width: 90px;
    padding: 3px 3px;
    background: #fff;
    border-bottom: solid 1px #ccc;
}



ul.textresizer .small-text {
    font: normal 0.75em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

ul.textresizer .medium-text {
    font: normal 0.87em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

ul.textresizer .large-text {
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}

ul.textresizer .larger-text {
    font: normal 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}


ul.textresizer a.textresizer-active {
    background: #163a92;
    color: #FFF;                
}

ul.textresizer a.h_contraste {
    background: #444;
    color: #FFF;                
}

#small     {  font-size:11px !important;}
#medium    {  font-size:12px !important;}
#large     {  font-size:18px  !important;}


/* -------------  HEADER   ----------------- */
.divCentrado {
    position: relative; 
    left: 50%;
    right: 50%;
}


/* -------------    ----------------- */



#MapaSitio  {
    position: absolute;
    font: normal 1.12em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    width: 80px;
    height: 23px;
    z-index: 4;
    right: 1px;
    top: 46px;
}


#FechaHoy {
    position: absolute;
    text-align: right;
    width: 200px;
    height: 23px;
    z-index: 5;
    right: 2px;
    top: 65px;
    font: normal 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}



.divGoogleSearch {
 
    z-index: 2;
    right: 5%;
    top: 100%;
	background:#3366cc
	
}



.textoCabecera {
    font: normal 0.75em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-align: left;
}

.textoCabecera  a, a:link, a:hover {
    text-decoration: none;
}




.imgLineaVerde {
    background:  url('../images/LineaVerde.png') center center no-repeat;
    min-height:2px;
    min-width:200px;
    vertical-align: middle;
    margin: 5px 0 5px 0;
}





/* -------------  ICONOS HEADER   ----------------- */

.contenedorHeader{
    width:100%;
}

.contentHead {
    float:left;
}


.DivLogoSuin {
    width:25%;
}

.DivLogopotencia {
    width:25%;
}

.logopotencia {
    background:  url('../images/PotenciaMundialVida.jpg') no-repeat scroll;
    min-height:100px;
    min-width:242px;
    background-position: 8px, 1px, 1px, 1px;
    vertical-align: middle;
}

.logoSUIN {
    background:  url('../images/LogoSUIN.png') no-repeat scroll;
    min-height:100px;
    min-width:310px;
    background-position: 8px, 1px, 1px, 1px;
    vertical-align: middle;
}


.DivLogoMinJusticia {
    width:40%;
}


.logoMinJusticia {
    background:  url('../images/LogoMinjusticia2024.jpg') no-repeat scroll;
    min-height:100px;
    min-width:113px;
    background-position: 150px, 1px, 1px, 1px;
    vertical-align: middle;
}

.DivHeadDer {      
    width:25%;           
}


.intervencionul ul {
    display: flex;
   /* flex-wrap: auto;*/
    
  }

.intervencionesimg img {
    width: 96px;
    height: 96px;
    margin-right: 10px;
	text-align: center;
  }
  
  
.DivIconosRedes {
    position: absolute;
    display: inline-block;
   /* width: 202px;*/
    height: 31px;
    z-index: 1;
    right: 1px;
    top: 1px;
}


/*--------------------------------------------------------------
# tarjetas jurisprudencia
--------------------------------------------------------------*/


.cardscomplete{
  
  display: flex;
flex-wrap: wrap;

}

.card-containerjuris {
  width: 300px;
  height: 300px;
  position: relative;
  border-radius: 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  padding: 50px;
  margin: 10px;
}

.cardjuris {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

.cardjuris .front-contentjuris {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.cardjuris .front-contentjuris p {
  font-size: 32px;
  font-weight: 700;
  opacity: 1;
  background: linear-gradient(-45deg, #198d94 0%, #09303e 100% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1)
}

.cardjuris .contentjuris {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(-45deg, #198d94 0%, #09303e 100% );
  color: #e8e8e8;
  padding: 2px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translatex(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardjuris .contentjuris .headingjuris .textojuris {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 10px;
  background: linear-gradient(-45deg, #f89b29 0%, #ff0f7b 100% );
  color: #e8e8e8;
  padding: 20px;
  line-height: 1.5;
  border-radius: 5px;
  pointer-events: none;
  transform: translatex(96%);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.cardjuris .contentjuris .headingjuris {
  font-size: 32px;
  font-weight: 700;
}

.cardjuris:hover .contentjuris {
  transform: translateY(0);
}

.cardjuris:hover .front-contentjuris {
  transform: translateX(20%);
}

.cardjuris:hover .front-contentjuris p {
  opacity: 0;
}




/*--------------------------------------------------------------
# Breadcrumbs
--------------------------------------------------------------*/
.breadcrumbs {
  padding: 15px 0;
  background-color: #f2f3fc;
  min-height: 40px;
}

.breadcrumbs h2 {
  font-size: 24px;
  font-weight: 300;
}

.breadcrumbs ol {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 14px;
}



.breadcrumbs ol li+li {
  padding-left: 10px;
}

.breadcrumbs ol li+li::before {
  display: inline-block;
  padding-right: 10px;
  color: #6c757d;
  content: "/";
}

@media (max-width: 768px) {
  .breadcrumbs .d-flex {
    display: block !important;
  }

  .breadcrumbs ol {
    display: block;
  }

  .breadcrumbs ol li {
    display: inline-block;
  }
}





.section-title {
  padding-bottom: 5px;
}

.section-title h2 {
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 15px;
  padding-bottom: 15px;
  position: relative;
  color: #345676;
  text-align: center;
}

.section-title h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
background: rgb(255,205,0);
background: linear-gradient(90deg, rgba(255,205,0,1) 38%, rgba(21,74,139,1) 55%, rgba(200,16,46,1) 93%);
 bottom: 0;
  left: 0;
}


.DivIconosRedesss {
    position: absolute;
    display: inline-block;
    width: 220px;
    height: 31px;
    z-index: 1;
    right: 1px;
    top: 1px;
	justify-content: space-around;
}

.DivIconosRedesss a {
text-decoration: none;
font-size:15px;
width:60px;
height:60px;
line-height:60px;
text-align:center;
background:#314652;
color:#f1f1f1;
   border-radius:50%;
   box-shadow: 2px 2px 5px rgba(0,0,0, .5);
   transition: all .4s ease-in-out;
   justify-content: space-around;
 
}

.DivIconosRedesss a :hover{
	transform: scale(1.2);
	background:#fff;
color:#000;
}


.iconoCorreo {
    background:  url('../images/IconoCorreo.png') no-repeat scroll;
    min-height:29px;
    min-width:27px;
    display: inline-block;
}

.iconoTwitter {
    background: url('../images/IconoTwitter.png') no-repeat scroll;
    min-height:29px;
    min-width:27px;
    display: inline-block;
}
.iconoYouTube {
    background:  url('../images/IconoYouTube.png') no-repeat scroll;
    min-height:29px;
    min-width:27px;
    display: inline-block;
}

.iconoAccesibilidad{
    background:  url('../images/IconoAccesibilidad.png') no-repeat scroll;
    min-height:29px;
    min-width:27px;
    display: inline-block;
}


.iconoNoticias{
    background:  url('../images/IconoNoticias.png') no-repeat scroll;
    min-height:29px;
    min-width:27px;
    display: inline-block;
}


.iconoFacebook{
    background:  url('../images/IconoFacebook.png') no-repeat scroll;
    min-height:29px;
    min-width:27px;
    display: inline-block;
}


.iconoInicio{
    background:  url('../images/Inicioverde.png') no-repeat scroll;
    min-height:29px;
    min-width:27px;
    display: inline-block;
	color:white
}



/* -------------  tabla con div  ----------------- */



.contenedor-tabla {
    display: table;
    text-align: center;
    vertical-align:middle;
    width: 100%;
}

.contenedor-fila {
    display: table-row;
}

.contenedor-columna {
    display: table-cell;
    text-align:center;
    display: inline-block;
    margin:12px 12px 12px 12px;
}

.iconoAyuda {
    vertical-align: middle;
}



#ayuda{
    border: solid gray 1px;
    width: 250px;
    background-color: white;
    box-shadow: 6px 6px 5px #999;
    -webkit-box-shadow: 6px 6px 5px #999;
    -moz-box-shadow: 6px 6px 5px #999;
    visibility: hidden;
    z-index: 5000;
}

.contenedorAyuda-tabla {
    display: table;
    font: normal 0.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    color: #444;
    font-style: normal;
}

.contenedorAyuda-fila {
    display: table-row;

}

.contenedorAyuda-columna {
    display: table-cell;
    text-align:left;
    margin-bottom:2px;
}





/* -------------  PAGINAS SECUNDARIAS  ----------------- */

.SelectCombosGrandes {
    max-width:220px;
}

.formulario {}

.FormularioInput {
    min-width:220px !important;
}

.formBotones {
    text-align: center 
}


.preguntasFrecuentes{
    margin: 2em 2em 2em 2em; 
}

.TitulosPreguntasFre {
    font: bold 1.1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    color: #444;
    padding-top: 5px; 
    -webkit-border-horizontal-spacing: 5px;
}

.TextosPreguntasFre {
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 1.6em;
    color: #444;
    padding-top: 5px; 
    -webkit-border-horizontal-spacing: 5px;
}

.continerFormulario{
    width: 100%;  
}



.fielFormulario{
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    color: #444;
    
}

 /*jssor slider loading skin spin css*/
        .jssorl-009-spin img {
            animation-name: jssorl-009-spin;
            animation-duration: 1.6s;
            animation-iteration-count: infinite;
            animation-timing-function: linear;
        }

        @keyframes jssorl-009-spin {
            from { transform: rotate(0deg); }
            to { transform: rotate(360deg); }
        }

        .jssora061 {display:block;position:absolute;cursor:pointer;}
        .jssora061 .a {fill:none;stroke:#fff;stroke-width:360px;stroke-linecap:round;}
        .jssora061:hover {opacity:.8;}
        .jssora061.jssora061dn {opacity:.5;}
        .jssora061.jssora061ds {opacity:.3;pointer-events:none;}

.fielFormulario > input,
.fielFormulario > select{
    margin: 1px 2px 1px 5px;
    padding: 2px 2px 2px 8px;
}

.button1 {
    background-color: white;
    color: black;
    border: 1.5px solid #1D4D9E;
	border-radius: 8px;
	font:normal 1.0em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	padding:5px 15px;
}

.button1 :hover {
    background-color: #ebebeb;
    color: black;
	border-radius: 8px;
	font:bold 1.0em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	padding:5px 15px;
}

	
.abc  {
    box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.75);
-webkit-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 5px -3px rgba(0,0,0,0.75);
}
  
.abc:hover {
  box-shadow: 0px 0px 12px 10px rgba(102,20,184,0.69);
-webkit-box-shadow: 0px 0px 12px 10px rgba(102,20,184,0.69);
-moz-box-shadow: 0px 0px 12px 10px rgba(102,20,184,0.69);
}



.TitulosFormulario {
    text-align: center;
    color: #FFAB00;
    font: bold 1.8em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
}

.TitulosBusqueda {
    text-align: center;
    color: #444;
    font: bold 1.5em CenturyGothic, HelveticaNeue, Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;

}

.vertical-menu {
    width: 220px; 
	font: bold 1.3em Arial;
	text-align: left;
	
}

.vertical-menu a {
    color: black; 
    display: block; 
    padding: 12px;
    text-decoration: none; 
	border-radius: 6px;
}


.vertical-menu a.active {
    background-color:#3366cc;
    color: white;
}



.fondo_form{
    background-color: #fff;
    border: 1px solid #ffffff;
    border-radius: 5px;
}


.pCentrado {
    text-align: center;
}


.divCentral{
    text-align: left;
    margin: 40px 40px 40px 40px;

}

.divCentralcasos{
    text-align: left;
    margin: 4px 4px 4px 30px;

}

.pieNovedadjuris{
    text-align: justify;
   

}

.divCentral10{
    text-align: center;
    margin: 10px 10px 10px 10px;

}


.divText{
    text-align: justify;
    margin: 40px 40px 40px 40px;

}
.divText1{
    text-align: justify;
    margin: 1px 1px 1px 1px;

}


.textoCentral ul li {
    display: block;
    color:  #444 !important;
    font: normal 0.7em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    padding:2px;
    padding-left: 5px;
    list-style-type:  square !important;
}



.TextosSecundarias {
    font: normal 1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 1.4em;
    color: #444;
    padding-top: 5px; 
    -webkit-border-horizontal-spacing: 5px;
}

.listaTextosSecun li {
    color: #444!important;
    font: normal 0.9em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif !important;
    line-height: normal  !important;
    
}



ul.listaGobierno {
    list-style: none;
    font: normal 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    background-image: none !important;
    padding:2px;
    padding-left:10px;
}



.ui-tooltip-content {
    font: normal 0.7em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}


/* -------------  PAGINA DECRETOS UNICOS    ----------------- */

.TitulosVineta {
    background-image: url("../images/vineta.png");
    background-position: 1px;
    background-repeat: no-repeat;
    vertical-align: middle !important;
}

.textoVineta {
    font: normal 0.95em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #444 !important;
    padding-left:30px;
    margin: 3px 3px 3px !important;
}

.textoVinetas {
    font: normal 1.1em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    color: #444 !important;
    padding-left:30px;
    margin: 3px 3px 3px !important;
}

.listaDecretosU {
    margin-left:70px;
    font: normal 0.55em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;

}



/* -------------  PAGINA TRATADOS INTERNACIONALES    ----------------- */

.TitulosVinetaDU {
    background-image: url("../images/vineta.png");
    background-position: 1px;
    background-repeat: no-repeat;
    vertical-align: middle !important;

}

.textoVinetaDU {
    font: normal 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif  !important;
    color: #822FDD;
    padding-left:25px;
    margin: 3px 3px 3px !important;
}







/* ----------------------------------------------- */
/* ----------------   FOOTER   ------------------- */
/* ----------------------------------------------- */


.art-footer {
    padding:5px;
    margin: 40px 0 0 0;
    position: relative;
}

.art-footer  h1, h2, h3  {
    color: #1153a9;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
}



.art-footer a,
.art-footer a:visited,
.art-footer a:hover,
.art-footer td, 
.art-footer th,
.art-footer caption
{
    color: #DCDEF9;
}

.art-footer p {
    padding:0;
}

.art-footer 
.art-footer 
{
    color: #fff;
    font-family: Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    text-decoration: none;
}

.art-footer a:visited
{
    color: #9EA3F0;
    text-decoration: none;
}

.art-footer a:hover
{
    color: #E3E3E3;
    text-decoration: none;
}


.art-footer img {
    border: none;
    margin: 0;
}


.art-footer ul>li:before
{
    margin-right:6px;
    bottom: 2px;
    position:relative;
    display:inline-block;
    vertical-align:middle;
    font-size:0;
    line-height:0;
    margin-left: -13px;
}

.opera .art-footer ul>li:before
{
    bottom: 0;  /* Vertical-align:middle in Opera doesn't need additional offset */
}

.art-footer li
{
    display: block;
    content: " ";
    font: normal 0.625em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: 125%;
    color: #B8BCF4;
}

.art-footer ul>li, .art-footer ol
{
    padding: 0;
}

.art-footer ul>li
{
    padding-left: 13px;
}

.art-page-footer, 
.art-page-footer a,
.art-page-footer a:link,
.art-page-footer a:visited,
.art-page-footer a:hover
{
    letter-spacing: normal;
    word-spacing: normal;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #404040;
}

.art-page-footer
{
    position: relative;
    z-index: auto !important;
    padding: 1em;
    text-align: center !important;
    text-decoration: none;
    color: #11176E;
}


#TextoNotaAclar {
    text-align: center;
    font: 0.9em 'Arial';
    line-height: normal;
    color: #6C6C6C;
}

.art-layout-cell ul.listaGobierno {
    padding: 2px 2px 2px 2px;
	
}

.art-layout-cell ul.listaGobierno li {
    list-style: none;
    /* tamaño iconos de colores */
    font: normal 1.125em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    background-image: none !important;
    padding:2px;
    padding-left:10px;
}

.art-layout-cell ul.listaGobierno li:before {
    content:'\25A0';
    display: block;
    position: relative;
    max-width: 0px;
    max-height: 0px;
    left: -8px;
    top: 7px;
    /* tamaño iconos de colores */
    font: normal 9px Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    margin-left: 0px !important;
}

.listaGobierno {

}

.listaGobierno  a:hover {
    color: #4A54E3 !important;
}

.listaGobierno a:visited{
    color: #444;
}

.listaCortes {
    padding-left: 9px;
    padding-right:  5px;
    border-left-style: solid;
    border-width: thin;
    border-left-color: #FFAB00;
}

.logoGobierno {
    background:  url('../images/gobcolombia.png') no-repeat scroll;
    min-height:150px;
    min-width:330px;
    background-position: center, center;
    vertical-align: middle;
}

.logoCorteSuprema {
    background:  url('../images/LogoCorteSuprema.png') no-repeat scroll;
    min-height:41px;
    min-width:214px;
    background-position: 0 1px, 0 0;
    vertical-align: middle;
}

.logoCorteConstitucional {
    background:  url('../images/LogoCorteConstitucional.png') no-repeat scroll;
    min-height:41px;
    min-width:181px;
    background-position: 23px 1px, 0 0;
    vertical-align: middle;
}

.logoConsejoEstado {
    background:  url('../images/LogoConsejoEstado.png') no-repeat scroll;
    min-height:41px;
    min-width:163px;
    background-position: 48px 1px, 4px 4px;
    vertical-align: middle;
}



/* -------------  DIVISION AZUL    ----------------- */

.divAzul {
    position: relative;
    background: #32404D;
    font: normal 1.0em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    line-height: normal;
    color: #fff;
    text-align: left;
    padding-top: 6px; 
    -webkit-border-horizontal-spacing: 5px;
}



  .from, .dv  select { width: 80%; 
	height:50px;
vertical-align: middle;
    font: 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
	box-shadow:0.4rem 0.4rem 0.4rem 0.3rem rgb(0 0 0 / 20%);
}	

.containerFoot{
    width:100%;
    height:20px;
    padding-left: 105px;
    max-height: 150px;
    text-align: left;
}

/*******************************/
/******* Section Header ********/
/*******************************/
.section-header {
    position: relative;
    width: 100%;
    margin-bottom: 45px;
	
}
.mejora h3{
	
	color:#030f27
}
.section-header p {
    color: #fdbe33;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 5px;
}

.section-header h3 {
    margin: 0;
    position: relative;
    font-size: 25px;
    font-weight: 700;
	color:#030f27
}

@media (max-width: 767.98px) {
    .section-header h2 {
        font-size: 30px;
    }
}


/*******************************/
/*********** Blog CSS **********/
/*******************************/
.blog {
    position: relative;
    width: 100%;
    padding: 4px 0 15px 0;
}

.blog .blog-item {
    position: relative;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
}

.blog .blog-img {
    position: relative;
    overflow: hidden;
}

.blog .blog-img img {
    width: 100%;
}

.blog .blog-imgdepuracion img {
    width: 20%;
}

.blog .blog-imgmejora img {
    width: 50%;
}

.blog .blog-imghistorico img {
    width: 25%;
}

.portfolio_section .portfolio_container .img-box::before {
  content: "";
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(15, 207, 220, 0.8);
  z-index: 0;
}



.portfolio_section .portfolio_container .img-box:hover a {
  display: block;
}

.portfolio_section .portfolio_container .img-box:hover::before {
  display: block;
}

.blog .blog-title {
    display: flex;
    align-items: center;
    height: 60px;
    background: #030f27;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title h3 {
    margin: 0;
    padding: 0 15px 0 25px;
    width: calc(100% - 60px);
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    text-align: left;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.blog .blog-title a.btn {
    width: 60px;
    height: 60px;
    padding: 3px 0 0 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
    line-height: 60px;
    font-weight: 100;
    color: #fff;
    background: #87bdfc;
    border-radius: 0;
    transition: .3s;
}

.blog .blog-item:hover a.btn {
    color: #000;
}

a.btn2023 {
    color: #000;
}

a.btn2023:hover {
    color: #2d2df1;
	text-decoration: underline;
}


.blog .blog-meta {
    position: relative;
    padding: 25px 0 10px 0;
    background: #f3f6ff;
}

.blog .blog-meta::after {
    position: absolute;
    content: "";
    width: 100px;
    height: 1px;
    left: calc(50% - 50px);
    bottom: 0;
    background: #fdbe33;
}

.blog .blog-meta p {
    display: inline-block;
    margin: 0;
    padding: 0 3px;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    color: #666666;
}

.blog .blog-meta p a {
    margin-left: 5px;
    font-style: normal;
}

.blog .blog-text {
    padding: 10px 25px 25px 25px;
    background: #f3f6ff;
}

.blog .blog-text p {
    margin: 0;
    font-size: 16px;
}

.blog .pagination .page-link {
    color: #030f27;
    border-radius: 0;
    border-color: #fdbe33;
}

.blog .pagination .page-link:hover,
.blog .pagination .page-item.active .page-link {
    color: #fdbe33;
    background: #030f27;
}

.blog .pagination .disabled .page-link {
    color: #999999;
}


.contentFoot{
    float:left;
}

.contPolitica{
    width:45%;
}

.contActualiza{
    width:27%;
}

.contVisitas{
    width:27%;
}

.contPoliticas li{
    color: #fff;
}

.contPoliticas li:visited{
    color: #fff;
}

.contPoliticas li:hover {
    color: #4A54E3;
}

.contPolitica a {
    color: #fff;
}

.contPolitica a:visited{
    color: #fff;
}

.contPolitica a:hover {
    color: #DEF9;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
   
    padding-right: 15px;
    padding-left: 15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col, .col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm, .col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md, .col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10co, .col-lg-11, .col-lg-12, .col-lg, .col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl, .col-xl-auto {
    position: relative;
   width:30%;
    padding-right: 15px;
    padding-left: 15px;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}


.e-card {
  margin: 50px auto;
  background: transparent;
  box-shadow: 0px 8px 28px -9px rgba(0,0,0,0.45);
  position: relative;
  width: 300px;
  height: 450px;
  border-radius: 16px;
  overflow: hidden;
}

.wave {
  position: absolute;
  width: 540px;
  height: 700px;
  opacity: 0.6;
  left: 0;
  top: 0;
  margin-left: -50%;
  margin-top: -70%;
  background: linear-gradient(744deg,#0094ff,#0094ff 60%,#00ddeb);
}





.infotop  a{
  text-align: center;
  font-size: 40px;
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

.infotop  a:hover{
  text-align: center;
  font-size: 40px;
  position: absolute;
  top: 3em;
  left: 0;
  right: 0;
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.name p{
  font-size: 18px;
  font-weight: 100;
  position: relative;
  top: 7em;
  text-transform: lowercase;
  color:#fff;
}

.wave:nth-child(2),
.wave:nth-child(3) {
  top: 210px;
}

.playing .wave {
  border-radius: 40%;
  animation: wave 3000ms infinite linear;
}

.wave {
  border-radius: 40%;
  animation: wave 55s infinite linear;
}

.playing .wave:nth-child(2) {
  animation-duration: 4000ms;
}

.wave:nth-child(2) {
  animation-duration: 50s;
}

.playing .wave:nth-child(3) {
  animation-duration: 5000ms;
}

.wave:nth-child(3) {
  animation-duration: 45s;
}

@keyframes wave {
  0% {
    transform: rotate(0deg);
  }

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

 

/* ------------- CAMBIOS RESPONSIVE    ----------------- */

@media all and (max-width: 480px) {
    .modalDialogo  > div { width: 250px; position: fixed; top: 2% !important; left: 2% !important; }
    .mainDialog input { max-width: 250px;   }
    .ContactoTitulo, .ContactoMail, .ContactoTel, #comment { max-width: 200px;   }
    .listaGobierno { margin-left: 30%}
    .continerFormulario { border: 1px solid #E0E0E0 }
    .DivLogoSuin { width:45%; }
	.pop-up-title{
        display: none;
    }
	
}

@media all and (max-width: 480px){ 
.col-lg-4 
{ 
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}
}

@media (min-width: 992px){
.col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}}

@media (min-width: 992px){
.col-lg-10co {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
}}


@media (min-width: 1200px){ 
.container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 2000px;
}}

@media (min-width: 1200px){ 
.containerco, .containerco-sm, .containerco-md, .containerco-lg, .containerco-xl {
    max-width: 1500px;
	
}}


@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1366px) {
    select { width: 220px; }
	
}

@media only screen and (max-width: 760px), (min-width: 768px) and (max-width: 1366px) {
  .from, .dv  select { width: 80%; 
	height:50px;
vertical-align: middle;
    font: 1.2em Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
    font-style: normal;
	box-shadow:0.3rem 0.3rem 0.3rem 0.09rem rgb(0 0 0 / 20%);
}	}

@media (min-width: 768px){
.s2-example {
    margin-left: 0;
    margin-right: 0;
    background-color: #fff;
    border-width: 1px;
    border-color: #eee;
    border-radius: 4px 4px 0 0;
    box-shadow: none;
} } 
.s2-example {
    position: relative;
    padding: 45px 15px 15px;
    margin: 0 -15px 15px;
    background-color: #fafafa;
    box-shadow: inset 0 3px 6px rgb(0 0 0 / 5%);
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
}

.select2-hidden-accessible {
    border: 0!important;
    clip: rect(0 0 0 0)!important;
    -webkit-clip-path: inset(50%)!important;
    clip-path: inset(50%)!important;
    height: 1px!important;
    overflow: hidden!important;
    padding: 0!important;
    position: absolute!important;
    width: 1px!important;
    white-space: nowrap!important;
	
}

.form-control {
    width: 100%;
    display: block;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0;
	box-shadow: 0.3rem 0.3rem 0.3rem 0.09rem rgb(0 0 0 / 15%);
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 2px solid #000;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
	box-shadow: 0.3rem 0.3rem 0.3rem 0.09rem rgb(0 0 0 / 15%);
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none;
	box-shadow: 0.3rem 0.3rem 0.3rem 0.09rem rgb(0 0 0 / 15%);
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 2px solid #000;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline;
    list-style: none;
    padding: 0;
}

container--default .select2-selection--multiple {
    background-color: white;
    border: 2px solid #000;
    border-radius: 4px;
    cursor: text;
    padding-bottom: 5px;
    padding-right: 5px;
    position: relative;
}

.select2-results {
    display: block;
}

select {
    width: auto;
    max-width: 100%;
    margin-bottom: 1.7rem;
}

optgroup {
    font-weight: 700;
}

button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}

/* -------------      ----------------- */
