﻿@charset "UTF-8";

/* CSS Document */
.container-fluid {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dospxborder {
    border-radius: 2px;
}

.btn-celeste-solocolor {
    background-color: #34a5d4 !important;
    border-color: #34a5d4 !important;
    color: #fff !important;
}

.block-celeste {
    background: #34a5d4;
    padding: 25px;
    color: white;
    margin-bottom: 20px;
    width: 100%;
}

.block-celeste h1 {
    font-size: 24px;
}

.block-celeste p {
    color: white !important;
}


.gray {
    color: #595959 !important;
}

#title-int.registros-publicos {
    background: url(../img/bg-header-empresas-nuevo.jpg);
    background-repeat: repeat-x, repeat-x, no-repeat;
    background-position: top center, bottom center, center right;
    /*background-size: 100%,100%,cover;*/
}

#title-int.registros-publicos h1 {
    color: #ffffff;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
    margin-bottom: 10px;

}

#title-int.registros-publicos p {
    margin-bottom: 1em;
}

.bg-resoluciones-disciplinarias {
    padding-top: 100px;
    padding-bottom: 100px;
    background: url(../img/shadow-blue.png), url(../img/bg-hechos-relevantes.jpg);
    background-repeat: repeat-x, no-repeat;
    background-position: top center, center center;
    background-size: 100%, cover;
}

/*.nav.nav-pills li{width:25%; background: white;}*/
.nav.nav-pills li {
    width: 33%;
    background: white;
}

table td {
    color: #34a5d4;
}

.btn-blue-full:link, .btn-blue-full:visited, .btn-blue-full:focus {
    line-height: 40px;
    width: 100%;
    background: #001e62;
    color: white;
    position: relative;
    float: left;
    text-align: center;
    margin-top: 5px;
}

.btn-blue-full:hover {
    line-height: 40px;
    width: 100%;
    background: #34a5d4;
    color: white;
    position: relative;
    float: left;
    text-align: center;
    margin-top: 5px;
}

#content p.referencias {
    color: white;
    text-align: right;
    margin-bottom: 5px;
    margin-right: 20px;
}

.tab-content {
    background: #ededed;
    padding: 25px;
}

.tab-content.resultados-ver-mas {
    background: #ededed;
    padding: 0;
}

.tab-content.resultados-ver-mas .panel-heading {
    background-color: #34a5d4;
}

.panel-body {
    background: #ededed;
}

.panel-heading {
    background-color: #001e62;
    border-radius: 0;
    border: none;
    color: #fff;
    padding: 0;
    text-transform: uppercase;
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background: white;
}

/*th {
    text-align: left;
    padding: 15px;
    background: white;
    color: #001e62;
}*/
th {
    text-align: left;
    padding: 15px 15px 15px 0px;
    background: #34a5d4;
    color: white;

}

.celeste th {
    background: #34a5d4;
    color: white
}

tr {
    background: white;
    border-bottom: solid 3px #ededed;
}

h3 {
    color: #34a5d4;
}

#content {
    padding-top: 75px;
}

select {
    background-color: white !important;
    color: #34a5d4 !important;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: 0 !important;
    border-radius: 0 !important;
    text-transform: capitalize;
}

input {
    border: none !important;
    border-radius: 0 !important;
}


.select_arrow {
    position: absolute;
    top: 15px;
    right: 25px;
    width: 0;
    height: 0;
    pointer-events: none;
    border-style: solid;
    border-width: 8px 5px 0px 5px;
    border-color: #34a5d4 transparent transparent transparent;
}

.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    color: #34a5d4;
    font-weight: normal;
}

.btn-celeste {
    height: 40px;
    line-height: 40px;
    width: 120px;
}

.title-blue {
    background: #34a5d4;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin: 10px 0;
    font-size: 24px;
    padding: 10px 20px;
    width: fit-content;
}

.title-celeste {
    background: #34a5d4;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    clear: both;
    margin: 10px 0;
    font-size: 16px;
    padding: 10px 20px;
    width: fit-content;
}

h3 {
    width: 100%;
    font-size: 16px;
    font-weight: bold
}

thead.celeste tr th {
    background: #34a5d4;
    color: white;
}

.list-square {
    list-style: square;
    color: #34a5d4;
}

.datos {
    line-height: 60px;
}

.box-blue {
    background: #34a5d4;
    padding: 10px;
    width: 150px;
    color: white;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
}

.box-celeste {
    background: #34a5d4;
    padding: 20px;

    color: white;
    display: inline-block;
    line-height: 20px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 20px;
}

.box-celeste p {
    color: white !important;
    text-align: left;
    margin: 0 !important
}

.bg-white {
    background: white;
}

input[type=text], textarea, select {
    background: #fff !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

textarea {
    height: 330px !important;
    border: none !important;
}

.cursiva {
    font-style: italic;
    font-size: 16px;
}

input[type=submit] {
    float: right;
}

.btn-descarga {
    position: relative;
    float: left;
    background: url(../img/pdf-blanco.png) #34a5d4;
    padding: 10px 50px 10px 10px;
    color: #fff;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;

    clear: both;
    margin-bottom: 10px;
}

.btn-descarga:hover {
    background: url(../img/pdf-blanco.png) #34a5d4;
    background-position: center right;
    background-repeat: no-repeat;
    color: white;
}

.btn-registros {
    font-size: 13px;
    position: relative;
    float: left;
    background: #001e62;
    padding: 10px;
    color: #fff;
    background-position: center right;
    background-repeat: no-repeat;
    width: 100%;
    clear: both;
    margin-bottom: 10px;
}

.btn-registros:hover {
    background: #bbbbbb;
    background-position: center right;
    background-repeat: no-repeat;
    color: white;
}

.btn-registros .fa {
    float: right;
    line-height: 22px
}

.btn-blue {
    cursor: pointer;
    background: #34a5d4;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin: 0 10px 0 0;
    width: initial !important;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    float: left;
    padding: 0 10px;
    border: none;
}

a.btn-blue {
    line-height: 40px;
    padding: 4px 20px;
    width: initial !important;
}

table a.btn-blue {
    float: right
}

table.dataTable td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    vertical-align: middle;
    line-height: 40px;
    padding: 5px 5px 5px 0px;
}


table.datatable td:first-child, table.datatable th:first-child {
    text-align: center !important;
    padding: 0px !important;
}

/* DataTable Buscador Global */
table.datatable#tablaBuscadorGlobal td:first-child {
    text-align: left !important;
    padding-left: 1rem !important;
}


.center-title>a {
    text-align: center;
}

.panel-heading a.back:before {
    content: '';
}

.back {
    position: absolute !important;
    z-index: 2;
    height: 44px;
}

.btn-celeste.center-btn {
    height: 40px;
    line-height: 40px;
    width: initial;
    margin: auto;
    display: table;
    float: initial;
}

.box-mercado {
    position: relative;
    float: left;
    width: 100%;
    background: white;
    margin-bottom: 5px;
    padding: 10px;
}

.pic-mercado {
    position: relative;
    float: left;
}

.pic-mercado img {
    margin: 0 !important;
}

.box-mercado h2, .box-mercado h3 {
    position: relative;
    float: left;
    line-height: 34px;
    margin-left: 10px;
    margin-bottom: 0 !important;
    margin-top: 0;
    font-size: 16px !important;
}

.bloque-azul {
    font-family: Montserrat, Helvetica;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    background: #3da5d0 !important;
    color: white !important;
    margin-bottom: 10px;
}

.box-mercado h3 {
    width: initial;
}

.box-mercado .btn-blue {
    cursor: pointer;
    background: #34a5d4;
    text-align: center;
    color: white;
    text-decoration: none;
    border-radius: 0;
    display: block;
    margin: 0;
    width: 100px;
    line-height: 40px;
    font-size: 14px;
    position: relative;
    float: right;
    padding: 0 10px;
    border: none;
}

.box-mercado .btn-blue:hover {
    background: white;
    color: #34a5d4;
}

#form-auditores .btn-blue {
    line-height: 40px;
}

#form-auditores {
    margin: 50px auto
}

.level0 .panel .panel-heading {
    background-color: #34a5d4;

}

.level0 .panel .panel .panel-heading {
    background-color: #fff;
    color: #34a5d4;
    border-radius: 0;
}

.level0 .panel .panel .panel-heading a {
    font-weight: bold;
    font-size: 16px;
    padding: 20px;
    color: #34a5d4;
    margin-bottom: 5px;
}

.level0 .panel .panel .panel-heading a:before {
    content: '\e316';
    font-size: 24px;
    position: absolute;
    font-family: 'Material Icons';
    right: 5px;
    top: 15px;
    transform: rotate(180deg);
    transition: all 0.5s;
}

.level0 .box-mercado h2 {
    text-transform: uppercase;
    font-weight: bold;
}

.level0 .panel .panel .box-mercado {
    position: relative;
    float: left;
    width: 100%;
    background: transparent;
    margin-bottom: 5px;
    padding: 10px;
}

.level0 .panel .panel .box-mercado h2 {
    text-transform: inherit !important;
    font-weight: inherit !important;
    color: black !important;
}

.btn-pdf {
    position: relative;
    float: right;
}

.btn-pdf img {
    margin-top: 0;
}

.sep-acordeon {
    height: 1px;
    width: 100%;
    position: relative;
    float: left;
    background: black;
    margin: 20px 0;
}

.level0 .panel-body {
    border-top: none !important;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.calificaciones th {
    text-transform: uppercase;
}

.calificaciones tr, .calificaciones td, .calificaciones tbody {
    background: transparent;
}

.calificaciones-transparente th {
    text-transform: uppercase;
    background: transparent;
    color: #34a5d4
}

.calificaciones-transparente tr, .calificaciones-transparente td, .calificaciones-transparente tbody {
    background: transparent;
}

@media (max-width: 991px) {
    .form-horizontal .form-group {
        margin-right: 0;
        margin-left: 0;
    }

    .btn-celeste {
        height: 40px;
        line-height: inherit;
        width: 120px;
    }

    .tab-content {
        background: #ededed;
        padding: 10px;
    }

    #exTab1 {
        padding: 0
    }

    .nav.nav-pills li {
        width: 25% !important;
        background: white;
    }

    .nav.nav-pills li a {
        font-size: 10px !important;
        line-height: 12px;
    }

    .nav.nav-pills li a span {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
        left: 0
    }

    .bg-proteccion-al-inversor {
        padding-top: 50px;
        padding-bottom: 50px;

    }

    #title-int.registros-publicos h1 {
        font-size: 30px;

    }

    td {
        min-width: 100px
    }

    .back {
        position: relative !important;
        z-index: 2;
        height: 43px;
        line-height: 43px !important;
    }

    element.style {}

    #content h2 {
        color: #001e62;
        font-size: 22px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .title-center {
        color: #595959;
        text-align: center;
        margin-bottom: 50px !important;
    }




}