/*
Theme Name: Hack A Boss
Theme URI: https://tudominio.com/
Description: Child Theme de Hello Elementor personalizado para Hack A Boss
Author: Tu Nombre o Empresa
Author URI: https://tudominio.com/
Template: hello-elementor
Version: 1.0.0
Text Domain: hackaboss
*/

body .elementor a {
    color: #000;
}
/* Base: oculta el background aplicado al elemento y prepara ::before */
a.card1 {
  position: relative;
  overflow: hidden;
}

/* overlay encima del background original */
a.card1::before {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #21201F; /* ajusta el color base */
  opacity: 1;
  transition: opacity .35s ease;
  z-index: 1; /* encima del fondo pero debajo del contenido */
}

/* contenido por encima */
a.card1 > * {
  position: relative;
  z-index: 2;
}

/* al hover el overlay se hace transparente y deja ver el fondo */
.card1:hover::before {
  opacity: 0;
}

.padreexp {
  display: flex;
  gap: 20px;
  overflow: hidden;
}

/* 🟦 Contenedores hijos expandibles */
.padreexp > .expandir {
  flex: 0 0 30%; /* ancho inicial */
  transition: flex-basis 1s ease-in-out; /* transición lenta y suave */
  cursor: pointer;
  overflow: hidden;
  min-width: 0;
}

/* Cuando el cursor está sobre el padre: todos se encogen un poco */
.padreexp:hover > .expandir {
  flex: 0 0 30%;
}

/* El contenedor que recibe hover se expande */
.padreexp > .expandir:hover {
  flex: 0 0 70%;
}

/* Ofertas*/
.rich-text p {
    font-size: 14px;
}
.rich-text li {
    font-size: 14px;
}

.webinar-ponentes {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    margin-top: 30px;
}

.ponente-item {
    flex: 1 1 calc(50% - 30px);
    max-width: calc(50% - 30px);
    display: flex;
    flex-direction: column;
    gap: 10px;
    box-sizing: border-box;
}

.ponente-cabecera {
    display: flex;
    align-items: center;
    gap: 15px;
}

.ponente-foto img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.ponente-info {
    display: flex;
    flex-direction: column;
}

.ponente-nombre {
    font-weight: 700;
    font-size: 18px;
    margin: 0;
}

.ponente-puesto {
    font-style: italic;
    color: #666;
    margin: 2px 0 0;
    font-size: 16px;
}

.ponente-descripcion {
    font-size: 16px;
    color: #333;
    margin: 0;
    line-height: 1.5;
}

#tiempo {
	font-size:18px;
	font-weight:600;
}
#actualizacion{
	font-size:18px;
	font-weight:500;
}


/* Estado normal */
.flecha img {
    width: 20px;
    height: 20px;
    display: block;
}

/* Hover: ocultamos la imagen original */
.card1:hover .flecha img {
    opacity: 0;
}


/* Contenedor general del carrusel */
.custom-carousel-wrapper {
    margin-left: 0;                 /* Mantiene alineado a la izquierda dentro del contenedor */
    margin-right: calc(-50vw + 50%); /* Lleva el contenido hasta el borde derecho del viewport */
    max-width: 100vw;               /* Evita que se salga del viewport */
    overflow: hidden;               /* Oculta posibles desbordes */
    position: relative;
    padding-left: 20px;             /* Opcional: separación interna a la izquierda */
    padding-right: 20px;            /* Opcional: separación interna a la derecha */
}

/* Ajuste de items del carrusel */
.custom-carousel-wrapper .carousel-item {
    display: inline-block;          /* Para carruseles tipo slider */
    margin-right: 20px;             /* Separación entre items */
}


.ponentes-nombres{
    color: white;
    font-size: 16px;
    font-style: italic;
    line-height: 1.2em;
	text-align:center;
 
}
.ponentes-nombres.fixed-height {
    min-height: 60px; /* altura mínima aunque no haya ponentes */
}

/* Cuando el tab esté seleccionado */
.pestana-1 .e-n-tab-title[aria-selected="true"] span {
    font-weight: 600; /* negrita */
}

/* Opcional: cuando no está seleccionado */
.pestana-1 .e-n-tab-title[aria-selected="false"]  span {
    font-weight: 400;
}





/* Ajustar ancho del formulario */
.hs-form {
  max-width: 800px; /* Cambia el valor según necesites */
  margin: 0 auto; /* Centra el formulario */
}

/* Cambiar color de borde de campos */
.hs-form input,
.hs-form select,
.hs-form textarea {
  border: 1px solid #2236FE!important; /* Cambia al color deseado */
}


/* Cambiar color y fondo del botón enviar */
.hs-form .hs-button {
  background-color: #2236FE;
  color: #ffffff;
      border-radius: 32px 32px 32px 32px;
	border: 0px!important;
	    font-size: 15px;
    padding: 15px 30px;
}
.legal-consent-container .hs-richtext p {
    font-size: 12px;
}
.hs-form-0b53e97f-5a23-419a-a814-a42e25d78afc_e59c7df4-8823-48a6-b885-db99addf9929 fieldset {
  max-width: 700px !important; /* Cambia a tu ancho deseado */
  margin: 0 auto; /* Para centrarlo */
}
body .hbspt-form ul.inputs-list li.hs-form-booleancheckbox {
    list-style: none !important;
}
body .hbspt-form ul.inputs-list{
    font-size: 14px;
    padding: 0;
	    padding-left: 24px;
}
body .hbspt-form ul.inputs-list p{
    line-height: 1.4em;
}
body .hbspt-form .hs-form {
    max-width: none!important;
    margin: 0 auto;
}

.hs-form .hs-button:hover {
    background-color: #d1f800;
    color: #fff;
    text-decoration: none;
}

body .hbspt-form fieldset {
    padding-bottom: 12px;
}
body .hbspt-form fieldset.form-columns-2, body fieldset.form-columns-1  {
    max-width: 600px;
}

body .hbspt-form fieldset.form-columns-1  .hs-input {
    width: 100%!important;
}
body .hbspt-form .hs-fieldtype-intl-phone.hs-input select {
    float: left;
    width: 30% !important;
}
body .hbspt-form .hs-fieldtype-intl-phone.hs-input input {
    width: 68% !important;
    float: right;
}
body .hbspt-form fieldset.form-columns-1 input[type=checkbox]{
    width: auto!important;
}
.cabecera {
    transition: background-color 0s ease; /* transición suave */
}
.cabecera.hover-active {
    background-color: #2236FE !important;
}

.elementskit-navbar-nav-default .elementskit-navbar-nav>li>a:hover {
    font-weight: 700; /* más grueso */
}


@media (max-width: 768px) {
    .comparativa .row-1 th {
        font-size: 12px!important;
    }
	.comparativa .tablepress tbody td {
    font-size: 9px!important;
}
}

/*blog*/
body.single-post .elementor-widget-theme-post-content a {
    color: #2236FE;
}

body.single-post .elementor-widget-theme-post-content a:active,body.single-post .elementor-widget-theme-post-content a:hover {
   color: #d1f800;
	text-decoration:underline;
}


