/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[9].use[0]!./src/blocks/highlights-cursos/style.scss ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/**
* Screen Sizes
*/
/* news */
/* mobile */
/* tablet */
/* desktop */
/**
* Breakpoints - Media Queries
*/
/**
 * Font Weight
 */
/**
 * Typography
 */
/**
 * Funções Utilitárias
 */
.ca {
  font-weight: 600;
  font-size: var(--wp--preset--font-size--text-md, 1rem) !important;
  line-height: 160%;
}

.flex-col-start-1 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 2rem;
}

.wp-block-theme-blocks-highlights-cursos {
  display: flex;
  flex-direction: column;
  padding-top: 64px !important;
  padding-bottom: 80px !important;
  gap: 64px;
}

.wp-block-theme-blocks-highlights-cursos h1 {
  color: var(--Brand-Primary-800, #062336);
  /* Title/md/Semi-Bold */
  font-family: var(--font-Family-Title, Montserrat);
  font-size: var(--font-Size-Title-md, 36px);
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 46.8px */
  letter-spacing: -0.72px;
  margin: unset;
  padding: unset;
}

@media (max-width: 600px) {
  .wp-block-theme-blocks-highlights-cursos h1 {
    color: var(--Brand-Primary-800, #062336);
    /* Title/xs/Semi-Bold */
    font-family: var(--font-Family-Title, Montserrat);
    font-size: var(--font-Size-Title-xs, 24px);
    font-style: normal;
    font-weight: 600;
    line-height: 34px; /* 141.667% */
    letter-spacing: -0.48px;
  }
}
.wp-block-theme-blocks-highlights-cursos .swiper {
  max-width: 100% !important;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista {
  display: flex;
  width: 100%;
  justify-content: center;
}

@media (max-width: 600px) {
  .wp-block-theme-blocks-highlights-cursos .cursos-lista {
    justify-content: unset;
  }
}
.wp-block-theme-blocks-highlights-cursos .cursos-lista article {
  flex: 1;
  background: var(--Brand-Primary-50, #F2F3F3);
  display: flex;
  flex-direction: column;
  transition: all 0.3s ease-in-out;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article:hover {
  cursor: pointer;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article:hover .curso-imagem img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article:hover .curso-titulo a {
  transition: all 0.3s ease-in-out;
  color: #048ae1 !important;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-imagem {
  overflow: hidden;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-imagem a {
  display: flex;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-imagem img {
  width: 100%;
  max-height: 325px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.3s ease-in-out;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .content-card {
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 40px;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-titulo a {
  transition: all 0.3s ease-in-out;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  align-self: stretch;
  overflow: hidden;
  color: var(--Neutral-Grey-700, #313131);
  text-overflow: ellipsis;
  /* Title/sm/Semi-Bold */
  font-family: var(--font-Family-Title, Montserrat);
  font-size: var(--font-Size-Title-sm, 28px);
  font-style: normal;
  font-weight: 600;
  line-height: 38px; /* 135.714% */
  letter-spacing: -0.56px;
  text-decoration: none;
}

@media (max-width: 600px) {
  .wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-titulo a {
    font-size: 20px;
  }
}
.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-categorias {
  display: flex;
  gap: 8px;
  flex-wrap: wrap;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-categorias span {
  display: flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  border-radius: 50px;
  border: 0.6px solid var(--Neutral-Grey-300, #6E6E6E);
  color: var(--Neutral-Grey-300, #6E6E6E);
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 18.2px */
  width: -moz-fit-content;
  width: fit-content;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-categorias span.online::before {
  content: "";
  display: flex;
  width: 8px;
  height: 8px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%278%27 height=%279%27 viewBox=%270 0 8 9%27 fill=%27none%27%3E%3Ccircle cx=%274%27 cy=%274.71387%27 r=%274%27 fill=%27%236E6E6E%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-categorias span.ead::before {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27%3E%3Crect width=%2716%27 height=%2716%27 transform=%27translate%280 0.713867%29%27 fill=%27white%27 fill-opacity=%270.01%27 style=%27mix-blend-mode:multiply%27/%3E%3Cpath d=%27M13 10.7139C14.1046 10.7139 15 9.81844 15 8.71387C15 7.6093 14.1046 6.71387 13 6.71387C11.8954 6.71387 11 7.6093 11 8.71387C11 9.81844 11.8954 10.7139 13 10.7139Z%27 fill=%27%236E6E6E%27/%3E%3Cpath d=%27M11 15.7139H10V13.2139C10 12.5508 9.73661 11.9149 9.26777 11.4461C8.79893 10.9773 8.16304 10.7139 7.5 10.7139H4.5C3.83696 10.7139 3.20107 10.9773 2.73223 11.4461C2.26339 11.9149 2 12.5508 2 13.2139V15.7139H1V13.2139C1 12.2856 1.36875 11.3954 2.02513 10.739C2.6815 10.0826 3.57174 9.71387 4.5 9.71387H7.5C8.42826 9.71387 9.3185 10.0826 9.97487 10.739C10.6313 11.3954 11 12.2856 11 13.2139V15.7139Z%27 fill=%27%236E6E6E%27/%3E%3Cpath d=%27M6 2.71387C6.49445 2.71387 6.9778 2.86049 7.38893 3.13519C7.80005 3.4099 8.12048 3.80034 8.3097 4.25716C8.49892 4.71397 8.54843 5.21664 8.45196 5.70159C8.3555 6.18655 8.1174 6.632 7.76777 6.98163C7.41814 7.33127 6.97268 7.56937 6.48773 7.66583C6.00277 7.76229 5.50011 7.71279 5.04329 7.52357C4.58648 7.33435 4.19603 7.01392 3.92133 6.60279C3.64662 6.19167 3.5 5.70832 3.5 5.21387C3.5 4.55083 3.76339 3.91494 4.23223 3.4461C4.70107 2.97726 5.33696 2.71387 6 2.71387ZM6 1.71387C5.30777 1.71387 4.63108 1.91914 4.0555 2.30372C3.47993 2.68831 3.03133 3.23493 2.76642 3.87448C2.50151 4.51402 2.4322 5.21775 2.56725 5.89668C2.7023 6.57562 3.03564 7.19926 3.52513 7.68874C4.01461 8.17822 4.63825 8.51157 5.31718 8.64662C5.99612 8.78166 6.69985 8.71235 7.33939 8.44745C7.97893 8.18254 8.52556 7.73393 8.91014 7.15836C9.29473 6.58279 9.5 5.9061 9.5 5.21387C9.5 4.28561 9.13125 3.39537 8.47487 2.73899C7.8185 2.08262 6.92826 1.71387 6 1.71387Z%27 fill=%27%236E6E6E%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-categorias span.presencial::before {
  content: "";
  display: flex;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns=%27http://www.w3.org/2000/svg%27 width=%2716%27 height=%2717%27 viewBox=%270 0 16 17%27 fill=%27none%27%3E%3Crect width=%2716%27 height=%2716%27 transform=%27translate%280 0.713867%29%27 fill=%27white%27 fill-opacity=%270.01%27 style=%27mix-blend-mode:multiply%27/%3E%3Cpath d=%27M8 2.71387C8.49445 2.71387 8.9778 2.86049 9.38893 3.13519C9.80005 3.4099 10.1205 3.80034 10.3097 4.25716C10.4989 4.71397 10.5484 5.21664 10.452 5.70159C10.3555 6.18655 10.1174 6.632 9.76777 6.98163C9.41814 7.33127 8.97268 7.56937 8.48773 7.66583C8.00277 7.76229 7.50011 7.71279 7.04329 7.52357C6.58648 7.33435 6.19603 7.01392 5.92133 6.60279C5.64662 6.19167 5.5 5.70832 5.5 5.21387C5.5 4.55083 5.76339 3.91494 6.23223 3.4461C6.70107 2.97726 7.33696 2.71387 8 2.71387ZM8 1.71387C7.30777 1.71387 6.63108 1.91914 6.0555 2.30372C5.47993 2.68831 5.03133 3.23493 4.76642 3.87448C4.50152 4.51402 4.4322 5.21775 4.56725 5.89668C4.7023 6.57562 5.03564 7.19926 5.52513 7.68874C6.01461 8.17822 6.63825 8.51157 7.31718 8.64662C7.99612 8.78166 8.69985 8.71235 9.33939 8.44745C9.97893 8.18254 10.5256 7.73393 10.9101 7.15836C11.2947 6.58279 11.5 5.9061 11.5 5.21387C11.5 4.28561 11.1313 3.39537 10.4749 2.73899C9.8185 2.08262 8.92826 1.71387 8 1.71387Z%27 fill=%27%236E6E6E%27/%3E%3Cpath d=%27M13 15.7139H12V13.2139C12 12.8856 11.9353 12.5605 11.8097 12.2572C11.6841 11.9538 11.4999 11.6782 11.2678 11.4461C11.0356 11.214 10.76 11.0298 10.4567 10.9042C10.1534 10.7785 9.8283 10.7139 9.5 10.7139H6.5C5.83696 10.7139 5.20107 10.9773 4.73223 11.4461C4.26339 11.9149 4 12.5508 4 13.2139V15.7139H3V13.2139C3 12.2856 3.36875 11.3954 4.02513 10.739C4.6815 10.0826 5.57174 9.71387 6.5 9.71387H9.5C10.4283 9.71387 11.3185 10.0826 11.9749 10.739C12.6313 11.3954 13 12.2856 13 13.2139V15.7139Z%27 fill=%27%236E6E6E%27/%3E%3C/svg%3E");
  background-repeat: no-repeat;
}

.wp-block-theme-blocks-highlights-cursos .cursos-lista article .curso-descricao p {
  color: var(--Grey-Text, #4E5050);
  /* Text/md/Regular */
  font-family: var(--font-Family-Text, Montserrat);
  font-size: var(--font-Size-Text-md, 16px);
  font-style: normal;
  font-weight: 400;
  line-height: 170%; /* 27.2px */
}

/*# sourceMappingURL=style-index.css.map*/