/* Custom CSS Added Via Theme Settings */
/* CSS MODALES AGREGADOS*/
/* Customizaciones
llevar a mayusculas : upper
parrafo con fuente 1.2rem : parrafo1-2
h3 custom para va : vah3custom
texto encima del precio en pricing = priceup
p custom para VA : vap
H1 custom para VA: vah1
H2 custom para VA: vah2
H· custom para VA: vah3

texto azul: texblue
texto blanco:texwhite
texto amarillo: texyellow
texto gris: texgray

bonotes a codigo: custombtn

*/
.btn-wrapper{
text-align: center

}

.custombtn {
width: 50%;
}
.texgray{
  color: #34495e !important;
}

.texyellow {
  color: #ffc531 !important;
}

.texwhite{
  color:white !important;
}

.texblue {
  
color: #0e5ca0;
}







.texcolor,.section.background-light {
  
color: #2b2d2e   !important;;
}

.vah1 {
font-size: 3.5rem;  

}

.vah2 {
  
font-size: 2.4rem;
}

.vah3{
  
font-size: 2rem
}

.priceup{
  font-size: 20px;
  font-weight: 400;
}
.vah3custom {
font-size: 2.4rem;  

}

.parrafo1-2 {
  
font-size: 1.2rem;
  font-weight: 400;
}

.upper{
  text-transform: uppercase;

}






  #block-1743634792656_0 .pricing__content ul li:before {
    content: "•" !important;
    color: #0e5ca0;
  }




.accordion-title:after {

    color: #0e5ca0 !important;;
  }


/*Acordeeon*/

.accordion.background-light h5 {
  
color: #2b2d2e;
 font-size: 1.25rem;
}

.custom-modal-content .card .card__image{
    border-top-left-radius: 30px; /* Redondea la esquina superior izquierda */
  border-top-right-radius: 30px; /* Redondea la esquina superior derecha */

}
.custom-modal-content .card .btn{
  width: 100%;
  color: white;
  
}

.custom-modal-content .card .card__text h4,.custom-modal-content .card .card__text p, .custom-modal-content .card .card__text H5 {
  
color: #150e60 
}

.custom-modal-content .card .card__text H5{
  
font-size: 1rem;
}

/*********modales  ************/

.custom-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 50%; /* Centra verticalmente */
    left: 50%; /* Centra horizontalmente */
    transform: translate(-50%, -50%); /* Ajusta para centrar completamente */
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0);
    overflow-y: auto;
    transition: background-color 0.3s ease;
    opacity: 0;
    overflow-y: auto; /* Opcional: Activa el scroll interno si el contenido excede el alto */

}

.custom-modal.fade-in {
    display: block;
    opacity: 1;
    background-color: rgba(0,0,0,0.5);
}

.custom-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0px;
    border-radius: 30px;
    width: 90%;
    max-width: 500px;
    position: relative;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    opacity: 0;
    transform: translateY(-20px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.custom-modal.fade-in .custom-modal-content {
    opacity: 1;
    transform: translateY(0);
}

.custom-close {
    position: absolute;
    right: 20px;
    top: 15px;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    color: #666;
    line-height: 1;
}

.custom-close:hover {
    color: #333;
}

.custom-modal-body {
    margin-top: 20px;
    line-height: 1.6;
}

.custom-modal .custom-close{
  
  color: #150e60;
  z-index: 10000;
}


    
/*******PRICING******************/

.precios h6 {
  text-align: right;
  color: #150e60 !important;;
}

.precios h4{
  text-align: center;
  color: #150e60 !important;;
}

.precios .valor-total{
  
  color: #ffc531 !important;;
  text-align: center;
  font-size: 1.2rem;
  margin: 0px 0px 20px 0px;
}

.precios .ahorro {
  color: #150e60 !important;;
  text-align: center;
  font-size: 1rem;

}

.precios .pago {
  color: #150e60 !important;;
  text-align: center;
  font-size: 2.5rem;
  margin: 30px 0px 10px 0px;

}


.precio .descripcion p{
  text-align: center;
}

.precios .descripcion{
  margin: 50px 10px 30px 10px;
}

.precios .descripcion p{
  color: #150e60 !important;;
  font-size: 0.9rem !important;
  font-weight: 500;
}

.precios .plan-sub {
  font-size: 1rem;
}


.precios .popular button {
  position: relative;
  top: -60px;
  
  padding: 20px 30px 10px 30px;
  margin: -70px 0px 20px 0px;
  border-radius: 30px;
  background: #ffc531;
  
  font-size: 0.7rem;
  font-weight: 700;
  border: 3px solid;
  border-color: #ffc531;
  
}

.precios .popular{
  height: 0px;
}

#block-1736610569362_0 .pago {
  display: none;
 
}

#block-1736610569362_0 .ahorro {
  margin-bottom: 15px

}

#block-1736610569362_0  .valor-total {
  
display: none
}



.pricing__heading{
  
font-size: 20px;
  font-weight: 400 !important;;
}










/**** bg  degradados**/


#block-1736698789251 .block {

  background-color: rgba(255, 255, 255, 1); /* Color inicial */
  background-image: linear-gradient(150deg, rgba(255,255,255,1), rgba(21, 14, 96, 0.2));
  transition: background-color 0.5s ease-in-out;

}

#block-1736698789251 .block:hover {
 background-color: #7467ff  /* Color final */

}


#block-1736610569362_0 .block, #block-1736698796261 .block {

  background-color: rgba(255, 255, 255, 1); /* Color inicial */
  background-image: linear-gradient(150deg, rgba(255,255,255,1), rgba(255, 197, 49, 0.2) );
  transition: background-color 0.5s ease-in-out;

}

#block-1736610569362_0 .block:hover, #block-1736698796261 .block:hover   {
  
   background-color: #ffd771  /* Color final */
  
}


 
  /* Custom CSS para contador */

        #contador * {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }


        .counter-container {
            max-width: 1200px;
            margin: 0 auto;
            display: grid;
            grid-template-columns: repeat(2, 1fr);
            gap: 30px;
            padding: 20px;
        }

        .counter-item {
            background: white;
            padding: 30px;
            border-radius: 10px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            text-align: center;
            transition: transform 0.3s ease;
        }

        .counter-item:hover {
            transform: translateY(-5px);
        }

        .counter-number {
            font-size: 3rem;
            font-weight: bold;
            color: #0e5ca0;
            margin-bottom: 10px;
        }

        .counter-number::before {
            content: '+';
            display: inline-block;
            margin-right: 2px;
        }

        #contador .counter-title {
            font-size: 1.5rem;
            font-weight: bold;
            color: #0e5ca0;
            margin-bottom: 10px;
        }

        .counter-text {
            color: #0e5ca0;
            font-size: 1rem;
            line-height: 1.5;
        }


  
  /* Custom CSS for FAqs */

.faq-bloq .roller-wrap {
  
text-align: right;

}

.faq-bloq .roller-wrap a{
  font-size: 0.8rem;
  padding: 5px 20px 5px 20px;
  margin-right: 10%;
  margin-bottom: 15px;
}


  .faq-section {
  width: 90%;
  margin: 0 auto;
}

.faq-question {
  
  padding: 10px;
  cursor: pointer;
}
.faq-bloq .faq-section .faq-question{
  border: 1px solid #ccc;
border-radius: 15px;
  margin-bottom: 10px;
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.icon {
  display: inline-block;
  transition: transform 0.3s ease;
}

.faq-question.opened .faq-content {
  display: block;
    max-height: 500px; /* Ajusta este valor según el contenido */

}

.faq-question.opened .icon {
  transform: rotate(45deg);
}

.faq-bloq p, .faq-bloq .faq-section .faq-header h6  {
  color: black;
}
.faq-bloq p{
  font-size: 1rem;
  font-weight: 500;
  color: #474747
}
.faq-bloq .icon svg{
  
font-size: 3rem;
  
}


/*********************************************************************************************************************/
  
/* Reset */

/* Main Styling */
html,
body {
/*  font-family: 'Barlow Semi Condensed', sans-serif;*/
  background: #ecf2f8;
}

h4 {
  font-size: 24px;
}

p {

  color: white;
}

.azul{
  color:#0e5ca0;
}
.yelow-bg a{
  
color: white !important;
}

/********login page***********/
#section-login h1 {
  margin-top: -50px !important;
  margin-bottom: 50px !importan;
}
/*************************/

blockquote {
  color: #cfcfcf;
}

/* Utility Classes */
.container {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 30px;
}

.small {
  font-size: 14px;
}

/* Grid */
#grid {
  padding: 80px 0;
}

#grid .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

/* Grid Box */
.grid-box {
  padding: 30px;
  border-radius: 20px;
}

.grid-box-author {
  display: flex;
  align-items: center;
}

.grid-box-author img {
  border-radius: 50%;
  height: 50px;
  margin-right: 10px;
}

.grid-box-author-title p:first-child {
  font-weight: 500;
  color: #fff;
}

.grid-box-author-title p:nth-child(2) {
  color: #cfcfcf;
}

.grid-box h4 {
  color: #fff;
  padding: 15px 0;
}

.grid-box-purple {
  background: #7541c8;
  background-image: url('https://www.inntalentwork.com/images/bg-pattern-quotation.svg');
  background-repeat: no-repeat;
  background-position: top right 50px;
}
.grid-box-gray {
  background: #48556a;
}
.grid-box-navy {
  background: #19212e;
}
.grid-box-white {
  background: #fff;
}

.grid-box-white p:first-child {
  color: #48556a;
}

.grid-box-white h4 {
  color: #48556a;
}

.grid-box-white p:nth-child(2),
.grid-box-white blockquote {
  color: #48556a;
  opacity: 60%;
}

.grid-box-daniel {
  grid-row: 1;
  grid-column: 1/3;
}
.grid-box-jonathan {
  grid-row: 1;
  grid-column: 3/4;
}
.grid-box-kira {
  grid-row: 1/3;
  grid-column: 4/5;
}
.grid-box-jeanette {
  grid-row: 2/3;
  grid-column: 1/2;
}
.grid-box-patrick {
  grid-row: 2/3;
  grid-column: 2/4;
}

/* Attribution */
.attribution {
  padding-bottom: 30px;
  text-align: center;
}

.attribution a {
  color: #48556a;
}



.form-group label{
  color: white;
}

/********************/

/* This removes the shadow from the form button and creates a bit more spacing inside the button */

.btn {style
style
-webkit-box-shadow: 0 0px 0px #f9f9f9;
box-shadow: 0px 0px 0px #f9f9f9;
}


/* This increases the font size of the medium sized button */

.btn--medium {
font-size: 20px;
}


/* This increases the font size of the link lists */

.link-list__link {
font-size: 18px;
}


/* This makes the form fields rounded and increased the padding so that the text doesn't get cut off by the rounded corners */

.form-control {
border-radius: 30px;
padding-left: 24px;
padding-right: 24px;
}







/* This moves the podcast intro section up higher so that it is behind the transparent header. Delete this code if not using a transparent header for the website theme */

.podcast-intro { 
margin-top: -80px !important;
padding-top: 80px !important;
}


/* This moves the coaching product hero section up higher so that it is behind the transparent header. Delete this code if not using a transparent header for the website theme */

.coaching-programs__container { 
margin-top: -94px !important;
}

.coaching-programs__header  {
padding-top: 94px !important;
}


/* This creates a new class for bulleted lists with black arrows */

.bullet-arrow {
list-style-type: none;
}

.bullet-arrow li {
list-style-type: none;
position: relative;
padding-left: 6px;
}

.bullet-arrow li:before {
content: '\2771 \2771';
color: #000000;
font-size: 16px;
position: absolute;
top: 6px;
left: -20px;
}


/* This creates a new class for bulleted lists with pink arrows */

.bullet-arrow-pink {
list-style-type: none;
}

.bullet-arrow-pink li {
list-style-type: none;
position: relative;
padding-left: 6px;
}

.bullet-arrow-pink li:before {
content: '\2771 \2771';
color: #FF65BE;
font-size: 16px;
position: absolute;
top: 6px;
left: -20px;
}


/* This creates a new class for bulleted lists with yellow arrows */

.bullet-arrow-yellow {
list-style-type: none;
}

.bullet-arrow-yellow li {
list-style-type: none;
position: relative;
padding-left: 6px;
}

.bullet-arrow-yellow li:before {
content: '\2771 \2771';
color: #FEED00;
font-size: 16px;
position: absolute;
top: 6px;
left: -20px;
}


/* This creates a new class for bulleted lists with green arrows */

.bullet-arrow-green {
list-style-type: none;
}

.bullet-arrow-green li {
list-style-type: none;
position: relative;
padding-left: 6px;
}

.bullet-arrow-green li:before {
content: '\2771 \2771';
color: #05b7b9;
font-size: 16px;
position: absolute;
top: 6px;
left: -20px;
}


/* This creates a new class for bulleted lists with blue arrows */

.bullet-arrow-blue {
list-style-type: none;
}

.bullet-arrow-blue li {
list-style-type: none;
position: relative;
padding-left: 6px;
}

.bullet-arrow-blue li:before {
content: '\2771 \2771';
color: #5fd3fa;
font-size: 16px;
position: absolute;
top: 6px;
left: -20px;
}


/*DEL MENU HAMBURGUESA*/
.menu-expanded {
  margin-top: 200px; /* Ajusta este valor según el tamaño de tu menú desplegable */
  transition: margin-top 0.3s ease;
}
.header__content--mobile{
  
background-color: #0e5ca0
}



/* **************** DE ESTILOS ********************** */



/* Custom Styles */
.btn-rigth {
  text-align: right;
}

.btn-center{
  text-align: center
}



/* Custom Styles */
.btn :not(.no-border){
border:white;
  border-style: solid;
  border-color: white !important;
  border-width: 2.5px;
  padding: 5px 60px !important;
  text-transform: uppercase
}

/* colores de fuente en botones custom*/
.block .cst-brand-bluebor {
  border-color: #0e5ca0 !important;
  color: #062947 !important;

}

/*color fuente de los botones*/
.btn.btn--solid{

  padding: 10px 20px;
  font-size: 20px;
}



/* alinear texto al lado izquierdo*/
.left-text {
  text-align: left ;
}

.btn-rigth {
  text-align: right;
}


.bloque2{

  align-content: center;
  
}


.blue-bg .btn{
  
background-color: #0e5ca0;
  color: white !important;
}

/* **************** DE inclinación ********************** */
.bloque2{

  align-content: center;
  
}


.bloque2 .btn{

  margin-top: 30px
}


  /*inclina boton*/

.inclinado,.block.box-shadow-none .btn:not(.btn--full) {
  transform-origin: center;
  transition: transform 0.3s ease;
  transform: rotate(-10deg);
}

    .bloque4 .buton-heigth{
    
min-height: 100px
  }


  /******************************/



.footer.background-light  {
  
   background-image : url("https://kajabi-storefronts-production.kajabi-cdn.com/kajabi-storefronts-production//sites/2148551666/images/11e82660-2b28-418c-b89d-f104f458dadd.webp");
   background-repeat : no-repeat;
   background-size : cover ;
}





/* **************** testimonial ********************** */


.gallery-container {
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.gallery-grid {
  columns: 4 300px;
  column-gap: 20px;
}

.gallery-item {
  margin-bottom: 20px;
  break-inside: avoid;
  position: relative;
}

.gallery-item img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  transition: transform 0.3s ease;
}

/* Efecto hover opcional */
.gallery-item img:hover {
  transform: scale(1.02);
}

/********CURSOS GRID **************/

.course-bg-1 h4 span, .course-bg-1 p span, .course-bg-2 h4 span, .course-bg-2 p span {
  
color: #150e60;
}

/**** bg course  degradados**/

/* Azules*/
#block-1736605414_2 .block, #block-1736605414_5 .block, #block-1736605414_7 .block, #block-1736605414_10 .block   {

  background-color: rgba(255, 255, 255, 1); /* Color inicial */
  background-image: linear-gradient(150deg, rgba(255,255,255,1), rgba(21, 14, 96, 0.2));
  transition: background-color 0.5s ease-in-out;

}

#block-1736605414_2 .block:hover, #block-1736605414_5 .block:hover, #block-1736605414_7 .block:hover, #block-1736605414_10 .block:hover   {
 background-color: #7467ff  /* Color final */

}


/* amarillos*/
#block-1736605414_4 .block, #block-1736605414_6 .block,  #block-1736605414_8 .block {

  background-color: rgba(255, 255, 255, 1); /* Color inicial */
  background-image: linear-gradient(150deg, rgba(255,255,255,1), rgba(255, 197, 49, 0.2) );
  transition: background-color 0.5s ease-in-out;

}

#block-1736605414_4 .block:hover, #block-1736605414_6 .block:hover,  #block-1736605414_8 .block:hover  {
  
   background-color: #ffd771  /* Color final */
  
}

/* CURSOS GRAFOS2*/


#block-1736605414_7,.ocultar {
    opacity: 0;
    pointer-events: none; /* Evita que se pueda hacer clic o interactuar */
}


#block-1736605414_10 {
 
padding: 0px;
}

#block-1736605414_10 .block{


}

.cmm a{
  display: inline-block;
  color: #150e60 !important;  
padding: 5px 20%;
  transform: rotate(0deg) !important;;

}


.cmm{

  background: white;
  margin: 10px 0px;
  color:#150e60;;
  border-radius: 15px;
  padding: 10px 10px;
    
}



.uparrow svg, .downarrow svg{
  position: relative;
  width: 100%;
height: auto;
}

.rigtharrow svg{
  width: 90%;
  height: auto

}

.badget-cursos .started span{
  
padding: 10px 10px 10px 10px;
  font-size: 0.6rem
}

.badget-cursos .started button{
  
  position: relative;
  top: -40px;
  
  padding: 20px 10px 5px 10px;
  margin: -70px 0px 20px 0px;
  border-radius: 30px;
  background: #ffc531;
  
  font-size: 0.7rem;
  font-weight: 700;
  border: 3px solid;
  border-color: #ffc531;
}


#section-1736605414  [class*="col-"]{
  
    padding: 0px !important;;
  }
  





/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////CARROUSEL DE APENDERAS A///////////////////////////////////*/


/*////////////////////////////////////////////////////////////////////////////////////////////*/
/*////////////////////////////////////////////////////////////////////////////////////////////*/

/* **************** Media query ********************** */


/* Media queries para responsividad */

@media (max-width: 480px) {
  .gallery-grid {
    columns: 1 auto;
  }
  
  .gallery-container {
    padding: 10px;
  }
}






@media (max-width: 768px) {
  
    #grid .container {
    grid-template-columns: 1fr;
  }

  .grid-box-daniel,
  .grid-box-jonathan,
  .grid-box-kira,
  .grid-box-jeanette,
  .grid-box-patrick {
    grid-column: 1;
  }

  .grid-box-daniel {
    grid-row: 1;
  }
  .grid-box-jonathan {
    grid-row: 2;
  }
  .grid-box-kira {
    grid-row: 3;
  }
  .grid-box-jeanette {
    grid-row: 4;
  }
  .grid-box-patrick {
    grid-row: 5;
  }
  
  .counter-container {
    grid-template-columns: 1fr;
  }


  .custom-modal-content {
    margin: 10% auto;
    width: 95%;
    padding: 20px;
  }
  
  .gallery-grid {
    columns: 2 200px;
  }
  
  
    /* This reduces the h1 font size of the blog post title on the blog feed page on desktop  */
h1.blog-post-body__title {
font-size: 58px !important;
}
  
  
    .bloque2 .btn{
    
    margin-right: 0px;
    margin-left: -20px !important;
    font-size: 1rem;
      margin-top: 30px;
    padding: 10px 15% !important;a
  }

  /* DEBE RECREARSE SI SE CAMBIA oCOPIA*/
#block-1644897704469_0 .block{
  height: 430px

}

#block-1644897849189_0 .block{  
  
  height: 415px
}

  
  .bloque2 .btn-rigth{
    min-height: 100px
  }
  
  
  .cursos .started span{
  

  font-size: 0.8rem;
}

.cursos .started button{
  
  position: relative;
  top: -25px;
  

  ;
  border-radius: 30px;

  

  font-weight: 600;

  border-color: #ffc531;
}
  
    /*quita bloque de cursos para desktop en vista movil   */
  #section-1736605414{
  
    display: none !important;

  }

  
  
/*ACORDEON DE CURSOS PARA MOVIL*/
  
          #section-1738067755044 .row {
           margin: 1rem 0px 0px 0px;
          }
  
  
          .accordion-container {
            width: 100%;
            margin: 20px auto;

        }

        .accordion-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 15px;
            background-color: white;
            border: 2px solid #ccc;
            border-radius: 10px;
            cursor: pointer;
            margin-bottom: 5px;
        }

        .accordion-title {
            font-size: 20px;
            font-weight:bolder !important; ;
            color:#150e60;
            margin: 15px 10px;
        }
        
  .accordion-item .accordion-content h4{
    
  font-size: 18px;
    font-weight: 700;
  }
        
  
        .toggle-btn {
          scale: 200%;
            width: 24px;
            height: 24px;
            background: none;
            border: none;
            cursor: pointer;
            font-size: 24px;
            line-height: 1;
            padding: 0;
            position: relative;
            transition: transform 0.3s ease;
        }

        .toggle-btn::before,
        .toggle-btn::after {
            content: '';
            position: absolute;
            background-color: #150e60;
            transition: all 0.3s ease;
        }

        /* Línea horizontal */
        .toggle-btn::before {
            width: 16px;
            height: 2px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* Línea vertical */
        .toggle-btn::after {
            width: 2px;
            height: 16px;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* Animación del botón cuando está activo */
        .toggle-btn.active::after {
            transform: translate(-50%, -50%) rotate(90deg);
            opacity: 0;
        }

        .accordion-content {
            max-height: 0;
            overflow: hidden;
            transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
            background-color: transparent;
            border: none;
            border-radius: 10px;
            margin-bottom: 10px;
            opacity: 0;
            transform: translateY(-10px);
        }

        .accordion-content.active {
            max-height: 100%;
            opacity: 1;
            transform: translateY(0);
        }

        .content-inner {
            padding: 15px;
        }

        .inner-title {
            margin: 10px 0;
            padding: 10px;
            background-color: white;
            border: 2px solid #ccc;
            border-radius: 5px;
            text-align: center;
        }

        .description {
            margin: 10px 0;
            line-height: 1.5;
        }

  
  .curso-acordeon-content{
      
    background-color: white;
        padding: 20px 20px;
        border-radius: 15px
      }
  
  .arrow-down{
    
  text-align: center
  }
  
  .cursos-movil .accordion-item .arrow-down{
    
  color: #ffc531;

  }
  .cursos-movil .accordion-item .arrow-down i{
    
    font-size: 5rem
  }
  
  .badget-cursos {
    text-align: center;
  }
.badget-cursos .started span{
  
padding: 0px 10px 10px 10px;
  font-size: 0.6rem;
  color: #150e60;
}

.badget-cursos .started button{
  
  position: relative;
  top: 44px;
  width: 90%;
  z-index: 0;
  padding: 0px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 0px 0px 30px 30px; 
  background: #ffc531;
  
  font-size: 0.7rem;
  font-weight: 700;
  border: 3px solid;
  border-color: #ffc531;
}  
  
  /*ANIMACION DE LOS RECTAGULOS (CURSOS)*/
/* Definimos la animación */

  @keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Clase base que oculta inicialmente el elemento */
.fade-up {
  opacity: 0;
}

/* Clase que se añadirá cuando el elemento sea visible */
.fade-up.visible {
  animation: fadeUp 1.0s ease-out forwards;
  animation-delay: 0.5s; /* Agregamos el delay aquí */

}
  /* Cursos en vivo faq */
  
  .faq-bloq .faq-question h6{
    
text-align: left;
  }
  
  .faq-section .faq-question{
    
margin-bottom: 20px !important;
  }
  




@media (max-width: 1200px) {
  .gallery-grid {
    columns: 3 250px;
  }
}




@media (min-width:768px ) and (max-width: 1280px) {
  
  
  #section-1736605414 .block{
    
  padding: 15px 10px 15px 10px !important;
    
  }
  
  
  #section-1736605414 .block h4{
    
  font-size: 1rem
  }
  
  #section-1736605414 .block p a{
    
font-size: 0.6rem
  }
  
  #block-1736605414_10 .block .cmm a{
    
font-size: 0.6rem;
  }
  
  
  .badget-cursos .started span{
  
padding: 10px 0px 5px 0px;
  font-size: 0.6rem;
    
}

.badget-cursos .started button{
  
  position: relative;
  
  
  padding: 20px 10px 5px 10px;
  margin: 0px 0px 0px 0px;
  border-radius: 30px;
  background: #ffc531;
  
  font-size: 0.7rem;
  font-weight: 700;
  border: 3px solid;
  border-color: #ffc531;
}
  
  
  .badget-cursos .started{
    
  height: 30px
  }

  
  .cmm {
    
    font-size: 0.7rem;
  }
  .cmm .btn {
    font-size: 0.4rem !important;
  }

  

}











@media (min-width:768px){
 
  /*quita bloque de cursos para movil en vista desktop*/
  
  #section-1738067755044 {
    display: none;
  }
  
  
  .bloque2 .btn{
    margin-right: 80px;
  }

  
#block-1644897704469_0 .block{
  height: 550px

}

  #block-1644897849189_0 .block{  
  
  height: 550px
}

.bloque2{
min-height: 150px;
  
}
 
  #block-1736616736288 .block {
    
    padding: 10px 20% !important;;

  }
  
  #block-1736616424042_0 h2, #block-1736687627204_0 h2 {
    
    font-size: 5rem !important;
  }
  
  


}



aside.powered-by.background-light {
    display: none;
}


/****PRICING *****************************/

.precio{
  font-size: 2rem !important;
  text-decoration: line-through;
  text-decoration-color: #ff0000; /* Color rojo */
  text-decoration-thickness: 2px; /* Grosor */
  opacity: 0.7; /* Opcional: para atenuar el texto */
}
.promo{
  color: #0e5ca0;
  
}



/* Estilo general - Minimalista y sofisticado */
.learning-modules {

  max-width: 800px;
  margin: 0 auto;

  line-height: 1.6;
}

.learning-modules h3 {


  letter-spacing: 0.5px;
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 15px;
}



.module-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 0.8rem;
  padding-left: 10px;
  transition: all 0.3s ease;
  font-size: 1rem;
}

.module-item:hover {
  transform: translateX(5px);
}

.module-item:before {
  content: "✓";
  font-weight: bold;
  margin-right: 12px;

}




/*marca de kajaby*/

.powered-by {
  
display: none;
}