/*
Theme Name: Zilom
Theme URI: https://themesgavias.com/wp/zilom/
Author URI: http://gaviasthemes.com/
Author: Gaviasthemes Team
Description: The 2021 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.1.6
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: zilom

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}

/*ndm-k22*/

.carrossel-cursos {
  display: flex;
  align-items: center;
  gap: 30px;
  background: #1f1f1f;
  color: #fff;
  padding: 40px;
  border-radius: 12px;
}

.carrossel-intro {
  flex: 1;
  font-size: 1.2rem;
  line-height: 1.5;
}

.carrossel-intro strong {
  color: #fff;
  font-weight: 700;
}

.cursos-swiper {
  flex: 2;
  overflow: hidden;
}

.curso-card {
  background: #000;
  border-radius: 12px;
  overflow: hidden;
  text-align: left;
  padding: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.curso-img img {
  width: 100%;
  height: auto;
  border-radius: 8px;
}

.curso-content h3 {
  font-size: 1.2rem;
  margin-top: 15px;
  color: #fff;
}

.curso-content p {
  color: #ccc;
  font-size: 0.9rem;
  margin: 10px 0;
}

.curso-btn {
  color: #ff0;
  text-decoration: none;
  font-weight: bold;
}
