@import url('https://fonts.googleapis.com/css2?family=Montserrat: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');

/* @import url('../inc/dynamic_colors.php'); */

:root {
  --border-radius: 2rem;
  --box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 10px 0px;
}

/* GENERALS */

* {
  font-family: 'Montserrat', sans-serif;
}

a#signin-link {
  position: relative;
  color: #fff !important;
}





a#signin-link em {
  font-size: 10px;
  font-style: normal;
  margin-right: 4px;
}

@media screen and (max-width: 1050px) {
  #signin-dropdown {
    display: none !important;
  }

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

#box-left {
  float: left;
  width: 49%;
  margin-left: 20px;
  line-height: 1.1;
}

#box-right {
  float: right;
  width: 49%
}

#signin-dropdown {
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  box-shadow: 0 1px 2px #666666;
  -webkit-box-shadow: 0 1px 2px #666666;
  position: relative;
  top: 0px;
  display: inline;
  width: 100%;
  max-width: 264px;
  min-height: 130px;
}

.button-container {
  display: flex;
  justify-content: flex-end;
  align-content: center;
  align-items: center;
}

.dropdown-submits {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 5px;
}

.dropdown-submits img {
  max-width: 20px;
  margin-right: 5px;
  fill: var(--color-text-over-primary);
}

.trigger-container {
  background: transparent !important;
  display: flex;
  justify-content: center;
  border-bottom-left-radius: 1rem;
  border-bottom-right-radius: 1rem;
  top: 0;
  z-index: 1;
  padding: 1em;
  position: absolute;
  transition: all 0.3s cubic-bezier(.08, .82, .17, 1);
  left: 90%;

}

.trigger-container a {
  margin-bottom: 5px;
  margin-right: 5px;
  margin-top: 5px;
  border: 2px solid #fff;
  padding: 5px;
  color: var(--theme-secundary-text, #ffffff) !important;
  background-color: var(--theme-secundary, #7daaa4);
}

#loginform {
  transition: all 0.85s cubic-bezier(.19, 1, .22, 1);
}

#loginform.collapsed {
  opacity: 0;
  height: 0px;
  padding: 0px;
}

#signin-dropdown form {
  color: var(--theme-secundary-text, #ffffff);
  background-color: var(--theme-secundary, #7daaa4) !important;
  padding: 10px;
  padding-left: 2%;
  text-align: left;
}

#signin-dropdown form svg {
  color: #000;
}

#signin-dropdown .textbox-front span {
  color: #BABABA;
}

#signin-dropdown .textbox-front {
  margin-bottom: 0px !important;
}

fieldset {
  border: none;
}

form.signin a {
  color: var(--theme-secundary-text, #ffffff) !important;
  text-decoration: none !important;
}

#lostpassword {
  color: #fff;
  font-weight: bold;
}

.signin-wrapper {
  width: 100%;
  color: var(--theme-secundary-text, #ffffff);
  background-color: var(--theme-secundary, #7daaa4);
}

.signin-limiter {
  max-width: 1260px;
  margin: auto;
}

form.signin .textbox {
  display: flex;
}

form.signin .textbox-front label {
  display: block;
  padding-bottom: 7px;
}

form.signin .textbox-front span {
  display: block;
}

form.signin span {
  color: rgba(255, 255, 255, 0.9);
  font-size: 11px;
  line-height: 18px;
}

form.signin p {
  color: var(--theme-secundary-text, #ffffff);
  font-size: 11px;
  line-height: 10px;
  padding-left: 13px;
}

footer {
  clear: both;
}


footer *, footer h3 {
  color: var(--footer-text-color);
}

form.signin .textbox {
  margin-bottom: 5px;
}

.return-hall {
  position: fixed;
  bottom: 30px;
  left: 30px;
  border-radius: 3px;
  background-color: #0004;
  color: white;
  height: 40px;
  line-height: 40px;
  font-size: 20px;
  z-index: 10;
  transition: opacity 300ms ease-in-out;
  padding: 0 10px;
}

.return-hall-icon {
  text-align: center;
  width: 40px;
  display: inline;
}

.return-hall-text {
  display: none;
}

.return-hall:hover .return-hall-text {
  display: inline;
}

.nub-box input[type='checkbox'] {
  min-height: unset;
}

.nub-box input {
  border: 1px #ddd;
  min-height: 35px;
}

.input-icons input {
  min-height: 40px;
  border: 1px #ddd;
}

.nublogin-button {
  border: 15px;
}

.wrapper-notice p {
  margin-bottom: 1px !important;
}

form.signin .textbox input {
  font-size: 12px;
  width: 49%;
  text-align: left;
  padding-left: 32px;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
}

form.signin .remb {
  padding: 0px 0px 0;
  position: relative;
  text-align: right;
  margin: 0px 13px 0px;
}

form.signin .remb .remember {
  text-align: left;
  position: absolute;
  left: 0;
}

.button-front {
  padding: 10px 20px 10px !important;
  font-size: 11px !important;
  background-color: var(--theme-primary, #0b5b4c) !important;
  color: var(--theme-primary-text, #fff);
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  border-radius: 10px;
  box-shadow: var(--box-shadow);
}

.button-front:hover {
  background-color: var(--theme-hover-color, #0b5b4c) !important;
}

.input-icons svg {
  position: absolute;
  padding: 10px;
  min-width: 40px;
  z-index: 1;
  margin-top: 4px;
  height: 36px;
  box-sizing: border-box;
}

.page-wrapper {
  min-height: 70vh;
}

.input-icons {
  margin-bottom: 10px;
  max-width: 370px;
  position: relative;
}

.itn-card-box {
  height: auto !important;
  margin-bottom: 10px;
}

.input-field {
  width: 100%;
  padding: 10px;
  text-align: center;
}

.current-menu-item {
  background-color: var(--color-secondary) !important;
  color: var(--color-text-over-secundary) !important;
}

.menu-mobile-extra-links a {
  color: var(--color-text-over-primary);
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding:5px 30px;
}

.menu-mobile-extra-links div {
  margin-top: 9px;
}

.wrapper-inputs {
  width: 60%;
  display: flex;
  justify-content: end;
}

.nubcongresos-map {
  border: none;
  max-width:100%;
}

.wrapper-notice {
  width: 40%;
  border-left-width: 4px;
  border-left-style: solid;
  padding-left: 4px;
  border-color: var(--theme-primary, #0b5b4c);
}

.wrapper-notice p.head {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
}

.wrapper-notice p {
  margin-bottom: 2px;
}

body {
  position: relative;
}

a:hover {
  text-decoration: inherit;
  color: var(--color-hover);
}


.wrapper {
  margin: 0 auto;
}

@media(max-width: 768px) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px;
  }
}

ul {
  margin-left: 0;
}

h1, h2, h3, h4, h5, h6, p, li {
  color: var(--color-text);
}

* p:not(:last-child) {
  margin-bottom: 10px;
}

@media(max-width: 768px) {
  section .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.archive-link-wrapper {
  text-align: center;
  margin-top: 30px;
}

.archive-link-wrapper a {
  background-color: var(--color-primary);
  color: var(--color-text-over-primary);
  padding: 5px 15px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
}

button.button {
  background-color: var(--color-primary);
  color: var(--color-text-over-primary);
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border: 2px solid var(--color-text-over-primary);
  font-weight: 700;
  font-size: 14px;
}

p,
li {
  font-size: 14px;
}

.hide {
  display: none;
}

/* NAVIGATION BAR */

#navigation-bar {
  background-color: var(--color-primary);
  position: sticky;
  top: 0;
  z-index: 9999;
}

#navigation-bar .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
}

#navigation-bar .user-menu img {
  height: 20px;
  width: 20px;
}

.itn-card-box {
  height: 100%;
}

.dates-item {
  max-width: 340px;
  flex: 1;
  display: flex;
}

#navigation-bar .user-menu {
  display: inline-flex;
  align-items: center;
  border-right: 3px solid var(--color-secondary);
}

footer h3 {
  font-size: 20px;
}

#navigation-bar .user-menu a {
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  gap: 8px;
  border-left: 3px solid var(--color-secondary);
  height: 100%;
  color: var(--color-text-over-primary);
}

#navigation-bar .user-menu a:hover {
  background-color: var(--color-hover);
}

#navigation-bar a {
  color: var(--color-text-over-primary);
  font-size: 14px;
  font-weight: 600;
}

#navigation-bar a:hover {
  text-decoration: none;
  color: var(--color-text-over-secundary) !important;
}

#navigation-bar ul {
  display: flex;
}

#navigation-bar nav ul li {
  background-color: var(--color-primary);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border-left: 3px solid var(--color-secondary);
  position: relative;
}

#navigation-bar a {
  padding: 10px 10px;
}


#navigation-bar nav ul:not(.sub-menu)>li:last-child {
  border-right: 3px solid var(--color-secondary);
}

#navigation-bar ul li:hover {
  background-color: var(--color-hover);
}

#navigation-bar .menu-item-has-children {
  position: relative;
}

#navigation-bar .sub-menu {
  display: none;

}

#navigation-bar .sub-menu li {
  border: none;
}

#navigation-bar .menu-item-has-children:hover .sub-menu {
  border: 3px solid var(--color-secondary);
  position: absolute;
  display: block;
  top: 36px;
  left: -3px;
  overflow: visible;
  min-width: 200px;
}

#user-menu a:hover {
  color: var(--color-text-over-secundary) !important;
}


@media only screen and (max-width: 600px) {
  .dates-item {
    min-width: 100%;
    height: auto !important;
  }
}

@media(max-width: 1024px) {
  #navigation-bar a {
    font-size: 12px;
  }
}

@media(max-width: 1024px) {
  #navigation-bar {
    display: none;
  }
}


.nub-box .p-viewer {
  margin-top: -36px;
}

#navigation-bar-mobile {
  background-color: var(--color-primary);
  padding: 10px 20px;
  color: var(--color-text-over-primary);
}

#open-menu {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  color: var(--color-text-over-primary);
  font-weight: 700;
}

#navigation-bar-mobile button {
  background-color: transparent;
  border: 0;
}

#navigation-bar-mobile .button-wrapper {
  display: flex;
  justify-content: flex-end;
}

#navigation-bar-mobile .button-wrapper svg {
  fill: var(--color-text-over-primary);
}

@media(min-width: 1025px) {
  #navigation-bar-mobile {
    display: none;
  }

}

/* HEADER */



#main-header img {
  width: 100%;
  height: auto;
}

/* FOOTER */

footer {
  background-color: var(--footer-bg-color);
  color: var(--footer-text-color);
  clear: both;
}

footer a {
  color: var(--color-primary);
}

footer ul {
  list-style: none;
  padding: 0;
  margin-left: 0;
}

.itn-container {
  border: 2px solid var(--color-primary);
  border-radius: 15px;
  box-shadow: var(--box-shadow);
  padding: 20px;
}

.itn-container iframe {
  box-shadow: var(--box-shadow);
}

footer h3 {
  font-size: 20px;
  color: var(--footer-titles-color);
}

footer>.top {
  display: grid;
  padding: 80px 0;
  gap: 60px 20px;
}

.text-primary-color {
  color: var(--color-primary);
}


footer>.top.col-desktop-4 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

footer>.top.col-desktop-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

footer>.top.col-desktop-2 {
  grid-template-columns: 1fr 1fr;
}

footer>.top.col-desktop-1 {
  grid-template-columns: 1fr;
}

@media(max-width: 1024px) {
  footer>.top.col-tablet-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  footer>.top.col-tablet-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  footer>.top.col-tablet-2 {
    grid-template-columns: 1fr 1fr;
  }

  footer>.top.col-tablet-1 {
    grid-template-columns: 1fr;
  }
}

@media(max-width:768px) {
  footer>.top.col-mobile-4 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  footer>.top.col-mobile-3 {
    grid-template-columns: 1fr 1fr 1fr;
  }

  footer>.top.col-mobile-2 {
    grid-template-columns: 1fr 1fr;
  }

  footer>.top.col-mobile-1 {
    grid-template-columns: 1fr;
  }
}

footer .top h3 {
  color: var(--footer-text-color);
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 20px;
}

footer p {
  line-height: 22px;
  margin-bottom: 3px !important;
  color: var(--footer-text-color);
}

footer li {
  line-height: 23px;
  color: var(--footer-text-color);
}

@media(max-width: 1024px) {
  footer {
    padding: 0 20px;
  }

  footer>.top {
    padding: 20px 0;
  }

  footer .top>div {
    max-width: calc(30%);
  }

  footer .top h3 {
    font-size: 14px;
  }

  footer p,
  footer li {
    font-size: 12px;
    line-height: 20px;
  }
}

@media(max-width: 768px) {
  footer>.top {
    flex-direction: column;
  }

  footer .top>div {
    max-width: 100%;
    margin-bottom: 30px;
  }
}

/* SECTIONS LINKS */

.itn-section-links {
  padding: 60px 0;
}

.itn-section-links .links-container {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.itn-section-links a {
  border-radius: 10px;
  display: block;
  width: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  font-weight: 600;
  text-align: center;
  box-shadow: var(--box-shadow);
}

.itn-section-links .links-container.links-per-row-1 {
  display: grid;
  grid-template-columns: 1fr;
}

.itn-section-links .links-container.links-per-row-1 a {
  max-width: 300px;
  margin: auto;
}

.itn-section-links .links-container.links-per-row-2 a {
  max-width: 200px;
  margin: 0 100px;
}


.itn-section-links .links-container.links-per-row-3 a {
  max-width: calc((100% / 3) - 60px);
}

.itn-section-links .links-container.links-per-row-4 a {
  max-width: calc((100% / 4) - 30px);
}

.itn-section-links .links-container.links-per-row-5 a {
  max-width: calc((100% / 5) - 40px);
}

.itn-section-links .links-container.links-per-row-6 a {
  max-width: calc((100% / 6) - 40px);
}

.itn-section-links a .top {
  padding: 20px 10px;
  padding-bottom: 10px;
  background-color: #ffffffd9;
  display: flex;
  gap: 10px;
  flex-direction: column;
}

.itn-section-links a .top h3 {
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
}

.itn-section-links a .top img {
  max-width: 50px;
  height: 48px;
  margin: 0 auto;
}

.slider-container {
  padding-bottom: 1rem;
}

.itn-section-links a .bottom {
  padding: 20px 10px;
  padding-bottom: 15px;
}

.sponsor-slider-title {
  margin-top: 2rem;
  color: var(--color-text-over-primary);
  background-color: var(--color-primary);
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  padding: 4px;
}

.fechas-importantes,
.partner-box {
  border: 2px solid var(--color-primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  text-align: center;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 10px;
  justify-content: center;
  max-width: 100%;
  flex-direction: column;
  display: flex;
  align-items: center;
  flex-grow: 1;
  box-shadow: var(--box-shadow);
  margin: 10px;
  height: 100%;
  ;
}

.fechas-importantes h4,
.partner-box h4 {
  font-size: 20px;
}

.partner-box-image {
  max-width: 200px;
}

@media screen and (max-width: 600px) {
  .partner-box-image {
    max-width: 200px !important;
  }
}

.border-partners-title {
  width: 30px;
  height: 5px;
  background-color: var(--color-primary);
  border-radius: 50%;
  margin: 0 auto;
}

.slider-container h4 {
  margin-bottom: 50px;
  font-size: 1.6rem;
}

.itn-section-partners .splide__arrow svg {
  fill: var(--color-text-over-primary);
}

.itn-section-partners {
  padding-bottom: 60px;
  padding-top: 40px;
  border-top: 10px solid var(--color-primary);
}

.itn-section-partners .splide__arrow {
  background-color: var(--color-primary);
}

.itn-section-links a .bottom .button {
  padding: 5px 10px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-style: solid;
  border-color: var(--color-secondary);
  border-width: 2px;
  color: white;
}

@media(max-width: 1024px) {
  .itn-section-links a {
    margin-top: 10px;
  }

  .itn-section-links {
    padding: 30px 20px;
  }

  .itn-section-links .wrapper {
    flex-wrap: wrap;
  }
}

@media(max-width: 768px) {
  .itn-section-links .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .itn-section-linksa .top {
    padding: 20px 0;
  }
}

/* SECTION TITLE */

.section-title {
  background-color: var(--color-primary);
  margin-bottom: 40px;
}

.section-title .wrapper {
  border-left: 3px solid var(--color-text-over-primary);
  display: flex;
  justify-content: space-between;
  padding: 2px 20px;
  padding-right: 0;
  align-items: center;
  flex-wrap: nowrap;
  height: 50px;
}

.section-title h2 {
  color: var(--color-text-over-primary);
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 0;
}

.section-title img {
  max-height: 40px;
}

@media(max-width: 768px) {
  .section-title {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* SECTION BIENVENIDOS | WELCOME */

section#bienvenidos,
section#welcome {
  padding-bottom: 60px;
}

/* FECHAS IMPORTANTES */

section#fechas-importantes {
  padding-bottom: 40px;
}

section#fechas-importantes ul {
  list-style: none;
}

/* GOOGLE MAPS */
#google-map {
  border-top: 10px solid var(--color-primary);
}

/* FRONT PAGE */
.front-content {
  padding-bottom: 60px;
}

/* PAGE */
main.page-wrapper {
  padding: 40px 0;
}

main.page-wrapper ul {
  list-style: none;
}

.page-wrapper .wrapper {
  padding-left: 10px;
}

@media(max-width: 768px) {
  main.page-wrapper .wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }
}

/* BREADCRUMBS */
.breadcrumbs-container {
  background-color: whitesmoke;
  padding: 5px 0;
  font-size: 14px;
}

.breadcrumbs {
  padding-left: 5px;
}

.breadcrumbs-container a {
  color: black;
}

.breadcrumbs-container a:hover {
  color: black;
}

.breadcrumbs-container * {
  color: var(--color-text);
}

@media(max-width: 768px) {
  .breadcrumbs-container {
    padding: 5px 20px;
  }
}


/* MENU MOBILE */
@media(max-width: 1024px) {
  #menu-mobile.show {
    display: flex;
  }
}


#menu-mobile {
  position: absolute;
  z-index: 3;
  display: none;
  flex-direction: column;
  width: auto;
  padding: 40px 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: var(--color-primary);
  height: 100%;
}
#menu-mobile .close-container{
	padding-right:20px;
}

#menu-mobile nav ul {
  display: flex;
  flex-direction: column;
}

#menu-mobile nav ul li {
  padding: 5px 30px;
  font-weight: 700;
}

#menu-mobile nav ul li a {
  color: var(--color-text-over-primary);
}

#menu-mobile .close-container {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10px;
}

#menu-mobile button {
  background-color: transparent;
  border: 0;
}

#menu-mobile button svg {
  height: 30px;
  width: 30px;
  fill: var(--color-text-over-primary);
}

#menu-mobile .sub-menu {
  padding-left: 10px;
  padding-top: 5px;
}

#menu-mobile .menu-item-has-children.show .sub-menu {
  display: block;
}


@media(min-width: 1025px) {
  #menu-mobile {
    display: none !important;
  }
}

.itn_program table {
  overflow-x: scroll;
}

.itn_program table thead th {
  min-width: 200px;

}

.itn_program table thead th:first-child {
  min-width: 150px;
}

.itn_program table thead th:nth-child(2) {
  background-color: #ebf0cd;
}

.itn_program table tbody td:nth-child(2) {
  background-color: #f9faf0;
}

.itn_program table thead th:nth-child(3) {
  background-color: #c4dfeb;
}

.itn_program table tbody td:nth-child(3) {
  background-color: #f4f9fb;
}

.itn_program table thead th:nth-child(4) {
  background-color: #d2d0e6;
}

.itn_program table tbody td:nth-child(4) {
  background-color: #f7f6fb;
}

.itn_program table thead th:nth-child(5) {
  background-color: #e7daea;
}

.itn_program table tbody td:nth-child(5) {
  background-color: #f7f3f9;
}

.itn_program table thead th:nth-child(6) {
  background-color: #f6e7bf;
}

.itn_program table tbody td:nth-child(6) {
  background-color: #fcf7ec;
}

.itn_program table thead th:nth-child(7) {
  background-color: #eed0b4;
}

.itn_program table tbody td:nth-child(7) {
  background-color: #f9f1e8;
}

.itn_program table thead th:nth-child(8) {
  background-color: #f1edca;
}

.itn_program table tbody td:nth-child(8) {
  background-color: #fbf9ef;
}



/* COUNTDOWN */
#countdown {
  /* background-image: url("https://sedleon2024.com/wp-content/uploads/2023/10/Cartel-MADONNA-23.jpeg"); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  background-color: #ffffffd9;
  background-blend-mode: screen;
  padding: 60px 0;
  position: relative;
  border-top: 10px solid var(--color-primary);
}

#countdown h3 {
  text-align: center;
  font-weight: 700;
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.important-dates-wrapper {
  flex-direction: row;
  flex-wrap: wrap;
}

#countdown .counter-container {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
}

#countdown .counter-container .count-wrapper {
  padding: 20px;
  display: flex;
  flex-direction: column;
  text-align: center;
}

#countdown .counter-container .count-wrapper span:first-child {
  font-size: 30px;
  font-weight: 600;
}

.nub-box .nub-button, .nub-button {
  padding: 5px;
  border-radius: 15px !important;
  border: none;
  box-shadow: var(--box-shadow);
}

/* SECTION SPEAKERS */
.itn-section-speakers .slick-next {
  right: 0px;
}

.itn-section-speakers .slick-prev {
  left: 0px;
}

.itn-section-speakers {
  padding-bottom: 60px;
}


.itn-section-speakers .slick-track {
  padding-top: 40px;
  padding-bottom: 40px;
}

.speaker-item {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 20px;
  border-radius: var(--border-radius);
  -webkit-border-radius: var(--border-radius);
  -moz-border-radius: var(--border-radius);
  -ms-border-radius: var(--border-radius);
  -o-border-radius: var(--border-radius);
  box-shadow: var(--box-shadow);
}

.speaker-item .speaker-image img {
 
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.speaker-item .speaker-data {
  padding-top: 20px;
  text-align: center;
}

.speaker-item .speaker-data h3 {
  font-size: 14px;
}

.speaker-item .speaker-data p {
  margin-top: 10px;
  font-size: 12px;
}


/* PARTNERS SLIDES */

section.itn-section-partners {
  padding-bottom: 60px;
}

section.itn-section-partners .splide__list {
  height: auto;
}

.itn-section-partners li.splide__slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.splide__arrows {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.splide:hover .splide__arrows {
  opacity: 1;
}

.splide__arrows {
  opacity: 0;
  transition: opacity 0.3s ease;
}

.splide:hover .splide__arrows {
  opacity: 1;
}



.itn-section-partners li.splide__slide .image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  padding: 0 10px;
}

#partners-slide.no-titles li.splide__slide .image-container {
  align-items: center;
}

.itn-section-partners li.splide__slide img {
  max-height: 80px;
}

.itn-section-partners li.splide__slide h3 {
  margin-top: 20px;
  font-size: 12px;
  text-align: center;
}

#partners-slide {
  padding: 60px 0;
}

@media(min-width: 1025px) {
  .desktop-no-slider .splide {
    visibility: visible !important;
  }

  .desktop-no-slider .wrapper {
    display: flex;
  }

  .desktop-no-slider #partners-slide {
    width: 100%;
  }

  .desktop-no-slider ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .desktop-no-slider ul>li {
    width: 100%;
    max-width: calc((100% / 4) - 80px);
  }
}


@media(min-width: 600px) and (max-width: 1024px) {
  .tablet-no-slider .splide {
    visibility: visible !important;
  }

  .tablet-no-slider .wrapper {
    display: flex;
  }

  .tablet-no-slider #partners-slide {
    width: 100%;
  }

  .tablet-no-slider ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .tablet-no-slider ul>li {
    width: 100%;
    max-width: calc((100% / 3) - 30px);
  }
}


@media(max-width: 600px) {
  .mobile-no-slider .splide {
    position: relative;
    visibility: visible !important;
  }

  .mobile-no-slider .wrapper {
    display: flex;
  }

  .mobile-no-slider #partners-slide {
    width: 100%;
  }

  .mobile-no-slider ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .mobile-no-slider ul>li {
    width: 100%;
    max-width: calc(50% - 10px);
  }
}

/* SPEAKERS SLIDE */


#speakers-slide li {
  display: flex;
  align-items: stretch;
  justify-content: center;
  height: 100%;
  width: 100%;
}

#speakers-slide .slick-arrow,
#posts-slide .slick-arrow {
  height: 60px;
  width: 60px;
}

#speakers-slide .slick-arrow:before,
#posts-slide .slick-arrow:before {
  font-size: 40px;
  color: black;
}

#speakers-slide .speaker-item {
  max-width: 100%;
  width: 100%;
  height: auto;
}

#speakers-slide .splide__track {
  padding-top: 20px;
  padding-bottom: 20px;
  align-items: stretch;
}

#speakers-slide ul {
  align-items: stretch;
  justify-content: space-around;
}

#speakers-slide .slick-track {
  display: flex;
  align-items: stretch;
  padding-top: 40px;
  padding-bottom: 40px;
}

#speakers-slide .slick-slide {
  padding: 0 20px;
  height: auto;
  display: flex;
}

#speakers-slide .slick-slide article {
  height: 100%;
}

@media(max-width: 1024px) {
  #speakers-slide {
    padding-left: 40px;
    padding-right: 40px;
  }

  #speakers-slide .slick-prev {
    left: 0 !important;
  }

  #speakers-slide .slick-next {
    right: 0 !important;
  }
}

@media(max-width: 768px) {
  #speakers-slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  #speakers-slide .slick-prev {
    left: -20px !important;
  }

  #speakers-slide .slick-next {
    right: -20px !important;
  }
}


/* START ARCHIVE SPEAKERS */

.archive-speakers .speakers-container {
  padding: 60px 0;
  display: grid;
  gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

/* END ARCHIVE SPEAKERS */

/* START POST ITEM */

.archive-posts .posts-container {
  padding-top: 40px;
  padding-bottom: 80px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px;
}

.post-item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 100%;
  height: auto;
  box-shadow: var(--box-shadow);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.post-item img {
  height: 300px;
  border-radius: 10px 10px 0 0;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  -ms-border-radius: 10px 10px 0 0;
  -o-border-radius: 10px 10px 0 0;
  object-fit: cover;
}

.post-item .post-data {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.post-item .post-data h3 {
  padding: 10px;
  font-size: 16px;
  background-color: var(--color-primary);
  color: var(--color-text-over-primary);
}

.post-item .post-excerpt {
  padding: 10px 20px;
  line-height: 18px;
}

.post-item .post-link {
  background-color: var(--color-primary);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  padding: 5px 10px;
  color: var(--color-text-over-primary);
  display: inline-block;
  text-align: center;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 600;
  width: auto;
}

.post-item .post-bottom {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  text-align: right;
  flex-grow: 1;
  height: auto;
  padding: 0 20px;
  padding-top: 15px;
}

#speakers-slide .slick-slide {
  display: flex;
  justify-content: center;
}

.speaker-image img {
  max-width: 230px;
}

.itn-section-posts {
  padding-bottom: 60px;
}

.itn-section-posts .slick-track {
  display: flex;
  align-items: stretch;
  gap: 20px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.itn-section-posts .slick-track>div {
  height: auto;
}

.itn-section-posts .slick-track>div>div {
  height: 100%;
}

.itn-section-posts .slick-track>div>div>article {
  height: 100%;
  display: flex !important;
}

/* END POST ITEM */

.speaker-social-media-mask {
  position: absolute;
  opacity: 0;
  background-color: #ffffff96;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  transition: opacity 0.3s ease;
}
.speaker-item:hover .speaker-social-media-mask {
  opacity: 1;
}
.speaker-image {
  width: 100%;
  height: 100%;
  object-fit: cover; /* Asegura que la imagen se ajuste sin deformarse */
}
.speaker-image-container {
  width: 150px; /* Ajusta el tamaño según tus necesidades */
  height: 150px; /* Ajusta el tamaño según tus necesidades */
  overflow: hidden;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; /* Centra el contenedor */
}
.image-ssmm {
  width: 40px;
  height:40px;
  transition: width 0.3s ease;
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  margin: 5px;
  /* background:#fff; */
  padding: 3px;
  border-radius: 10px;
  border: 1px solid #8a84843d;
  background-color: var(--theme-primary);
  fill: var(--theme-primary-text);
}
.image-ssmm:hover {
  width: 45px;
  height: 45px;
}
.image-ssmm.not-hover:hover{
  width: 40px;
  height:40px;
}
.more-info-button {
  position:absolute;
  bottom:30px;
  background-color: var(--theme-primary);
  color: var(--theme-primary-text);
}
.more-info-button:hover{
  background-color: var(--theme-primary-text);
  color:var(--theme-primary);
  border:1px solid var(--theme-primary);
}
.speaker-item {
  position: relative;
}

 
.post-image-container img {
  box-shadow: 0 .5rem 1rem rgba(0,0,0,.15) !important;
  border-radius:50%;

  max-width:300px;
  margin-bottom:20px;
}

/* START SINGLE PAGE */

main#single-page {
  padding-top: 60px;
  padding-bottom: 80px;
}

main#single-page .post-content {
  padding-top: 20px;
  padding-bottom: 60px;
}

main#single-page .post-thumbnail img {
  width: 100%;
  height: auto;
}

main#single-page .post-content p {
  font-size: 16px;
  line-height: 22px;
}

main#single-page .post-title {
  margin-top: 40px;

}

main#single-page h1 {
  font-size: 28px;
}

main#single-page .post-data {
  display: flex;
  justify-content: space-between;
  padding-top: 10px;
  padding: 10px;
  align-items: center;
  background-color: whitesmoke;
  font-weight: 600;
}

main#single-page .post-data>div {
  width: calc(100%/2);
}

main#single-page .post-data div.date {
  display: flex;
  align-items: center;
  gap: 10px;
}

main#single-page .post-data svg {
  fill: var(--color-primary);
}

main#single-page .post-data div.date svg {
  margin-top: -2px;
}

main#single-page .post-data div.share {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
}

main#single-page .post-data div.share a:first-child {
  margin-right: 10px;
}

main#single-page .prev-next-posts-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

main#single-page .prev-next-posts-container a {
  display: inline-flex;
  gap: 10px;
  color: var(--color-text);
  font-weight: 600;
}

main#single-page .prev-next-posts-container a:hover {
  color: var(--color-text);
}

main#single-page .prev-next-posts-container .prev-btn a svg {
  order: -1;
}

main#single-page .prev-next-posts-container .next-btn a svg {
  order: 2;
}

/* END SINGLE PAGE