/*=== MEDIA QUERY ===*/
@import url("https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600,700");
@import url("https://fonts.googleapis.com/css?family=Source+Code+Pro&display=swap");

html {
  font-size: 16px;
}
body {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
}
h3, h6 {
  font-family: "Montserrat", sans-serif;
  color: #1d88c4;
  font-weight: 700;
}
h3 {
  font-size: 2rem;
}
@media (max-width: 1199px) {
  h3{    
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  h3{    
    font-size: 1.5rem;
  }
}
h4 {
  font-size: 1.2rem; 
  font-family: "Source Code Pro", sans-serif;
}
@media (max-width: 991px) {
  h4 {
    font-size: 1.1rem;     
  }
}

h6 {
  font-size: 1.25rem;
}
p, a, blockquote, label {
  font-size: 1.3rem;
  line-height: 1.7rem;
  color: #666666;  
}
@media (max-width: 1199px) {
  p, a, blockquote, label {
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #666666;  
  }   
}
@media (max-width: 991px) {
  p, a, blockquote, label {
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #666666;  
  }   
}
@media (max-width: 767px) {
  p, a, blockquote, label {
    font-size: 1rem;
    line-height: 1.3rem;
    color: #666666;  
  }   
}

.after-h3{    
  margin: 0 auto 20px auto;
  width: 50px;
}

/* TOP MENU */

.main-nav {
  background: #fff;
}

.main-nav .navbar-brand {
  padding: 35px 40px 35px 50px;  
}

@media (max-width: 1024px) {
  .main-nav .navbar-brand {
    padding: 20px;    
  }    
}

@media (max-width: 767px) {
  .main-nav .navbar-brand {
    border-right: none;
  }
}

.main-nav .navbar-brand img{
 width: 200px;
}

.main-nav .navbar-nav .nav-item {
  position: relative;  
}

.main-nav .navbar-nav .nav-item .nav-link {
  position: relative;
  text-align: center;
  color: #1d88c4;
  padding-left: 8px;
  padding-right: 20px;
  font-size: 1.1rem;
  font-family: "Source Code Pro", sans-serif;
}
@media (max-width: 1215px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.95rem;
  }
}
@media (max-width: 1130px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.85rem;
    padding-right: 15px;
  }
}
@media (max-width: 1040px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.80rem;
  }
}
@media (max-width: 991px) {
  .main-nav .navbar-nav .nav-item .nav-link {
    font-size: 0.95rem;
  }
}

.main-nav .navbar-nav .nav-item .nav-link:hover {
  color: #f6bc56;  
}

.main-nav .navbar-nav .nav-item .nav-link span {
  color: #1d88c4;
  margin-left: 20px;
}
/* @media (max-width: 1130px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    margin-left: 15px;
  }
}*/
@media (max-width: 991px) {
  .main-nav .navbar-nav .nav-item .nav-link span {
    display: none;
  }
}

.main-nav .navbar-nav .nav-item.active .nav-link {
  color: #ff6600;
}
.navbar-toggler:focus, .navbar-toggler:hover {
  outline: none;
}

/* FIN TOP MENU */

/* SUSPENDIDO */
.suspendido{
  padding: 10px 0;
  margin: 116px auto 0 auto;
  background-color: #606060;
}
@media (max-width: 1024px) {
  .suspendido{    
    margin: 86px auto 0 auto;    
  }
}
.suspendido h1{
  color: white;
  text-align: center;
  font-size: 60px;
}
@media (max-width: 768px) {
  .suspendido h1{    
    font-size: 40px;   
  }
}
.header {
  padding: 250px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header {
    padding: 185px 0;
  }
}
@media (max-width: 500px) {
  .header {
    padding: 150px 0;
  }
}

.bg-header {
  background: url(../images/background/header-bg.png) no-repeat;
  background-size: 1920px 650px;
  background-position: center top;
}
@media (max-width: 767px) {
  .bg-header {
    background: url(../images/background/header-bg-tablet.png) no-repeat;
    background-size: 768px 500px; 
    background-position: center top;   
  }
}
@media (max-width: 500px) {
  .bg-header {
    background: url(../images/background/header-bg-mobile.png) no-repeat;
    background-size: 500px 400px;  
    background-position: center top;  
  }
}

/* FIN SUSPENDIDO */

/* HEADER */

/*.header {
  padding: 374px 0 220px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header {
    padding: 275px 0 185px;
  }
}
@media (max-width: 500px) {
  .header {
    padding: 235px 0 150px;
  }
}

.bg-header {
  background: url(../images/background/header-bg.png) no-repeat;
  background-size: 1920px 650px;
  background-position: center bottom;
}
@media (max-width: 767px) {
  .bg-header {
    background: url(../images/background/header-bg-tablet.png) no-repeat;
    background-size: 768px 500px; 
    background-position: center bottom;   
  }
}
@media (max-width: 500px) {
  .bg-header {
    background: url(../images/background/header-bg-mobile.png) no-repeat;
    background-size: 500px 400px;  
    background-position: center bottom;  
  }
}*/

h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 5.5rem;
  color: #f6bc56;  
  font-weight: 700;
  letter-spacing: -0.1rem;
  margin-bottom: 0;
}

@media (max-width: 991px) {
  h1 {  
  font-size: 4.5rem;  
  }
}
@media (max-width: 768px) {
  h1 {  
  font-size: 3.5rem;  
  }
}
@media (max-width: 500px) {
  h1 {  
  font-size: 2.8rem;  
  }
}
@media (max-width: 375px) {
  h1 {  
  font-size: 2.5rem;  
  }
}
@media (max-width: 320px) {
  h1 {  
  font-size: 2.3rem;  
  }
}

h2 {
  font-size: 1.8rem;
  font-family: "Source Code Pro", sans-serif;
  color: #1d88c4;
  letter-spacing: .2rem;
  line-height: 2.2rem;
}

@media (max-width: 991px) {
  h2 {  
  font-size: 1.3rem;
  letter-spacing: .15rem; 
  line-height: 1.8rem; 
  }
}

@media (max-width: 768px) {
  h2 {  
  font-size: 1.2rem;
  letter-spacing: .1rem; 
  line-height: 1.5rem; 
  }
}
@media (max-width: 375px) {
  h2 {  
  font-size: 1rem;
  letter-spacing: .075rem; 
  line-height: 1.3rem; 
  }
}

/* FIN HEADER */

/* EVENTO */

.evento {
  padding: 80px 0 20px 0;
}
@media (max-width: 767px) {
  .evento {
    padding: 80px 0 0 0;
  }
}
.evento-bg {  
  background-image: url(../images/background/evento-bg.png);
  background-repeat: no-repeat;
  background-size: 1920px 190px;  
  background-position: center top; 
  background-color: #ededed;
}
@media (max-width: 1199px) {
  .evento-bg {  
    background-image: url(../images/background/evento-bg-1200.png);
    background-repeat: no-repeat;  
    background-size: 1200px 190px;  
    background-position: center top; 
    background-color: #ededed; 
  }
}
@media (max-width: 991px) {
  .evento-bg {  
    background-image: url(../images/background/evento-bg-992.png);
    background-repeat: no-repeat;  
    background-size: 992px 190px;  
    background-position: center top; 
    background-color: #ededed; 
  }
}
@media (max-width: 767px) {
  .evento-bg {  
    background-image: none;    
    background-color: #ededed; 
  }
}
.evento .content-block {
  margin-left: 15px;
}
.evento .content-block.primero{
  margin-top: 65px;
}
@media (max-width: 991px) {
  .evento .content-block.primero{
    margin-top: 92px;
  }
}
@media (max-width: 767px) {
  .evento .content-block.primero{
    margin-top: 0;
    margin-bottom: 40px;
  }
}
h3.titulo-evento{
  color:#1d88c4;
  margin-bottom: 30px;  
}
@media (max-width: 767px) {
  h3.titulo-evento{    
    margin-bottom: 10px;
    text-align: center;
  }
}
.evento .after-h3{
  display: none;
}
@media (max-width: 767px) {
  .evento .after-h3{
    display: block;    
  }
}

ul.circulo {
  list-style: url("../images/circulo-bullet.png") circle;
  padding-inline-start: 18px;
}
ul.circulo li{
  font-size: 1.4rem;
  line-height: 1.7rem;
  color: #666666; 
  padding-left: 10px;
  margin-bottom: 2rem; 
}
@media (max-width: 1199px) {
  ul.circulo li{
    font-size: 1.2rem;
    line-height: 1.5rem;
    color: #666666; 
    padding-left: 10px;
    margin-bottom: 1.5rem; 
  }
}
@media (max-width: 991px) {
  ul.circulo li{
    font-size: 1.1rem;
    line-height: 1.4rem;
    color: #666666; 
    padding-left: 7px;
    margin-bottom: 1.5rem; 
  }
}
@media (max-width: 767px) {
  ul.circulo li{
    font-size: 1rem;
    line-height: 1.3rem;
    color: #666666; 
    padding-left: 5px;
    margin-bottom: 1.3rem; 
  }
}
/* FIN EVENTO */

/* EVENTO LOGOS */
.evento-logos{
  text-align: center; 
  padding: 10px 0 0 0;
}
.evento-logos-bg {  
  background-image: url(../images/background/evento-logos-bg.png);
  background-repeat: no-repeat;
  background-size: 1920px 78px;  
  background-position: center top; 
  background-color: #ededed; 
}
@media (max-width: 1199px) {
  .evento-logos-bg {  
    background-image: url(../images/background/evento-logos-bg-1200.png);
    background-repeat: no-repeat;  
    background-size: 1200px 78px;  
    background-position: center top; 
    background-color: #ededed; 
  }
}
@media (max-width: 991px) {
  .evento-logos-bg {  
    background-image: url(../images/background/evento-logos-bg-992.png);
    background-repeat: no-repeat;  
    background-size: 992px 78px;  
    background-position: center top; 
    background-color: #ededed; 
  }
}
@media (max-width: 767px) {
  .evento-logos-bg {  
    background-image: url(../images/background/evento-logos-bg-768.png);
    background-repeat: no-repeat;  
    background-size: 768px 65px;  
    background-position: center top; 
    background-color: #ededed; 
  }
}
.organizadores img{
  height: 64px;
  margin: 20px;
}
@media (max-width: 767px) {
  .organizadores img{
    height: 50px;
    margin: 20px;
  }
}

.apoyo {  
  background-image: url(../images/background/apoyo-logos-bg.png);
  background-repeat: no-repeat;
  background-size: 484px 195px;  
  background-position: center top; 
  background-color: #ededed; 
  margin-top: 40px;
  padding-bottom: 70px;
}
@media (max-width: 767px) {
  .apoyo {  
    background-image: url(../images/background/apoyo-logos-bg-768.png);    
    background-size: 404px 195px; 
  }
}
@media (max-width: 480px) {
  .apoyo {  
    background-image: url(../images/background/apoyo-logos-bg.png);    
    background-size: 484px 195px; 
  }
}
.apoyo h4{
  color: #1d88c4;
  margin-bottom: 0;
}

/* FIN EVENTO LOGOS */

/* AGENDA */

.schedule h4 {
  color: #1d88c4; 
  margin-bottom: 10px; 
}
.schedule .schedule-one, .schedule .schedule-two {
  padding: 20px 5px;  
}
@media (max-width: 991px) {
  .schedule .schedule-one, .schedule .schedule-two {
    padding: 15px 0;  
  }
}
@media (max-width: 767px) {
  .schedule .schedule-one {
    padding: 15px 0 0 0;  
  }
  .schedule .schedule-two {
    padding: 0 0 15px 0;  
  }
}
.schedule .schedule-contents .schedule-item ul {
  margin-bottom: 0;
}
.schedule .schedule-contents .schedule-item ul li {
  list-style: none;
}
.schedule .schedule-contents .schedule-item ul li div {
  display: inline-block;
}
.schedule .schedule-contents .schedule-item ul li .time {
  width: 30%;
  padding: 28px 0;
}
@media (max-width: 1199px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 34%;
    padding: 24px 0;
  }
}
@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 43%;
    padding: 32px 0;
  }
}
@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 32%;
    padding: 0;
  }
}
@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .time {
    width: 43%;    
  }
}
.schedule .schedule-contents .schedule-item ul li .speaker {
  width: 68%;

}
@media (max-width: 1199px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 64%;
  }
}
@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 67%;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item ul li .speaker {
    width: 50%;    
  }
}
.schedule .schedule-contents .schedule-item li.schedule-details {
  border-bottom: 1px solid;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: #e5e5e5;  
}
.schedule .schedule-one .schedule-item li.schedule-details:first-child, .schedule .schedule-two .schedule-item li.schedule-details:first-child {
  border-top: 1px solid #e5e5e5;  
}
@media (max-width: 767px) {
  .schedule .schedule-two .schedule-item li.schedule-details:first-child {
    border-top: none;  
  }
}
.schedule .schedule-contents .schedule-item li.schedule-details .block {
  padding: 0 15px;
  background: #fff;
  width: 100%;
  transition: .2s ease-in;
  font-size: 1.1rem;
  line-height: 1.5rem;  
}
@media (max-width: 1199px) {
  .schedule .schedule-contents .schedule-item li.schedule-details .block {    
    font-size: 1rem;
    line-height: 1.4rem;  
  }
}
@media (max-width: 991px) {
  .schedule .schedule-contents .schedule-item li.schedule-details .block {    
    font-size: 0.9rem;
    line-height: 1.3rem;  
  }
}
@media (max-width: 480px) {
  .schedule .schedule-contents .schedule-item li.schedule-details .block {    
    font-size: 0.8rem;
    line-height: 1.1rem;  
  }
}
.schedule .schedule-contents .schedule-item li.schedule-details .block div {
  color: #666666;
  font-family: "Montserrat", sans-serif;
  vertical-align: middle;
}
.schedule .schedule-contents .schedule-item li.schedule-details .block div i {
  font-size: 1.1875em;
  color: #c7c8c9;
}
.schedule .schedule-contents .schedule-item li.schedule-details .block div span.time {
  margin-left: 5px;
  color: #f6bc56;
  font-weight: 700;
}
.schedule .schedule-contents .schedule-item li.schedule-details .block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
  -webkit-transform: scale(1.01);
          transform: scale(1.01);
}
.schedule .download-button {
  padding-top: 40px;
  margin-bottom: 30px;
  margin-right: auto;
  margin-left: auto;
}

/* FIN AGENDA */

/* REGISTRO */

.registro-bg {  
  background-image: url(../images/background/registro-bg.png);
  background-repeat: no-repeat;
  background-size: 1920px 320px;  
  background-position: center top; 
  background-color: #f6bc56;
}
@media (max-width: 1199px) {
  .registro-bg {  
    background-image: url(../images/background/registro-bg-1200.png);
    background-repeat: no-repeat;  
    background-size: 1200px 320px;  
    background-position: center top; 
    background-color: #f6bc56; 
  }
}
@media (max-width: 991px) {
  .registro-bg {  
    background-image: url(../images/background/registro-bg-1200.png);
    background-repeat: no-repeat;  
    background-size: 992px 264px;  
    background-position: center top; 
    background-color: #f6bc56; 
  }
}
@media (max-width: 767px) {
  .registro-bg {  
    background-image: none;    
    background-color: #f6bc56; 
  }
}
.registro h3, .registro h4{
  color: white;
}

.registro .btn {
  margin-top: 7px;  
}
.form-control::-webkit-input-placeholder {
  color: #acacac;
  font-size: 0.9375rem;
}
.form-control.main {
  background: transparent;
  border: none;
  border-radius: 0;
  font-size: 0.9375rem;
  padding: 15px 20px;
  margin-bottom: 31px;
  color: #acacac;
}
.form-control.main:focus {
  background: #f5f5f5;
  transition: all .3s ease;
}
.form-control.white {
  background: #fff;
  border: 1px solid white;
  color: #666666;
}

.form-control.has_error {
  border-color: #A63232;
}
select.form-control:not([size]):not([multiple]) {
  height: 100%;
}
.registro .success, .registro .error{
  text-align: center;
  padding-top: 40px;
  display: none;
}
.error h4{
  background-color: red;
  width: fit-content;
  margin: auto;
  padding: 5px;
}

/* FIN REGISTRO */

/* COORGANIZADORES */

.coorganizadores {  
  background-image: url(../images/background/coorganizadores-bg.png);
  background-repeat: no-repeat;
  background-size: 1920px 106px;  
  background-position: center top; 
  background-color: #fff;
}
@media (max-width: 1199px) {
  .coorganizadores {  
    background-image: url(../images/background/coorganizadores-bg-1200.png);
    background-repeat: no-repeat;  
    background-size: 1200px 106px;  
    background-position: center top; 
    background-color: #fff; 
  }
}
.coorganizadores .block .image-block {
  padding: 20px;
  background: #fff;
  cursor: pointer;
  transition: all .3s ease;
  border: 1px solid transparent;
  margin: 20px;
}
@media (max-width: 480px) {
  .coorganizadores .block .image-block {
    padding: 5px;
    background: #fff;
    cursor: pointer;
    transition: all .3s ease;
    border: 1px solid transparent;
    margin: 10px;
  }
}

.coorganizadores .block .image-block img {
  width: 250px;

}
@media (max-width: 1199px) {
  .coorganizadores .block .image-block img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .coorganizadores .block .image-block img {
    width: 140px;
  }
}
@media (max-width: 768px) {
  .coorganizadores .block .image-block img {
    width: 130px;
  }
}
@media (max-width: 480px) {
  .coorganizadores .block .image-block img {
    width: 100px;
  }
}
.coorganizadores .block .image-block:hover {
  box-shadow: 0px 0px 30px 0px rgba(11, 29, 66, 0.15);
}

/* FIN COORGANIZADORES */

/* SPONSORS */

.sponsors-bg {  
  background-image: url(../images/background/coorganizadores-bg.png);
  background-repeat: no-repeat;
  background-size: 1920px 106px;  
  background-position: center top; 
  background-color: #ededed;
}
@media (max-width: 1199px) {
  .sponsors-bg {  
    background-image: url(../images/background/coorganizadores-bg-1200.png);
    background-repeat: no-repeat;  
    background-size: 1200px 106px;  
    background-position: center top; 
    background-color: #ededed; 
  }
}

.slider-sponsors .sponsor{
  margin: 40px;  
}
.slider-sponsors .sponsor a img{ 
  max-height: 125px;
  max-width: 220px;
}
.slick-track { display:flex; align-items:center; }

/* FOOTER */

.footer-main {
  background-image: url(../images/background/footer-bg-left.png), url(../images/background/footer-bg-right.png);
  background-repeat: no-repeat, no-repeat;  
  background-size: contain, contain;  
  background-position: left, right;
  background-color: #1d88c4;
  padding: 35px 0;
}
@media (max-width: 1050px) {
  .footer-main {
    background-image: url(../images/background/footer-bg-left-1050.png), url(../images/background/footer-bg-right-1050.png);
    
  }
}
@media (max-width: 800px) {
  .footer-main {
    background-image: url(../images/background/footer-bg-left-800.png), url(../images/background/footer-bg-right-800.png);    
  }
}
@media (max-width: 580px) {
  .footer-main {
    background-image: none;    
  }
}

.footer-main h5 {
  font-size: 1.375rem;
  color: #FFF;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
}

.footer-main p, .footer-main p a{
  color: #ffffff;
  font-size: 1rem;
}

.footer-main p a:hover{
  color: #f6bc56;
  transition: all .3s ease;  
}

.footer-main .block ul.social-links-footer {
  margin-bottom: 0;
}

.footer-main .block ul.social-links-footer .list-inline-item:not(:last-child) {
  margin-right: 20px;
}

.footer-main .block ul.social-links-footer li a {
  display: block;
  height: 40px;
  width: 40px;
  text-align: center;
  background: #fff;
  border-radius: 20px;
}

.footer-main .block ul.social-links-footer li a i {
  line-height: 42px;
  color: #1d88c4;
}

.footer-main .block ul.social-links-footer li a:hover {
  background: #f6bc56;
}

.footer-main .block ul.social-links-footer li a:hover i {
  color: #fff;
}

/* FIN FOOTER*/

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.overlay:before {
  content: '';
  background: url(../images/background/objects.png) no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay:after {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .25;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-lighter:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .20;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text-overlay:after {
  content: 'CONFERENCE';
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: 215px;
  width: 100%;
  height: 300px;
  background-position: center center;
  position: absolute;
  top: 40%;
  left: 50%;
  opacity: .05;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

.overlay-primary:before {
  content: '';
  background: rgba(255, 102, 0, 0.93);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-dark:before {
  content: '';
  background: -webkit-linear-gradient(-45deg, #1e5799 0%, #1d1546 0%, #1a0b25 100%, #207cca 100%);
  opacity: .75;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-white:before {
  content: '';
  background: linear-gradient(0deg, rgba(245, 245, 248, 0.8) 0%, #f7f7f7 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.overlay-white-slant:before {
  content: '';
  width: 100%;
  margin-left: -45%;
  background: white;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: skewX(-20deg);
          transform: skewX(-20deg);
}

span.alternate {
  color: #ff6600;
  font-style: italic;
  font-weight: 400;
}

a {
  transition: 0.2s ease;
}

a:focus, a:hover {
  color: #ff6600;
  text-decoration: none;
}

button:hover {
  cursor: pointer;
}

.bg-gray {
  background: #ededed;
}



.bg-blue {
  background: #ff6600;
}



.bg-speaker {
  background: url(../images/background/spaeker-background.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}

.bg-registration {
  background: url(../images/background/registration-background.jpg) no-repeat;
  background-size: cover;
}

.bg-registration-two {
  background: url(../images/background/bg-registration-two.jpg) no-repeat;
  background-size: cover;
}

.bg-ticket {
  background: url(../images/background/cta-ticket-bg.jpg) fixed no-repeat;
  background-size: cover;
  background-position: center center;
}



.section {
  padding: 80px 0;
}

.border-less {
  border-bottom: 1px solid #e5e5e5;
}

.section-title {  
  text-align: center;
  margin-bottom: 40px;
}

.section-title.white h3, .section-title.white p {
  color: #fff;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-20 {
  margin-bottom: 20px;
}



.left {
  overflow: hidden;
}

.left img {
  margin-left: -40px;
}

@media (max-width: 767px) {
  .left img {
    margin-left: 0;
    margin-bottom: 30px;
  }
}

.right {
  overflow: hidden;
}

.right img {
  margin-left: 40px;
}

@media (max-width: 767px) {
  .right img {
    margin-left: 0;
  }
}

.hide-overflow {
  overflow: hidden;
}

.border-top {
  border-top: 1px solid;
}

.btn {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  font-weight: 700;
  transition: all .3s ease;
  white-space: normal;
}

.btn-main {
  padding: 25px 45px;
  border-radius: 3px;
  background: #1d88c4;
  color: #fff;
  outline: none;
}

.btn-main:hover {
  color: #fff;
  transition: all .3s ease;
}

.btn-main:focus {
  color: #fff;
  box-shadow: none;
  transition: all .3s ease;
}

.btn-main-md {
  padding: 15px 20px;
  border-radius: 0;
  background: #1d88c4;
  color: #fff;
  font-size: 1.5rem;
}

@media (max-width: 767px) {
  .btn-main-md {
    font-size: 1.2rem;
  }
}

.btn-main-md:hover {
  color: #fff;
  background: #f6bc56;
  transition: all .3s ease;
}

.btn-main-md:focus {
  color: #fff;
  box-shadow: none;
}

.btn-white-md {
  background: #fff;
  color: #1d88c4;
  padding: 15px 20px;
  border-radius: 0;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .btn-white-md {
    font-size: 1.2rem;
  }
}
.btn-white-md:hover {
  background: #1d88c4;
  color: #fff;  
  transition: all .3s ease;
}

.speakers {
  position: relative;
}

.speakers.white .speaker-item {
  background: #fff;
  border: 1px solid #e5e5e5;
}

.speakers .speaker-item {
  background: #eae9ec;
  padding: 7px;
  margin-bottom: 30px;
}

.speakers .speaker-item .image {
  margin-bottom: 16px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 480px) {
  .speakers .speaker-item .image img {
    width: 100% !important;
  }
}

.speakers .speaker-item .image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: .85;
  transition: .3s ease;
}

.speakers .speaker-item .image .socials {
  position: absolute;
  top: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  transition: .4s ease;
}

.speakers .speaker-item .image .socials ul {
  width: 50%;
}

@media (max-width: 1024px) {
  .speakers .speaker-item .image .socials ul {
    width: 61%;
  }
}

@media (max-width: 480px) {
  .speakers .speaker-item .image .socials ul {
    width: 31%;
  }
}

.speakers .speaker-item .image .socials ul li.list-inline-item:not(:last-child) {
  margin-right: 7px;
  margin-bottom: 10px;
}

.speakers .speaker-item .image .socials ul li a {
  display: block;
  height: 50px;
  width: 50px;
  text-align: center;
  border: 1px solid #fff;
}

.speakers .speaker-item .image .socials ul li a i {
  font-size: .9375rem;
  color: #fff;
  line-height: 50px;
}

.speakers .speaker-item .image .socials ul li a:hover {
  background: #fff;
}

.speakers .speaker-item .image .socials ul li a:hover i {
  color: #222222;
}

.speakers .speaker-item .image:hover .primary-overlay {
  top: 0;
}

.speakers .speaker-item .image:hover .socials {
  top: 0;
}

.speakers .speaker-item .content h5 a {
  font-size: 22px;
  color: #222222;
  font-weight: 400;
  margin-bottom: 0;
}

.speakers .speaker-item .content h5 a:hover {
  color: #ff6600;
}

.speakers .speaker-item .content p {
  font-size: 0.875rem;
  margin-bottom: 5px;
}

.registration {
  overflow: hidden;
}

.registration .service-block {
  position: relative;
  padding: 120px 10%;
}

.registration .service-block [class*=col-]:first-child {
  border-right: 1px solid #f69351;
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(2) {
  border-bottom: 1px solid #f69351;
}

.registration .service-block [class*=col-]:nth-child(3) {
  border-right: 1px solid #f69351;
}

.registration .service-block .service-item {
  padding: 30px;
  text-align: center;
}

.registration .service-block .service-item i, .registration .service-block .service-item h5 {
  color: #fff;
}

.registration .service-block .service-item i {
  font-size: 3.25rem;
  margin-bottom: 20px;
}

.registration .service-block .service-item h5 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.registration .registration-block {
  position: relative;
  height: 100%;
  padding: 120px 10%;
}

.registration .registration-block .block {
  position: relative;
  z-index: 9;
}

.registration .registration-block .block .title {
  margin-bottom: 35px;
}

.registration .registration-block .block .title h3 {
  color: #fff;
  font-weight: 500;
  margin-bottom: 10px;
}

.registration .registration-block .block .title p {
  color: #b3b3b3;
  line-height: 1;
}



.speakers-full-width {
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image {
  position: relative;
  cursor: pointer;
  overflow: hidden;
}

.speakers-full-width .speaker-slider .speaker-image img {
  width: 100%;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background: #ff6600;
  opacity: .85;
  transition: .3s ease;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image .primary-overlay i {
  color: #fff;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5 {
  padding-top: 25%;
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image .primary-overlay ul, .speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  transition: .7s ease;
  -webkit-transform: translate(0, 30px);
          transform: translate(0, 30px);
  opacity: 0;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay p {
  margin-bottom: 10px;
}

.speakers-full-width .speaker-slider .speaker-image .primary-overlay ul .list-inline-item:not(:last-child) {
  margin-right: 10px;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay {
  top: 0;
}

.speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay h5, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay p, .speakers-full-width .speaker-slider .speaker-image:hover .primary-overlay ul {
  -webkit-transform: translate(0, 0);
          transform: translate(0, 0);
  opacity: 1;
}

.speakers-full-width .speaker-slider .slick-prev {
  left: 60px;
}

.speakers-full-width .speaker-slider .slick-prev:before {
  content: '\f104';
}

.speakers-full-width .speaker-slider .slick-next {
  right: 60px;
}

.speakers-full-width .speaker-slider .slick-next:before {
  content: '\f105';
}

.speakers-full-width .speaker-slider .slick-prev, .speakers-full-width .speaker-slider .slick-next {
  background: #fff;
  width: 70px;
  height: 70px;
  border-radius: 100%;
  z-index: 100;
}

.speakers-full-width .speaker-slider .slick-prev:hover:before, .speakers-full-width .speaker-slider .slick-next:hover:before {
  color: #ff6600;
}

.speakers-full-width .speaker-slider .slick-prev:before, .speakers-full-width .speaker-slider .slick-next:before {
  color: #ff6600;
  font-family: FontAwesome;
}

/* Controls
---------------------------------------------------------------------- */
.controls {
  text-align: center;
  margin-bottom: 40px;
}
.controls .control {
  background: transparent;
  border: none;
  cursor: pointer;
  font-family: "Montserrat", sans-serif;
  margin-right: 25px;
}
.controls .control:focus {
  outline: 0;
}
.controls .control:hover {
  color: #ff6600;
}
.error .block {
  margin-top: 60px;
  margin-bottom: 60px;
}
.error .block img {
  margin-bottom: 45px;
}
.error .block h3 {
  font-weight: 400;
  color: #ff6600;
  margin-bottom: 40px;
}
.error .block h3 span {
  font-style: italic;
  color: #222222;
}