.elementor-kit-5{--e-global-color-primary:#FF7900;--e-global-color-secondary:#090D0D;--e-global-color-text:#090D0D;--e-global-color-accent:#FF7900;--e-global-color-af0870c:#FBF4EA;--e-global-color-0004154:#13A1E8;--e-global-typography-primary-font-family:"SF Pro";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"SF Pro";--e-global-typography-secondary-font-weight:600;--e-global-typography-text-font-family:"SF Pro";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"SF Pro";--e-global-typography-accent-font-weight:700;background-color:var( --e-global-color-af0870c );font-family:"SF Pro", Sans-serif;}.elementor-kit-5 h1{font-family:"SF Pro", Sans-serif;}.elementor-kit-5 h2{font-family:"SF Pro", Sans-serif;}.elementor-kit-5 h3{font-family:"SF Pro", Sans-serif;}.elementor-kit-5 h4{font-family:"SF Pro", Sans-serif;}.elementor-kit-5 h5{font-family:"SF Pro", Sans-serif;}.elementor-kit-5 h6{font-family:"SF Pro", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */body{
    overflow-x: hidden;
   
    
}

/*.fc-h-event{
    background-color: #FF7900;
    border-color: #FF7900;

}*/


body, button, input, select, textarea, .elementor-heading-title, .elementor-widget {
    font-family: 'Sf Pro', sans-serif !important;
}


#calendar{

font-family: 'Sf Pro', sans-serif !important;
	
}

.fc-toolbar-title{
	font-size: 45px!important;
    font-weight: 700;
    color: var(--e-global-color-secondary);

}

.fc .fc-button-primary{
	background-color:#13A1E8;
	border-color:#13A1E8;
}

.fc .fc-button-primary:hover{
	background-color:#FF7900;
	border-color:#FF7900;
}

.fc-today-button{
	background-color:#090D0D!important;
	border-color:#090D0D!important;
	opacity:1!important;
}


/* ===== Layout base ===== */
#calendar-container { 
  display:flex; 
  gap:20px; 
  align-items:flex-start; 
}
#calendar { flex:2; min-width:300px; }
#event-detail { 
  flex:1; 
  border:1px solid #e6e6e6; 
  padding:15px; 
  border-radius:8px; 
  background:#fff; 
  display:block; 
  max-width:420px; 
}

/* ===== Mobile breakpoint ===== */
@media (max-width: 768px) {
  #calendar-container {
    flex-direction: column; /* 👈 calendario arriba, detalle abajo */
  }
  #calendar, #event-detail {
    flex: 1 1 100%;
    max-width: 100%;
  }
  #event-detail {
    margin-top: 15px; /* separación */
  }
}

/* Tooltip base (desktop) */
#fc-tooltip {
  position: absolute;
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  display: none;
  z-index: 9999;
  max-width: 260px;
  pointer-events: none; /* desktop */
}

/* Mobile: tooltip estilo modal */
/* Ocultar tooltip en mobile */
@media (max-width: 768px) {
  #fc-tooltip {
    display: none !important;
  }
  
 
}

#event-title{
    font-family: "SF Pro", Sans-serif;
    font-weight: bold;
}

#event-excerpt{
     font-family: "SF Pro", Sans-serif;
}

#event-buttons{
     font-family: "SF Pro", Sans-serif;
     font-weight: bold;
     transition: all .2s ease;
}

#event-buttons a:hover{
    
 background-color: #090D0D!important;   
}

/* Layout en dos columnas: calendario y sidebar */
    #calendar-container { 
        display:flex; 
        gap:20px; 
        align-items:flex-start; 
    }
    #calendar { 
        flex: 1 1 auto; 
        min-width:300px; 
    }
    #event-detail { 
        flex: 0 0 350px; 
        border:1px solid #e6e6e6; 
        padding:15px; 
        border-radius:8px; 
        background:#fff; 
        max-width:420px; 
    }
    #event-date { 
        font-size:1.25em; 
        font-weight:bold; 
        margin:0 0 10px; 
        text-align:center; 
    }
    #fc-tooltip { 
        pointer-events: none; 
    }
    /* Día seleccionado */
    .fc-daygrid-day.selected-day { 
        background-color: #fff !important; 
        color:#fff; 
    }
    
    #event-date{
        text-align: left;
        font-size: 45px;
    }
    
    
#event-detail{
    background-color: transparent!important;
    border: none!important;
    padding: 0!important;
}/* End custom CSS */
/* Start Custom Fonts CSS */@font-face {
	font-family: 'SF Pro';
	font-display: auto;
	src: url('https://bitcoinargentina.org/wp-content/uploads/2025/07/SF-Pro.ttf') format('truetype');
}
/* End Custom Fonts CSS */