h2 { margin-bottom: 0px; }
#banner-main {
  background: url('../img/servicios/banner-sel.jpg') no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  position: relative;
}
#servicios-en-linea{
  background: #FFF;
  padding: 40px 0px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: -30px;
  margin-top: -150px;
}
#servicios-en-linea h1 { color: #1d1d1b; margin-bottom: 25px; }
#servicios-en-linea #parentHorizontalTab ul.resp-tabs-list{ margin-bottom: 30px; background: #f5f5f5; border: 1px solid #cdcdcd; }
#servicios-en-linea #parentHorizontalTab .resp-tabs-list li:last-child:after{ display: none; }
.sel-option{ display: table; width: 100%; overflow: hidden; max-height: 400px; text-align: center; position: relative; }
.sel-option img{ width: 100%; }
.sel-option span.icon-more{ bottom: 20%; }
.mb30{ margin-bottom: 30px; }
.textleft {
    text-align: left !important; 
}
.smk_accordion .accordion_in.acc_active > .acc_head h2 {
    margin-bottom: 0px !important;
}
a.dwl-white {
  color: #000; text-transform: none; font-size: 14px !important;
  background: url(../img/admisiones/icon-download-hover.png) no-repeat 15% center !important;
  border: 1px solid #000 !important;    
  padding: 10px 10px 10px 50px !important; text-align: center;
}
a.dwl-white:before { background: #000 url(../img/admisiones/icon-download.png) no-repeat 15% center !important; } 
a.dwl-white:hover, a.m-white:hover { color: #fff !important; }
ul.guias{ margin-bottom: 20px; text-align: left; }
ul.guias li{ border-bottom: 1px solid #cdcdcd; padding:20px 10px; }
ul.guias li:first-child{ padding-top: 0; }
ul.guias a{ font-family: 'Lato'; }
ul.guias a.bull{ padding-left: 20px; position: relative; color: #000; font-size: 16px; display: inline-block; margin-top: 10px; }
ul.guias a.bull:before{ content: '•'; position: absolute; left: 0; top: 0; color: #ca810f; }

@media (max-width: 768px){
  #servicios-en-linea{ margin-top: 0; }
  section#banner-main{ padding: 100px 0; }
  section#banner-main .btn-down{ bottom: 30px; }
  .sel-option span.icon-more{ bottom: 5%; }
  .smk_accordion .accordion_in .acc_head .acc_icon_expand{ top: 24%; right: 10%; }
}
@media (max-width: 640px){
  .xs-mb20{ margin-bottom: 20px; }
}