.landing-bg {
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(./../../img/landing-bg.jpg) center no-repeat;
    background-size: auto;
    background-size: cover;
    -moz-transition: 0.1s;
    -o-transition: 0.1s;
    -webkit-transition: 0.1s;
    transition: 0.1s;
    z-index: -1;
}

.nout {
    outline: none!important;
}
.min-h300{
    min-height: 300px;
}
.max-h300{
    max-height: 300px;
}


/* LandingStyles */

.ls-bg{
    display: block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(img/ls-bg.jpg) center no-repeat;
    background-size: auto;
    background-size: cover;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    z-index: -1;
}

.ls-bg2{
    display:block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(../../img/portafolio/bg2.jpg) center no-repeat;
    background-size: cover;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    z-index: -1;
}

.ls-bg3{
    display:block;
    position: fixed;
    width: 100vw;
    height: 100vh;
    top: 0;
    left: 0;
    background: url(../../img/portafolio/bg3.jpg) center no-repeat;
    background-size: cover;
    -webkit-transition: 0.1s;
       -moz-transition: 0.1s;
         -o-transition: 0.1s;
            transition: 0.1s;
    z-index: -1;
}
.ls-header{
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background: rgba(0,0,0,0.7);
}
.ls-header.content{
    position: relative;
    display: block;
    color: #FFFFFF;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    text-shadow: 0 0 5px rgba(0, 0, 0, 1);
}
.ls-header.content h1{
    font-size: 3em;
    font-weight: normal;
    }
.ls-header.content h3{
    font-size: 1.5em;
    font-weight: lighter;
}

.ls-search-bar {
    height: 44px;
    width: auto;
    max-width: 700px;
    border-radius: 40px;
    display: flex;
    align-items: center;
    padding: 0 0 0 20px;
    position: relative;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #ABB2B9;
}
.ls-icon {
    display: inline-flex;
}
.ls-icon-18 {
       width: 18px;
       height: 18px;
}

.ls-input {
    border: none;
    height: 25px;
    width: calc(100% - 43px);
    color: #1b1b1b;
    font-size: 15px;
    outline: none;
}

.ls-input:not(:placeholder-shown) + .ls-label {
    font-size: 9px;
    top: 3px;
    color: #00c853;
}

.ls-input:focus ~ .ls-label {
    font-size: 9px;
    top: 3px;
    color: #007ca8;
    transition: all 0.5s ease;
}

.ls-label {
    color: #aaaaaa;
    position: absolute;
    top: 13px;
    pointer-events: none;
    transition: all 0.5s ease;
}

.ls-highlight {
    width: 0;
    height: 1px;
    background: #00BBDF;
    position: absolute;
    bottom: 8px;
    transition: all 1s ease;
}
.ls-input:focus ~ .ls-highlight {
    width: calc(100% - 68px);
    transition: all 1s ease;
}

.ls-search-btn {
    background: #00BBDF;
    border-radius: 20px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    justify-content: center;
    cursor: pointer;
    right: 2px;
    position: absolute;
    transition: all 1s ease;
}

.ls-search-btn.disabled{
    background: #939393!important;
    border-radius: 20px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    /*box-shadow: 0 1px 3px rgba(255,0,0,0.12), 0 1px 2px rgba(255,0,0,0.24);*/
    justify-content: center;
    cursor: not-allowed!important;
    right: 2px;
    position: absolute;
    transition: all 1s ease;
}

.ls-bg-white{
    background-color: #fff!important;
}
.navbar-shrink{
    background-color: #003f69!important;
    top: 0!important;
}

#header-logo{
    -webkit-transition: width 1s!important;
       -moz-transition: width 1s!important;
         -o-transition: width 1s!important;
            transition: width 1s!important;
}

#mainNav{
    min-height: 93px;
    height: 93px!important;
    padding-top: unset;
    padding-bottom: unset;
    top: 40px!important;
    /*background-color: rgba(0, 0, 0, 0.7);*/
    -webkit-transition: all .5s ease;
       -moz-transition: all .5s ease;
         -o-transition: all .5s ease;
            transition: all .5s ease;
}
.mymnindx{
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

.navbar-bg0{
    background-color: rgba(0,0,0,0.7)!important;
}
.top-nav .dropdown-menu {
    background: rgba(0,0,0,.9)!important;
}
.gallery {
    display: grid;
    grid-template-columns: unset; /* repeat(auto-fit, minmax(22rem, 1fr)); */
    grid-gap: 2rem;
}

.under {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: 50%;
    position: relative;
    cursor: default;
    box-shadow: inset 0 0 0 10px rgba(255,255,255,0.6), 0 1px 2px rgba(0,0,0,0.1);
    -webkit-transition: all 0.4s ease-in-out;
        -moz-transition: all 0.4s ease-in-out;
        -ms-transition: all 0.4s ease-in-out;
            -o-transition: all 0.4s ease-in-out;
            transition: all 0.4s ease-in-out;
    background-color: #454A51;
}

.over {
    position: absolute;
    background: #E08F0E;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    opacity: 0;
    text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform: scale();
    -moz-transform: scale();
    -ms-transform: scale();
    -o-transform: scale();
    transform: scale();
    /* -webkit-backface-visibility: hidden; */
}

.over h3 {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 14px;
    margin: 0 auto;
    padding: 55px 0 0 0;
    height: 140px;
    font-family: 'Lato', Helvetica, sans-serif;
}
.under p {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: .1em;
    font-size: 18px;
    margin: 0 auto;
    padding: 55px 0 0 0;
    font-family: 'Lato', Helvetica, sans-serif;
    position: absolute;
}

.iunder {
    margin:30px;
    margin-top:-30px;
}

.iover {
    margin:30px;
    margin-top:-30px;
}

.iunder2 {
    margin:36px;
    margin-top:-30px;
}

.under:hover { box-shadow: inset 0 0 0 1px rgba(255,255,255,0.1), 0 1px 2px rgba(0,0,0,0.1) }

.under:hover .over {
    opacity: 1;
    -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
            -o-transform: scale(1);
            transform: scale(1);
}

.no-cssanimations .support-note span.no-cssanimations,
.no-csstransforms .support-note span.no-csstransforms,
.no-csstransforms3d .support-note span.no-csstransforms3d,
.no-csstransitions .support-note span.no-csstransitions { display: block }

.skillset {
    margin: 20px 0 0 0;
    padding: 0;
    list-style: none;
    display: block;
    text-align: center;
    width: 100%;
}

.skillset:after,
.under:before {
    content: '';
    display: table;
}

.skillset:after { clear: both }

.skillset li {
    width: 130px;
    height: 130px;
    display: inline-block;
    margin: 10px;
}

.gallery-item:hover .gallery-item-info, .gallery-item:focus .gallery-item-info{
    background-color: rgba()!important;
}

.gallery-item.active .gallery-item-info {
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 63, 105, 0.7);
}


#pjudtop1{
    width: 10%;
}
.headercontainer{
    padding-left: 48px;
    padding-right: 48px;
}

.text-inverse{
    color: #5e5e5e!important;
}

.nout:focus { outline: none!important; }
.nund { text-decoration: none!important; }

.iconsocials{
    color: #ffffff!important;
}
.iconsocials:hover{
    color: #fed136!important;
    /*color: #444;*/
}

.indxlogo{
    width: 30%;
}
.mo-topmenu0{
    display: none;
}
.mo-postheader{
    text-align: center;
    color:#fff;
    margin-top: 80px;
}

/* ###########################################
 *
 *          Media 767 - Separator
 *
 * ###########################################
 */
@media only screen and (max-width: 767px) {
    .top-nav{
        display: none;
    }
    .mo-topmenu0{
        display: block;
    }
    .mo-topmenu1{
        margin-top: 40px;
        background-color: #2d2d2d;
        color: #ffffff!important;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        border-radius: 15px;
    }
    .mo-topmenu2{
        padding-top: 20px;
        padding-bottom: 10px;
        background-color: #161616;
        color: #ffffff!important;
        border-radius: 14px 14px 0 0;
    }
    .mo-topmenu3{
        background-color: #2d2d2d;
        color: #ffffff!important;
        list-style: none;
        margin: 15px;
        padding: 10px;
        padding-bottom: 2px;
        width: unset;
        min-width: unset;
        margin-bottom: 0;
    }
    .mo-tm3-item{
        padding: unset;
        width: unset;
        padding-bottom: 8px;
    }
    .mo-tm3-item:hover,.mo-tm3-item:active,.mo-tm3-item:focus{
        background-color: transparent!important;
    }
    .hrtopmenu{
        margin-top: 0;
        background-color: #868686;
    }
    .flag-img{
        width: 32px;
        height: 21px;
        outline: thick solid transparent;
    }
    .flag-img:hover{
        outline: thick solid #000;
    }
    .caret{
        margin-top: 8px;
    }
    .bubbler{
        font-size: 16px;
        margin: 3px;
    }
    .mo-postheader{
        margin-top: 25px;
    }
    #pjudtop1{
        width: 50%;
        margin-top: 0;
    }

    .indxlogo{
        width: 60%;
    }
    .headercontainer{
        padding-left: 0;
        padding-right: 0;
    }
    .mo-patop{
        padding-top: 54px;
    }

    #mainNav{
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.0);
        top: 0!important;
        -webkit-transition: all .5s ease;
           -moz-transition: all .5s ease;
             -o-transition: all .5s ease;
                transition: all .5s ease;
    }

    .tz-gallery{
        padding: 0!important;
    }
    .container.gallery-container {
        padding: 4px 10px;
    }
    .container1{
        padding: 0;
    }
    .container{
        padding: 0;
    }
    .blog-content.home-blog.jt-blog-thumb-right h2{
        font-size: 18px;
        text-align: justify;
    }
    #social, #copyright{
        font-size: 0.9em !important;
        text-align: center !important;
    }

    .gallery-item .gallery-item-info, .gallery-item:focus .gallery-item-info {
        background-color: rgba(0, 0, 0, 0.7)!important;
    }

    .gallery-item .gallery-item-info,
    .gallery-item .gallery-item-info {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .ls-search-bar {
        max-width: 350px;
    }

    .under p {
        padding: 50px 0 0 0!important
    }

    .skillset li {
         width: 90px;
         height:90px;
         display: inline-block;
         margin: 10px;
    }

    .iunder {
         margin-left:27px;
         margin-top:-23px;

    }

    .iunder2 {
        margin-left: 24px;
        margin-top: -30px;
    }

    .iover {
         margin-left:24px;
         margin-top:-30px;
    }

    .navbar-brand {
        padding-bottom: 0;
    }

    .ls-header{
        height: 80vh;
    }

    .panel .panel-body {
        padding: 0 15px !important;
    }

    .panel .panel-body p {
        padding: 2px 15px !important;
        font-size: 0.8em;
        margin-top: 0;
        margin-bottom: ;
    }

    .tab-content>.tab-pane {
        margin-top: 20px;
    }

    #header-logo {
        width: 40%;
    }

    .section-title h2 {
        font-size: 1em;
        margin-top: -30px !important;
    }

    .banner-pages {
        height: 20vh !important;
    }

}

/* ###########################################
 *
 *          Media 768 to 992 - Separator
 *
 * ###########################################
 */
@media (min-width: 768px) and (max-width: 992px){
    .top-nav{
        display: none;
    }
    #pjudtop1 {
        width: 50%;
        margin-top: 0;
    }
    #header-logo {
        width: 40%;
    }
    .mo-topmenu0{
        display: block;
    }
    .mo-topmenu1{
        margin-top: 10px;
        background-color: #2d2d2d;
        color: #ffffff!important;
        padding-top: 0;
        padding-left: 10px;
        padding-right: 10px;
        padding-bottom: 10px;
        border-radius: 15px;
    }
    .mo-topmenu2{
        padding-top: 20px;
        padding-bottom: 10px;
        background-color: #161616;
        color: #ffffff!important;
        border-radius: 14px 14px 0 0;
    }
    .mo-topmenu3{
        background-color: #2d2d2d;
        color: #ffffff!important;
        list-style: none;
        margin: 15px;
        padding: 10px;
        padding-bottom: 2px;
        width: unset;
        min-width: unset;
        margin-bottom: 0;
    }
    .mo-tm3-item{
        padding: unset;
        width: unset;
        padding-bottom: 8px;
    }
    .mo-tm3-item:hover,.mo-tm3-item:active,.mo-tm3-item:focus{
        background-color: transparent!important;
    }
    .hrtopmenu{
        margin-top: 0;
        background-color: #868686;
    }
    .flag-img{
        width: 32px;
        height: 21px;
        outline: thick solid transparent;
    }
    .flag-img:hover{
        outline: thick solid #000;
    }
    .caret{
        margin-top: 8px;
    }
    .mo-postheader{
        margin-top: 35px;
    }
    #mainNav{
        padding-top: 10px;
        padding-bottom: 10px;
        background-color: rgba(0, 0, 0, 0.0);
        top: 0!important;
        -webkit-transition: all .5s ease;
           -moz-transition: all .5s ease;
             -o-transition: all .5s ease;
                transition: all .5s ease;
    }

    .gallery-item .gallery-item-info, .gallery-item:focus .gallery-item-info {
        background-color: rgba(0, 0, 0, 0.7)!important;
    }

    .gallery-item .gallery-item-info,
    .gallery-item .gallery-item-info {
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.3);
    }

    .ls-header{
        height: 170vh;
    }

    #social, #copyright{
        font-size: 0.9em !important;
    }

}

@media (min-width: 1920px){
    .container {
        max-width: 1700px !important;
        margin: 0 auto !important;
        padding: 0 2rem !important;
    }
}

@media only screen and (max-width: 550px) {
    .mo-postheader{
        margin-top: 80px;
        margin-bottom: 0;
    }
}
@media only screen and (min-width: 1200px) {
    .mo-postheader{
        margin-top: 100px;
        margin-bottom: 0;
    }
}
@media only screen and (max-width: 1200px) {
    #mainNav{
        min-height: 75px;
        height: 75px!important;
    }
}

.mx-5n{
    padding-left: -5px!important;
    padding-right: -5px!important;
}
.jt-rounded-bottom{
    border-radius: 0 0 5px 5px!important;
}

.top-nav{
    background-color: rgba(0,0,0,0.7)!important;
}
.blog-area {
    min-height: unset!important;
}

.jt-flink{
    color: #fff!important;
    text-decoration: underline!important;
}
.jt-flink:hover, .jt-flink:active {
    color: lightskyblue!important;
    text-decoration: underline!important;
}

.txt-white{
    color: #ffffff!important;
}
.txt-14{
    font-size: 14px!important;
}
.txt-16{
    font-size: 16px!important;
}
.txt-18{
    font-size: 18px!important;
}
.txt-20{
    font-size: 20px!important;
}
.txt-32{
    font-size: 32px!important;
}
.txt-sresp{ /* Font Size Responsive */
    font-size: 80%!important;
}
.txt-bold{
    font-weight: bold!important;
}
.txt-norm{
    font-weight: normal!important;
}

.item.item-thumbnail .item-title, .item.item-thumbnail .item-title a {
    font-weight: 600;
    color: #212121;
    font-size: 14px;
    line-height: 18px;
    max-height: auto!important;
    overflow: hidden;
}
.videotitle{
    color: #003f69!important;
}

@media only screen and (min-width: 800px) {
      .videotitle {
        color: #000; /* Aplicará solo desde 0 hasta 600px */
      }
    }

.videotitle:hover{
    color: #00bbdf!important;
}


.panel {
    background-color: transparent;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #444;
    border-radius: 3px;
}

.panel .panel-body {
    padding: 5px 15px 15px 15px;
}

.panel.panel-filled .panel-body {
    padding-top: 10px;
}

.panel .panel-footer {
    background-color: transparent;
    border: none;
}

.panel > .panel-heading {
    color: #ffffff;
}
.panel-info > .panel-heading {
    background: #586269 !important;
}

.panel-tools {
    display: inline-block;
    margin-top: 0;
    padding: 0;
    position: relative;
}

.panel-tools a {
    margin-left: 2px;
    color: #949ba2;
    cursor: pointer;
}

.panel-tools a:hover {
    color: #ffffff;
}

.panel.panel-c-white {
    border-left: 3px solid #949ba2;
}

.panel.panel-c-accent {
    border-left: 3px solid #f6a821;
}

.panel.panel-c-primary {
    border-left: 3px solid #0F83C9;
}

.panel.panel-c-warning {
    border-left: 3px solid #f7af3e;
}

.panel.panel-c-info {
    border-left: 3px solid #56C0E0;
}

.panel.panel-c-success {
    border-left: 3px solid #1bbf89;
}

.panel.panel-c-danger {
    border-left: 3px solid #DB524B;
}

.panel.panel-b-accent {
    background-color: #f6a821;
    color: #ffffff;
}

.panel.panel-b-white {
    background-color: white;
    color: #61686f;
}

.panel.panel-b-white .panel-heading {
    color: #61686f;
}

.panel.panel-b-white .panel-footer {
    color: #61686f;
}

.panel.panel-filled {
    background-color: rgba(68, 70, 79, 0.5);
}

.support-question a {
    color: #949ba2;
}
.support-question a:hover {
    text-decoration: none;
}

.support-question a:focus {
    text-decoration: none;
}

.support-question:hover {
    background-color: rgba(68, 70, 79, 0.7);
}

.support-question.active {
    border-left: 3px solid #f6a821;
}

.support-question.active .panel-body {
    padding-left: 13px;
}



.section-title h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    /*margin-top: 150px; revisar edwin titulo de institucional*/
    text-align: center;
    color:#4f4f4f;
    font-size: 25px;
  }

.section-title2 h2 {
    position: relative;
    margin-bottom: 45px;
    display: inline-block;
    font-weight: bold;
    line-height: 1;
    /*margin-top: 150px; revisar edwin titulo de institucional*/
    text-align: center;
    color:#fff;
    font-size: 25px;
  }


  .section-title2 h2::before {
      content: "";
      position: absolute;
      left: 50%;
      width: 80px;
      height: 5px;
      background: #007ca8;
      bottom: -25px;
      margin-left: -30px;
  }



  .section-title h2::before {
      content: "";
      position: absolute;
      left: 50%;
      width: 80px;
      height: 5px;
      background: #007ca8;
      bottom: -25px;
      margin-left: -30px;
  }


  .section-title.service-title p {
    padding: 0 190px;
    margin-bottom: 10px;
  }


  .jt-panel-body{
      padding: 15px!important;
  }

  @media only screen and (max-width: 1000px) {
    .section-title.service-title p {
        padding: 0;
    }

  }

  @media (min-width: 1024px) {
    #mas-buscado {
        color:#fff;
        text-align: left;
        margin-left: 21%;
    }
  }

  .blog-content.home-blog.jt-blog-thumb-right h2{
    font-size: 14px;
    text-align: justify;
  }

.tz-gallery {
    padding: 0;
}

.jt-box-content {
    background-color:rgba(0,0,0,0.8);
}

.jt-box-content p {
    color:#fff;
    text-align: justify;
}

#mas-buscado {
    color:#fff;
    text-align: center;
    margin-left: 0 !important;
}

.page-section {
    padding: 10px 0;
}

.carousel .carousel-inner, .carousel .carousel-inner .carousel-item, .carousel .carousel-inner .item, .slider .carousel {
    min-height: 290px!important;
 
}

.gallery-image {
    min-height: 150px;
    max-height: 250px;
}

.blog-title {
    text-align: justify;
}

.blog-content.home-blog p {
    text-align: justify;
}

.banner-pages {
    display: block;
    height: 40vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background: rgba(0,0,0,0.7);
    height: unset;
    padding-top: 60px;
    padding-bottom: 10px;
}

.panel .panel-body .tab-content {
    text-align: unset;
    line-height: 1.75;
}

.panel-primary > .panel-heading > h4 {
    margin-bottom: 0;
    font-size: 16px;
}

.pagination > .active > a,.pagination > .active > a:hover{
    background-color: #d0d0d0!important;
    color: #D38D11;
    border: none;
}



/*
 * ######################################################
 *
 *          _Accesos Destacados (fa - fas - fai)
 *
 * ######################################################
 */
.fa-switcher{
    text-align: center;
}
.fas-item{
    background-color: #949ba2;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    padding: 10px;
    cursor: pointer;
    border-bottom: 0.05px solid #767C81;
}
.fas-item:hover, .fas-item.active{
    background-color: #7e838a;
    color: #fff;
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    border-right: 0.5px solid #00bbdf;
    border-bottom: 0.05px solid #767C81;
}

.fas-item:first-child{
    border-top: none;
    border-radius: 5px 0 0 0;
}
.fas-item:last-child{
    border-bottom: none;
    border-radius: 0 0 0 5px;
}

.fai-container{
    border: 1px solid #b8b8be;
    border-left: 3px solid #00bbdf;
    padding: 15px;
    height: 100%;
    border-radius: 0 5px 5px 0;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.fai-section{
    padding: 6px 3px;
    margin: 0;
}
.fai-section-item{
    background-color: #f5f5f5;
    border: 1px solid #c5ced4;
    border-radius: 3px;
    padding: 10px;
    margin: 3.5px;
    min-height: 100px;
    height: 100px;
    max-height: 100px;
    display: flex;
    min-width: 300px;
    -ms-flex-align: center !important;
    align-items: center !important;
}
.fai-section-item:hover{
    border: 1px solid #00bbdf;
}
.fai-image{
    display: block;
    margin: 0 auto;
}
.fai-title{    font-weight: 600;
    color:#212121;
    font-size: 14px;
    line-height: 18px;
    overflow: hidden;
    text-align: justify;
}
.fai-section-item:hover div .fai-title{
    color: #00bbdf;
}
.fas-mobile{
    display: block;
}

@media (max-width: 768px){
    #tfa-sections{
        display: none;
    }
    .fas-mobile{
        display: none;
    }
    .fas-item:first-child{
        border-radius: 0 0 0 0;
    }
    .fas-item:last-child{
        border-radius: 0 0 5px 5px;
    }
    .fai-container{
        border-top: none;
        border-radius: 0 0 5px 5px;
    }
}
@media (min-width: 769px) {
    #tfa-sections{
        display: block;
    }
    .fas-mobile{
        display: block;
    }
}

/*
 * ##############################################
 *
 *          Discursos del Presidente
 *
 * ##############################################
 */

 .ddp-card{
     background-color: #007ca8;
 }

 .ddp-txt1{
    font-weight: bold;
    line-height: 1.6rem;
    letter-spacing: 0;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    margin-bottom: 3.5rem;
    color: #fff;
    text-decoration: none;
 }
 .ddp-txt1:hover{
    font-weight: bold;
    line-height: 1.6rem;
    letter-spacing: 0;
    font-size: 1.5rem;
    position: absolute;
    bottom: 0;
    margin-bottom: 3.5rem;
    color: #fff;
    text-decoration: none;
 }
 .ddp-txt2{
    font-size: 0.9rem;
    line-height: 1rem;
    position: absolute;
    bottom: 0;
    margin-bottom: 1rem;
    max-width: 85%;
    color: #fff;
 }

 .ddp-desc{
    color: #444;
    text-decoration: none;
    outline: none!important;
    text-align: center;

 }


/*
 * ##############################################
 *
 *          Revista Puertas Abiertas
 *
 * ##############################################
 */


.icon-download{
  display: block;
  margin-left: auto;
  margin-right: auto;
  /*width: 50%;*/
}

 .div-test{
     background-color: black;
     color: #4caf50;
 }

 /*
  * ##############################################
  *
  *          Corte Suprema
  *
  * ##############################################
  */

.btn-print,.btn-print:hover,.btn-print:active,.btn-print:focus{
    background-color: #003f69;
    color: #fff;
    border: none;
    outline: none;
    padding: 6px 6px 3px 6px;
}

.panel-primary > .panel-heading {
	background: #586269;
}

.txt-court-supreme{
    color: #444;
}

.link-court-supreme, .jt-link{
    color: #444;
    text-decoration: underline;
    outline: none!important;
}
.jt-link:hover, .jt-link:active, .jt-link:focus,
.link-court-supreme:hover,.link-court-supreme:active,.link-court-supreme:focus,
.txt-court-supreme a,.txt-court-supreme a:hover,.txt-court-supreme a:active,.txt-court-supreme a:focus{
    color: #007ca8;
}

.table td, .table th {
    padding: .75rem;
    border-top: 1px solid transparent;
    border-bottom: 1px solid #dee2e6;
}

.jt-post.trib-pais{
    padding: 0 10px;
}
.jt-trib-fixmarg{
    margin: 0 -10px;
}

 /*
  * ######################################################
  *
  *          TabsNavs & Forms Inputs
  *
  * ######################################################
  */
.jt-tabheader{
    background-color: #cfd2d4!important;
    color: #444!important;
    font-size: 16px!important;
    border-radius: 10px 10px 0 0;
    padding: 15px;
    /*border: 1px solid #ff5e14!important;*/
    border:none;
    border-bottom: 1px solid transparent!important;
    cursor: pointer;
}
.jt-tabheader.active,.jt-tabheader.active:hover{
    background-color: #586269!important;
    color: #ffffff!important;
    font-weight: bold;
    font-size: 16px!important;
    border-bottom:none;
    padding: 15px;
    /*border: 1px solid #ff5e14!important; */
    border-bottom: 1px solid transparent!important;
}
.jt-tabheader:hover{
    background-color: #6e7880!important;
    color: #ffffff!important;
    border:none;
    border-bottom:none;
    font-size: 16px!important;
    padding: 15px;
    /*border: 1px solid #ff5e14!important;*/
    border-bottom: 1px solid transparent!important;
}


@media only screen and (max-width: 767px) {
    .jt-tabheader{
        background-color: #cfd2d4!important;
        color: #444!important;
        font-size: 16px!important;
        border-radius: 10px 10px 0 0;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 3px;
        padding-right: 3px;
        border:none;
        border-bottom: 1px solid transparent!important;
        cursor: pointer;
        line-height: 1.1rem;
    }
    .jt-tabheader.active,.jt-tabheader.active:hover{
        background-color: #586269!important;
        color: #ffffff!important;
        font-weight: bold;
        font-size: 16px!important;
        border-bottom:none;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 3px;
        padding-right: 3px;
        border-bottom: 1px solid transparent!important;
    }
    .jt-tabheader:hover{
        background-color: #6e7880!important;
        color: #ffffff!important;
        border:none;
        border-bottom:none;
        font-size: 16px!important;
        padding-top: 10px;
        padding-bottom: 10px;
        padding-left: 3px;
        padding-right: 3px;
        border-bottom: 1px solid transparent!important;
    }
    .tab-content > .tab-pane {
        margin-top: 0;
    }
}
.nav-tabs{
    border-bottom: 1px solid transparent!important;
}
.jt-tabbody{
    padding: 15px;
}

.jt-btnform{
    background-color:#00BBDF!important;
    color: #ffffff!important;
    font-weight: bold!important;
    font-size: 16px!important;
    /*border: 1px solid #ff5e14!important;*/
    padding: 10px 20px;
    margin: 3px 6px;
}
.jt-btnform2{
    background-color: #586269!important;
    color: #ffffff!important;
    font-weight: bold!important;
    font-size: 16px!important;
    /*border: 1px solid #ff5e14!important;*/
    padding: 10px 20px;
    margin: 3px 6px;
}



 /*
  * ######################################################
  *
  *          Bases Historicas y Busqueda de abogados
  *
  * ######################################################
  */

.jt-irut1{
    width: 100px;
    margin-right: 5px;
}

.jt-irut2{
    width: 45px;
}

.jt-iname1{
    width: 350px;
}


 /*
  * ######################################################
  *
  *          BTN UTIL & SecondaryUtil
  *
  * ######################################################
  */
.btn-util,.btn-util:hover,.btn-util:active,.btn-util:focus{
    background-color: #00BBDF;
    color: #fff;
    border: none;
    outline: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}

.btn-util2,.btn-util2:hover,.btn-util2:active,.btn-util2:focus{
    background-color: #586269;
    color: #fff;
    border: none;
    outline: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
    height: 35px;
}

.btn-util3,.btn-util3:hover,.btn-util3:active,.btn-util3:focus{
    background-color: #00BBDF;
    color: #fff;


    padding-top: 17px;
    padding-bottom: 17px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-util4{
    background-color: #586269;
    color: #fff;
    border: none;
    outline: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-util4:hover,.btn-util4:active,.btn-util4:focus{
    background-color: #00BBDF;
    color: #fff;
    border: none;
    outline: none;
    padding-top: 3px;
    padding-bottom: 3px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn-extra{
    padding: 10px 15px!important;
    font-size: 20px;
}

.jt-heading2{
    background-color: #586269;
    color: #fff;
}

 /*
  * ######################################################
  *
  *          Consulta Ciudadana
  *
  * ######################################################
  */

.info .title{
    font-weight: bold;
    text-align: left;
    line-height: 1.2em;
    min-height: 45px;
}
.info .desc{
    text-align: left;
    line-height: 1em;

}

.step .number {
    margin-top: 0;
    font-weight: bold;
}
.step.active .number::before {
    background-color: #007ca8;
    height: 3px;
}
.step .number::before {
    height: 3px;
}

.jt-radio label{
    color: #444;
    padding-top: 5px;
    font-size: 15px;
}

.jt-radio input[type="radio"]{
    color: #4caf50;
    margin-top: 12px;
}
@-moz-document url-prefix() {
    .jt-radio input[type="radio"]{
        margin-top: 0;
    }
}
.checkout-footer{
    background-color: #586269!important;
}

 /*
  * ######################################################
  *
  *          Noticias del Poder Judicial
  *
  * ######################################################
  */

.jt-npj-title, .jt-npj-title:hover{
    color: #444;
    line-height: 1.5em;
    letter-spacing: 0;
    font-weight: bold;
}

.jt-npj-desc p{
    line-height: 1.3em;
    font-size: 1em;
}
.jt-npj-desc{
    padding-bottom: 0;
    border-bottom: 3px solid #ff6017;
    margin-bottom: 15px;
}

/*
 * ######################################################
 *
 *          Agenda del presidente
 *
 * ######################################################
 */

.fc-day-header.fc-widget-header{
    background-color: #d0d0d0!important;
}
.fc-unthemed .fc-content, .fc-unthemed .fc-divider, .fc-unthemed .fc-list-heading td, .fc-unthemed .fc-list-view, .fc-unthemed .fc-popover, .fc-unthemed .fc-row, .fc-unthemed tbody, .fc-unthemed td, .fc-unthemed th, .fc-unthemed thead {
    border-color: #d0d0d0;
}

.modal-header .close {
    margin-top: 0;
    padding-top: 5px;
}

.modal-desc{
    font-weight: unset;
}


/*
 * ######################################################
 *
 *          Corte de Apelaciones
 *
 * ######################################################
 */

 /* #### Mapa ### */
#jtMap{
    background-color: transparent;
    margin-bottom: 1.5rem !important;
}
.jt-map{
    width: 100%;
}
.jt-map-tooltip{
    padding: 5px!important;
    font-weight: bold!important;
    margin: 0!important;
}


.jt-map-region{
    fill: #9b9b9b;
    stroke: #fff;
    stroke-width: 0.35;
    stroke-miterlimit: 10;
    cursor: pointer;
}
.jt-map-region:hover, .jt-map-region.active{
    fill:#00BBDF;
    stroke: #fff;
    stroke-width: 0.15;
    stroke-miterlimit: 10;
    fill-rule: evenodd;
}


@media only screen and (max-width: 767px) {
    #jtMap{
        margin-top: .5rem !important;
        margin-bottom: 1.5rem !important;
    }
    .jt-map{
        width: 100%;
    }
    .mapcontainer{
        padding: 0!important;
        margin-left: -0.7rem!important;
        margin-right: -0.68rem!important;
    }
}
 /* #### Tribunal Data ### */
.jt-data-tribunal{
    margin-top: 25px;
}

.mapcontainer{
    padding: 0;
}

#city-selector,#court-selector,#court-selector-j{
    margin-top: 20px;
}


/*
 * ######################################################
 *
 *          Menu Left
 *
 * ######################################################
 */

 .menu-level-1.active .jt-menuleft-txt-1{
    border-left: 3px solid #00bbdf;
    padding-left: 17px;
    border-radius: 5px 5px 5px 5px;
}
.menu-level-1.active:hover{
    color: #ffffff;
}
.menu-level-1{
    background-color: #949ba2;
    padding: 0!important;
    border-radius: 5px 5px 5px 5px;
}
.menu-level-1>a>p{
    border-radius: 5px 5px 5px 5px;
}
.menu-level-1:hover{
    background-color: #7e838a;
}
.jt-menuleft-txt-1{
    color: #ffffff;
    width: 100%;
    padding: 15px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: bold;
    padding-left: 20px;
    outline: none!important;
}
.jt-menuleft-txt-1:hover,.jt-menuleft-txt-1:focus{
    color: #00bbdf!important;
}

.jt-menuleft-expand, .jt-menuleft-expand:active,.jt-menuleft-expand:focus{
    color: #ffffff;
    padding: 0;
    padding-top: 15px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer!important;
}
.jt-menuleft-expand.active{
    color: #E08F0E!important;
    padding: 0;
    padding-top: 15px;
    padding-right: 20px;
    margin-bottom: 0;
    font-weight: bold;
    cursor: pointer!important;
}
.jt-menuleft-expand.null{
    padding: 0;
    margin-bottom: 0;
}
.jt-menuleft-expand:hover{
    color: #00BBDF!important;
}

/* Specials *
.menu-level-1:first-child,.menu-level-1:first-child>a>div>p{
    border-radius: 5px 5px 0 0;
}
.menu-level-1:last-child,.menu-level-1:last-child>a>div>p{
    border-radius: 0 0 5px 5px;
} */

/* LVL 2 */
.menu-level-2.active{
    border-left: 3px solid #00BBDF;
    padding-left: 17px;
}
.menu-level-2.active:hover{
    color: #ffffff;
}

.menu-level-2{
    background-color: #949ba2;
    padding: 0!important;
    border-radius: 5px 5px 5px 5px;
}
.menu-level-2>a>p{
    border-radius: 5px 5px 5px 5px;
}
.menu-level-2:hover{
    background-color: #7e838a;
}
.menu-level-2:hover > .menu-level-1:hover{
    background-color: #949ba2;
}
.jt-menuleft-txt-2{
    color: #ffffff;
    width: 100%;
    padding: 15px;
    padding-left: 40px!important;
    margin-bottom: 0;
    font-weight: bold;
    /*border-left: 3px solid #7e838a;*/
    padding-left: 20px;
    outline: none!important;
}
.jt-menuleft-txt-2:hover,.jt-menuleft-txt-2:focus{
    color: #00BBDF!important;
}
.jt-menuleft-txt-2::before{
    /*content: "â€¢ "!important;*/
    content: "• "!important;
}

/* LVL 3 */
.menu-level-3.active{
    border-left: 3px solid #E08F0E;
    padding-left: 17px;
}
.menu-level-3.active:hover{
    color: #ffffff;
}
.menu-level-3{
    background-color: #949ba2;
    padding: 0!important;
    border-radius: 5px 5px 5px 5px;
}
.menu-level-3>a>p{
    border-radius: 5px 5px 5px 5px;
}
.menu-level-3:hover{
    background-color: #7e838a;
}

.jt-menuleft-txt-3{
    color: #ffffff;
    width: 100%;
    padding: 15px;
    padding-left: 60px!important;
    margin-bottom: 0;
    font-weight: bold;
    /*border-left: 3px solid #7e838a;*/
    padding-left: 20px;
    outline: none!important;
}
.jt-menuleft-txt-3:hover,.jt-menuleft-txt-3:focus{
    color: #E08F0E!important;
}
.jt-menuleft-txt-3::before{
    content: "Â· "!important;
}

/* LVL 4 */
.menu-level-4.active{
    border-left: 3px solid #E08F0E;
    padding-left: 17px;
}
.menu-level-4.active:hover{
    color: #ffffff;
}
.menu-level-4{
    background-color: #949ba2;
    padding: 0!important;
    border-radius: 5px 5px 5px 5px;
}
.menu-level-4>a>p{
    border-radius: 5px 5px 5px 5px;
}
.menu-level-4:hover{
    background-color: #7e838a;
}

.jt-menuleft-txt-4{
    color: #ffffff;
    width: 100%;
    padding: 15px;
    padding-left: 80px!important;
    margin-bottom: 0;
    font-weight: bold;
    /*border-left: 3px solid #7e838a;*/
    padding-left: 20px;
    outline: none!important;
}
.jt-menuleft-txt-4:hover,.jt-menuleft-txt-4:focus{
    color: #E08F0E!important;
}
.jt-menuleft-txt-4::before{
    content: "â€¢ "!important;
}

/*
.panel .panel-body .tab-content ul {
    padding-left: 40px !important;
}

.panel .panel-body .tab-content ul {
    padding-left: 40px !important;
}

.panel .panel-body .tab-content ul li a{
    color: #444;
}

.panel .panel-body .tab-content ul li a:hover{
    color: #E08F0E;
} */

/************
Lista de funcionarios Prensa y ComunicaciÃ³n
************/
.container-team {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 rem;

}

.team{
    margin:0px;
  }

.team-member {
    margin: 15px 0;
    padding: 0;
}
.team-member .jt-team-info{
    background: #00BBDF ;
    width: 100%;
    height: 190px;
    padding: 25px 20px;
    border-radius: 5px;
}
.team-member .jt-team-info p{
    font-size: 0.9em;
    text-align: left;
    line-height: 18px;
    color: #fff;
}
.team-member .jt-team-info .jt-fix-ul{
    list-style: none;
    margin-left: 0!important;
    margin: 0!important;
    padding: 0!important;
    
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.team-member .jt-team-info .jt-fix-ul li{
    display: inline-block;
    padding: 10px;

}

  .team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }

  .team-member figure img {
    min-width: 100%;
  }

  .team-member figcaption p {
    font-size: 0.9em;
    text-align: left;
    line-height: 18px;
  }

  .team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }

  .team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
  }

  .team-member h4 {
    margin: 10px 0 0;
    padding: 0;
  }

  .team-member figcaption {
    padding: 10px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .team-member figure:hover figcaption, .team-member.jt-fig-active figure figcaption{
    visibility: visible;
    color: #fff;
    background: rgba(224, 143, 14, 0.9);
    /* Primary color, can be changed via colors.css */

    height: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }

  .team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
  }

  .team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }

  .team-member figure:hover img {
    -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
    -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
    -o-transform: scale(1.1) rotate(1deg) translateY(12px);
    -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
    transform: scale(1.1) rotate(1deg) translateY(12px);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
  }




/*
 * ######################################################
 *
 *          _Footer
 *
 * ######################################################
 */


     #logo-footer {
        width: 70%;
        display: block;
        padding-top: 45px;
        margin-left: auto;
        margin-right: auto;
    }


@media (max-width: 768px) { 

    #logo-footer {
        width: 40% ;
        display: block;
        padding-top: 45px;
        margin-left: auto;
        margin-right: auto;
    }

    .pt-3, .py-3 {
    padding-top: 0px!important;

 }
}

footer {
    background-color:#003f69; color:#fff;
}

footer h6 {
    font-size: 12px;
    text-transform: uppercase!important;
    font-weight: 700!important;
    padding-bottom: 15px;
    color:#fff;
}

footer p {
    font-size: 12px;
    line-height: 20px;
    text-align: justify;
    color:#fff;
}

.footer-social{
    color: #FFFFFF!important;
}

.footer-social:hover, .footer-social:active{
    color: #00bbdf!important;
}

 /* Copyright */
 .yesly{
     font-size: 16px;
     margin-bottom: 1rem;
 }
 @media only screen and (max-width: 767px) {
    .yesly{
        text-align: center;
    }
 }
 @media only screen and (min-width: 768px) {
    .yesly{
        text-align: right;
    }
 }

 /* FixFooter */
.jt-main-content{
    min-height: calc(100vh - 519px);
}


/*
 * ######################################################
 *
 *          _jtModal (IMG)
 *
 * ######################################################
 */


#jtImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
    height: auto;
}

#jtImg:hover {opacity: 0.7;}

.jtmodal {
    display: none;
    position: fixed;
    z-index: 1;
    padding-top: 100px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.9);
}

.jtmodal-content {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
}

#jtcaption {
    margin: auto;
    display: block;
    width: 80%;
    max-width: 700px;
    text-align: center;
    color: #ccc;
    padding: 10px 0;
    height: 150px;
}

.jtmodal-content, #jtcaption {
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

.jtclose {
    position: absolute;
    top: 80px;
    right: 15px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
    z-index: 99999;
}

.jtclose:hover,
.jtclose:focus {
    color: #4caf50;
    text-decoration: none;
    cursor: pointer;
}

@media only screen and (max-width: 700px){
    .jtmodal-content {
        width: 100%;
    }
}

/*
 * ######################################################
 *
 *          _POSTS
 *
 * ######################################################
 */

.jt-post{
    text-align: justify;
}

 .jt-post > ul, .jt-post div div div ul{
    margin-left: 2rem!important;
 }

 .jt-post #accordion div div div p a{
    color: #444;
    text-decoration: underline;
    outline: none!important;
 }
 .jt-post #accordion div div div p a:hover, .jt-post #accordion div div div p a:focus, .jt-post #accordion div div div p a:active{
    color: #00bbdf;
 }


 #accordion .card div .card-body ul li a, #accordion .card div .card-body ol li a {
    color: #444;
    text-decoration: underline;
    outline: none!important;
}
#accordion .card div .card-body ul li a:hover,#accordion .card div .card-body ul li a:focus,#accordion .card div .card-body ul li a:active,.btn.btn-link:hover {
    color: #00bbdf;
}

.btn:focus {
    outline: none!important;
}

.panel .panel-body .tab-content ul {
    margin-left: 2rem;
}

.panel .panel-body .tab-content ul li a {
    color: #444;
    text-decoration: underline;
    outline: none!important;
}

.fc-event-container .fc-title{
    cursor: pointer;
}


/* #################### */

.jt-transp-container{
    width: 100%;

}

.jt-block-transparency{
    border: 2px solid #00BBDF;
   border-radius: 15px;
   min-height: 311px;
}
.jt-block-transparency.otros{
    border: 2px solid #00BBDF;
   border-radius: 15px;
   min-height: unset!important;
}
.jt-transp-number{
    text-align: center;
    margin-top: 10px;
}
.jt-transp-block-text{
    margin-left: 0;
}
.alinkbox{
    text-decoration: none!important;
}
.jt-transp-li{
    margin: 0!important;
    padding-left: 0!important;
}
.jt-transp-li li{
    list-style-type: none;
}
.jt-transp-li li i{
    margin-top: 3px;
}
.jt-transp-li li a{
    text-decoration: none;
}
.txt-jttransparency{
    color: #003f69;
    line-height: 1.3rem;
}
.txt-jttransparency2{
    color: #4c4c4c;
    line-height: 1.3rem;
    font-size: 14px;
}

.jt-block-transparency:hover{
    border: 1px solid #00BBDF;
   border-radius: 15px;
   background-color: #00BBDF;
}
.jt-block-transparency:hover .txt-jttransparency,.jt-block-transparency:hover .txt-jttransparency2{
    color: #fff;
}
.txt-jttransparency2:hover{
   text-decoration: underline;
}

.breadcrumb-dot .breadcrumb-item+.breadcrumb-item::before {
    content: "›"!important;
    font-size: 18px;
}
.breadcrumb-dot .breadcrumb-item:hover{
    color:#e08f0e!important;
}
.breadcrumb-dot .breadcrumb-item.active,.breadcrumb-dot .breadcrumb-item.active:hover{
    color: #454A51!important;
}





@media only screen and (min-width: 1500px){
    .jt-block-transparency{
       min-height: 262px;

    }

    .jt-transp-container{
        width: unset;
    }
}
@media only screen and (min-width: 1550px){
    .jt-transp-container{
        margin-left: -10%;
        margin-right: -10%;
    }
    .jt-block-transparency{
       min-height: 379px;
    }

    .jt-transp-container{
        width: unset;

    }
}


@media only screen and (min-width: 1500px){
    .jt-block-transparency{
       min-height: 262px;
    }

    .jt-transp-container{
        width: unset;
    }
}

@media only screen and (max-width: 700px){
    .alinkbox{
        padding: 10px;
    }
    .jt-transp-title{
        padding-left: 10px;
    }
    .jt-block-transparency{
        min-height: unset!important;

    }

}


/* ############################### */

.acordotacion:not(.collapsed){
    background-color: #949ba2!important;
    color: #f1f1f1!important;
}
.acordotacion.collapsed{
    background-color: #b4bbc1!important;
    color: #fff;
}
.jtdotacion-title{
    color: #fff;
}

.txt-fait{
    color: #494949!important;
}

/* ############################## */

.jt-file-pdf,.jt-file-xls{
    padding-left: 0.5rem;
}
.jt-file-pdf::before,.jt-file-xls::before{
    content: " ";
    /*display: block;*/
    position: absolute;
    width: 1.5rem;
    height: 1.5rem;
    margin-left: -1.7rem;
    margin-top:0; /*-1.8rem; */
    -webkit-margin-before: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 1.5rem;
}

.jt-file-pdf::before{
    background-image: url("./../../img/files/pdf.png");
}

.jt-file-xls::before{
    background-image: url("./../../img/files/excel.png");
}

.jtcita{
    background-color: #007ca8;
    color: #fff;
    border-radius: 20px;
    padding: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-style: italic;
}
.seguirleyendo{
    color: #00bbdf!important;
    text-decoration: underline!important;
    cursor: pointer!important;
    font-weight: bold;
    float: right;
    margin-top: -30px;
}

.jt-paginator{
    background-color: #fff;
    color: #003f69;
    border: 1px solid #003f69;
    cursor: pointer;
    font-weight: bold;
    padding: 10px 15px;
    margin-left: 3px;
    margin-right: 3px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.2);
}

.jt-paginator.active,.jt-paginator.active:hover{
    background-color: #003f69;
    color: #fff;
    text-decoration: none;
    cursor: default;
}
.jt-paginator:hover{
    background-color: #00BBDF;
    color: #fff;
    text-decoration: underline;
}

/* ##### Modal Funcionarios ##### */


.jt-modal-func{
    background: #fff;
    border-radius: 15px;
    width: 1020px!important;
    min-height: 480px!important;
}
@media only screen and (min-width: 1100px){
    .jt-modal-func{
        background: #fff;
        border-radius: 15px;
        width: 1220px!important;
        height: unset!important;
        max-height: unset!important;
    }
}
@media only screen and (max-width: 700px){
    .jt-modal-func{
        background: #fff;
        border-radius: 15px;
        width: 95%!important;
        height: unset!important;
        max-height: unset!important;
    }
    .jt-modal-unset{
        text-align: left;
    }
}
.jt-modal-unset{
    background: transparent!important;
    padding: 0!important;
    margin: 0!important;
}
.jt-modal-func::after{
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-image: url("./../../img/modal-bg.png");
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    border-radius: 15px;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    z-index: -1;
}
.jt-modal-func .jt-modal-header, .jt-modal-header .close{
    background-color: #003f69;
    color: #fff;
    opacity: 1;
}
.jt-modal-func .jt-modal-header .modal-title{
    margin-left: 25px;
    font-weight: bold;
}
.br15{
    border-radius: 15px;
}
.jt-modal-func .jt-modal-body{
    margin: 15px 15px 5px;
    padding: 20px 30px;
    min-height: 370px;
    background-color: #fff;
    opacity: 0.9;
    border-radius: 15px;
    overflow: hidden;
}
.jt-modal-func .jt-modal-footer{
    padding: 4px!important;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
.jt-modal-func .jt-modal-btn{
    padding: 0 10px!important;
    background-color: #003f69;
    color: #fff;
    margin-right: 50px;
}
.jt-modal-func-img{
    width: 275px;
    height: 325px;
    border-radius: 30px;
    background-size: 275px auto;
    background-position: center;
    background-color: #ddd;
    border: none;
}
.jt-rimg{
    border-radius: 30px;
    background-color: #ddd;
    border: none;
}
@media screen and (max-width: 1199px){
    .jt-rimg{
        width: 100%!important;
        min-width: 20px;
        height: auto!important;
        border-radius: 30px;
        background-color: #ddd;
        border: none;
    }
}

.jt-img-disable{
    filter: grayscale( 100% );
    cursor: context-menu;
}
.jt-modal-link{
    color: #003f69;
}
.jt-modal-link:hover{
    color: #00BBDF;
    text-decoration: underline;
}
.bg-jt{
    background-color: #4caf50!important;
}
.jt-fix-width{
    width: 100%!important;
}
.jt-fix-height{
    height: unset!important;
    min-height: unset!important;
    max-height: unset!important;
}

.jt-modal-dark{
    background: #586269 !important;
}

/* ### Agenda del Presidente - modal ### */
.jt-modal-agep{
    background: #fff;
    border-radius: 15px;
    width: 720px!important;
    max-width: 95vw!important;
}

@media only screen and (min-width: 1100px){
    .jt-modal-agep{
        background: #fff;
        border-radius: 15px;
        width: 720px!important;
        height: unset!important;
        max-height: unset!important;
    }
}
@media only screen and (max-width: 700px){
    .jt-modal-agep{
        background: #fff;
        border-radius: 15px;
        width: 95%!important;
        height: unset!important;
        max-height: unset!important;
    }
}

.jt-modal-agep .modal-header{
    background-color: #d38d11;
    color: #fff;
}

.jt-modal-agep .modal-body .modal-desc{
    text-align: left!important;
    line-height: 1.5rem;
}

.jt-modal-agep .modal-footer{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

/* #### Estadisticas por corte y juzgados ### */

#tipo-informe-input-error::after{
    content: "No se ha indicado un tipo de reporte";
    color: #f00;
	position: absolute;
	top: 73px;
	left: 25px;
    font-size: 14px;
}
ul.ui-autocomplete {
    z-index: 1100;
}

a[data-toggle="modal"],a[data-toggle="modal"]:hover{
    color: #007ca8!important;
}
a[data-toggle="modal"]:hover{
    text-decoration: underline;
}
.jt-orange,.jt-orange:hover,.jt-orange:active{
    color: #007ca8!important;
}

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus{
    background-color: #003f69!important;
    color: #fff!important;
    font-weight: bold;
}

li.paginate_button.page-item  a{
    text-decoration: none!important;
}


/* Responsivo de maximo 4 columnas */

@media only screen and (min-width: 1290px){
    .jt-responsive-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }
}
@media only screen and (min-width: 990px) and (max-width: 1289px){
    .jt-responsive-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }
}
@media only screen and (min-width: 513px) and (max-width: 989px){
    .jt-responsive-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media only screen and (max-width: 512px){
    .jt-responsive-4{
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}


/* estilo de los resultados*/

.jt-result-item{
    background-color: #fff;
    padding: 20px 30px;
    border: 1px solid #007ca8;
    border-radius: 8px;
    cursor: pointer;
  }
  .jt-result-item h3{
    color: #007ca8;
    font-weight: bold;
  }
  .jt-result-item h5{
    color: #007ca8;
    font-weight: bold;
  }
  .jt-result-item p{
    color: #000;
    margin-bottom: 5px;
  }
  .jt-result-item small{
    color: #999;
  }
  /* Hover */
 
  .jt-result-item:hover{
    background-color: #00BBDF;
    padding: 20px 30px;
    border: 1px solid #00BBDF;
    border-radius: 8px;
  }
  .jt-result-item:hover h3{
    color: #fff;
    font-weight: bold;
  }
  .jt-result-item:hover h5{
    color: #fff;
    font-weight: bold;
  }
  .jt-result-item:hover p{
    color: #fff;
    margin-bottom: 5px;
  }
  .jt-result-item:hover small{
    color: #eee;
  }


.jt-search-news-box{
    border: 1px solid #ff5e14;
    border-radius: 5px;
    padding: 15px 25px!important;
    background-color: #fff;
    color: #5e5e5e;
}

/* ################## New Index Page ############# */

.jt-ntopnav{
    background-color: #353a40!important;
    color: #fff!important;
}
.jt-ntopnav .flag-img{
    display: none!important;
}
.jt-ntopbar{
    border-bottom: 1px solid #fff;
}

#sec-mas-buscados{
    background-color: rgb(0,63,105,0.8);
    padding-bottom: 60px;
}
#sec-mas-buscados h3{
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

/* ####### Mini Searcher ####### */

.jt-mini-searcher .ls-search-bar {
    height: 34px;
    width: auto;
    max-width: 200px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    padding: 0 0 0 10px;
    position: relative;
    background: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #003f69;
    margin-top: 10px;
    margin-left: 25px;
}
.jt-mini-searcher .ls-icon-10 {
       width: 15px;
       height: 15px;
}

.jt-mini-searcher .ls-input {
    border: none;
    height: 25px;
    width: calc(100% - 43px);
    color: #1b1b1b;
    font-size: 15px;
    outline: none;
}

.jt-mini-searcher .ls-search-btn {
    background: #003f69;
    border-radius: 20px;
    height: 30px;
    min-width: 30px;
    display: flex;
    align-items: center;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    justify-content: center;
    cursor: pointer;
    right: 2px;
    position: absolute;
    transition: all 1s ease;
}


.jt-nbox-content{
    background-color: #d3962cee;
    color: #fff;
}

@media (max-width: 575px){
    .jt-ntopbar{
        border-bottom: none!important;
    }
    .jt-mini-searcher {
        position: absolute;
        top: 26%;
        left: 25%;
        width: 60%;
        padding: 0;
    }
    .jt-mini-searcher .ls-search-bar {
        width: 90%;
        max-width: unset;
        margin: 0 auto;
    }
}

/* ### Personal ### */
.jt-personal-header{
    background-color: #003f69;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    padding: 0 20px;
}
.jt-personal-box{
    border-bottom: 1px solid #444;
}
.jt-personal-box:last-child{
    border-bottom: none;
}
.jt-personal-item{
    padding: 20px 0;
}
.jt-personal-item span:not(.jt-personal-badge){
    color: #586269;
    padding-left: 5px;
}
.jt-personal-badge{
    color: #007ca8;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
}
.jt-nobtn,.jt-nobtn:hover{
    cursor: pointer;
    color: #003f69;
    background-color: transparent;
    border: none;
}
.jt-personal-container{
    padding: 0 20px;
}
[onclick="obtenerinfo()"]{
    height: 35px;
}
.card-accordion .card{
    border: none;
}

[data-toggle="collapse"] h5{
    white-space: nowrap;
    overflow: hidden;
}
[data-toggle="collapse"] div.fa.fa-chevron-down{
    padding-top: .5rem;
    padding-left: .6rem;
    text-align: center;
}

@media (min-width: 576px){
    .hide-od{
        display: none!important;
    }
}

.gallery-item-info ul{
    padding: 0 28px;
    text-align: center;
}
.gallery-item-likes{
    margin-right: 0;
}
#daily-statements-date-search-button{
    height: 38px!important;
}
@media (max-width: 575px){
    .hide-om{
        display: none!important;
    }
    .pt-om{
        padding-top: 100px!important;
    }
    .jt-mo-btn{
        padding: 0 5px!important;
        margin: 1px;
        font-size: 14px;
    }
    .jt-personal-container{
        padding: 0;
        padding-bottom: 20px;
    }
    .jt-personal-box{
        display: block;
        margin: 0 auto;
        padding: 1px 0.8rem;
        border-bottom: none!important;
    }
    .jt-personal-item{
        padding: 0;
        text-align: left;
    }
    .jt-mo-expander{
        background-color: #f4f4f4;
        display: flex;
        justify-content:space-between;
        margin: 0;
        padding: 3px;
        cursor: pointer;
    }
    .ix{
        padding-top: 5px;
    }
    .jt-mo-expandible{
        margin: 0;
        padding: 3px;
        border-left: 1px solid #f4f4f4;
        border-right: 1px solid #f4f4f4;
        border-bottom: 1px solid #f4f4f4;
    }
    #jtMenuLeftActioner{
        background-color: #949ba2;
        color: #fff;
        border-radius: 5px;
        padding: 10px;
        font-weight: bold;
        margin-bottom: 1px;
    }
    .mt-sm-3,.my-sm-3,.dataTables_filter{
        margin-top: 1rem!important;
    }
    .mb-sm-3,.my-sm-3{
        margin-bottom: 1rem!important;
    }
    
    [onclick="obtenerinfo()"]{
        width: 100%;
        height: 35px;
    }
}

.jt-mxt{
    display: block!important;
}

.card .card{
    border: 0!important;
    padding: 0!important;
}
.card .card .card-body{
    padding: 1rem!important; 
}

a{
    color: #003f69;
}
a:hover,a:focus{
    color: #00bbdf;
}

@media screen and (max-width: 767px){
    .card .card .card-body h6{
        text-align: justify;
    }

}


@media (max-width: 667px) {
  .jt-modal-func .jt-modal-body{
        margin: 5px 5px 5px;
        padding: 10px 10px;
    }
}

.jt-block-transparency-2{
    border: 2px solid #00BBDF;
    border-radius: 15px;
}



