.titInfo {
    font-size: 15px;
    font-weight: 700;
}

.titInfo img {
    position: relative;
    width: 22px;
    height: 22px;
    top: -2px;
}

.form-dat {
    min-height: 50px;
    padding: 0 8px 10px 8px;
    border: 2px solid #ddc9a5;
    border-radius: 10px;
}

.form-dat label {
    font-size: 12px;
    font-weight: 600;
    color: #bb965c;
    line-height: 1;
}

.form-dat p {
    font-size: 14px;
    font-weight: 600;
    color: #292929;
    line-height: 1;
}

.caja-info {
    margin: 15px;
    padding: 15px 20px;
    background: #fff0;
    border-radius: 15px;
    box-shadow: 0 0 3px #000000;
}

.caja-info p.datLleno {
    font-size: 13px;
    border: 2px solid #ddc9a5;
}

.caja-info label.titLleno {
    font-size: 11px;
}

/*ADMINISTARDOR SISTEMA DE SELECCIÓN DE PERSONAL*/
.limit-administrador {
    width: 90%;
    margin: auto;
    margin-top: 70px;
    padding-bottom: 15px;
}

#bandejaUsu {
    background: #fff;
    box-shadow: 0 0 3px gray;
    border-radius: 15px;
}

.form-text {
    font-size: 14px;
    font-weight: 500;
    border: 1.5px solid #cccaca;
    background: #f0f0f0;
    margin-top: 0;
    border-radius: 8px;
}

.headTable {
    padding: 5px 10px;
    height: 48px;
    line-height: 40px;
}

.formLabel {
    display: block;
    font-size: 15px;
    font-weight: 700;
    text-align: right;
}

.table-head {
    vertical-align: middle;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    color: #fff;
    border-bottom: 3px solid #ddc9a5;
}

.dataTable tbody td{
    font-size: 12px;
    line-height: 1.1;
    font-weight: 500;
    text-align: center;
}

.dataTable thead th{
    font-size: 11px;
    line-height: 1.1;
    text-align: center !important;
}

#table-gral th,
#table-gral td {
    vertical-align: middle;
    font-size: 12px;
    text-align: center;
    padding: 4px 10px;
}

#table-gral td {
    font-weight: 500;
}

#table-gral tr {
    border-bottom: 2px solid #d5d5d5;
}

.dataTable tr.odd{
    vertical-align: middle;
}

.btnAct {
    position: relative;
    overflow: hidden;
    width: 70px;
    height: 30px;
    line-height: 30px;
    border-radius: 8px;
    color: #fff;
    font-weight: 600;
    transition: .8s background;
}

.btnAct:hover,
.btnAct:focus {
    cursor: pointer;
    background: #6F1228;
}

.btnAct i {
    font-size: 16px;
    padding: 7px;
}

.btnAct:hover i,
.btnAct:hover img {
    opacity: 0;
}

.btnAct:hover:before {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.btnAct:before {
    content: attr(data-hover);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    line-height: 30px;
    text-transform: uppercase;
    letter-spacing: 0;
    font-weight: 700;
    font-size: 10px;
    opacity: 0;
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    -webkit-transition: all .3s ease-in-out;
    transition: all .5s ease-in-out;
}

.form-control.form-basic-lleno {
    margin-top: 5px;
    border-radius: 10px;
    height: 40px;
    border: 2px solid #235B4E;
    font-weight: 700;
}

.form-input {
    margin-top: 5px;
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    font-weight: 500;
    border: 2px solid #cccaca;
    background: #f0f0f0;
    border-radius: 10px;
}

.form-input:focus {
    border: 2px solid #ddc9a5;
}

.procPadron {
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 0;
    line-height: 43px;
}

.procPadron span {
    font-weight: 800;
}

.iconTit {
    width: 25px;
}

.form-select select {
    padding: 5px;
}

.form-select option {
    padding: 2px 0;
    font-size: 15px;
    font-weight: 500;
}

/* MODAL GRAL */
.modal-gral .modal-content {
    border-radius: 16px;
}

.modal-gral .modal-header {
    padding: 8px;
    border-radius: 15px 15px 0 0;
}

.modal-gral .modal-header h5 {
    width: 100%;
    text-align: center;
    font-weight: 700;
    color: #fff;
}

label.titForm {
    display: block;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding-left: 15px;
}

.modal-gral .btn-close {
    width: 25px;
    height: 25px;
    padding: 10px;
    background: transparent;
    opacity: .60;
    transition: .3s all;
}

.modal-gral .btn-close:hover {
    opacity: 1;
}

h5.tit-seccion{
    margin-bottom: 0;
}

/* EEJEMPLO */

.muestra-slider{
    width: 1080px;
    height: 520px;
    margin: auto;
}

.muestra-slider .carousel{
    height: 100%;
}

.muestra-slider .carousel-inner{
    height: 100%;
}
.muestra-slider  #carouselExampleIndicators2 .carousel-item {
    height: 520px;
}

.muestra-slider .contenido-slide {
    height: 520px;
    padding: 150px 130px 50px 50px;
}
.muestra-slider .btn-slide {
    right: 5px;
    transform: scale(.8);
}

.muestra-slider .contenido-slide h2 {
    font-size: 35px;
    margin-bottom: 0;
}

.muestra-slider .contenido-slide h3 {
    font-size: 25px;
    padding-top: 0;
}

.muestra-slider .contenido-slide hr {
    width: 70%;
    margin: 5px 0;
}

.muestra-slider .contenido-slide p {
    font-size: 15px;
    line-height: 1.2;
}

.muestra-slider .btnGral {
    margin: 0;
}

.muestra-slider .btnGral p {
    line-height: 35px !important;
}

.muestra-slider .pa-action {
    padding: 45px;
}

.muestra-slider #indicators2 {
    left: 50px;
    bottom: 50px;
}

.muestra-slider .mt-4 {
    margin-top: 15px !important;
}

table.dataTable > thead > tr > th, table.dataTable > thead > tr > td {
    padding: 10px 5px !important;
    vertical-align: middle;
}

/* PESTAÃ‘AS */
.tabPestana li{
    padding: 0;
    width: calc(100% / 5);
}
.tabPestana.nav-tabs{
    border: none;
    position: relative;
}
.tabPestana.nav-tabs .nav-link {
    display: block;
    width: 100%;
    height: 40px;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: 700;
    background: #fff;
    box-shadow: 0 0 5px gray;
    text-decoration: none;
    transition: .5s all ease-in-out;
}
.tabPestana.nav-tabs .nav-item.show .nav-link, .tabPestana.nav-tabs .nav-link.active {
    font-size: 13px;
    font-weight: 700;
    color: #495057;
    background-color: #fff;
    border-color: transparent;
}
.tabPestana.nav-tabs #tab-hospitales.nav-link{
    border-radius: 30px 0 0 30px;
}
.tabPestana.nav-tabs .nav-link.cent{
    border-radius: 0;
}
.tabPestana.nav-tabs #tab-tecnologia-medica.nav-link{
    border-radius: 0 30px 30px 0;
}

.tabPestana.nav-tabs #tab-hospitales.nav-link, .tabPestana.nav-tabs #tab-infraestructura.nav-link{
    color: #BB965C;
}
.tabPestana.nav-tabs #tab-medicos.nav-link, .tabPestana.nav-tabs #tab-tecnologia-medica.nav-link{
    color: #9F1F41;
}
.tabPestana.nav-tabs #tab-casos-de-exito.nav-link{
    color: #005046;
}
.tabPestana.nav-tabs #tab-hospitales.nav-link.active, .tabPestana.nav-tabs #tab-infraestructura.nav-link.active{
    background: #BB965C;
    color: #fff; 
}
.tabPestana.nav-tabs #tab-medicos.nav-link.active, .tabPestana.nav-tabs #tab-tecnologia-medica.nav-link.active{
    background: #9F1F41;
    color: #fff; 
}
.tabPestana.nav-tabs #tab-casos-de-exito.nav-link.active{
    background: #005046;
    color: #fff; 
}
.tabPestana.nav-tabs .nav-link:hover.oro_t {
    background: #96663D;
    color: #fff;
}
.tabPestana.nav-tabs .nav-link:hover.guinda_t {
    background: #691C32;
    color: #fff;
}
.tabPestana.nav-tabs .nav-link:hover.verde_t {
    background: #10312B;
    color: #fff;
}
.fondoSeccion{
    background: #eeeeee;
    padding: 15px;
    margin: 0 -6rem ;
}
.bandejaUsu{
    background: #fff;
    box-shadow: 0 0 3px gray;
    border-radius: 15px;
}
.border {
    border: none !important;
}
.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
    color: inherit;
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_info{
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
}
.dataTables_wrapper .dataTables_length select {
    margin: 0 5px;
    padding: 0 10px !important;
    min-height: 35px;
    border-radius: 5px !important;
}

/* Muestra areas de interes */
#carrusel-interes.muestra{
    width: 90%;
}

#carrusel-interes.muestra .logoInteres {
    width: 100%;
    height: 100%;
    text-align: center;
    background: #005246c4;
    border-radius: 25px 0 0 25px;
    text-transform: uppercase;
}
#carrusel-interes.muestra .logoInteres h5, #carrusel-interes.muestra .logoInteres h6 {
    position: absolute;
    transform: translate(-50%, -50%);
    left: 50%;
    width: 90%;
}
#carrusel-interes.muestra .logoInteres h5{
    top: 155px;
}
#carrusel-interes.muestra .logoInteres h6 {
    top: 205px;
}

.dataTables_wrapper .dataTables_length, .dataTables_wrapper .dataTables_filter{
    padding: 15px;
    padding-bottom: 0;
}

#Prensa.muestra .titSecciones h3 {
    margin-bottom: 0px;
}

#Prensa.muestra .titSecciones h2 {
    padding-left: 34px;
}
#Prensa.muestra .limit-prensa {
    width: 80%;
    margin: auto;
}

#Prensa.muestra .carousel-control-next,
#Prensa.muestra .carousel-control-prev {
    top: 40%;
}

#Prensa.muestra .bodyCard {
    width: 220px;
}