@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500&family=Scheherazade+New&display=swap');
body {
font-family: 'Montserrat', sans-serif; 'Scheherazade New', serif;
}

/* FOOTER */
.footer{
 background: #c99a64;
 color: #fff;
}
.footer .col-xs-12, .footer [class^="col-"]{
 margin-bottom: 0;
}

  .gallery__item.infarma {
    height: 400px;
    float: none;
    margin: auto;
  
  }
  
  
.page-header {
    padding: 0;
    margin: 0;
    text-align: center;
    background: #fff;
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    overflow: hidden;
}

.page-header .page-header__title {
    font-size: 32px;
    font-weight: 300;
    text-transform: uppercase;
}

.navbar-default {
    background: #deb178;
    border-color: transparent;
}

.navbar-default .navbar-nav > li > a, .navbar-default .navbar-minor-controls > li > a {
    color: #fff;
    font-size: 13px;
}

.navbar-button {
    background-color: #b48044 !important;
    border: 5px solid #fff !important;
    color: #FFFFFF !important;
}

.btn {
    font-size: 14px;
    border-radius: 40px;
    padding: 8px 14px;
    box-shadow: none !important;
    text-transform: uppercase;
}

.section-title {
    font-size: 32px;
    font-weight: 300;
    color: #b48044;
    text-transform: uppercase;
}

.section-title:after {
    content: "";
    display: block;
    height: 2px;
    width: 50%;
    background: #b48044;
    margin: 0 auto;
    margin-top: 10px;
}

.schedule__item em, .speaker-program{
color: #b48044;
font-style: italic;
}

.nav-tabs > li.active:before {
    content: "";
    background: #b48044;
    display: block;
    height: 2px;
    position: absolute;
    top: -1px;
    left: 0;
    right: 0;
    z-index: 99;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #b48044;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    border-bottom-color: transparent;
    cursor: default;
}

.nav-tabs {
    background: #fff;
}

.schedule__time {
    display: table-cell;
    width: 120px;
    padding: 10px 15px;
    color: #b48044;
    border-top: 1px solid #ddd;
    white-space: nowrap;
}

.schedule__item--major{
  background: #FFF;  
  border-bottom: 3px solid #b48044;
  border-top: 3px solid #b48044;
}
.schedule__item {
    display: table;
  width: 100%;
  
  }

.program-title{
    font-size: 32px;
    font-weight: 300;
    color: #b48044;
}

  /* MEDIA */
@media(min-width:768px){
 .w-img20 img{
 width: 20%;
 }
 .w-img25 img{
 width: 25%;
 }
 .w-img30 img{
 width: 30%;
 }
 .w-img40 img{
 width: 40%;
 }
 .w-img50 img,
 .w-50 img{
 width: 50%;
 }
 .w-img55 img{
 width: 55%;
 }
 .w-img60 img{
 width: 60%;
 }
 .w-img70 img{
 width: 70%;
 }
.w-img85 img{
 width: 85%;
 }
}

.gradient {
    color: #fff;
    background: linear-gradient(90deg,#b0824e,#c2945e 25%,#efc388 75%,#fed296);
}