@charset "UTF-8";
/* CSS Document */

.bac-header {
    width: 64px;
    background-image: url(../img/Logo_ba.svg), none;
}

.navbar.navbar-primary.navbar-top{
    height: 68px;
}

.navbar-platform-name {
    color: #707070;
    font-size: 18px;
    line-height: 1.25rem;
    font-weight: 700;
    font-family: 'Nunito', sans-serif;
}

.header-caba {
  position: sticky;
  top: 0;
  padding: 1rem 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  z-index: 100;
}

/* PL UPLOADER */
.plupload_wrapper {
    min-width: auto!important;
}

.plupload_container {
    min-height: 180px;
    position: relative;
}

.plupload_logo {
	display:none;
}

.plupload_header_text {
    display: none;
}

.plupload_header_title {
    padding: 10px 0px;
    font-family: 'Nunito', sans-serif;
    font-weight: normal!important;
    font-size: 21px;
    text-align: left;
    position: relative;
    left: -50px;
    color: #3a4759;
}

.plupload_header_content {
	display: none;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	border:none;
}

.plupload_droptext {
	line-height: 180px;
}

.file-preview {
    border-radius: 5px;
    border: 1px solid #ddd;
    padding: 0px;
    width: 100%;
    margin-bottom: 5px;
    min-height: 182px;
    left: 0px;
}

.krajee-default.file-preview-frame {
    margin: 0px;
    border: none;
    box-shadow: none;
    padding: 0px;
    float: left;
    text-align: center;
    width: 100%;
	margin-bottom: -30px!important;
}

.ui-widget-content {
    border-radius: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
	border: 1px solid #ddd;
    background: none;
    color: #333;
}

.plupload_filelist_header {
    border-top: none;
    display: none;
}

.krajee-default .file-preview-html {
    border: none;
    padding: 0px;
    overflow: hidden;
    width: 100%!important;
    height: 100%!important;
    border-top-right-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom: 1px solid #e8e8e8;
}

.krajee-default.file-preview-frame .kv-file-content {
    width: 100%;
    max-height: 140px;
    overflow: hidden;
}

.plupload_content {
    position: absolute;
    top: 0px;
    bottom: 40px;
    left: 0;
    right: 0;
    overflow:hidden !important;
    width: 100%;
    background: white;
    font-size: 14px;
    color: #526174!important;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
	height: 140px!important;
}

.plupload_content:before {
    font-family: 'Glyphicons Halflings';
    font-weight: 900;
    content: "\e025";
    position: relative;
    top: 40px;
    color: #465467;
    left: 0px;
    font-size: 20px;
}

.plupload_file_status {
    display: none;
}

.plupload_file_action {
	display: none;
}

.plupload_file_size {
    display: none;
}

.ui-widget-header {
    border: none!important;
    background: none;
    color: #000;
    font-weight: bold;
}

.plupload_cell.plupload_file_name {
    background: none;
    font-weight: normal;
    background-color: #ffe145;
    width: 100%;
    color: #516074!important;
    line-height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    font-size: 14px;
	padding: 0px!important;
}

.plupload_add:hover {
    border: none;
    background: none;
    color: #516074!important;
    font-weight: normal;
}

.plupload_start {
    display: none;
}

span.ui-button-icon.ui-icon.ui-icon-circle-plus {
    display: none;
}

.plupload_buttons, .plupload_upload_status {
    float: left;
    width: 100%;
}

td.plupload_cell.plupload_file_name {
    padding: 0px;
    margin: 0px;
}

.krajee-default .file-footer-buttons {
    float: right;
    margin-bottom: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    width: 100%;
    background: white;
    height: 40px;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
	border-top: 1px solid #fff!important;
}

.krajee-default.file-preview-frame .file-thumbnail-footer {
    height: 0;
}

.krajee-default.file-preview-frame:not(.file-preview-error):hover {
    border: none;
    box-shadow: none;
}

.krajee-default .file-footer-caption {
	display: none;
}

.kv-file-download.btn.btn-sm.btn-kv.btn-default.btn-outline-secondary {
    margin: 0px;
    background-color: #707f8c;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    width: 33%;
    position: relative;
    top: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-right: 1px solid #fff!important;
}

.kv-file-zoom.btn.btn-sm.btn-kv.btn-default.btn-outline-secondary {
    margin: 0px;
    background-color: #707f8c;
    color: #fff;
    font-size: 20px;
    padding: 5px 20px;
    width: 33%;
    position: relative;
    top: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    left: -3px;
    border-top-right-radius: 0px;
}

.document-delete-files {
    background: #e43838;
    border: none;
    padding: 7px 10px 7px 10px;
    color: #fff;
    position: relative;
    width: 33%;
    top: -45px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 0px;
    left: 33%;
}

.document-delete-files:before {
    content: "\e020";
    font-family: 'Glyphicons Halflings';
    font-size: 18px;
}

.btn-default, .open > .dropdown-toggle.btn-default, .open > .dropdown-toggle.btn-default, .btn-default.disabled, .btn-default[disabled], .btn-default:visited {
    background-color: #f5f5f5;
    border-color: #f5f5f5;
    color: #666;
    border-radius: 4px;
    box-shadow: none;
}

#tablaDocs td {
    padding: 20px;
}

.fileContainer {
    padding: 0px 11px;
	margin-bottom: -30px;
}

h3 {margin:0px;}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: none;
    background: none;
    font-weight: normal;
    background-color: #ffe145;
    width: 100%;
    color: #516074!important;
    line-height: 40px;
    margin-left: 0px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-size: 14px;
}

.plupload_view_list .plupload_file {
	height: 120px;
	position: relative;
    top: -20px;
}

.plupload_file_name {
    background: none;
    color: #657587;
    background-color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    width: 98%;
}


.plupload_file_name_wrapper {
    background: #fff;
    line-height: 135px;
}

.ui-widget-header a {
    color: #62717f;
    font-size: 14px;
    font-weight: normal;
}

.btn-default:hover, .btn-default:focus {
    box-shadow: none!important;
}

.fileUploadBox {
    padding: 5px 20px 0px 20px!important;
}

.btn-kv {
    background-color: #8b95a9;
    color: #fff;
    padding: 7px 20px;
}

.btn-kv:hover {
    background-color: #70788a;
    color: #fff;
    padding: 7px 20px;
}

.plupload_progress {
    width: 100%;
    position: absolute;
    top: 50px;
    z-index: 1004;
    height: 5px;
}

.ui-widget-content {
    border-radius: 6px;
    margin-top: 0px;
    margin-bottom: 0px;
    border: 1px solid #ddd;
    background: none;
    color: #333;
    height: 5px;
}

.plupload_stop {
    display: none;
}

.plupload_buttons, .plupload_upload_status {
	float:none;
}

.plupload_upload_status {
    display: none;
}

.ui-progressbar .ui-progressbar-value {
    margin: 0px;
    height: 100%;
    background-color: #ffe452;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 1px solid #e4e4e4;
    background: #ffffff;
    color: #526175;
    position: relative;
    z-index: 100;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 108px;
    line-height: 22px;
    font-size: 13px;
    font-weight: 200;
    padding-top: 30px;
}

.image {
    width: 100%!important;
    height: auto!important;
    max-width: 100%;
    overflow: hidden;
}


footer .container hr{
    border-color:white;
}

footer{
    color:white;
}

.lista_redes {
    width: auto;
    height: auto;
}

.lista_redes a {
    text-decoration: none;
}

.lista_redes a img {
    margin-left: 39px;
}

#titulo1{
    visibility: hidden;

}

.nombres div:not(:first-child,:last-child){
    border-left: solid 1px;
    border-right: solid 1px;
    border-color:white;
}

@media only screen and (max-width: 1024px) and (min-width: 769px) {
    .lista_redes{
        float:left;
    }
    
    .nombres div:not(:first-child,:last-child){
        border-left: solid 1px;
        border-right: solid 1px;
        border-color:white;
    }

}

@media only screen and (max-width: 768px) and (min-width: 721px) {
    .nombres h4{
        text-align: left !important;
    }

    .nombres p{
        text-align: left !important;
    }
    
    .nombres div:not(:first-child,:last-child){
        border-left: solid 0px;
        border-right: solid 0px;
    }
    .lista_redes{
        float:left !important;
    }
    
    .footer-img-container1{
        display:none;
    }

    #lista_redes a img {
        transform: scale(1.1) !important;
    }

    .lista_redes {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .lista_redes a {
        text-decoration: none;
        display: flex;
        color: var(--blanco);
        text-decoration: underline;
        margin: 8.5px 0px;
    }

    .lista_redes a img {
        margin-left: 0px !important;
    }

    #titulo1 {
        visibility: visible;
        color: var(--blanco);
    }

    #titulo1 {
        margin: 0 8.5px 0px 5px;
        transform: scale(1.2);
    }

    #facebook::after {
        content: 'Facebook';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #twitter::after {
        content: 'Twitter';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #instagram::after {
        content: 'Instagram';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #youtube::after {
        content: 'Youtube';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #whatsapp::after {
        content: 'Whatsapp';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }
}


@media only screen and (max-width: 720px) and (min-width: 426px) {
    .nombres h4{
        text-align: left !important;
    }

    .nombres p{
        text-align: left !important;
    }
    
    .nombres div:not(:first-child,:last-child){
        border-left: solid 0px;
        border-right: solid 0px;
    }
    
    .lista_redes{
        float:left !important;
    }
    
    .footer-img-container1{
        display:none;
    }

    .lista_redes {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .lista_redes a {
        text-decoration: none;
        display: flex;
        color: var(--blanco);
        text-decoration: underline;
        margin: 8.5px 0px;
    }

    .lista_redes a img {
        margin-left: 0px !important;
    }


    #titulo1 {
        visibility: visible;
        color: var(--blanco);
    }

    #titulo1 {
        margin: 0 8.5px 0px 0;
    }

    #facebook::after {
        content: 'Facebook';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #twitter::after {
        content: 'Twitter';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #instagram::after {
        content: 'Instagram';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #youtube::after {
        content: 'Youtube';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #whatsapp::after {
        content: 'Whatsapp';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }
}

/* ============================================== MOBILE L ================================================= */

@media only screen and (max-width: 425px) and (min-width: 376px) {
    .nombres h4{
        text-align: left !important;
    }

    .nombres p{
        text-align: left !important;
    }
    
    .nombres div:not(:first-child,:last-child){
        border-left: solid 0px;
        border-right: solid 0px;
    }

    .lista_redes{
        float:left !important;
    }
    
    .footer-img-container1{
        display:none;
    }

    #lista_redes a img {
        transform: scale(1.1) !important;
    }

    .lista_redes {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .lista_redes a {
        text-decoration: none;
        display: flex;
        color: var(--blanco);
        text-decoration: underline;
        margin: 8.5px 0px;
    }

    .lista_redes a img {
        margin-left: 0px !important;
    }

    #titulo1 {
        visibility: visible;
        color: var(--blanco);
    }

    #titulo1 {
        margin: 0 8.5px 0px 0;
    }

    #facebook::after {
        content: 'Facebook';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #twitter::after {
        content: 'Twitter';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #instagram::after {
        content: 'Instagram';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #youtube::after {
        content: 'Youtube';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }

    #whatsapp::after {
        content: 'Whatsapp';
        margin-left: calc(6px * 2);
        font-size: calc(16px * 1);
    }
}

/* ============================================== MOBILE M ================================================= */

@media only screen and (max-width: 375px) and (min-width: 361px) {
    .nombres h4{
        text-align: left !important;
    }

    .nombres p{
        text-align: left !important;
    }
    
    .nombres div:not(:first-child,:last-child){
        border-left: solid 0px;
        border-right: solid 0px;
    }
    
    .lista_redes{
        float:left !important;
    }
    
    .footer-img-container1{
        display:none;
    }

    .lista_redes {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .lista_redes a {
        text-decoration: none;
        display: flex;
        color: var(--blanco);
        text-decoration: underline;
        margin: 8.5px 0px;
    }

    .lista_redes a img {
        margin-left: 0px !important;
    }

    #titulo1 {
        visibility: visible;
        color: var(--blanco);
    }

    #titulo1 {
        margin: 0 8.5px 0px 0;
    }

    #facebook::after {
        content: 'Facebook';
        margin-left: calc(6px * 1.5);
        font-size: calc(16px * 1);
    }

    #twitter::after {
        content: 'Twitter';
        margin-left: calc(6px * 1.5);
        font-size: calc(16px * 1);
    }

    #instagram::after {
        content: 'Instagram';
        margin-left: calc(6px * 1.5);
        font-size: calc(16px * 1);
    }

    #youtube::after {
        content: 'Youtube';
        margin-left: calc(6px * 1.5);
        font-size: calc(16px * 1);
    }

    #whatsapp::after {
        content: 'Whatsapp';
        margin-left: calc(6px * 1.5);
        font-size: calc(16px * 1);
    }
}

/* ============================================== MOBILE S ================================================= */

@media only screen and (max-width: 360px)  {
    .nombres h4{
        text-align: left !important;
    }

    .nombres p{
        text-align: left !important;
    }
    
    .nombres div:not(:first-child,:last-child){
        border-left: solid 0px;
        border-right: solid 0px;
    }    

    .lista_redes{
        float:left !important;
    }
    
    .footer-img-container1{
        display:none;
    }

    .lista_redes {
        width: auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }

    .lista_redes a {
        text-decoration: none;
        display: flex;
        color: var(--blanco);
        text-decoration: underline;
        margin: 8.5px 0px;
    }

    .lista_redes a img {
        margin-left: 0px !important;
    }

    #titulo1 {
        visibility: visible;
        color: var(--blanco);
    }

    #titulo1 {
        transform: scale(1.1);
    }

    #facebook::after {
        content: 'Facebook';
        margin-left: 6px;
    }

    #twitter::after {
        content: 'Twitter';
        margin-left: 6px;

    }

    #instagram::after {
        content: 'Instagram';
        margin-left: 6px;

    }

    #youtube::after {
        content: 'Youtube';
        margin-left: 6px;

    }

    #whatsapp::after {
        content: 'Whatsapp';
        margin-left: 6px;

    }
}

.footer-img-container2{
    display:none;
}
@media only screen and (max-width: 760px)  {
    .footer-img-container2{
        display:block;
    }
    #informacion p {
        display:none;
    }
}

.nombres h4{
    text-align: right;
    font-style: normal;
    font-family: 'Nunito', sans-serif !important;
    font-size: 13px;
    margin-bottom: 0px;
    font-weight: 501 !important;
    letter-spacing: 0px;
}

.nombres p{
    text-align: right;
    font-family: 'Open sans', sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    letter-spacing: 0px;
}

.footer-img-container2 p{
    font-family: 'Open sans', sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    letter-spacing: 0px;
}

#informacion p{
    font-family: 'Open sans', sans-serif;
    font-size: 13px;
    font-weight: 400 !important;
    letter-spacing: 0px;
}
/* -------- Footer -------- */

.bg-footer {
  background-color: #153244!important;
  border-top: 4px solid #ffcc00;
}

.bg-footer * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Nunito', sans-serif;
}

.footer-caba {
  padding: 32px 0;
}

.container-caba {
  max-width: calc(100% - 48px);
  margin-right: auto;
  margin-left: auto;
}

.container-footer {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.logo-princ-footer {
  display: none;
}

.text-social-media {
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
}

.list-social-media {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 16px;
  padding-left: 0px;
}

.list-item-social-media {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

.list-link-social-media {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
}

.list-img-social-media {
  width: 40px;
  height: auto;
}

.item-name-social-media {
  font-weight: 700;
  color: #ffffff;
  font-size: 16px;
}

.hr-style {
  margin: 32px 0;
  border-color: #94a3b8;
}

.container-sec-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.container-sec-footer > .container-logo-sec {
  flex-grow: 1;
}

.logo-footer-sec {
  display: none;
  width: 100%;
  max-width: 255px;
}

.list-persons {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  gap: 25px;
}

.list-person-job {
  font-size: 14px;
  font-weight: 600;
  color: #ffffff;
  white-space: nowrap;
  line-height:19px;
}

.list-person-name {
  font-size: 14px;
  font-weight: 100;
  color: #e2e8f0;
  margin:0px;
}

.container-copyright {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.container-img-copyright {
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.container-img-copyright > img {
  width: 25%;
  max-width: 125px;
  min-width: 80px;
}

.text-copyright {
  font-size: 14px;
  margin-top: 0.5rem;
  color: #94a3b8;
}

@media screen and (min-width: 576px) {
  .container-footer {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }

  .logo-princ-footer {
    display: block;
  }

  .text-social-media {
    display: none;
  }

  .list-social-media {
    flex-direction: row;
    align-items: center;
    gap: 3.2rem;
  }

  .item-name-social-media {
    display: none;
  }

  .hr-style {
    margin: 32px 0;
  }

  .logo-footer-sec {
    display: block;
  }

  .list-persons {
    padding-top: 25px;
  }

  .container-img-copyright > img {
    width: 20%;
  }

  .text-copyright {
    font-size: 16px;
  }
}

@media screen and (min-width: 768px) {
  .container-img-copyright > img {
    width: calc(100% / 6);
  }

  .main_grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 1024px) {
  .container-caba {
    max-width: calc(100% - 96px);
  }

  .main-container-caba {
    padding: 140px 0;
  }

  .list-persons {
    padding-top: 0;
  }

  .main_title {
    font-size: 40px;
    line-height: 2.5rem;
  }

  .container-sec-footer {
    gap: 1.5rem;
    justify-content: space-between;
    flex-wrap: nowrap;
  }

  .list-persons {
    flex-direction: row;
    width: auto;
    justify-content: flex-start;
    gap: 0;
  }

  .list-person-job,
  .list-person-name {
    text-align: end;
  }

  .list-person-divisor {
    border-color: #ffffff;
    border-style: solid;
    border-top: 0;
    border-right-width: 0;
    border-bottom: 0;
    border-left-width: 1px;
  }

  .list-person-pr {
    padding-right: 32px;
  }

  .list-person-px {
    padding: 0 32px;
  }

  .list-person-pl {
    padding-left: 16px;
  }

  .container-img-copyright {
    display: none;
  }

  .text-copyright {
    margin-top: 0;
  }
}

@media (min-width: 1920px) {
  .container-caba {
    max-width: calc(1920px - 96px);
    margin: auto;
  }
}
