.anchura100 {
 width: 100%
}

.footer-container-general {
 padding: .01px;
 vertical-align: top
}

.container-padding {
 margin: 0
}

.container-content {
 display: inline-block;
 max-width: 100%;
 position: relative;
 vertical-align: bottom
}

.custom-component-footer-div {
 display: flex;
 justify-content: center;
 overflow: hidden
}

.div-main-container.footer {
 height: auto;
 margin: 0 1rem;
 max-width: 1200px;
 width: 100%
}

.footer {
 display: flex;
 justify-content: space-between;
 padding-bottom: 20px
}

.footer .logoBR img {
 height: 52px!important;
 width: 115px!important
}

img.appGallery,img.appStore,img.googleplay {
 height: auto
}

@media(max-width: 768px) {
    .footer .logoBR {
        display:none
    }
}

img {
  border-style: none
}

.footer .row {
  justify-content: inherit
}

.footer .wrap-footer-menu {
  margin-top: 3rem;
  max-width: 1000px;
  width: 100%
}

@media(max-width: 768px) {
    .footer .wrap-footer-menu {
        margin-left:4rem;
        margin-right: 4rem
    }
}

@media(max-width: 500px) {
    .footer .wrap-footer-menu {
        margin-left:.5rem;
        margin-right: .5rem
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px
}

.footer .titulo-foter {
    border-bottom: .5px solid #0e4633!important
}

.footer .titulo-foter,.footer .titulo-foter-aplicaciones {
    color: #0e4633!important;
    font-family: Raleway,sans-serif!important;
    font-size: 16px!important;
    font-style: normal!important;
    font-weight: 700!important;
    margin-bottom: 15px;
    padding-bottom: 7px
}

.footer .titulo-foter-aplicaciones {
    text-align: center
}

.footer .list-about-banrural {
    column-count: 2;
    column-fill: balance;
    column-gap: 40px;
    padding: 0;
    width: 100%
}

.footer ul {
    margin-bottom: 1rem;
    margin-top: 0
}

.footer li {
    break-inside: avoid;
    line-height: 2.1;
    list-style: none;
    min-width: 120px;
    text-decoration: none!important
}

.footer a {
    border: none;
    display: inline-block;
    font-family: Raleway,sans-serif!important;
    line-height: 29px!important; 
    opacity: .85;
    padding-top: 8px;    
    padding-bottom: 8px; 
    text-decoration: none!important;
}

.footer a,.footer a:hover {
    color: #0e4633!important;
    font-size: 15px!important;
    font-weight: 600
}

.footer a:hover {
    list-style: none;
    opacity: 1;
    text-decoration: none
}

.borderLeft {
    border-left: none
}

@media(min-width: 768px) {
    .borderLeft {
        border-left:.5px solid #0e4633!important
    }
}

.footer .areas-menu h3,.footer .areas-menu ul {
    margin-right: 15px
}

@media(max-width: 768px) {
    .footer .areas-menu {
        display:none
    }
}

.footer .footer-social-network {
    align-items: center;
    display: flex;
    flex-direction: row;
    justify-content: flex-start
}

@media(max-width: 1300px) {
    .footer .footer-social-network {
        flex-direction:column
    }
}

.footer .margin-bottom-30,.footer .margin-botton-30 {
    margin-bottom: 30px;
    margin-right: 10px
}

.footer .appGallery-footer {
    max-width: 112px!important
}

.redesSociales {
    align-items: center;
    display: flex;
    justify-content: space-between;
    padding-left: 5px
}

.footer .redesSociales {
    min-width: 22px!important;
    padding-right: 15px
}

.footer .redesSociales a {
    color: #0e4633!important;
    font-family: Raleway,sans-serif!important;
    font-size: 16px!important;
    line-height: 29px!important;
    list-style: none;
    text-decoration: none!important
}
/* Overrides imgs apps */
img[width="135"][height="135"].appGallery,
img[width="135"][height="135"].appStore,
img[width="135"][height="135"].googleplay {
    height: 40px !important;
    width: auto !important;
}
/*******PDF STYLE MODAL*****/
  .pdf-controls {
      display: flex
  ;
      width: 100%;
      gap: 20px;
      justify-content: space-between;
    margin-top:20px;
    margin-bottom:5px;
  }

  .modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0; top: 0;
    width: 100%; height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.6);
  }

  .modal-content {
    background-color: #fff;
    margin: 100px auto;
    padding: 20px;
    width: 80%;
    max-width: 800px;
    position: relative;
    border-radius: 8px;
  }

  .close {
    position: absolute;
    top: 10px; right: 30px;
    font-size: 24px;
    cursor: pointer;
  }

  #downloadPdf {
      background-color: #038345 !important;
      border: none;
      color: white;
      border-radius: 30px;
      padding: 10px 20px;
      margin: 1rem;
      font-size: 12px;
  }

  #downloadPdf:hover {
      background-color: #6cbe4b!important
  }

  #prevPage, #nextPage{
    font-size: 12px!important;
    border: none;
    padding: 10px 20px;
    margin: 1rem;
    border-radius: 30px;
  }
.zoom-controls {
display:flex;
max-width: 200px;
    width: 100%;
}
.pdf-viewer {
  max-width: 100%;
  max-height: 70vh;
  overflow: auto;
  display: block; 
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}

.pdf-viewer canvas {
  display: block;
}


 #zoomOut, #zoomIn{
   border: none;
    border-radius: 30px;
    font-size: 12px !important;
    margin: 1rem 0.5rem;
    padding: 10px 20px;
    max-width: 60px;
    width: 100%;
    max-height: 60px;
    height: 100%;
  }

#zoomOut img{
max-width: 60px;
    width: 100%;
    max-height: 20px;
    height: 100%;
}
#zoomIn img{
max-width: 60px;
    width: 100%;
    max-height: 20px;
    height: 100%;
}
  .modal-content canvas {
      border: solid #038345 !important;
      margin:auto;
  }
  .page-info{
    font-size: 12px!important;
  }

  @media(max-width: 590px){
  #downloadPdf {
      background-color: #038345 !important;
      border: none;
      color: white;
      border-radius: 30px;
      padding: 5px 10px;
      margin: 0px;
      font-size: 12px;
  }
 .controlspdf{
        width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
      gap: 8px;
    }
  #downloadPdf:hover {
      background-color: #6cbe4b!important
  }

  #prevPage, #nextPage{
    font-size: 12px!important;
    border: none;
    padding: 5px 10px;
    margin: 10px 0px;
    border-radius: 30px;
  }

  .page-info{
    font-size: 12px!important;
  }
    .pdf-controls {
    flex-direction: column;
    margin-bottom: 20px;
    align-items: center;
}
  }