@import url("https://fonts.googleapis.com/css2?family=Lato:wght@100;300;400;700;900&display=swap");
section.navbar-section {
  background-color: #000000;
}
section.navbar-section ul li {
  list-style-type: none;
}
section.navbar-section .navbar {
  background-color: #000000;
  width: 100%;
  position: fixed;
  z-index: 20;
  padding: 8px 40px;
}
section.navbar-section .navbar-brand img {
  width: 280px;
}
section.navbar-section .nav-item-st, section.navbar-section .btn {
  list-style-type: none;
  font-family: "Lato";
  font-size: 18px;
  line-height: 52px;
  font-weight: 300;
  color: #fff;
  transition: 0.3s;
}
section.navbar-section .btn:hover, section.navbar-section .nav-item-st:hover {
  color: rgb(255, 213, 162);
}
section.navbar-section .navbar-nav {
  position: relative;
}
section.navbar-section .active {
  color: #dfc75b;
}
section.navbar-section .dropdown-menu {
  border-radius: 0;
}

section.banner-home .bg-header {
  background-image: url("https://www.the-eic.com/Portals/0/Website/WESCA/home/assets/img/wesca_2024_bg2.png");
  background-repeat: no-repeat;
  background-size: cover;
}
section.banner-home .title-banner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 100px 55px 50px 90px;
}
section.banner-home .title-banner h1 {
  font-family: "Lato";
  font-size: 4rem;
  line-height: 72px;
  font-weight: 300;
  color: #fff;
  padding-top: 80px;
  text-align: center;
}
section.banner-home .title-banner h3 {
  text-align: center;
  font-family: "Lato";
  font-size: 2.5rem;
  font-weight: 400;
  background: linear-gradient(90deg, rgb(189, 146, 83) 5%, rgb(255, 219, 147) 50%, rgb(194, 164, 95) 95%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
section.banner-home .title-banner img {
  padding-top: 40px;
  width: 250px;
}
section.banner-home .cta-1 a, section.banner-home .cta-2 a {
  font-family: "Lato";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
  text-align: center;
  background-color: #dfc75b;
  padding: 10px 30px;
  margin-bottom: 45px;
  text-decoration: none;
  border: 1px solid #000;
  transition: 0.4s;
}
section.banner-home .cta-1 a:hover, section.banner-home .cta-2 a:hover {
  background-color: #fff0c0;
}
section.banner-home .cta-1 {
  margin-right: 30px;
}
section.banner-home .cta-2 {
  margin-bottom: 60px;
  margin-top: 30px;
  margin-right: 30px;
}
@media screen and (max-width: 1740px) {
  section.banner-home .title-banner h1 {
    font-size: 3rem;
  }
  section.banner-home .title-banner h3 {
    font-size: 1.7rem;
  }
  section.banner-home .title-banner img {
    padding-top: 40px;
    width: 180px;
  }
}
@media screen and (max-width: 1540px) {
  section.banner-home .title-banner h1 {
    font-size: 2.5rem;
  }
  section.banner-home .title-banner h3 {
    font-size: 1.3rem;
  }
  section.banner-home .title-banner img {
    padding-top: 40px;
    width: 150px;
  }
}
@media screen and (max-width: 1440px) {
  section.banner-home .title-banner h1 {
    font-size: 2rem;
    line-height: 52px;
  }
  section.banner-home .title-banner h3 {
    font-size: 1rem;
  }
  section.banner-home .title-banner img {
    padding-top: 20px;
    width: 150px;
  }
}
@media screen and (max-width: 768px) {
  section.banner-home .cta-1, section.banner-home .cta-2 {
    margin-right: 0px;
  }
  section.banner-home .title-banner {
    padding: 20px;
  }
}
@media (max-width: 762px) {
  section.banner-home .desktop-carousel {
    display: none;
  }
  section.banner-home .mobile-carousel {
    margin-top: 55px;
  }
  section.banner-home .carousel-caption-2 {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: center;
  }
  section.banner-home .carousel-caption-3 {
    position: absolute;
    right: 15%;
    top: 90px;
    left: 15%;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    width: 180px;
  }
  section.banner-home .carousel-caption-2 img, section.banner-home .carousel-caption-3 img {
    width: 160px;
  }
  section.banner-home .carousel-caption-2 h5 {
    text-align: center;
    font-family: "Lato";
    font-size: 1rem;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(189, 146, 83) 5%, rgb(255, 219, 147) 50%, rgb(194, 164, 95) 95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
  section.banner-home .carousel-caption-3 h5 {
    text-align: left;
    font-family: "Lato";
    font-size: 1rem;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(189, 146, 83) 5%, rgb(255, 219, 147) 50%, rgb(194, 164, 95) 95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 763px) {
  section.banner-home .mobile-carousel {
    display: none;
  }
  section.banner-home .carousel-item {
    max-height: 900px;
  }
  section.banner-home .carousel-caption-left {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    padding: 20px;
    max-width: 400px;
  }
  section.banner-home .carousel-caption-left img {
    display: block;
    margin-bottom: 10px;
    max-width: 50%;
    height: auto;
  }
  section.banner-home .carousel-caption-left h5 {
    text-align: center;
    font-family: "Lato";
    font-size: 1.6rem;
    font-weight: 400;
    background: linear-gradient(90deg, rgb(189, 146, 83) 5%, rgb(255, 219, 147) 50%, rgb(194, 164, 95) 95%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }
}
@media (min-width: 1350px) {
  section.banner-home .carousel-caption-left {
    max-width: 500px;
    left: 170px;
  }
  section.banner-home .carousel-caption-left h5 {
    font-size: 1.8rem;
  }
}
@media (min-width: 1650px) {
  section.banner-home .carousel-caption-left {
    max-width: 600px;
    left: 200px;
  }
  section.banner-home .carousel-caption-left h5 {
    font-size: 2.1rem;
  }
}

section.top-txt-home {
  border-top: solid 1px rgba(208, 208, 208, 0.5);
  padding: 60px 0px;
}
section.top-txt-home .txt-top2 {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.top-txt-home .cta-1 a {
  font-family: "Lato";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
  text-align: center;
  background-color: #dfc75b;
  padding: 10px 30px;
  margin-bottom: 45px;
  text-decoration: none;
  border: 1px solid #000;
  transition: 0.4s;
}
section.top-txt-home .cta-1 a:hover {
  background-color: #fff0c0;
  color: #000;
}
section.top-txt-home p {
  font-family: "Lato";
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.7;
  color: #dfc75b;
  text-align: center;
  padding: 45px 0px 25px 0px;
}
section.top-txt-home .txt-top a {
  font-family: "Lato";
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  border: solid 1px #dfc75b;
  padding: 10px 30px;
  margin-bottom: 45px;
  text-decoration: none;
  transition: 0.4s;
}
section.top-txt-home .img-awd-D img {
  width: 100%;
}
section.top-txt-home .btn-awards {
  margin: 40px 0px;
}
section.top-txt-home .btn-awards a {
  padding: 15px 25px;
  border: 1px solid #dfc75b;
  border-radius: 23px;
  color: #dfc75b;
  transition: 0.3s;
}
section.top-txt-home .btn-awards a:hover {
  text-decoration: none;
  color: black;
  background-color: #dfc75b;
}
@media screen and (max-width: 762px) {
  section.top-txt-home .btn-awards {
    margin: 15px 0px;
  }
}

section.entry-dates {
  background-color: #071e47;
  padding: 60px 0px;
}
section.entry-dates h2 {
  font-family: "Lato";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  padding: 15px 0px;
  margin-bottom: 30px;
  border-top: solid 2px #dfc75b;
  border-bottom: solid 2px #dfc75b;
}
section.entry-dates .title_entry-dates p {
  font-family: "Lato";
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  padding-top: 40px;
}
section.entry-dates .card-date_entry {
  background-image: url(../img/bg-entry-dates.png);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 20px;
  border: solid 1px #fff;
  margin-top: 20px;
}
section.entry-dates .card-date_entry h5 {
  font-family: "Lato";
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 2rem;
  color: #fff;
  margin: 0;
}
section.entry-dates .card-date_entry p {
  font-family: "Lato";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 2rem;
  color: #fff;
  margin: 0;
}
section.entry-dates .list-group {
  margin-left: 20px;
}
section.entry-dates .category-list {
  padding-top: 15px;
  color: white;
}

section.wesca-statuette {
  background-color: #fff;
  padding: 60px 0px;
}
section.wesca-statuette h2 {
  font-family: "Lato";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #081e47;
  text-align: center;
  padding: 45px 0px;
}
section.wesca-statuette .trophy-img {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.wesca-statuette .trophy-img img {
  width: 250px;
}
section.wesca-statuette p {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
}
section.wesca-statuette .bt-45 {
  margin-bottom: 45px;
}
section.wesca-statuette .btn-awards {
  margin: 40px 0px;
}
section.wesca-statuette .btn-awards a {
  padding: 15px 25px;
  border: 1px solid #dfc75b;
  border-radius: 23px;
  color: #000;
  transition: 0.3s;
}
section.wesca-statuette .btn-awards a:hover {
  text-decoration: none;
  background-color: #dfc75b;
}
section.wesca-statuette .image-awd {
  margin-bottom: 30px;
}
section.wesca-statuette .image-awd img {
  width: 100%;
}
@media screen and (max-width: 762px) {
  section.wesca-statuette .btn-awards {
    margin: 15px 0px;
  }
}

section.wesca-benefits {
  padding: 60px 0px;
  background-image: url(../img/bg-benefits.png);
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 992px) {
  section.wesca-benefits {
    background-image: none;
    background-color: #081e47;
  }
}
section.wesca-benefits h2 {
  font-family: "Lato";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  text-align: center;
  padding: 45px 0px 10px 0px;
}
section.wesca-benefits .title p {
  font-family: "Lato";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7;
  color: #dfc75b;
  text-align: center;
  padding-bottom: 30px;
}
section.wesca-benefits .benefits-txt h3 {
  font-family: "Lato";
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 1.7;
  color: #fff;
}
section.wesca-benefits .item-dot {
  display: flex;
  align-items: center;
}
section.wesca-benefits .item-dot img {
  width: 36px;
}
section.wesca-benefits .benefits-txt p {
  font-family: "Lato";
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #fff;
  padding-top: 10px;
  padding-left: 10px;
}
section.wesca-benefits .img-statuette img {
  width: 150px;
}

section.EIC-awards {
  padding: 60px 0px;
}
section.EIC-awards h2 {
  font-family: "Lato";
  font-size: 2.4rem;
  font-weight: 400;
  line-height: 1.7;
  color: #dfc75b;
  text-align: center;
}
section.EIC-awards .title-awards p {
  font-family: "Lato";
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1.7;
  color: #dfc75b;
  text-align: center;
  padding-bottom: 30px;
}
section.EIC-awards .btn-awards {
  display: flex;
  align-items: center;
  justify-content: center;
}
section.EIC-awards .txt-awards p {
  font-family: "Lato";
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}
section.EIC-awards .card-awards p {
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
  color: #000;
  text-decoration: none;
  background-color: #dfc75b;
  border: solid 1px #fff;
  transition: 0.4s;
}
section.EIC-awards .card-awards p:hover {
  background-color: #000;
  color: #fff;
}
section.EIC-awards .apply-awards {
  margin: 60px 0px 30px 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
section.EIC-awards .apply-awards a {
  padding: 10px 30px;
  font-size: 22px;
  font-weight: 300;
  line-height: 25px;
  color: #fff;
  text-decoration: none;
  background-color: #000;
  border: solid 1px #fff;
  transition: 0.4s;
}
section.EIC-awards .apply-awards a:hover {
  background-color: #dfc75b;
}
@media (max-width: 1200px) {
  section.EIC-awards .card-awards a {
    padding: 7px 13px;
    font-size: 13px;
  }
}
@media (max-width: 968px) {
  section.EIC-awards .card-awards {
    margin: 15px 0px;
  }
}

html {
  scroll-behavior: smooth;
}

body {
  background-color: #000000;
  color: #fff;
}

h1 {
  font-family: "Lato";
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding-bottom: 18px;
}