:root {
  --rojo: #f21236;
  --rojo-durazno: #d44b55;
  --durazno: #dc9150;
  --turquesa: #3475d8;
  --esvelta: #f8d885;
  --verde-oscuro: #1c5154;
  --negro: #212529;
  --gris-oscuro: #78918f;
  --gris-claro: #f1f2f3;
  --verde-agua: #6ec188;
  --naranja: #eac25c;
  --azul-marino: /* #1d1f40 */ #14173b;
}
.ic-main-haeader {
  height: 94px;
}
.img-fluid{
  width: 100%;
}
.temas-sliders .slick-track section.ic-section-space {
  min-height: 586px;
  max-height: 586px;
}

.ic-about-content-wrap .ic-img-box .about-shape-2 {
  position: absolute;
  top: -82px;
  left: 10px;
  animation: 8s linear 1s infinite alternate shape-move;
}


.slick-prev {
  left: 25px;
  z-index: 3;
}

.slick-next {
  right: 25px;
}

.ic-speaker-item .item-content {
  position: absolute;
  padding: 16px 0;
  background: #212529;
  text-align: center;
  width: 100%;
  left: 0;
  bottom: 0px;
  transition: all 0.3s;
}

.bg-azul-marino {
  background-color: var(--azul-marino);
}

.max-w-320 {
  max-width: 320px;
}

h3 span {
  font-size: inherit;
}

.align-items-center {
  align-items: center;
}

.ic-client-item p {
  color: var(--gris-oscuro);
  font-style: italic;
  font-size: 2em;
}

.bg-svelte {
  background-color: var(--esvelta);
}

.text-bold {
  font-weight: bold;
}

.w-32px {
  width: 32px;
}

.mt-10 {
  display: flex;
  gap: 2em;
  align-items: center;
  margin-top: 2em;
  justify-content: center;
}

.cl-gradient3 {
  background: var(
    --Gradiant,
    linear-gradient(71deg, var(--rojo-durazno) 27.31%, var(--esvelta) 69.17%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

ul li.cl-text {
  margin-bottom: 0.7em;
}

.text-inhitial {
  text-transform: initial;
}

.ic-banner-section.ic-section-space.ic-bg-img {
  background-image: url("./../../archivos/Banner%20principal_01.webp") !important;
  background-size: contain;
  background-position-x: 30%;
}

.ic-event-session-section::before {
  position: absolute;
  content: none;
}

.ic-banner-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.95;
  background: linear-gradient(359deg, var(--verde-oscuro) 8.81%, #000 98.69%);
  top: 0;
  left: 0;
  z-index: -1;
}

.ic-banner-shape {
  bottom: -2px;
}

.columns-header {
  background-color: var(--verde-oscuro);
  padding-block: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.color-rojo-durazno {
  color: var(--rojo-durazno);
}

.color-durazno {
  color: var(--durazno);
}

.color-turquesa {
  color: var(--turquesa);
}

.color-verde {
  color: var(--verde-oscuro);
}

.color-svelte {
  color: var(--esvelta);
}

.color-negro {
  color: var(--negro) !important;
}

.color-naranja {
  color: var(--naranja);
}

.ic-footer-social .ic-social-link:hover {
  background: var(--esvelta);
}

.bg-naranja{
  background-color: var(--naranja);
}

.ic-banner-right .ic-banner-red-shape {
  position: absolute;
  top: 60px;
  right: 250px;
  z-index: -2;
  animation: e-shape-movine 10s infinite linear alternate;
}
.ic-banner-right .ic-banner-orange-shape {
  position: absolute;
  top: -30px;
  right: -26px;
  z-index: -2;
  animation: e-shape-movine 10s infinite linear alternate;
}

img[class^="flecha-"] {
  width: 100%;
}

.section-video-you {
  padding: 120px 0 30px;
}
.ic-banner-right .ic-banner-card {
  position: absolute;
  left: -50px;
  bottom: -50px;
  z-index: 9;
  animation: b-card-movine2 3s infinite linear alternate,
    aparecer 2s 1 linear backwards;
}

img.flecha-1 {
  left: -60px !important;
  animation-delay: 0s, 6s !important;
}
img.flecha-2 {
  left: -80px !important;
  animation-delay: 0s, 4s !important;
}
img.flecha-3 {
  left: -100px !important;
  animation-delay: 0s, 2s !important;
}
img.flecha-4 {
  left: -120px !important;
  animation-delay: 0s, 0s !important;
}

.ic-speaker-item:hover .item-content {
  background-image: inherit;
  background-color: var(--negro);
}

@keyframes aparecer {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes b-card-movine2 {
  0% {
    transform: translateX(40px);
  }
  100% {
    transform: translateX(80px);
  }
}

#days {
  background-color: var(--rojo-durazno);
  & + .ic-count-dot .dot {
    background-color: var(--rojo-durazno);
  }
}

#hours {
  background-color: var(--durazno);
  & + .ic-count-dot .dot {
    background-color: var(--durazno);
  }
}

#minutes {
  background-color: var(--turquesa);
  & + .ic-count-dot .dot {
    background-color: var(--turquesa);
  }
}

#seconds {
  background-color: var(--naranja);
}

.ic-event-session-section::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.9;
  opacity: 0.9;
  background: linear-gradient(
    180deg,
    var(--negro) 14.31%,
    var(--verde-oscuro) 86.04%
  );
  top: 0;
  left: 0;
  z-index: 2;
  clip-path: polygon(
    100% 100%,
    0% 100%,
    0% 49.58%,
    5% 48.59%,
    10% 47.19%,
    15% 45.44%,
    20% 43.42%,
    25% 41.24%,
    30% 39%,
    35% 36.81%,
    40% 34.78%,
    45% 32.99%,
    50% 31.54%,
    55% 30.5%,
    60% 29.92%,
    65% 29.82%,
    70% 30.21%,
    75% 31.08%,
    80% 32.37%,
    85% 34.03%,
    90% 35.98%,
    95% 38.12%,
    100% 40.36%
  );
  /* clip-path: polygon(100% 100%, 0% 100% , 0.00% 29.58%, 5.00% 28.59%, 10.00% 27.19%, 15.00% 25.44%, 20.00% 23.42%, 25.00% 21.24%, 30.00% 19.00%, 35.00% 16.81%, 40.00% 14.78%, 45.00% 12.99%, 50.00% 11.54%, 55.00% 10.50%, 60.00% 9.92%, 65.00% 9.82%, 70.00% 10.21%, 75.00% 11.08%, 80.00% 12.37%, 85.00% 14.03%, 90.00% 15.98%, 95.00% 18.12%, 100.00% 20.36%); */ /* polygon(0% 44%, 100% 30%, 100% 100%, 0% 100%) */
  opacity: 1;
}

section.ic-event-session-section.ic-section-space {
  padding: 60px 0 90px;
}

.text-balance {
  text-wrap: balance;
}

.ic-session-item::after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 0px 0px 8px 8px;
  opacity: 0.8;
  background: linear-gradient(
    180deg,
    rgba(0, 0, 0, 0) 0%,
    transparent,
    #000 90.23%,
    black
  );
  left: 0;
  bottom: 0;
  z-index: 1;
  border-radius: 4px;
}

.ic-session-item {
  position: relative;
  width: calc(33.3333333333% - 28px + 9.3333333333px);
  overflow: hidden;
  border-radius: 8px;
  border: 2px solid;
}

.ic-footer-main-part::before {
  background: linear-gradient(
    180deg,
    var(--negro) 14.31%,
    var(--verde-oscuro) 86.04%
  );
}

.ic-speaker-item {
  border: 3px solid var(--rojo);
  overflow: hidden;
}

.text-edutubers {
  color: var(--rojo);
}

.edutubers h2,
.edutubers h2 span {
  font-size: 48px;
}

.edutubers {
  background-image: url("./../../archivos/sección5-BG_hexágonos.webp");
  background-size: contain;
}

.sponsors {
  background-color: #e7e7e7;
  background-image: url("./../../archivos/sección6-flecha BG.webp");
  .ic-brand-item-wrap {
    display: flex;
    gap: 75px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.ic-brand-item-wrap .ic-brand-item .icon img {
  transition: all 0.3s;
  max-width: 70%;
  height: auto;
  filter: grayscale(0.8);
}

.ic-brand-item-wrap .ic-brand-item:hover img {
  opacity: 1;
  filter: grayscale(0);
  transform: scale(1.1);
}

.ic-speaker-item h5.cl-white {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.2em;
}

.acceso-total {
  background-image: url("./../../archivos/sección-foto BG.webp");
}

header {
  ul.social-icon li a {
    font-size: 23px !important;
    width: 22px;
    display: block;
    line-height: 22px;
  }

  ul.ic-nav-menu .ic-nav-item a.ic-nav-link {
    text-transform: uppercase !important;
    font-weight: bold;
  }
}

.ic-register-section::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  display: inline-block;
  opacity: 0.9;
  background: linear-gradient(180deg, #000 30%, var(--verde-oscuro) 86.04%);
  top: 0;
  left: 0;
  z-index: 1;
}

.ic-footer-top {
  border-bottom: none;
}

.bg-white {
  background-color: white;
}

.bg-gris {
  background-color: var(--gris-claro);
}

.cl-gradient2 {
  --c1: #17c789;
  --c2: #f7c356;
  background: var(
    --Gradiant,
    linear-gradient(71deg, var(--c1) 27.31%, var(--c2) 69.17%)
  );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.bg-gradient2 {
  background: linear-gradient(
    71deg,
    var(--verde-agua) 27.31%,
    var(--durazno) 69.17%
  );
}

.ic-btn.bg-gradient2 {
  font-size: 1.6em;
  padding: 0em 2em;
}

img.rotar-180 {
  transform: rotate(180deg);
}

.ic-btn.bg-gradient2:hover {
  border: 1px solid var(--turquesa);
  background: var(--naranja);
  color: var(--negro) !important;
}

.apuntar-1 {
  animation-name: deslizar-1;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-timing-function: linear;
}
.apuntar-2 {
  animation-name: deslizar-2;
  animation-iteration-count: infinite;
  animation-duration: 5s;
  animation-timing-function: linear;
}

.flex-wrap{
  flex-wrap: wrap;
}

.slick-prev:before, .slick-next:before {
  font-family: 'slick';
  font-size: 40px;
  line-height: 1;
  opacity: .5;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev:before {
  content: '\25c0';
}

/* \25b6 y \25c0 */

.slick-next:before {
  content: '\25b6';
}

.slick-prev, .slick-next {
  font-size: 0;
  line-height: 20px;
  position: absolute;
  top: 50%;
  display: block;
  width: 50px;
  height: 50px;
  cursor: pointer;
  color: transparent;
  border: 2px solid rgba(0, 0, 0, 0.85);
  outline: none;
  border-radius: 5px;
}

.temas-sliders .ic-section-space{
  padding: 60px 0;
}

.temas-sliders img.img-fluid{
  max-width: 540px;
}

.ic-about-content-right .ic-section-title {
  padding-bottom: 0px;
  border-bottom: 0px dashed #e7e6e6;
}

.ic-event-content-part .ic-event-type-wrap {
  justify-content: normal;
  gap: 8em;
}


.ic-memori-content-wrap .ic-gallery-box {
  padding: 20px;
}

.ic-speaker-item .item-content h5 a {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
  text-transform: capitalize;
}

.ic-speaker-item .item-content p a{
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}


/* Add these styles to your existing <style> section */
.ic-nav-item.dropdown:hover .dropdown-menu {
    display: block;
}

.dropdown-menu {
    position: absolute;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    padding: 8px 0;
    min-width: 180px;
    z-index: 1000;
}

.dropdown-item {
    display: block;
    padding: 8px 16px;
    color: var(--negro);
    text-decoration: none;
    transition: background-color 0.3s;
}

.dropdown-item:hover {
    background-color: #f8f9fa;
    color: var(--primary);
}

@media screen and (max-width: 768px) {
    .dropdown-menu {
        position: static;
        box-shadow: none;
        padding-left: 20px;
    }
}

@media screen and (max-width: 992px){
  .slide-banner-home-2 .pt-5{
    padding-top: 1rem !important;
  }
}

@media screen and (min-width: 992.01px){
  .only-mobile img{
    display: none;
  }
}

@media screen and (max-width: 576px) {
  .ic-client-item .ic-content {
    -webkit-line-clamp: unset;
  }

  .ic-session-item img {
    width: 100%;
    max-height: max-content;
    object-fit: cover;
  }
	
	

.temas-sliders .slide-banner-home-2 .ic-section-space {
    padding: 30px 0;
}

.slide-banner-home-2{
  h3 {
    font-size: 26px;
  }
  .text-pretty {
    text-wrap: pretty;
  }
  .gap-4 {
      gap: 0.5rem!important;
  }
  .pt-5 {
        padding-top: .1rem !important;
    }
  .mb-20 {
    margin-bottom: 6px;
  }
}
	
}

@media screen and (max-width: 768px) {
  .ic-session-item-wrap {
    flex-direction: column !important;
    align-items: center !important;
  }
  .ic-session-item-wrap .ic-session-item {
    width: fit-content !important;
    img{
      width: 100%;
       /*  width: max-content;
        max-width: 100%; */
    }
  }
  
	.ic-event-content-part .ic-event-type-wrap {
    gap: 2em;
  }
	
}
/* flex-direction: column;
align-items: center; */

/* h2:has(.text-edutubers){
    font-size: 48px;
}
 */
/* Animaciones */

@keyframes deslizar-1 {
  0%,
  100% {
    transform: translateX(0);
  }
  25% {
    transform: translateX(-20px);
  }
  75% {
    transform: translateX(20px);
  }
}
@keyframes deslizar-2 {
  0%,
  100% {
    transform: translateX(0) rotate(180deg);
  }
  25% {
    transform: translateX(20px) rotate(180deg);
  }
  75% {
    transform: translateX(-20px) rotate(180deg);
  }
}

@keyframes e-shape-movine {
  0% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(60px);
  }
}

@keyframes shape-move {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(10%);
  }
}
