.c-desktop-logo {
    height: 70px; 
    width: auto;
    object-fit: scale-down;
    object-position: left bottom;
    background-color: white !important;
    }

.c-mobile-logo {
      height: 70px; 
      width: auto;
      object-fit: scale-down;
      object-position: left bottom;
      background-color: white !important;
   }
@media (max-width:991px) {
   .c-mobile-logo{
      height: 60px; 
      width: auto;
      object-fit: scale-down;
      object-position: left bottom;
      margin-left: 5%;
      background-color: white !important;
   }
   
   #bannerWel {
      background-image: url('../img/imagen-ban3.png'); 
      height: 250px;
      background-attachment: local;
      background-position: 25%; 
      background-repeat: no-repeat;
   }
}

@media (min-width:992px) {

   #bannerWel {
      background-image: url('../img/imagen-ban3.png'); 
      height: 276px;
   }

   .c-layout-page {
      margin-top: 50px !important;
   }
}

.c-logo {
   padding: 0px !important;
}

.c-image {
   width: 84px !important;
   margin-top: 10px !important;
}

.btn-bsf {
   background-color: #d20a12;
   color: white;
   border: 2px solid white;
}

.btn-bsf:hover {
   background-color: white;
   color: #d20a12;
   border: 2px solid #d20a12;
}

.btn-bsf:focus {
   color: white;
   border: 2px solid #d20a12;
}

.btn-bsf:visited {
   background-color: lightgray;
   border: 2px solid gray;
   color: gray;
}

.mark-visited:visited {
   color: gray!important;
}