@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    padding: 0;
    margin: 0;
}

body {
    font-family: DM Sans !important;
    font-size: 18px;
}

body,
html {
    height: 100%;
}

section {
    /*height:100vh !important;*/
    padding: 7em 0;
    overflow: hidden;ƒ
}
@media (max-width: 1024px) {
    section {
      
        padding: 8em 0.5em;
     
    }
}

@media (max-width: 425px) {
    section {
        /*height:100vh;*/
        padding: 6em 0;
        overflow: hidden;
    }

    .sponsorship h2,
    .exhibit h2 {
        margin: 0 auto 0.5em !important;
        font-family: DM Sans !important;
    }

}

.ContentPane ul li,
.ContentPane ul li li {
    list-style-type: none;

}

a.cta,
div.cta {
    display: block;

}

/*NAVBAR*/

.navbar {
    -webkit-transition: all 0.6s ease-out;
    -moz-transition: all 0.6s ease-out;
    -o-transition: all 0.6s ease-out;
    -ms-transition: all 0.6s ease-out;
    transition: all 0.6s ease-out;
}

.navbar-dark .navbar-toggler-icon {
    background-image: url("https://www.the-eic.com/Portals/0/Website/Events/BankableEnergy/assets/img/menu_hamb.svg");
    width: 30px;
}

.nav-bg {
    background: #566069 !important;
    height:70px;
}

.navbar li {
    border-bottom: 1px solid #fff;
}

.navbar-dark .navbar-nav .nav-link {
    color: #fff !important;
    font-size: 14px;
    font-family: DM Sans !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #2AA9E0 !important;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #fff;
}

.navbar li {
    border: 0;
    font-size: 14px;
    font-family: DM Sans  !important;
    text-transform: uppercase
    ;
}

.navbar-dark .navbar-nav .active>.nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .show>.nav-link,
.scrolldown a {
    color: #62C2EC !important;
}

.navbar-dark .navbar-toggler {
    border: 0;
}

.navbar-collapse {

    margin-top: 10px;
}


@media (max-width: 1024px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 0.8em;
        /*  padding: 0 10px;*/
    }
}

@media (max-width: 768px) {
    .navbar-dark .navbar-nav .nav-link {
        font-size: 14px;
        padding: 0.6em 0;
    }

    .navbar-toggler {
        /*background: $blanco;*/
        padding: 0.2em;
    }

    .navbar-nav {
        background: #566069;
        padding: 1em !important;
        border-radius: 10px;
    }

    .navbar li {
        border-bottom: 1px solid #999;
    }

    .navbar li:last-child {
        border-bottom: 0;
    }

    .navbar-dark .navbar-nav .nav-link {
        color: #566069;
    }
}

@media (max-width: 425px) {
    .navbar-dark .navbar-toggler-icon {
        width: 25px;
    }

    .navbar-dark .navbar-nav .active>.nav-link,
    .navbar-dark .navbar-nav .nav-link.active,
    .navbar-dark .navbar-nav .nav-link.show,
    .navbar-dark .navbar-nav .show>.nav-link,
    .scrolldown a {
        color: #241E47;
    }
}

/*HEADER*/

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/*.bg {
    background-image: url("../img/header-bg.jpg");
    background-size: cover;
    height:100vh;
}*/

.hero h1 {
    font-family: DM Sans !important;
    color: #fff;
    font-weight: 700;
    font-size: 2.5em;
    
}

.hero p.description {
    font-family: DM Sans  !important;
    margin-bottom: 3em;
}

.date {
    color: #7779B9;
    font-weight: 600;
    font-size: 1.6em;
    text-transform: uppercase;
}

.bg {}

.hero-text {
    padding-top: 10%;
}
/*SECTIONS*/

/*ABOUT*/
.about {
    background: #2AA9E0;
    height: auto;
    background-image: url("https://www.the-eic.com/Portals/0/Website/Events/BankableEnergy/assets/img/iso.svg");
    background-position: center;
    background-repeat: no-repeat;
   
 
}
.about h2 {
    color: white;
    text-align: center;
    font-family: DM Sans !important;
    text-transform: uppercase;
    margin-bottom: 2em;
    font-weight: 600;

}
.about p {
    color: white;
    font-family: DM Sans !important;
    font-size: 17px;
    line-height: 33px;
   
    
}
@media (max-width: 768px) {
    .about {
       height: auto;
    } 
}
@media (max-width: 425px) {
    .about h2 {
        margin-bottom: 1em;
    
    }
    .about p {
       font-size: 16px;
       line-height: 28px;
       padding: 0 1em;
    } 
}
/*TABLET*/

/* iPad pro Landscape*/

@media only screen and (min-device-width: 1366px) and (max-device-height: 1024px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: landscape)  {}

/* iPad pro Portrait*/
@media only screen and (min-device-width: 1024px) and (max-device-height: 1366px) and (-webkit-min-device-pixel-ratio: 2)  and (orientation: portrait)  {
      .about {
         background-position: center 200px !important;
         height: auto !important;
      
}
      
    }
/*MOBILE*/

@media (max-width: 430px) {

    .about {
        background-position: center !important;
        height: auto !important;
        background-size: 300px !important;

}
}
/*ATTEND*/

.attend{
    background: #fff;
}

.attend h2{
    color: #2AA9E0;
    text-align: center;
    font-family: DM Sans !important;
    text-transform: uppercase;
    margin-bottom: 2em;
    font-weight: 600;
}
.attend ul{
    margin: 0;
    padding: 0;
   
}
.attend li{
    list-style: none;
    text-align: center;
    font-size: 16px;
    margin-bottom: 1em;
}
.attend li  span.title{
    font-family: DM Sans  !important;
    color: #9F73B2;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0.2em;
}
.attend li span.txt{
    font-family: DM Sans  !important;
    color: #566069;
    font-weight: 300;
    text-align: justify;
    display: block;
    line-height: 26px;
    padding: 0 1em;
}
.attend li figure img{
    width: 64px;
    margin-bottom: 1em;
}
@media (max-width: 430px) {
    .attend li span.txt{
       padding: 0;
    }
}
/*sessions*/

.sessions{
    background: #d9d9d9;
    padding: 7em 0 0 !important;
} 
.sessions h2 {
    color: #01A099;
    text-align: center;
    font-family: DM Sans !important;
    text-transform: uppercase;
    font-weight: 600;
}

/*BROCHURE*/

.brochure{
    height: 1px !important;
    padding: 0;
    margin: 0;
}

/*a.estilo:hover {
    color: white;
}

a.down {
    color: #9FC9EB;
    text-decoration: none;
    font-family: DM Sans  !important;
}

a.down:hover {
    color: #9FC9EB;
    text-decoration: none;
    font-family: DM Sans  !important;
}*/

/*CONTACT*/

ul.info {
    padding: 0;
    margin: 0;
}

ul.info li {
    font-family: DM Sans  !important;
}

.contact {
    background: #fff;
    padding: 3em 0;
}

.contact-info {
    margin: 0.5em;
}

.contact h2 {
    font-family: DM Sans  !important;
    font-weight: 600;
    text-transform: uppercase;
    color: #9F73B2;
    font-size: 26px;
    text-align: left;
}

.contact p {
    font-family: DM Sans  !important;
    color: #566069;
    font-weight: 400;
    margin: 1em 0;
    font-size: 17px;
}

.contact ul li {
    list-style: none;
}

.contact ul li.name {
    font-family: DM Sans  !important;
    color: #9F73B2;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 19px;
}

.contact ul li.position {
    margin-bottom: 1em;
    font-size: 17px;
    font-weight: 500;
}

.contact ul li {
    color: #605699;
    font-size: 16px;

}

.contact ul li a,
.contact ul li a {
    text-decoration: none;
    color: #566069;
    font-family: DM Sans  !important;
    font-size: 17px;
    font-weight: 400;
}

.contact .fa-solid {
    margin-right: 10px;
    color: #9F73B2;
}

@media (max-width: 425px) {
    .contact p {
        font-size: 16px;
    }
}

/*MEDIA QUERIES*/

@media (max-width: 1024px) {
    img.logotype {
        width: 150px;
    }
}

@media (max-width: 768px) {
    img.logotype {
        width: 220px;
    }

    section {
        height: auto !important;
       
    }

    .hero {
        height: 100vh !important;
    }
}

@media (max-width: 425px) {
    section {
        padding: 6em 0;
    }

    section.contact {
        padding: 2em 0;
    }

    h2 {
        font-size: 28px;
    }
}

@media (max-width: 375px) {
    .fixed-top {
        top: 0px;
    }
}

@media (max-width: 320px) {
    .fixed-top {
        top: 0px;
    }

    img.logotipo {
        width: 180px;
    }
}

@media only screen and (min-width: 1024px) and (max-height: 1366px) and (orientation: portrait) and (-webkit-min-device-pixel-ratio: 1.5) {
    header {
        height: auto;
    }
}

/*FOOTER*/

.footer-container {
    display: none !important;
}


footer ul {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin: 1em auto;
    padding: 0;
}

footer ul li {
    list-style: none;
    margin: 0 5px;
}

footer ul li img {
    width: 30px;
}

#footer-color {
    background-color: #9F73B2;
}

.footer-container {
    display: none !important;
}
footer p.copyright{
    color: #fff;
    font-family: DM Sans !important;
    font-size: 16px;
    text-align: center;
    margin-bottom: 0rem !important;
}

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}