@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;800&display=swap');
/*!
* Vea
*/

html {
  font-family: 'Inter', sans-serif !important;
  --primary-color: #256776;
  --secondary-color: #76B82A;
  scroll-behavior: smooth !important;
}

* {
  color: var(--primary-color);
}

p {
  font-size: 17px;
}

a, a:hover {
  color: var(--primary-color);
  text-decoration-color: var(--secondary-color);
}

.secondary-color {
    color: var(--secondary-color);
}

.top-block-space {
    margin-top: 75px;
}

.btn-primary, .btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active, .btn:first-child:active {
  background-color: var(--secondary-color);
  color: white !important;
  border: none;
  font-weight: bold;
  font-size: 24px;
  text-transform: uppercase;
  transform: scale(1.0);
  transition: transform 1s ease;
}

.btn-primary:hover, .btn-primary:focus, 
.btn-primary:active, .btn-primary:active, .btn:first-child:active {
  transform: scale(1.05);
}

.btn-secondary, .btn-secondary:hover, .btn-secondary:focus {
  background-color: var(--primary-color);
  color: #fff !important;
  border: none;
  font-weight: bold;
  font-size: 18px;
}

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  background-color: var(--secondary-color);
  color: var(--primary-color) !important; 
}

section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

h2 {
  font-size: 30px;
}

.content {
  position: relative;
}

.content::before {
    content: "";
    background: url(../images/bg-left-circle.svg);
    position: absolute;
    background-repeat: repeat-y;
    background-size: 120px 95vh;
    background-position: left top;
    width: 120px;
    height: calc(100% - 5%);
    top: -150px;
    left: 20px;
    z-index: -10;
}

.content::after {
   content: "";
    background: url(../images/bg-right-circle.svg);
    position: absolute;
    background-repeat: repeat-y;
    background-size: 120px 97vh;
    background-position: left top;
    width: 120px;
    height: calc(100% - 3%);
    top: -400px;
    right: 20px;
    z-index: -10;
}

section.banner {
  background-image: url('../images/banner.jpg');
  background-repeat: no-repeat;
  background-size: cover;

  -webkit-box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
    -moz-box-shadow: 1px 1px 14px -5px rgba(0, 0, 0, 0.24);
    box-shadow: 1px 1px 14px -5px rgb(0 0 0 / 24%);
}

.banner {
  background: var(--primary-color);
  position: relative;
}

.banner .container {
  position: relative;
  margin-top: 100px;
}

.banner h1 {
  font-size: 90px;
  text-transform: uppercase;
  line-height: 1;
}
.banner h1 span{
  font-size: 70px;
  margin-top: -10px;
}
@media (max-width: 690px) {
  .banner h1 span{
  font-size: 55px;
  margin-top: -10px;
}
}
@media (max-width: 474px) {
  .banner h1 span{
  font-size: 40px;
  margin-top: -10px;
}
}
.banner h2 {
  font-size: 49px;
  font-weight: 550;
}

.banner h3 {
  font-weight: 300;
  font-size: 25px;
  margin-top: 20px;
}

.banner-box {
  width: 40%;
  margin-top: 20px;
}

.banner-box h5 {
  font-size: 17.5px;
}

.banner-box .row {
  border: 1px solid var(--primary-color);
  border-radius: 4px;
  padding: 20px 0;
}

.banner-box .col-6 {
  display: flex;
  align-items: center;
}

.banner-box img {
  width: 35px;
  height: 30px;
  padding-right: 5px;
}

.banner .logo-wrap {
  position: absolute;
  right: 30px;
  top: 15px;
}

.banner .logo-wrap img {
  width: 180px;
  height: 100px;
}

.banner .button-wrap {
  position: absolute;
  right: 100px;
  top: 50%;
}

.agenda-content .header-item {
  padding: 0 12px;
}

.agenda-content .header {
    padding: 10px;
    background-color: var(--primary-color);
    pointer-events: none;
    border: 1px solid var(--primary-color);
    border-radius: 4px;
}

.agenda-content .header span {
  color: white;
  text-transform: uppercase;
  font-weight: 600;
}

.speaker-item {
  padding: 25px 15px;
  background-color: #F7F7F7;
  margin-bottom: 5px;
  border: 0.5px solid #F7F7F7;
  border-radius: 4px;
}

.speaker-item:has(.speaker) .title {
  margin-bottom: 15px;
}

.speaker-item .hours span,
.speaker-item .title {
  font-weight: 600;
}

.speaker-item img {
    max-width: 130px;
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: 100%;
    padding: 3px;
    margin-right: 15px;
    aspect-ratio: 1 / 1;
    object-position: top;
}

.speaker {
  margin-bottom: 5px;
}

.speaker p {
    margin-bottom: 0;
}

.agenda-content span {
  padding-left: 35px;
  display: inline-block;
}

.register-block-wrap {
  padding-left: 15px;
  padding-right: 15px;
}

.register-block {
  background-color: var(--primary-color);
  padding: 50px 25px;
  border-radius: 8px;
}

.register-block > div:first-child {
  padding-right: 20px;
}

.register-block .button-wrap {
  position: relative;
  padding-right: 60px;
  z-index: 1;
}

.register-block .button-wrap::after {
  position: absolute;
  content: "";
  background: url('../images/white-circle.svg');
  width: 90px;
  height: 90px;
  right: 0;
  top: -30px;
  background-repeat: no-repeat;
  z-index: -1;
}

.download-link-wrap a {
  font-size: 18px;
}

footer {
  background-color: var(--primary-color);
  text-align: center;
  color: white !important;
  padding-top: 10px;
  padding-bottom: 10px;
}

footer * {
 color: white !important; 
 font-size: 12px;
 margin-bottom: 0;
 text-decoration: none;
 text-align: center;
}

footer a, footer a:hover {
  font-weight: bold;
  text-decoration: none;
}

section.contact {
  border-top: 4px solid;
}

section.contact p {
  text-align: left;
}

section.contact .logos {
  max-width: 300px;
  width: 100%;
  margin: auto;
  padding: 10px;
}

section.contact .logos.air {
  max-width: 140px;
}

section.contact .ice {
  max-width: 280px;
}

section.contact .eei27 {
  width: 180px;
  max-width: 100%;
  height: initial;
}

section.contact .ris {
  width: 200px;
  max-width: 100%;
  height: initial;
}

.foro-sections > div:nth-child(2) {
    border-left: 1.8px solid var(--primary-color);
    border-right: 1.8px solid var(--primary-color);
}

.foro-section {
    padding: 20px 70px;
}

.foro-section img {
  height: 58px;
}

.fes {
  max-width: 200px !important;
}

.logos-colab img {
  max-width: 180px;
  max-height: 100px;
  padding: 10px;
  height: auto;
  width: 200px;
  object-fit: contain;
}

.logos-colab img.ice,
.logos-colab img.fes {
  min-width: 300px !important; 
}

.logos-colab img.axpe {
  max-width: 150px;
}

.btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: gray;
    border-color: var(--bs-btn-disabled-border-color);
    opacity: 0.5;
}

#acceptCookies {
  font-size: 15px;
}

.modal .modal-dialog {
  max-width: 700px;
}

.modal-content {
  min-width: 700px;
}

@media (min-width: 1400px) {
  .foro-intro > div:last-child {
    padding-left: 65px;
  }
}

@media (max-width: 1400px) {
  .content::after {
    background-size: 120px 98vh;
  }

  .banner-box {
    width: 44%;
  }
}

@media (max-width: 1200px) {
  .banner-box {
    width: 52%;
  }
  .foro-section {
    padding: 20px 30px;
  }

  .banner .button-wrap {
    right: 0;
  }

  .register-block > div:first-child {
    padding-right: 0;
  }

  .contact img {
    padding: 10px 15px;
  }
}

@media (max-width: 1199px) {
    section.content > .container > .row > div[class^="col"] {
      width: 100%;
    }

    section.content > .container > .row > .col-3 {
      order: 1;
      margin-bottom: 40px;
    }

    section.content > .container > .row > .col-9 {
      order: 2;
    }
}

@media (max-width: 991px) {

  .banner h1 {
    font-size: 75px;
  }

  section.banner div[class^="col"] {
    text-align: center;
  }

  section.contact div[class^="col"] {
    width: 100%;
    text-align: center;
  }

  section.contact div[class^="col"] {
    padding: 15px !important;
  }

  section.contact img {
    margin: auto;
  }

  .banner .button-wrap {
    position: unset;
    text-align: center;
    margin-top: 20px;
  }

  .banner-box {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .foro-section {
    padding: 20px 0;
  }
}

@media (max-width: 767px) {
  .banner h1 {
    font-size: 55px;
  }

  .banner-box {
    width: 100%;
  }

  .banner h2 br {
    display: none;
  }

  .foro-sections {
    margin-top: 0;
  }

  .foro-sections > div:nth-child(2) {
    border: unset;
  }

  .foro-section {
    width: 55%;
    margin: auto;
  }

  .register-block .button-wrap {
    margin-top: 20px;
  }

  .agenda-content span {
    padding-left: 0;
  }

  .modal-content {
    width: 100%;
    min-width: unset;
  }

  .modal-dialog {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 576px) {
  .banner-box {
    padding: 0 15px;
  }

  .content::before,
  .content::after {
    content: unset;
  }
}

@media (min-width: 500px) {
  .banner-box br {
    display: none;
  }
}

@media (max-width: 500px) {
  .banner h2 {
    font-size: 32px;
  }

  .banner-box .col-6 {
    width: 100%;
    margin: 10px 0;
  }

  .banner-box img {
    width: 45px;
    height: 30px;
    padding-right: 15px;
  }

  .banner-box .col-6 {
    justify-content: center;
  }

  .agenda-content div[class^="col"] {
    width: 100%;
  }

  .agenda-content .header {
    text-align: center;
    padding: 5px 0;
  }

  .speaker-item {
    padding: 10px 15px;
    text-align: center;
  }

  .speaker-item .hours {
    border-bottom: 1.5px solid #e0dede;
    margin-bottom: 15px;
    padding-bottom: 5px;
  }

  .speaker {
    flex-direction: column;
    margin-bottom: 15px;
    text-align: center;
  }

  .speaker .w-100 {
    width: unset !important;
  }

  .speaker-item img {
    margin-right: 0;
  }

  .foro-section {
    width: 80%;
  }

  .register-block {
    padding: 35px 5px;
  }

  .register-block .button-wrap {
    padding-right: 0;
    text-align: left !important;
  }
}

