body{
    background-color:#ffffff;
    font-family:montserrat;
    color: #222;
    font-size:18px;
    margin: 0px;
    
}

h2{
    color: #1a4358;
    font-family:montserrat;
    font-weight: 500;
    font-size: 20px;
}



h3{
    color: #1a4358;
    font-family:montserrat;
    font-weight: 500;
    
}


h4{
    color: #1a4358;
    font-family:montserrat;
    font-weight: 500;
    font-size: 8px;
    
}

b{
    color: #1a4358;
    font-family:montserrat;
    font-weight: 500;
    font-size: 20px;
    text-align: left;
}

#buscador{
    width: 700px;
    align-items: center;
    margin: auto;
    background-color:#ffffff;
    border-radius: 50px;
    
    box-shadow: -10px 8px 16px 0px rgba(0,0,0,0.2);
    
   
   
    
}
#input-search{
    width: 90%;
    height: 40px;
    font-size: 20px;
    text-indent: 10px;
    border-radius: 50px;
    border: 0;
    outline: none;
    margin: 0px;
    background-color:#ffffff;
}



#btn_buscar{
    padding: 13px 16px;
    background: #ffffff;
    color:#000000;
    font-size: 17px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}

.carpeta{
background: #ffffff;
    color:#000000;
    font-size: 17px;
    border-radius: 50px;
    border: none;
    cursor: pointer;
}
#modal{
    
    background: #ffffff;
    border: none;
    cursor: pointer;
   
}


.containercategorias {
  position: relative;
  width: 100%;
}

.containercategorias:hover {
  position: relative;
  width: 100%;
  opacity: 0.8;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  
 
  width: 100%;
  opacity: 1;
  transition: .3s ease;
  background-color: black;
}

.container:hover .overlay {
  opacity: .3;
  
}

.icon {
  color: white;
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
width: 100%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
opacity:1;
  color: white;
  font-size: 20px;
  padding: 0px;
  text-align: center;
}





.archivos {
  background: #ffffff;
}

#imagen {
  border-radius: 4px;
  padding: 5px;
  width: auto;
  height: 300px;
}


img {
  border-radius: 4px;
  padding: 5px;
  width: auto;
  height: 150px;
}

table {
  margin: auto;
  align-items: center;
  width: 80%;
  border: 0;
  outline: none;
  margin: 50px 20px 20px 9%;
}


td {
  background: #ffffff;
  outline: none;
  border: 0px solid #000;
}


tr {
  background: #ffffff;
  outline: none;
  border: 0px solid #000;
}
.btnbuscador {
  
  outline: none;
  border: 0px solid #000;
  background: #ffffff;
}



.column {
    float: left;
    width: 18%;
    margin: 0px 20px 0px 20px;
    padding: 0 6px;
     background: #ffffff;
     height: 300px;
  }
  
  @media screen and (max-width: 650px) {
    .column {
      width: 100%;
      display: block;
    }
  }
  .column:hover{
      opacity:0.9;
      color:#0f163d;
  }
  
  .card {
   
     width: 100%;
     height: 100%;
}