@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  text-decoration: none;

  scroll-behavior: smooth;
}

body {
  background: #fff;
  font-family: "Poppins", sans-serif;
}

/*  */

.conta {
  width: 90%;
  margin: auto;
  max-width: 1200px;

  /* border: 1px solid orange; */
}

/*  */
.contact {
  position: fixed;
  right: 20px;
  bottom: 20px;

  z-index: 997;
  background: #fff;
  padding: 10px;
  border: 1px solid #eee;

  border-radius: 10px;
}

.contact .contact-btn {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact .contact-btn span {
  font-size: 12px;
}

.contact .contact-btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;

  padding: 10px 20px;

  background: #4FCE5D;
  color: #fff;

  cursor: pointer;
  border-radius: 10px;
}

.contact .contact-btn a img {
  width: 30px;
}

/* poster */
.poster {
  width: 100%;
  height: 100vh;

  position: fixed;
  top: 0;
  left: 0;

  display: flex;
  justify-content: center;
  align-items: center;

  background: #ffffffa6;
  z-index: 9999;
}

.poster .poster-container {
  padding: 10px;

  width: 100%;
  max-width: 400px;
  height: auto;

  position: relative;
}

.poster .poster-container img {
  width: 100%;
  height: 100%;

  object-fit: cover;
}

.poster .btn-close {
  position: absolute;
  right: 0;
  top: 0;

  background: #fff;
  padding: 10px;

  cursor: pointer;
}

/*  */
.registration-as {
  width: 100%;
  height: 100vh;

  top: 0;
  left: 0;
  background: #eee;

  position: fixed;
  display: none;
  align-items: center;
  justify-content: center;

  z-index: 9999;
}

.registration-as .registration-as-container {
  padding: 20px;

  width: 90%;
  max-width: 600px;
  height: auto;
  background: #fff;
}

.registration-as .registration-as-container .registration-as-header {
  /* border: 1px solid red; */
}

.registration-as .registration-as-container .type-inscription {
  /* border: 1px solid red; */
  display: flex;
  gap: 10px;

  margin: 20px 0;
}

.registration-as .registration-as-container .type-inscription .type-inscription-box {
  border: 1px solid #eee;
  width: 50%;
  padding: 5px 10px;

  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 10px;

  font-size: 14px;
}

.border-021F59 {
  border: 1px solid #021F59 !important;
}

.registration-as .registration-as-container .type-inscription a {
  display: inline-block;

  padding: 10px;
  border: 1px solid #021F59;
  color: #021F59;

  text-align: center;

  width: 100%;
}

.registration-as .registration-as-container select {
  width: 100%;
  padding: 10px;
}

.registration-as .registration-as-container .registration-as-footer {
  margin-top: 20px;

  font-size: 12px;
}

.registration-as .registration-as-container a[id="paymentButton"] {
  display: inline-block;

  padding: 10px;
  text-align: center;
  width: 100%;

  border: 0;
  background: #021F59;
  color: #fff;

  font-weight: 500;
  font-size: 15px;
  margin-bottom: 10px;
}

.close-registration {
  position: fixed;
  top: 20px;
  right: 20px;

  border-radius: 10px;

  width: 50px;
  height: 50px;

  background: #021F59;

  font-weight: bold;

  display: flex;
  justify-content: center;
  align-items: center;

  cursor: pointer;
}

.close-registration a {
  color: #fff;
}


/* preloader */
.preloader {
  width: 100%;
  height: 100vh;

  display: flex;
  justify-content: center;
  align-items: center;

  background: #fff;

  z-index: 99999;
  position: fixed;
  left: 0;
  top: 0;

  transition: all .3s;
  opacity: 1;
}

.preloader .preloader-container {
  width: 100px;
  height: 100px;

  border-radius: 100px;
  border: 2px solid #021F59;
  border-bottom: 2px solid #fff;

  transition: all .3s;
  animation: preloader .5s ease-in-out infinite;
}

@keyframes preloader {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}


/*  */
.class-selected {
  /* background: #021F59; */
  background: #fff;

  padding: 5px 10px;
  border-radius: 5px;

  color: #021F59 !important;
}


.progress-bar progress {
  background-color: #021F59;
  display: block;
  width: 100%;

  height: 4px;
}

.progress-bar progress::-webkit-progress-value {
  background: #00133b;
}

.progress-bar progress::-webkit-progress-bar {
  background: #00f5a2;
}


/*  */
.logo a {
  display: block;
  /* border: 1px solid orange; */
}

.logo a img {
  width: 150px;
  display: block;

  /* border: 1px solid red; */
}

/*  */

header,
footer {
  /* border: 1px solid red; */
}

header {
  display: block;
  position: fixed;
  top: 0;
  left: 0;

  z-index: 9999;

  width: 100%;
  /* background: #ffffff86; */
  background: #021F59;
  /* box-shadow: 3px 7px 13px 0px rgba(0,0,0,0.14); */

  border-bottom: 1px solid #021F59;
}

header .header-container {
  display: flex;
  justify-content: space-between;
  align-items: center;

  /* border: 1px solid blue; */
}

header .logo a img,
.nav-menu ul li a {
  transition: all .3s;
}

header .header-container .logo {
  width: 80px;
}

header .header-container .logo a {
  display: block;
}

header .header-container .logo a img {
  padding: 10px;
}

header .header-container .nav-menu ul {
  display: flex;
  align-items: center;
  gap: 20px;
}

header .header-container .nav-menu ul li {
  list-style: none;
}

header .header-container .nav-menu ul li a {
  color: #fff;
  font-weight: 500;
}

header .progress-bar {
  display: none;
}


.header-fixed .nav-menu ul li a {
  font-size: 14px;
}

.header-fixed .progress-bar {
  display: block;
}

.header-fixed .logo {
  width: 70px !important;
}

.header-fixed .logo img {
  width: 100%;
}



/*  */

footer {
  border-top: 1px solid #021F59;
}

footer .footer-container {
  display: flex;
  justify-content: center;
  align-items: center;

  padding: 40px 0;
}

footer .footer-container .logo {
  width: 300px;
}

footer .footer-container .logo img {
  width: 100%;
}

footer .footer-bottom {
  background: #021F59;
  padding: 10px 0;
  color: #fff;

  text-align: center;
  font-size: 14px;
}


/*  */

.header-title-congreso {
  /* border: 1px solid red; */

  margin-bottom: 20px;
  text-align: center;

  font-size: 20px;
}

.header-title-congreso h1 {
  color: #021F59;
}

/*  */
.main {
  padding-top: 80px;
}

.main #banner-home {
  /* padding-top: 160px; */
  padding: 50px 0;
  /* border: 1px solid blue; */

  display: flex;
  justify-content: center;
  align-items: center;

  width: 100%;
  /* min-height: 400px; */
  min-height: 100vh;
  height: 100%;

  position: relative;

  /* background: blue; */
  /* background: url('https://images.pexels.com/photos/7309483/pexels-photo-7309483.jpeg?auto=compress&cs=tinysrgb&w=1260&h=750&dpr=1'); */
}

.main #banner-home .bg_banner {
  position: absolute;

  width: 100%;
  height: 100%;

  background: url('./img/bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;

  opacity: .2;
  z-index: 1;
}

.main #banner-home .banner-home-container {
  z-index: 99;
}

.main #banner-home .banner-home-container a {
  padding: 10px;
  display: block;

  width: 100px;
  margin: auto;

  font-size: 14px;
  text-align: center;

  background: #021F59;
  color: #fff;
}

.main #banner-home .banner-home-container .logo-congreso {
  width: 200px;
  /* height: 100px; */
  margin: auto;

  /* border: 1px solid red; */

  display: flex;
  justify-content: center;
  align-items: center;
  /* overflow: hidden; */

  margin-bottom: 20px;
}

.main #banner-home .banner-home-container .logo-congreso img {
  width: 100%;
  display: block;
  margin: auto;

  object-fit: cover;
}

.main #banner-home .banner-home-container h1 {
  /* border: 1px solid red; */

  font-size: 3.5rem;
  text-align: center;
  max-width: 1000px;

  padding: 20px 0;

  color: #021F59;

  margin: auto;
  line-height: 4rem;
}


/*  */
#information-congreso {
  width: 100%;
  height: 100vh;
  min-height: auto;
  border-top: 1px solid #021F59;

  padding-top: 60px;

  display: flex;
  justify-content: center;
  align-items: center;
}

#information-congreso .information-congreso-container .information-congreso-header {
  color: #021F59;
  margin-bottom: 20px;
}

#information-congreso .information-congreso-container .information-congreso-lists {
  display: flex;
  justify-content: space-between;
  /* align-items: center; */
  gap: 30px;

  /* height: 100%; */
}

#information-congreso .information-congreso-container .information-text-congreso {
  width: 50%;
  text-align: justify;
}

#information-congreso .information-congreso-container .information-text-congreso .information-more {
  margin-top: 20px;

  width: 100%;
  border: 1px solid #021F59;
  border-radius: 10px;
  padding: 10px 20px;

  cursor: pointer;
  display: inline-block;

  transition: all .3s;
}

#information-congreso .information-congreso-container .information-text-congreso .information-more:hover {
  background: #021F59;
}

#information-congreso .information-congreso-container .information-text-congreso .information-more a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #021F59;

  transition: all .3s;
}

#information-congreso .information-congreso-container .information-text-congreso .information-more:hover a {
  color: #fff;
  padding: 0 10px;
}

#information-congreso .information-congreso-container .information-text-congreso .information-more a span {
  width: 10px;
  height: 10px;

  border-radius: 50px;
  display: block;
  opacity: 0;

  background: #fff;
  transition: all .3s;
}

#information-congreso .information-congreso-container .information-text-congreso .information-more:hover a span {
  padding-right: 10px;
  opacity: 1;
}


#cronograma-congreso {
  width: 100%;
  height: auto;
  min-height: 100vh;

  padding-top: 60px;
}

#cronograma-congreso .cronograma-congreso-container-lists {
  display: flex;
  justify-content: space-between;
  align-items: center;

  flex-direction: column;
  gap: 10px;
}

#cronograma-congreso .cronograma-congreso-container-lists .cronograma-congreso-box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;

  border-radius: 10px;
  overflow: hidden;
  border: 1px solid #021F59;
}

#cronograma-congreso .cronograma-congreso-container-lists .cronograma-congreso-box div {
  width: 50%;
  padding: 10px;
}

#cronograma-congreso .cronograma-congreso-container-lists .cronograma-congreso-box div:nth-child(1) {
  /* border-right: 1px solid #000; */
  background: #021F59;

  width: 100%;
  height: auto;
  /* min-height: 80px; */
  color: #fff;
  font-size: 18px;
}

#cronograma-congreso .cronograma-congreso-container-lists .cronograma-congreso-box div {
  font-size: 15px;
}


#areas-tematicas {
  height: auto;
  min-height: 100vh;

  margin: 20px 0;

  padding-top: 50px;
  padding-bottom: 20px;
}

#areas-tematicas .area-tematica-header {
  margin-bottom: 20px;
}

#areas-tematicas .area-tematica-container {
  text-align: justify;
}

#areas-tematicas .area-tematica-container h3 {
  margin-bottom: 10px;
}

#areas-tematicas .area-tematica-container ul {
  margin-bottom: 20px;
  /* padding-left: 20px; */
}

#areas-tematicas .area-tematica-container ul li {
  margin-bottom: 10px;
  border: 1px solid #eee;

  list-style: none;
  padding: 10px;

  display: flex;
  align-items: center;
  gap: 10px;

  border-radius: 10px;
  font-size: 14px;
  width: 100%;
}

#areas-tematicas .area-tematica-container ul li:nth-child(2),
#areas-tematicas .area-tematica-container ul li:nth-child(4) {
  background: #dde8ff;
}

#areas-tematicas .area-tematica-container ul li strong {
  color: #021F59;
  font-size: 16px;
}

#areas-tematicas .area-tematica-container ul li .icon-eje-tematico {
  /* width: 100px; */
  width: auto;
  min-width: 150px;
  max-width: 150px;
}

#areas-tematicas .area-tematica-container ul li .icon-eje-tematico img {
  width: 100%;
  display: block;
}

#tarifas-congreso {
  width: 100%;
  height: auto;
  min-height: 100vh;
  /* border: 1px solid red; */

  padding-top: 60px;

  display: flex;
  justify-content: center;
  align-items: center;

  margin-bottom: 20px;
}

#tarifas-congreso .tarifas-congreso-container {
  height: auto;
  min-height: 500px;

  /* border: 1px solid red; */
}

#tarifas-congreso .tarifas-congreso-box table {
  width: 100%;
  border-collapse: collapse;
}

#tarifas-congreso .tarifas-congreso-box table thead th {
  /* background: #f0f0f0; */
  background: #003eb9;
  color: #fff;
  font-weight: 500;

  /* text-align: left; */
}

#tarifas-congreso .tarifas-congreso-box table th,
td {
  padding: 10px;
  border: 1px solid #ddd;

  text-align: center;
}

#tarifas-congreso .tarifas-congreso-box table tr td {
  font-size: 14px;
}

#tarifas-congreso .tarifas-congreso-box table tr td:nth-child(1) {
  width: 60%;
}




#tarifas-congreso .tarifas-congreso-container .tarifas-congreso-header {
  margin-bottom: 40px;
}

#tarifas-congreso .tarifas-congreso-container .tarifas-congreso-content .tarifas-congreso-box .tarifas-congreso-box-container:nth-child(2) .tarifas-congreso-box-text {
  border: 1px solid red;

  display: flex;
  width: 100%;
  justify-content: space-between;
}

#tarifas-congreso .tarifas-congreso-container .tarifas-congreso-content .tarifas-congreso-box .tarifas-congreso-box-container {
  border: 1px solid #eee;
  padding: 20px;
  background: #dde8ff;

  margin-top: 20px;
  /* box-shadow: 10px 10px 5px -10px rgba(0,0,0,0.34); */
}

#tarifas-congreso .tarifas-congreso-container .tarifas-congreso-content .tarifas-congreso-box .tarifas-congreso-box-container p {
  font-size: 14px;
  margin-bottom: 10px;

  text-align: justify;
}

#tarifas-congreso .tarifas-congreso-box-text {
  font-size: 18px;
  font-weight: 500;
}

#tarifas-congreso .tarifas-congreso-box-text span {
  display: block;
}

#tarifas-congreso .tarifas-congreso-box-price {
  display: flex;

  gap: 10px;
}

#tarifas-congreso .tarifas-congreso-box-price h3 {
  color: #021F59;
  font-weight: 600;
}

#tarifas-congreso .tarifas-congreso-box-price h3:nth-child(2) {
  font-weight: 400;
}

#normas-congreso {
  height: auto;
  /* min-height: 100vh; */

  /* border: 1px solid red; */
  padding-top: 80px;

  padding: 40px 0;
}

#normas-congreso .normas-congreso-container .normas-congreso-header {
  color: #021F59;
}

#normas-congreso .normas-congreso-container .normas-congreso-content {
  text-align: center;
}

/* #normas-congreso .normas-congreso-container .normas-congreso-content ul {
    padding-left: 40px;
} */
#normas-congreso .normas-congreso-container .normas-congreso-content ul {
  display: flex;
  align-items: center;
  justify-content: center;

  gap: 20px;
  margin-top: 20px;
}

#normas-congreso .normas-congreso-container .normas-congreso-content ul li {
  list-style: none;

  border: 1px solid #eee;
  padding: 10px;
  border-radius: 10px;
}

#normas-congreso .normas-congreso-container .normas-congreso-content .btn-normas {
  /* border: 1px solid #00133b; */
  margin-top: 40px;

  display: flex;
  align-items: center;
  justify-content: center;

  gap: 10px;
}

#normas-congreso .normas-congreso-container .normas-congreso-content .btn-normas a {
  display: block;

  padding: 5px 20px;
  border: 1px solid #021F59;

  border-radius: 5px;
}


#inscriptions-congreso {
  width: 100%;
  height: auto;
  min-height: 100vh;
  /* border: 1px solid blue; */

  padding-top: 80px;

  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}

#inscriptions-congreso .inscriptions-congreso-container {
  /* height: 500px; */
  min-height: auto;

  /* border: 1px solid blue; */
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content p {
  margin-bottom: 0;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-form {
  border: unset;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content .test {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 10px;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content {
  text-align: justify;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content span {
  margin-top: 20px;
  display: inline-block;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content p span {
  font-size: 18px;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-form a {
  display: inline-block;
  padding: 10px 20px;
  background: #021F59;

  color: #fff;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content ul {
  padding-left: 40px;

  font-size: 14px;
  margin-bottom: 10px;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content .bank-buy {
  /* border: 1px solid red; */
  margin: 10px 0;

  padding: 20px;
  font-size: 14px;
  background: #dde8ff;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content .bank-buy a {
  background: #021F59;
  color: #fff;

  border-radius: 5px;
  padding: 10px 20px;
  display: inline-block;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content .bank-buy span {
  font-weight: 500;
}

#inscriptions-congreso .inscriptions-congreso-container .inscriptions-congreso-content span {
  margin-top: 20px;
  font-weight: bold;
}


#contact-congreso {
  width: 100%;
  height: auto;
  /* min-height: 100vh; */
  /* border: 1px solid blue; */

  padding-top: 80px;

  display: flex;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
}




/*  */
@media (prefers-color-scheme: dark) {}



/*  */
@media screen and (max-width: 800px) {

  /*  */
  header .header-container .nav-menu {
    display: none;
  }


  /*  */
  section {
    height: auto !important;
    padding-bottom: 40px;
    padding-top: 100px !important;
  }

  #information-congreso .information-congreso-container .information-congreso-lists {
    flex-direction: column;
  }

  #information-congreso .information-congreso-container .information-congreso-lists .information-text-congreso {
    width: 100%;
  }


  /*  */
  #cronograma-congreso .cronograma-congreso-container-lists .cronograma-congreso-box div {
    /* font-size: 12px; */
  }

  #cronograma-congreso .cronograma-congreso-container-lists .cronograma-congreso-box div:nth-child(1) {
    width: 50%;
  }
}

@media screen and (max-width: 600px) {
  .main #banner-home .banner-home-container h1 {
    font-size: 3rem;
  }

  /*  */
  .contact .contact-btn {
    display: block;
    text-align: center;

    gap: unset;
    align-items: unset;
  }

  .contact .contact-btn span {
    display: block;
    margin-bottom: 5px;
  }

  .contact .contact-btn a {
    font-size: 12px;
  }

  .contact .contact-btn a img {
    width: 15px;
  }
}