@import "https://fonts.googleapis.com/css?family=Muli|Poppins|Catamaran|Quicksand|Open+Sans|Mukta|Belgrano";
/* Disseny LILA */
/*$main-font-family: "Open Sans", sans-serif;*/
/*$header-background:#F0EEE5;*/
#congres_box_1 {
  background: url("../img/icon/png/001-people.png") center 20px no-repeat; }
  #congres_box_1:hover {
    background-color: #a9dcea !important; }

#congres_box_2 {
  background: url("../img/icon/png/001-people.png") center 20px no-repeat; }
  #congres_box_2:hover {
    background-color: #a9dcea !important; }

/*
   #congres_box_3 {
     background:url('../img/icon/png/005-social.png') center 20px no-repeat;
     
     &:hover {
   
       background-color:#2EC0DC !important;
     }
   }

   #congres_box_4 {
    background:url('../img/icon/png/003-list.png') center 20px no-repeat;
    
    &:hover {

      background-color:#2EC0DC !important;
    }
  }
 
  #congres_box_5 {
    
     background:url('../img/icon/png/002-users-linked.png') center 20px no-repeat;
     
 
     &:hover {
          
       background-color:#2EC0DC !important;
     }
   }
 
   #congres_box_6 {
    background:url('../img/icon/png/003-person.png') center 20px no-repeat;
    
     &:hover {
    
       background-color:#2EC0DC !important;
     }
   }
 
   
   #congres_box_7 {
     background:url('../img/icon/png/005-people.png') center 20px no-repeat;
     
     &:hover {
   
       background-color:#2EC0DC !important;
     }
   }

   #congres_box_8 {
    background:url('../img/icon/png/003-video-lecture.png') center 20px no-repeat;
    
    &:hover {

      background-color:#2EC0DC !important;
    }
  }
 */

 .container-congressos{
   display: flex;
   flex-direction: column;
 }
.congres_box {
  height: 225px;
  max-width: 235px;
  background-size: 120px 120px !important;
  background-color: #c0022c !important;
  opacity: .7;
  margin-left: 20px;
  padding: 0;
  padding-top: 165px;
  text-align: center;
  font-weight: 900;
  cursor: pointer; }
  .congres_box.private {
    background: url("../img/icon/png/001-people-historic.png") center top no-repeat !important;
    background-color: #c0022c !important;
    background-size: 225px 165px; }
  .congres_box .congres_box_bkg {
    width: 100%;
    height: 60px;
    background-color: #aaaaaab0;
    padding: 20px;
    color: black; }

.congres_boxes {
  margin-bottom: 20px; }
  .congres_boxes div:first-child {
    margin-left: 0; }

#congres.section-icon {
  background: url("../img/icon/png/008-speech.png") center center no-repeat !important;
  background-size: 110px 110px !important;
  opacity: .6; }

.section-icon {
  height: 110px;
  max-width: 110px; }
