/* COLOR MENU PRINCIPAL */

.color-menu {
	color: #828282 !important;
}

/* PAGINA DE CURSO */
/* Quito pestaña curriculum */
li.course-nav.course-nav-tab-curriculum {
    display: none;
}
/* Quito pestaña instructor */
li.course-nav.course-nav-tab-instructor {
    display: none;
}

.course-extra-box {
    display: none;
}
/* Quito imagen instructor*/
.meta-item-instructor {
	display: none !important;
	background-color: red;
}
/* Quito cartel Free */
#learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price .free, #learn-press-course .course-summary-sidebar .course-sidebar-preview .course-price .price {
    font-size: 30px;
    font-weight: 600;
    display: none;
}
/* Quito botón de inscripción*/
form.enroll-course {
    display: none;
}
/* Quito iconos que no usamos*/
.meta-item.meta-item-lesson {
    display: none !important;
}
.meta-item.meta-item-quiz {
    display: none !important;
}
.meta-item.meta-item-student {
    display: none !important;
}

li.course-nav.course-nav-tab-overview.active {
    display: none;
}
/* PAGINA DE TODOS LOS CURSOS */
/* Quito galleta con precio*/
.course-footer {
    display: none !important;
}
/* Quito nombre del profesor*/
span.instructor-display-name {
    display: none;
}

/* Página de cursos quito Gratis y por espacio*/
span.course-item-price {
    display: none;
}

.course-instructor-category > div:first-child > label {
  display: none;
}

#learn-press-course .course-summary-sidebar .course-featured-review .featured-review__content:after {
     color: rgba(102, 102, 102, 0.1);
}

span.course-instructor::before {
    display: none !important;
}

.sc_blogger_item_course_price {
    display: none !important;
}

.post_meta.sc_blogger_item_meta.post_meta {
    display: none;
}

.sc_blogger_item_course_meta {
    display: none !important;
}

/* FORMULARIO MAUTIC - ESTILO GLOBAL */

/* Contenedor principal */
#mauticform_wrapper_formulariohome {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  padding: 40px 32px 32px 32px;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Espaciado entre campos */
#mauticform_wrapper_formulariohome .mauticform-row {
  margin-bottom: 1em;
  margin-left: 0 !important;
  position: relative;
}

/* Etiquetas */
#mauticform_wrapper_formulariohome .mauticform-label {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #8b8b8b;
  margin-bottom: 0.2em;
  gap: 0.5em;
  font-size: 1.08em;
  line-height: 44px;
  height: 44px;
  padding: 0;
  margin-left: 0 !important;
}

/* Iconos SVG alineados en los labels */
#mauticform_wrapper_formulariohome .mauticform-label .icon {
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.1em;
  color: #888;
  margin: 0;
}

/* Eliminar margen izquierdo heredado de Mautic para empresa y mensaje y sus labels */
#mauticform_formulariohome_empresa,
#mauticform_formulariohome_mensaje,
#mauticform_label_formulariohome_empresa,
#mauticform_label_formulariohome_mensaje {
  margin-left: 0 !important;
}

/* Inputs y textarea estilo línea */
#mauticform_wrapper_formulariohome .mauticform-row input,
#mauticform_wrapper_formulariohome .mauticform-row textarea {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #e0e0e0;
  border-radius: 0;
  padding: 0 10px 0 0;
  font-size: 1.08em;
  background: transparent;
  color: #222;
  transition: border-color 0.2s;
  box-shadow: none;
  line-height: 44px;
  height: 44px;
  vertical-align: middle;
  display: block;
  box-sizing: border-box;
  resize: none;
  min-width: 0;
  margin: 0;
}
#mauticform_wrapper_formulariohome .mauticform-row textarea {
  min-height: 80px;
  resize: vertical;
  height: auto;
}
#mauticform_wrapper_formulariohome .mauticform-input:focus,
#mauticform_wrapper_formulariohome .mauticform-row textarea:focus {
  border-bottom: 1.5px solid #3d5afe;
  outline: none;
  background: transparent;
}

/* Mensajes de error */
#mauticform_wrapper_formulariohome .mauticform-errormsg {
  color: #e53935;
  font-size: 0.97em;
  margin-top: 2px;
  margin-left: 0;
  display: block;
}

/* Botón */
#mauticform_wrapper_formulariohome .mauticform-button-wrapper {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 1em;
}
#mauticform_wrapper_formulariohome .mauticform-button {
  background: #3d5afe;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 16px 38px 16px 48px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 24px 0 rgba(61,90,254,0.18);
  position: relative;
  transition: background 0.2s, box-shadow 0.2s;
  display: inline-block;
  line-height: 1.2;
  min-width: 160px;
}
#mauticform_wrapper_formulariohome .mauticform-button:hover {
  background: #304ffe;
  box-shadow: 0 8px 32px 0 rgba(61,90,254,0.22);
}

/* Mensaje */
#mauticform_formulariohome_message {
  margin-bottom: 18px;
  font-size: 1.05em;
	color: red;
}

/* Ocultar campos ocultos */
#mauticform_wrapper_formulariohome .mauticform-field-hidden { display: none; }

/* CSS NEWSLETTER*/

.newsletter-form {
  max-width: 500px;
  margin: 40px auto 0 auto;
  background: transparent;
}

.newsletter-input-group {
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 2.5em;
  box-shadow: 0 2px 16px 0 rgba(60,72,88,.07);
  padding: 0.3em 0.5em 0.3em 1.2em;
  gap: 0;
}

.newsletter-input-group input[type="email"] {
  border: none;
  outline: none;
  background: transparent;
  font-size: 1.2em;
  flex: 1;
  padding: 1.1em 0;
  color: #888;
  border-radius: 2em 0 0 2em;
}

.newsletter-input-group input[type="email"]::placeholder {
  color: #bdbdbd;
  font-size: 1.1em;
  opacity: 1;
}

.newsletter-btn {
  display: flex;
  align-items: center;
  background: #4B5DFF;
  border: none;
  color: #fff;
  font-weight: 600;
  font-size: 1.1em;
  cursor: pointer;
  gap: 0.7em;
  padding: 0 2.2em 0 1.2em;
  border-radius: 2em;
  height: 3.2em;
  margin-left: -1.5em;
  box-shadow: none;
  transition: background 0.2s;
  position: relative;
  z-index: 1;
}

.newsletter-btn .icon {
  font-size: 1.3em;
  display: flex;
  align-items: center;
}

.newsletter-btn:hover {
  background: #3246c9;
}

.newsletter-privacy {
  margin-top: 1.5em;
  text-align: left;
  font-size: 1.05em;
  color: #888;
  font-family: inherit;
}

.newsletter-privacy input[type="checkbox"] {
  margin-right: 0.5em;
  accent-color: #4B5DFF;
  width: 1.1em;
  height: 1.1em;
}

.newsletter-privacy a {
  color: #2563eb;
  text-decoration: underline;
  font-weight: 500;
}


/* Formulario */

/* Contenedor de campo */
.field-wrapper {
  margin-bottom: 20px;
}

/* Contenedor del label con icono */
.field-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

/* Iconos de campos */
.field-icon {
  margin-right: 8px;
  color: #999;
  width: 20px;
  height: 20px;
}

/* Estilos base para inputs y textarea */
.field-input {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}

/* Textarea específico */
.field-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}

/* Layout de columnas */
.columns_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.column-1_1 {
  flex: 1 1 100%;
}

.column-1_2 {
  flex: 1 1 calc(50% - 7.5px);
}

/* Botón con icono */
.button-wrapper {
  position: relative;
  display: inline-block;
}

.button-input {
  background: #4F6EF7;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 15px 30px 15px 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-input:hover {
  background: #3D5CE6;
}

/* Icono del botón */
.button-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: white;
}

/* Estilos para checkbox */
.mauticform-checkboxgrp {
  margin: 20px 0;
}

.mauticform-checkboxgrp-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mauticform-checkboxgrp-checkbox {
  width: 18px;
  height: 18px;
}

.mauticform-checkboxgrp-label {
  font-size: 14px;
  color: #666;
}

/* Mensajes de error - ocultos por defecto */
.mauticform-errormsg {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

/* Mostrar errores cuando el campo es inválido */
.mauticform-input:invalid + .mauticform-errormsg,
.mauticform-textarea:invalid + .mauticform-errormsg {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .column-1_2 {
    flex: 1 1 100%;
  }
}

/* Formulario newsletter home */

/* Estilos para el formulario de newsletter */
.newsletter-wrapper {
  max-width: 500px;
  margin: 0 auto;
}

/* Contenedor de campo */
.newsletter-field-wrapper {
  margin-bottom: 20px;
}

/* Label con icono */
.newsletter-field-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

/* Icono del campo */
.newsletter-field-icon {
  margin-right: 8px;
  color: #999;
  width: 20px;
  height: 20px;
}

/* Input de email */
.newsletter-field-input {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}

/* Contenedor del checkbox */
.newsletter-checkbox-wrapper {
  margin: 20px 0;
}

.newsletter-checkbox-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.newsletter-checkbox {
  width: 18px;
  height: 18px;
}

.newsletter-checkbox-label {
  font-size: 14px;
  color: #666;
}

/* Botón de envío */
.newsletter-button-wrapper {
  position: relative;
  display: inline-block;
  margin-top: 20px;
}

.newsletter-button-input {
  background: #4F6EF7;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 15px 30px 15px 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.newsletter-button-input:hover {
  background: #3D5CE6;
}

/* Icono del botón */
.newsletter-button-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: white;
}

/* Responsive */
@media (max-width: 768px) {
  .newsletter-wrapper {
    max-width: 100%;
    padding: 0 15px;
  }
}

/* CLASES PARA EL POPUP DEL NEWSLETTER */

.popup-form-container {
  font-family: Arial, sans-serif;
  max-width: 400px;
  margin: 0 auto;
  padding: 20px;
  background: #fff;
  border-radius: 8px;
}

.popup-field-wrapper {
  position: relative;
  margin-bottom: 20px;
}

.popup-field-wrapper input[type="email"] {
  width: 100%;
  padding: 12px 45px 12px 15px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 16px;
  background: #fff;
  box-sizing: border-box;
  border-bottom: 2px solid #007cba;
}

.popup-field-wrapper input[type="email"]:focus {
  outline: none;
  border-color: #007cba;
  box-shadow: 0 0 5px rgba(0, 124, 186, 0.3);
}

.popup-field-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: #666;
}

.popup-button-wrapper {
  text-align: center;
  margin-bottom: 15px;
}

.popup-submit-btn {
  display: inline-block;
  background: #007cba;
  color: white;
  border: none;
  padding: 10px 10px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

.popup-submit-btn:hover {
  background: #005a8b;
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.popup-checkbox-wrapper {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 14px;
  line-height: 1.4;
}

.popup-checkbox-wrapper input[type="checkbox"] {
  margin: 0;
  flex-shrink: 0;
  margin-top: 2px;
}

.popup-checkbox-wrapper label {
  margin: 0;
  color: #666;
}

.popup-checkbox-wrapper a {
  color: #007cba;
  text-decoration: none;
}

.popup-checkbox-wrapper a:hover {
  text-decoration: underline;
}

/* 🎨 CSS FORMULARIO PROFESOR - WINNYA ANALYTICS
   Estilos específicos para el formulario de contacto de profesores
   Compatible con el diseño general de Winnya
*/

/* FORMULARIO PROFESOR - ESTILO GLOBAL */

/* Contenedor principal */
#mauticform_wrapper_formulariodecontactoprofesor {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 16px rgba(0,0,0,0.04);
  padding: 40px 32px 32px 32px;
  max-width: 500px;
  margin: 0 auto;
  font-family: 'Montserrat', Arial, sans-serif;
  box-shadow: none !important;
  background: none !important;
  border: none !important;
  padding: 0 !important;
}

/* Espaciado entre campos */
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-row {
  margin-bottom: 1em;
  margin-left: 0 !important;
  position: relative;
}

/* Etiquetas */
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-label {
  display: flex;
  align-items: center;
  font-weight: 500;
  color: #8b8b8b;
  margin-bottom: 0.2em;
  gap: 0.5em;
  font-size: 1.08em;
  line-height: 44px;
  height: 44px;
  padding: 0;
  margin-left: 0 !important;
}

/* Iconos SVG alineados en los labels */
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-label .icon {
  display: inline-flex;
  vertical-align: middle;
  font-size: 1.1em;
  color: #888;
  margin: 0;
}

/* Eliminar margen izquierdo heredado de Mautic */
#mauticform_formulariodecontactoprofesor_conocimientos,
#mauticform_formulariodecontactoprofesor_condiciones,
#mauticform_label_formulariodecontactoprofesor_conocimientos {
  margin-left: 0 !important;
}

/* Inputs y textarea estilo línea */
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-row input,
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-row textarea {
  width: 100%;
  border: none;
  border-bottom: 1.5px solid #e0e0e0;
  border-radius: 0;
  padding: 0 10px 0 0;
  font-size: 1.08em;
  background: transparent;
  color: #222;
  transition: border-color 0.2s;
  box-shadow: none;
  line-height: 44px;
  height: 44px;
  vertical-align: middle;
  display: block;
  box-sizing: border-box;
  resize: none;
  min-width: 0;
  margin: 0;
}

#mauticform_wrapper_formulariodecontactoprofesor .mauticform-row textarea {
  min-height: 80px;
  resize: vertical;
  height: auto;
}

#mauticform_wrapper_formulariodecontactoprofesor .mauticform-input:focus,
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-row textarea:focus {
  border-bottom: 1.5px solid #3d5afe;
  outline: none;
  background: transparent;
}

/* Mensajes de error */
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-errormsg {
  color: #e53935;
  font-size: 0.97em;
  margin-top: 2px;
  margin-left: 0;
  display: block;
}

/* Botón */
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-button-wrapper {
  display: block;
  width: 100%;
  text-align: left;
  margin-top: 1em;
}

#mauticform_wrapper_formulariodecontactoprofesor .mauticform-button {
  background: #3d5afe;
  color: #fff;
  border: none;
  border-radius: 32px;
  padding: 16px 38px 16px 48px;
  font-size: 1.1em;
  font-weight: 600;
  cursor: pointer;
  box-shadow: 0 6px 24px 0 rgba(61,90,254,0.18);
  position: relative;
  transition: background 0.2s, box-shadow 0.2s;
  display: inline-block;
  line-height: 1.2;
  min-width: 160px;
}

#mauticform_wrapper_formulariodecontactoprofesor .mauticform-button:hover {
  background: #304ffe;
  box-shadow: 0 8px 32px 0 rgba(61,90,254,0.22);
}

/* Mensaje */
#mauticform_formulariodecontactoprofesor_message {
  margin-bottom: 18px;
  font-size: 1.05em;
  color: #4caf50;
}

/* Mensaje de error global */
#mauticform_formulariodecontactoprofesor_error {
  margin-bottom: 18px;
  font-size: 1.05em;
  color: #e53935;
}

/* Ocultar campos ocultos */
#mauticform_wrapper_formulariodecontactoprofesor .mauticform-field-hidden { 
  display: none; 
}

/* Layout de columnas */
.columns_wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-bottom: 20px;
}

.column-1_1 {
  flex: 1 1 100%;
}

.column-1_2 {
  flex: 1 1 calc(50% - 7.5px);
}

/* Contenedor de campo */
.field-wrapper {
  margin-bottom: 20px;
}

/* Contenedor del label con icono */
.field-label {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  color: #666;
  font-size: 14px;
}

/* Iconos de campos */
.field-icon {
  margin-right: 8px;
  color: #999;
  width: 20px;
  height: 20px;
}

/* Mensaje de ayuda */
.field-help {
  font-size: 13px;
  color: #888;
  margin-bottom: 8px;
  font-style: italic;
}

/* Estilos base para inputs y textarea */
.field-input {
  padding: 15px;
  border: none;
  border-bottom: 1px solid #ddd;
  width: 100%;
  background: transparent;
  outline: none;
  font-size: 16px;
  line-height: 1.4;
  box-sizing: border-box;
}

/* Textarea específico */
.field-textarea {
  resize: vertical;
  min-height: 80px;
  font-family: inherit;
}

/* Estados focus */
.field-input:focus {
  border-bottom-color: #4F6EF7;
}

/* Botón con icono */
.button-wrapper {
  position: relative;
  display: inline-block;
}

.button-input {
  background: #4F6EF7;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 15px 30px 15px 50px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.button-input:hover {
  background: #3D5CE6;
}

/* Icono del botón */
.button-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  fill: white;
}

/* Estilos para checkbox */
.mauticform-checkboxgrp {
  margin: 20px 0;
}

.mauticform-checkboxgrp-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mauticform-checkboxgrp-checkbox {
  width: 18px;
  height: 18px;
}

.mauticform-checkboxgrp-label {
  font-size: 14px;
  color: #666;
}

.mauticform-checkboxgrp-label a {
  color: #4F6EF7;
  text-decoration: none;
}

.mauticform-checkboxgrp-label a:hover {
  text-decoration: underline;
}

/* Mensajes de error - ocultos por defecto */
.mauticform-errormsg {
  color: #e74c3c;
  font-size: 12px;
  margin-top: 5px;
  display: none;
}

/* Mostrar errores cuando el campo es inválido */
.mauticform-input:invalid + .mauticform-errormsg,
.mauticform-textarea:invalid + .mauticform-errormsg {
  display: block;
}

/* Responsive */
@media (max-width: 768px) {
  .column-1_2 {
    flex: 1 1 100%;
  }
  
  #mauticform_wrapper_formulariodecontactoprofesor {
    padding: 20px !important;
  }
}
/* CORRECCION ALINEACION ICONO ACORDEON (widget Toggle de Elementor) - 20260731 */
/* El icono flotaba pero el texto (inline-block) no cabia junto a el con float,
   quedando debajo. Se usa flexbox, igual que ya se hace en otro punto de este
   CSS para "a[class*=icon-]", en vez de depender del ajuste exacto de ancho. */
.elementor-toggle .elementor-tab-title {
	display: flex;
	align-items: center;
}
.elementor-toggle .elementor-tab-title .elementor-toggle-icon {
	float: none;
}

/* WINNYA D3 MOBILE MENU START 2026-08-02 */
/* Apertura completa: aproximadamente 0,38 s. */
body .menu_mobile .menu_mobile_nav_area > ul > li { animation-delay: 0.05s; }
body .menu_mobile .menu_mobile_nav_area > ul > li:nth-child(2) { animation-delay: 0.07s; }
body .menu_mobile .menu_mobile_nav_area > ul > li:nth-child(3) { animation-delay: 0.09s; }
body .menu_mobile .menu_mobile_nav_area > ul > li:nth-child(4) { animation-delay: 0.11s; }
body .menu_mobile .menu_mobile_nav_area > ul > li:nth-child(5) { animation-delay: 0.13s; }
body .menu_mobile.opened .menu_mobile_nav_area > ul > li { animation-duration: 0.25s; }

/* Cierre completo: aproximadamente 0,50 s. */
body .menu_mobile.out_anim .menu_mobile_nav_area > ul > li { animation-duration: 0.25s; animation-delay: 0.25s; }
body .menu_mobile.out_anim .menu_mobile_nav_area > ul > li:nth-child(2) { animation-delay: 0.23s; }
body .menu_mobile.out_anim .menu_mobile_nav_area > ul > li:nth-child(3) { animation-delay: 0.21s; }
body .menu_mobile.out_anim .menu_mobile_nav_area > ul > li:nth-child(4) { animation-delay: 0.19s; }
body .menu_mobile.out_anim .menu_mobile_nav_area > ul > li:nth-child(5) { animation-delay: 0.17s; }
/* WINNYA D3 MOBILE MENU END 2026-08-02 */

/* WINNYA: cursos destacados de portada alineados (2026-08-03) */
/* Solo afecta al widget de cursos destacados de la portada. */
.elementor-element-39865dc .sc_blogger_columns_wrap > [class*="trx_addons_column-"] {
  display: flex;
}

.elementor-element-39865dc .sc_blogger_item,
.elementor-element-39865dc .sc_blogger_item_body {
  width: 100%;
  height: 100%;
}

.elementor-element-39865dc .sc_blogger_item_body {
  display: flex;
  flex-direction: column;
}

.elementor-element-39865dc .sc_blogger_item_content {
  flex: 1 1 auto;
  min-height: 260px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-sizing: border-box;
}

.elementor-element-39865dc .sc_blogger_item_title {
  width: 100%;
  text-align: center;
}

@media (max-width: 1279px) {
  .elementor-element-39865dc .sc_blogger_item_content {
    min-height: 220px;
  }
}

@media (max-width: 767px) {
  .elementor-element-39865dc .sc_blogger_item,
  .elementor-element-39865dc .sc_blogger_item_body {
    height: auto;
  }

  .elementor-element-39865dc .sc_blogger_item_content {
    min-height: 0;
  }
}
/* FIN WINNYA: cursos destacados de portada alineados */
