/*
  Theme Name: TheEvent
  Theme URL: https://bootstrapmade.com/theevent-conference-event-bootstrap-template/
  Author: BootstrapMade.com
  License: https://bootstrapmade.com/license/
*/

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/

body {
  background: #fff;
  color: #2f3138;
  font-family: "Open Sans", sans-serif;
}

a {
  color:rgb(10, 10, 152);
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #E31E24;
  outline: none;
  text-decoration: none;
}

p {
  padding: 0;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-weight: 500;
  color: #0e1b4d;  
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  margin: 0 0 15px 0;
  padding: 0;
  color: #0e1b4d;
}

.main-page {
  margin-top: 70px;
}

.wow {
  visibility: hidden;
}

/* Prelaoder */

#preloader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  overflow: visible;
  background: #fff url("../../img/preloader.svg") no-repeat center center;
}

/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #E31E24;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

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

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

/* Sections Header
--------------------------------*/

.section-header {
  padding-top: 60px;
  margin-bottom: 40px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  width: 122px;
  height: 20px;
  background: url(../../img/line.png) top center;
  bottom: 0;
  left: calc(50% - 61px);
}

.section-header h2 {
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
}

.section-header p {
  text-align: center;
  padding: 0;
  margin: 0;
  font-size: 18px;
  font-weight: 500;
  color: #9195a2;
}

.section-with-bg {
  background-color: #f6f7fd;
}

/* Sections Body
--------------------------------*/

.section-body {
  position: relative;
  padding-bottom: 30px;
}

.section-body p {
  text-align: justify;
}

.section-body ul li {
  font-size: 18px;
  font-weight: 500;
  color: #0e1b4d;
  margin-bottom: 5px;  
}

.section-body summary {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 18px;
  font-weight: 500;
  color: #0e1b4d;  
}

/* Buttons
--------------------------------*/
.buttons-mdtw {
  margin: 30px 0;
  text-align: center;
}

.btn-mdtw {
  background-color: #E31E24;
  color:#ffffff;
  font-size: larger;
  font-weight: 600;
  padding: 10px 20px;
  margin: 5px 5px;
  border-radius: 20px;
}

.btn-mdtw:hover{
  background-color: #A8D4AF;
  color: #0e1b4d;
}

/* table
---------------------------------*/
.table th{
  font-size: large;
  text-align: center;
}

.table td {
  font-size: medium;
  vertical-align: middle;
}

.table td ul{
  font-size: medium;
  vertical-align: middle;
  margin: 0;
}

.table td li{
  font-size: medium;
  vertical-align: middle;
  margin: 0;
}

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: rgba(6, 12, 34, 0.60);
  color: #ffffff;
}

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: rgba(127, 200, 190, 0.25);
  color: #0e1b4d;
}

.table-bordered th,
.table-bordered td {
  border: 2px solid #ffffff;
}

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

#header {
  height: 90px;
  padding: 25px 0;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background: rgba(6, 12, 34, 0.98);
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(6, 12, 34, 0.98);
  height: 90px;
  padding: 25px 0;
  transition: all 0.5s;
}

#header #logo img {
  padding: 0;
  margin: 0;  
  max-height: 35px;
}

/*--------------------------------------------------------------
# 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: 125px;
}

/* Nav Menu Arrows */

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

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 10px;
  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 {
  padding: 5px;
  text-decoration: none;
  display: inline-block;
  color: rgba(202, 206, 221, 0.8);
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 14px;
  outline: none;
}

/*.nav-menu .menu-active a,
.nav-menu a:hover {
  color: rgba(202, 206, 221, 1);
}*/

.nav-menu>li {
  margin-left: 8px;
}

.nav-menu>li>a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #E31E24;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover>a:before,
.nav-menu .menu-active>a:before {
  visibility: visible;
  width: 100%;
}

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

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

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

.nav-menu ul li:hover>a {
  background: #e31e257e;
  color: #060c22;
}

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

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  margin: 15px 15px 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(6, 12, 34, 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: 17px;
  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: #E31E24;
}

#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: #E31E24;
}

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

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(6, 12, 34, 0.8);
  display: none;
}

/* Mobile Nav body classes */

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

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

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/*--------------------------------------------------------------
# Intro Section
--------------------------------------------------------------*/

#intro {
  width: 100%;
  height: 100vh;
  background: url(../../img/intro-bg-ice.jpg) top center;
  background-size: cover;
  overflow: hidden;
  position:relative;
}

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.70);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container { 
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  padding: 90px 15px 90px 15px;
}

#intro .intro-container .image{
  width: auto;
  height: 50%;
}

#intro .intro-container .image img{
  max-width:100%;
  max-height:100%;
  object-fit: contain;
}

#intro h1 {
  color: #ebebeb;
  font-weight: 700;
  font-size: 26px;
}

#intro p {
  color: #ebebeb;
  font-weight: 700;
  font-size: 18px;
}

#intro a{
  color: white;
}

#intro a:hover {
  color: #E31E24;
}

/*--------------------------------------------------------------
# Banner Section
--------------------------------------------------------------*/

#banner {
  width: 100%;
  height: 90px;
}

#banner .banner-container { 
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  right: 0;
}

/*--------------------------------------------------------------
# About Section
--------------------------------------------------------------*/
#ice .section-body h3{
  text-align: center;
  font-weight: 500;
}

#ice .section-body h4{
  text-align: center;
  font-weight: 500;
  color: #E31E24;
}

/*--------------------------------------------------------------
# Committees Section
--------------------------------------------------------------*/
#committees .section-body .row {
  /*align-items: center;*/
  margin-bottom: 20px;
  justify-content: center;
}

#committees .section-body p{
  text-align: center;
}

#committees .speaker img {
  width: 100%;
  border: none;
  border-radius: 100px;
}

#committees .speaker .details h3 {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 2px;
}

#committees .speaker .details p {
  font-size: 13px;
  font-style: italic;
  text-align: center;
  margin-bottom: 10px;
}

/*--------------------------------------------------------------
# Speakers Section
--------------------------------------------------------------*/

#speakers {
  padding: 0 0 0 0;
}

#speakers .speaker {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
}

#speakers .speaker img {
  width: 100%;
}

#speakers .speaker .details {
  background: rgba(6, 12, 34, 0.76);
  position: absolute;
  left: 0;
  bottom: -43px;
  right: 0;
  text-align: center;
  padding-top: 10px;
  transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1);
}

#speakers .speaker .details h3 {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
}

#speakers .speaker .details p {
  color: #fff;
  font-size: 12px;
  margin-bottom: 10px;
  font-style: italic;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;  
}

#speakers .speaker .details a {
  color: #fff;
}

#speakers .speaker .details a:hover {
  color: #A8D4AF;
}

#speakers .speaker:hover .details {
  bottom: 0;
}

/*--------------------------------------------------------------
# Sponsors Section
--------------------------------------------------------------*/

#sponsors .sponsors-wrap {
  border-top: 0px solid #e0e5fa;
  border-left: 0px solid #e0e5fa;
  margin-bottom: 30px;
}

#sponsors .sponsor-logos {
  padding-left: 30px;
  padding-right: 30px;
  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;
  border-right: 0px solid #e0e5fa;
  border-bottom: 0px solid #e0e5fa;
  overflow: hidden;
  background: #ffffff;
  min-height: 100px;
}

#sponsors .sponsor-logos:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#sponsors img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Organisers Section
--------------------------------------------------------------*/
#Organisers .sponsors-wrap {
  border-top: 0px solid #e0e5fa;
  border-left: 0px solid #e0e5fa;
  margin-bottom: 0px;
}

#Organisers .sponsor-logos {
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
  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;
  border-right: 0px solid #e0e5fa;
  border-bottom: 0px solid #e0e5fa;
  overflow: hidden;
  background: #ffffff;
  min-height: 100px;
}

#Organisers .sponsor-logos:hover img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

#Organisers img {
  transition: all 0.4s ease-in-out;
}

/*--------------------------------------------------------------
# Past Section
--------------------------------------------------------------*/
#past ul li {
  font-size: 14px;
}

/*--------------------------------------------------------------
# Contact Section
--------------------------------------------------------------*/

#contact {
  padding-bottom: 30px;
}

#contact .contact-info {
  text-align: center;
}

#contact .contact-info i {
  font-size: 48px;
  display: inline-block;
  margin-bottom: 10px;
  color: #A8D4AF;
}

#contact .contact-info p {
  margin-bottom: 0;
  color: #112363;
  font-size: 20px;
}

#contact .contact-info h3 {
  font-size: 22px;
  margin-bottom: 15px;
  font-weight: bold;
  text-transform: uppercase;
  color: #112363;
}

#contact .contact-info a {
  color: #4869df;
}

#contact .contact-info a:hover {
  color: #A8D4AF;
}

#contact .section-header {
  margin-bottom: 0px;
}

/*--------------------------------------------------------------
# Paper Section
--------------------------------------------------------------*/
#paper .section-body h2 {
  margin-top: 40px;
}

/*--------------------------------------------------------------
# Sessions
--------------------------------------------------------------*/

#specialsessions .section-body::before {
  content: '';
  display: block;
  width: auto;
  height: 5px;
  background: #e31e257e;
  bottom: 0;
  margin-bottom: 50px;
}

#specialsessions .section-body span{
  font-style: italic;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/

#footer {
  background: #101522;
  padding: 0 0 20px 0;
  color: #eee;  
  font-size: 14px;
}

#footer .footer-top {
  background: #040919;
  padding: 30px 0 60px 0;
}

#footer .footer-top .footer-info {
  margin-bottom: 30px;
}

#footer .footer-top .footer-info h3 {
  font-size: 26px;
  margin: 0 0 20px 0;
  padding: 2px 0 2px 0;
  line-height: 1;
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  color: #fff;
}

#footer .footer-top .footer-info img {
  width: 75%;
  margin-bottom: 10px;
}

#footer .footer-top .footer-info p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  font-family: "Raleway", sans-serif;
  color: #fff;
}

#footer .footer-top h4 {
  font-size: 14px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 12px;
  border-bottom: 2px solid #7FC8BE;
  margin-bottom: 15px;
}

#footer .footer-top .footer-contact {
  margin-bottom: 30px;
}

#footer .footer-top .footer-contact p {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-top .footer-contact a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0;
  color: #fff;
}

#footer .footer-bottom {
  background: #101522;
  padding: 5px 0 5px 0;
  color: #eee;
  position: fixed; 
  bottom: 0;
  width:100%;
}

#footer .footer-bottom .copyright {
  text-align: center;
  padding-top: 10px;
}

#footer .footer-bottom .credits {
  text-align: center;
  font-size: 13px;
  color: #ddd;
}

#footer .footer-bottom a{
  color: white;
}

#footer .footer-bottom a:hover {
  color: #A8D4AF;
}

/*--------------------------------------------------------------
# Responsive Media Queries
--------------------------------------------------------------*/

@media (min-width: 768px) {
  #contact .contact-email {
    padding: 20px 0;
  }
}

/*@media (min-width: 991px) {
  #schedule .sub-heading {
    width: 75%;
  }
}*/

@media (min-width: 1024px) {
  #intro {
    background-attachment: fixed;
  }

  #about {
    background-attachment: fixed;
  }

  /*#subscribe {
    background-attachment: fixed;
  }*/
}

@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 991px) {
  #header {
    background: rgba(6, 12, 34, 0.98);
    height: 70px;
    padding: 15px 0;
    transition: all 0.5s;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
  }

  #intro .intro-container {
    top: 70px;
  }

  #intro h1 {
    font-size: 34px;
  }

  #intro p {
    font-size: 16px;
  }

  /*#schedule .nav-tabs a {
    padding: 8px 60px;
  }*/
}

@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }

}

/*@media (max-width: 767px) {
  #schedule .nav-tabs a {
    padding: 8px 50px;
  }
}*/

/*@media (max-width: 574px) {
  #venue .venue-info h3 {
    font-size: 24px;
  }
}*/

/*@media (max-width: 480px) {
  #schedule .nav-tabs a {
    padding: 8px 30px;
  }
  #intro .intro-container .countdown-container li {
    padding-right: 10px;
    padding-left: 10px;
  }
}*/

/*@media (max-height: 800px) and (min-width: 500px){
  #intro .intro-container .image{
    width: 30%;
  }
}

@media (max-height: 700px) and (min-width: 500px){
  #intro .intro-container .image{
    width: 25%;
  }
}*/

/*@media (max-height: 600px) and (min-width: 500px){
  #intro .intro-container .image{
    width: 20%;
  }
}*/