
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/

#header {
    padding: 30px;
    height: 100px;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    transition: all 0.5s;
    z-index: 997;
    background-color: #111111;
  }
  
  #header #logo {
    float: left;
    
  }
  
  #header #logo h1 {
    font-size: 36px;
    margin: -4px 0 0 0;
    padding: 0;
    line-height: 1;
    display: inline-block;
    font-family: "Montserrat", sans-serif;
    font-weight: 300;
    letter-spacing: 3px;
    text-transform: uppercase;
    
  }
  
  #header #logo h1 a,
  #header #logo h1 a:hover {
    color: #fff;
    
  }
  
  #header #logo img {
    padding: 0;
    margin: 0;
    
  }

  #header.header-fixed {
    background: #111111;
    padding: 20px 0;
    height: 72px;
    transition: all 0.5s;
    padding-left: 15px;
  }

  /* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #111111;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  border-radius: 4px 4px 0 0;
  right: 15px;
  bottom: 0;
  transition: none;
}

.back-to-top:focus {
  background: #111111;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #111111;
  color: #fff;
}

/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}

/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: right;
  margin: 0;
}

/* Nav Meu Styling */

.nav-menu a {
  
  text-decoration: none;
  letter-spacing: 1px;
  display: inline-block;
  color: #fff;
  font-family: "Montserrat";
  font-weight: 500;
  font-size: 14px;
  outline: none;
  margin-top:-5px;
}
.nav-menu a:hover {
  border-bottom: 2px solid #00a99d;
}
.activo {
  border-bottom: 2px solid #00a99d;
}
.nav-link:hover {
  border-bottom: 2px solid #00a99d !important;
  color:#fff;
}
#speakers i {
  font-size: 8px;
}
.rounded-circle{
  border: 2px solid #0070bb
}
.nav-menu > li {
  padding: 5px 11px 10px 3px;
}

.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #333;
  transition: 0.3s;
  display: block;
  font-size: 13px;
  text-transform: none;
}

.nav-menu ul li:hover > a {
  color: #111111;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  left: 15px;
  top: 15px;
  z-index: 999;
  margin: 20px 20px 0 0;
  border: 0;
  background: none;
  font-size: 24px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
}

#mobile-nav-toggle i {
  color: #fff;
}


/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav ul .menu-item-active {
  color: #1dc8cd;
}


/* Mobile Nav Styling schedule*/

#mobile-nav-shedule {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav-shedule ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav-shedule ul li {
  position: relative;
}

#mobile-nav-shedule ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav-shedule ul li a:hover {
  color: #fff;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav-shedule ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav-shedule ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav-shedule ul .menu-item-active {
  color: #1dc8cd;
}


/* Mobile Nav Styling speakers*/

/* Mobile Nav Styling schedule*/

#mobile-nav-speakers {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav-speakers ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav-speakers ul li {
  position: relative;
}

#mobile-nav-speakers ul li a {
  color: #fff;
  font-size: 16px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav-speakers ul li a:hover {
  color: #fff;
}

#mobile-nav-speakers ul li li {
  padding-left: 30px;
}

#mobile-nav-speakers ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav-speakers ul .menu-has-children i.fa-chevron-up {
  color: #1dc8cd;
}

#mobile-nav-speakers ul .menu-item-active {
  color: #1dc8cd;
}


#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(52, 59, 64, 0.9);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}
body.mobile-nav-active-shedule {
  overflow: hidden;
}

body.mobile-nav-active-shedule #mobile-nav-shedule {
  left: 0;
}
body.mobile-nav-active-speakers #mobile-nav-speakers {
  left: 0;
}
body.mobile-nav-active-shedule #mobile-nav-toggle, body.mobile-nav-active-shedule #asignup {
  z-index: 0;
}
body.mobile-nav-active-speakers #mobile-nav-toggle, body.mobile-nav-active-speakers #asignup {
  z-index: 0;
}
body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}




#speakers.mobile-nav-active {
  overflow: hidden;
}

#speakers.mobile-nav-active #mobile-nav {
  left: 0;
}

#mobile-nav-sp {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(52, 59, 64, 0.9);
  left: -260px;
  width: 260px;
  overflow-y: auto;
  transition: 0.4s;
}


/*CONTENT BANNER*/
#home{
  margin-top: 95px;
}
.content-banner{
    position: relative;
    padding: 0;
}
.btn-signup{
    position: absolute;
    color: #f24a43;
    left: 40%;
    bottom: 20%;
    background: #fff;
    padding: 9px 20px;
    border-radius: 32px;
    width: 300px;
    height: 40px;
    letter-spacing: 3px;
    font-weight: 600;
}
.btn-signup:hover{
  color:#B03E64;
}

/*QUIENES SOMOS*/
#about{
    position: relative;
    padding:70px 100px;
    background-image: url("../img/fonde-qs.png");
    background-repeat: no-repeat;
    background-size: cover;
}
#about .fondo{
    position: absolute;
    width: 100%;
}
.estado {
    font-size: 45px;
    letter-spacing: -2px;
    color: #636363;
    font-weight: 300;
    font-family: "Montserrat";
    text-align: center;
}
.estado span{
    color: #f24a43;
font-weight: 700;
}

#about .description{
    font-size: 27px;
letter-spacing: -1px;
line-height: 55px;
color: #636363;
font-weight: 300;
font-family: "Montserrat";
text-align: center;


}
#about .description .iweek{
color: #f24a43;
font-weight: 500;
}
#about .description .iweekdes{
  font-weight: 500;
  }
.content-nuestros{
    display: flex;
    justify-content: center;
    top:30px;
}

.content-nuestros .title-n{
  letter-spacing: 3px;
  line-height: 42px;
  color: #ffffff;
  font-weight: 600;
  font-family: "Montserrat";
  text-align: center;
  border-radius: 30px;
  background-color: #252525;
  width: 490px;
    height: 60px;
    font-size: 30px;
    padding-top: 10px;
    margin:50px 0;
}
.content-ob{
  margin-top: 30px;
}

.title-ob{
  font-size: 25px;
line-height: 55px;
color: #f24a43;
font-weight: 800;
font-family: "Montserrat";
text-align: center;
}
.content-ob .fa{
  color: black;
}
.desc-ob{
  font-size: 20px;
  letter-spacing: -1px;
  
  color: #656565;
  font-weight: 300;
  font-family: "Montserrat";
  text-align: center;
}

.shedule .title-a{
  font-size: 35px;
letter-spacing: 4px;
line-height: 55px;
color: #252525;
font-weight: 700;
font-family: "Montserrat";
text-align: center;
margin-bottom:40px ;
}
.shedule{
  margin-top: 80px;
  margin-bottom:100px;
  
}
.mostrar{
  border-left: 1px solid #a9a9a9;
    border-right: 1px solid #a9a9a9;
}
.foros i, .data i{
  font-size: 8px;
}
.custom-select{
  border: 1px solid #a9a9a9 !important;
  color: #363636;
font-weight: 400;
font-family: "Montserrat";
}
.title-act{
  font-size: 18px;
letter-spacing: -1px;
color: #363636;
font-weight: 400;
font-family: "Montserrat";
}
.desc-f{
  font-size: 15px;
color: #7a7a7a;
font-weight: 400;
font-family: "Montserrat";
background: none;
    border: none;
}
.s-t{
  color: #7a7a7a;
}
.desc-f:hover{
  color: #7a7a7a;
  border-bottom: 1px solid #7a7a7a;
}
.s-c{
  color: #ff2746;
}
.s-dr{
  color: #a24328;
}
.s-e{
  color: #ed7528;
}
.s-em{
  color: #ffcd02;
}
.s-f{
  color: #6eb744;
}
.s-i{
  color: #00a99d;
}
.s-in{
  color: #0070bb;
}
.s-s{
  color: #92278f;
}
.s-tu{
  color: #f24a43;
}
.hr{
  font-size: 18px;
color: #a9a9a9;
font-weight: 700;
font-family: "Montserrat";
margin-top: -22px;

}
.title-hr{
  font-size: 30px;
  color: #363636;
  font-weight: 300;
  font-family: "Montserrat";

}
.title-hr span{
  font-weight: 600;
}
.hr-content{
  border-right: 1px solid #a9a9a9;
  width:12%;
  
}
.hr-desc{
  padding-left:50px;
  font-size: 16px;
color: #252525;
font-weight: 600;
font-family: "Montserrat";
}
.my-custom-scrollbar {
  position: relative;
  height: 565px;
  overflow: auto;
  }
  .table-wrapper-scroll-y {
  display: block;
  }

  /*conferencistas*/
  #speakers{
    background-color: #252525;
    padding-top:50px;

  text-align:center;
  }
  .title-conferensistas{
    font-size: 35px;
    letter-spacing: 4px;
    line-height: 55px;
    color: #ffffff;
    font-weight: 700;
    font-family: "Montserrat";
    text-align: center;
  }
  .nav-link{
    font-size: 18px;
    color: #ffffff;
    font-weight: 400;
    font-family: "Montserrat";
    text-align: center;
    
  }
  .name-conf{
    font-size: 18px;
letter-spacing: -1px;
color: #ffffff;
font-weight: 600;
font-family: "Montserrat";
text-align: center;
margin-bottom: -8px;
  }
  .position-conf{
    font-size: 16px !important;
letter-spacing: -1px;
color: #ffffff;
font-weight: 300;
font-family: "Montserrat";
text-align: center;
font-style: italic;
  }
/*ALLIES*/
#allies{
 background-color: #ececec
}
.title-allies{
  padding-top:50px;
  font-size: 35px;
letter-spacing: 4px;
line-height: 55px;
color: #252525;
font-weight: 700;
font-family: "Montserrat";
text-align: center;
}
.content-allies-s{
  border-right: 1px solid #888888;
  padding-top: 2%;
}
.content-allies{
  margin:30px 0;
}
.allies-s{
  font-size: 20px;
  line-height: 55px;
  color: #888888;
  font-weight: 700;
  font-family: "Montserrat";
}

footer{
  height:85px;
  background-color: #f24a43;
  padding-top: 35px;
}
footer p, a {
  font-size: 15px;
color: #ffffff;
font-weight: 500;
font-family: "Montserrat";
text-align: center;
}
footer a {
  margin-right: 15px;
}
.reg{
  padding:5px 13px !important;
  border-radius: 25px;
background-color: #f24a43 !important;
}

.contact{
  background-color: #ececec5e; 
  border:1px solid #eadede;
}
.conectate{
  background-image: url(../img/fonde-qs.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.mobile-menu-area {
  background: transparent;
  margin-bottom: 10px;
  text-align: center;
}

.cotent-img-allies{
  position:relative;
  display:flex;
}
.cotent-img-allies img {
  margin:15px;
  bottom: 0;
  height: fit-content;
}
.cotent-img-allies-m img {
  position: absolute;
  bottom: 0;
  width: 180px;
}
.search{
  padding-right: 40px;
    border-right: 2px solid #252525;
    margin-right: 30px;
}

.f-conf{
  margin-bottom: 45px;
}
.cont-img-conf {
  min-height: 350px !important;
}
.cont-img-conf img {
  width:200px;
  height:200px;
  margin: 40px 0 20px 0;
}
.foro-selected{
  border-bottom: 1px solid #9a9a9a;
}
#sp-menu button{
  background: transparent;
    border: none;
    padding: 0 10px !important;
}
#sp-menu .activo{
  border-bottom: 2px solid #00a99d !important;
}
#mobile-nav-speakers button{
  background: transparent;
    border: none;
    padding: 0 10px !important;
    line-height: 2;
}
#mobile-nav-speakers .activo{
  border-bottom: 2px solid #00a99d !important;
}
.s-img-c img {
  border: 4px solid #ff2746;
}
.s-img-d img {
  border: 4px solid #a24328;
}
.s-img-e img{
  border: 4px solid #ed7528;
}
.s-img-em img{
  border: 4px solid #ffcd02;
}
.s-img-f img{
  border: 4px solid #6eb744;
}
.s-img-i img{
  border: 4px solid #00a99d;
}
.s-img-in img{
  border:4px solid #0070bb;
}
.s-img-s img{
  border: 4px solid #92278f;
}
.s-img-tu img{
  border: 4px solid #f24a43;
}
.mobil-img{
  display:none;
}

.content-img-home{
  position: absolute;
    bottom: 10px;
    right: 0;
    width: auto;

}
.content-img-home a{
  padding: 0 10px;
}
#asignup{
  display:none;
}
.img-allies-m {
  width: 100%;
  height: auto;
}
.img-allies{
  max-width: -webkit-fill-available;
}

.content-mobil{
  display:none;
}

#filter-shedule {
  color: white;
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 0;
    border: 0;
    font-size: 16px;
    display: block;
    padding:5px 13px !important;
    border-radius: 7px !important;
  background-color: #f24a43 !important;
}
#filter-speakers {
  color: white;
    position: absolute;
    right: 15px;
    z-index: 0;
    border: 0;
    font-size: 16px;
    padding: 5px 13px !important;
    border-radius: 7px !important;
    background-color: #f24a43 !important;
    bottom: 0;
}
#search-mobil{
  display: none;
}
#filter-shedule {
  display: none;
}
#sp-menu-mobil, #filter-speakers{
  display:none;
}

@media (max-width: 768px) {
  .img-allies-e{
    width: 60% !important;
  }
  .content-img-all {
    position:relative;
    /*height: 50px;*/
  }
  .content-img-all img{
    margin:3px;
    max-width: 100%
  }

  .reg{
    border-radius: 7px;
  }
  #sp-menu-mobil, #filter-speakers{
    display:block;
  }
  #sp-menu{
    display:none;
  }
  .title-hr{
    font-size:25px;
  }
  .title-she{
    display: flex;
  }
  #filter-shedule {
    display: block;
  }
  .search{
    display: none;
  }
 
  footer{
    height:170px
  }
  .content-big{
    display:none;
  }
  .content-mobil{
    display:block;
    text-align: center;
  }
  .modal-content{
    width: 90%;
  }
  .title-conferensistas {
    letter-spacing: 1px !important;
    line-height: 0 !important;
    position: absolute;
    bottom:0;
  }
.title-speakers{
  position:relative;
}

  .cont-img-conf img {
    width:100px;
    height:100px;
  }
  
  #nav-menu-container {
    display: none;
  }
  .big{
    display:none
  }
  .mobil-img{
    display:inline;
  }
  #mobile-nav-toggle {
    display: inline;
  }
  
  .btn-signup {
    left: 27%;
    bottom: 25%;
    padding: 5px 10px;
    width: 180px;
    height: 28px;
    letter-spacing: 1px;
    font-weight: 600;
    font-size: 12px;
  }
  #about{
    padding: 50px 40px;
  }
  #about .estado{
    font-size: 21px;
  }
  #about .description {
    font-size: 12px;
    letter-spacing: 0px;
    line-height: 23px;
    margin: 0;
  }
  .content-nuestros .title-n{
    letter-spacing: 1px;
    line-height: 32px;
    border-radius: 30px;
     width: auto; 
    height: 31px;
    font-size: 12px;
    padding: 0px 20px;
    margin:  0 0 20px 0;
  }
  .title-ob{
    font-size: 20px;
    line-height: 20px;

  }
  .content-ob{
    margin:30px 0 0 0 !important;
  }
  .desc-ob {
    font-size: 17px;
  }
  .mostrar{
    border: none;
  }
.content-allies{
  margin:15px 0;
}
  .content-img-home{
    display:flex;
  }
  .content-img-all{
    padding:0;
  }
  .img-allies{
    width: 100%;
    height: auto;
  }
  .allies-s {
  
      font-size: 15px;
      margin-top: 5px;
      margin-bottom: 0px;
      line-height: 0; 
      color: #888888;
      font-weight: 700;
      font-family: "Montserrat";
      padding: 0;
  }
  .content-img-home img{
    width:100%;
  }
.title-conferensistas{
  font-size: 20px;
}
#header{
  text-align: center;
}
#mobile-nav ul li #a-signup{
  display:none;
}
#asignup{
  color: white;
    position: fixed;
    right: 15px;
    top: 40px;
    z-index: 999;
    border: 0;
    font-size: 10px;
    display:block;
}

/*-END MEDIA*/
}

@media (max-width: 991px) {
  .content-allies-s{
    border-right: none !important; 
     padding-top: 0 !important;
     padding: 0;
  }
}