/*--------------------------------------------------------------
# Financiero
--------------------------------------------------------------*/



#seccionGestionar a{
    color:#3366b3;
}

#seccionGestionar a.active{
    color:#fff;
}

#seccionGestionar .section-title h2::after {
    content: "";
    width: 120px;
    height: 1px;
    display: inline-block;
    background: #3366b3!important;
    margin: 4px 10px;
}

.breadcrumbs ol li + li::before {
    display: inline-block;
    padding-right: 10px;
    color: #3366b3!important;
    content: "/";
}

.breadcrumbs ol li + li {
    padding-left: 10px;
    color: #3366b3!important;
}

.breadcrumbs a{
    color:#3366b3!important;
}


/*---------------------
# Modulos
-----------------------*/

.tabs-basic{
    /*font: bold 13px sans-serif;*/
    border: 1px solid #3366b3;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.tabs-basic ul{
    list-style: none;
    text-align: left;

    margin: 0;
    padding: 0;
}

.tabs-basic ul li{
    display: inline-block;
    margin-bottom: -1px;
}

.tabs-basic a{
    display: block;
    text-decoration: none;
    color: #656a6d;
    border: 1px solid transparent;
    border-bottom: 0;
    padding: 15px 22px 15px;
    margin-bottom: 5px;
}

.tabs-basic .tab-active {
    border-color: #dddddd;
    background-color: #3366b3;
    color:#fff!important;
}

.tabs-basic .tabs-content-placeholder{
    overflow: hidden;
    border: 1px solid #dddddd;
    font-weight: normal;
    background-color: #fff;
    padding: 15px 30px 30px;
    margin: 0 auto;
    text-align: center;
}

.tabs-basic .tabs-content-placeholder div{
    display: none;
}

.tabs-basic .tabs-content-placeholder div.tab-content-active{
    display: block;
}

.tabs-basic .tabs-content-placeholder div p{
    color: #565a5c;
    line-height: 1.45;
    text-align: left;
    text-align: justify;
    margin: 5px 0 20px;
}

.tabs-basic .tabs-content-placeholder div img{
    max-width:100%;
}

@media (max-width: 500px) {

    .tabs-basic a{
        padding: 12px 15px;
    }

}

/*-----------------------
# Imagen
-------------------------*/

.seccionImagen{
    background-color:rgba(42, 44, 57, 0.98);
}

.seccionImagenTitulo {
    color:#fff!important;
}

#seccionGestionar .carousel-item img {
    width: 100%;
    max-height: 570px;
}

#seccionGestionar .carousel-indicators li {
    background-color: #3365b3!important;
}

#seccionGestionar .carousel-item{
    text-align:center!important;
}

#seccionGestionar .carousel-control-prev-icon {
    background-image: url()!important;
}

#seccionGestionar .carousel-control-next-icon {
    background-image: url()!important;
}


/*---------------------
# Otros Productos
-----------------------*/
#seccionGestionar .container-producto {
  position: relative;
  width: 100%;
  height: 100%;
}

#seccionGestionar .image {
  display: block;
  width: 100%;
  height: 100%;
}

#seccionGestionar .overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: .5s ease;
  background-color: #008CBA;
}

#seccionGestionar .container-producto:hover .overlay {
  opacity: 0.8;
}

#seccionGestionar .text {
  color: white;
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}



.image-list-small {
    font-family: Arial, Helvetica, sans-serif;
    margin: 0 auto;
    text-align: center;
    max-width: 100%;
    padding: 0;
}

.image-list-small li {
    display: inline-block;
    width: 181px;
    margin: 0 12px 30px;
}

.image-list-small li > a {
    display: block;
    text-decoration: none;
    background-size: cover;
    background-repeat: no-repeat;
    height: 137px;
    margin: 0;
    padding: 0;
    border: 4px solid #ffffff;
    outline: 1px solid #d0d0d0;
    box-shadow: 0 2px 1px #DDD;
}

.image-list-small .details {
    margin-top: 13px;
}

.image-list-small .details h3 {
    display: block;
    font-size: 16px;
    margin: 0 0 3px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image-list-small .details h3 a{
    color:  #303030;
    text-decoration: none;
}

.image-list-small .details .image-author {
    display: block;
    color:  #717171;
    font-size: 15px;
    font-weight: normal;
    margin: 0;
}