﻿/*
Theme Name: Purruma Pheme 2026
Author: Alirio Nhamize
Version: 1.0
Description: Tema WordPress da Purruma convertido a partir do projecto HTML/CSS original.
Text Domain: purruma
*/

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

.container-global {
  background-color: #fafafa;
  display: flex;
  flex-flow: column wrap;
}

header {
  width: 100vw;
  height: 70px;
  background: #fff;
  border-bottom: 1px solid rgba(52, 52, 52, 0.0941176471);
  font-size: 1rem;
  font-family: "Russo One", sans-serif;
  position: fixed;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 399;
}
header .dominio {
  margin-left: 20px;
}
header .dominio a {
  text-decoration: none;
  padding: 10px 0px 10px 20px;
  font-family: "Russo One", sans-serif;
  color: #0067ff;
  font-size: 1.5rem;
  font-weight: 900;
  letter-spacing: 1px;
}
header .dominio a:hover, header .dominio a:hover span.logo-span {
  text-decoration: underline;
}
header .categorias-container {
  justify-self: end;
  margin-right: 20px;
}
header .categorias-container ul {
  text-align: center;
}
header .categorias-container ul li {
  display: inline;
}
header .categorias-container ul li a {
  text-decoration: none;
  padding: 10px 20px 10px 0;
  color: #292930;
  letter-spacing: 0.7px;
}
header .categorias-container ul li a:hover {
  text-decoration: underline;
}
header .categorias-container ul .onStud a {
  color: #ca2317;
  text-transform: uppercase;
}
header .categorias-container ul .verde a {
  color: green;
}
header .togle {
  margin-right: 20px;
  color: #0067ff;
  font-size: 1.5rem;
  display: none;
}
header .togle #open_Menu {
  cursor: pointer;
}
header .togle #close_Menu {
  cursor: pointer;
  color: #ca2317;
}
header .togle .hide {
  display: none;
}

@media screen and (max-width: 940px) {
  header .togle {
    display: inline;
  }
  header .categorias-container {
    position: absolute;
    position: fixed;
    top: 70px;
    width: 100vw;
    height: 100vh;
    background: rgba(156, 152, 152, 0.1019607843);
    z-index: 390;
  }
  header .categorias-container ul {
    display: flex;
    flex-flow: column;
    background: #292930;
  }
  header .categorias-container ul li {
    padding: 10px 0;
    margin-top: 10px;
  }
  header .categorias-container ul li a {
    color: aliceblue;
  }
}
section {
  display: flex;
  flex-flow: row wrap;
  margin-top: 70px;
}
section .wellcame-msg-container {
  background: #080913;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1 1 100%;
  min-height: 120px;
  padding: 20px;
}
section .wellcame-msg-container.wellcame-msg-home {
  min-height: 50vh;
}
section .wellcame-msg-container p,
section .wellcame-msg-container h1 {
  color: #0067ff;
  text-align: center;
  max-width: 980px;
  padding: 0;
  font-size: 1.5rem;
  letter-spacing: 1.5px;
}
section .content-container {
  margin-top: 20px;
  flex: 1 1 80%;
  font-size: 1rem;
}
section .content-container .content {
  display: flex;
  flex-flow: row wrap;
  margin: 0 0px 20px 20px;
}
section .content-container .content .category-title {
  flex: 1 1 100%;
  margin-bottom: 10px;
  text-transform: uppercase;
}
section .content-container .content .category-title h2 {
  color: #0067ff;
}
section .content-container .content .category-title h2 a {
  text-decoration: none;
  color: #0067ff;
}
section .content-container .content .category-title h2 a:hover {
  text-decoration: underline;
  color: #ca2317;
}
section .content-container .content .category-title h1 a {
  text-decoration: none;
}
section .content-container .content .category-title h1 a:hover {
  text-decoration: underline;
  color: #ca2317;
}
section .content-container .content .cards {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
}
section .content-container .content .cards a {
  text-decoration: none;
  text-align: justify;
  font-size: 0.8rem;
}
section .content-container .content .cards a:hover h3 {
  color: #0067ff !important;
}
section .content-container .content .cards .card {
  flex: 1 1 30%;
  margin: 0 20px 20px 0;
  height: 300px;
  background: #fefefe;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  min-width: 270px;
}
section .content-container .content .cards .card .img-container {
  width: 100%;
  height: 50%;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}
section .content-container .content .cards .card .img-container img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  min-width: 100%;
  min-height: 100%;
}
section .content-container .content .cards .card .card-info-container h3 {
  text-transform: capitalize;
  color: #191919;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
}
section .content-container .content .cards .card .card-info-container p {
  color: #343434;
  font-size: 16px;
  margin-top: 10px;
}

section .content-container .content .cards.purruma-service-cards {
  gap: 20px;
}

section .content-container .content .cards.purruma-service-cards .purruma-service-card {
  display: flex;
  flex: 1 1 270px;
  flex-direction: column;
  height: auto;
  margin: 0;
  min-height: 360px;
}

.purruma-service-card-link {
  display: flex;
  flex: 1;
  flex-direction: column;
  text-decoration: none;
}

section .content-container .content .cards .card .purruma-service-card-icon {
  background: #f7f7f7;
  height: 120px;
}

section .content-container .content .cards .card .purruma-service-card-icon img {
  height: 72px;
  min-height: 0;
  min-width: 0;
  object-fit: contain;
  width: 72px;
}

.purruma-service-card .card-info-container {
  flex: 1;
}

.purruma-card-action {
  align-self: stretch;
  background: #0067ff;
  color: #fff;
  display: flex;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  font-weight: 700;
  justify-content: center;
  margin-top: 12px;
  padding: 10px 14px;
  text-align: center;
  text-decoration: none;
}

.cards .purruma-card-action {
  text-align: center;
}

.purruma-card-action:hover {
  background: #ca2317;
  color: #fff;
}

.purruma-service-icon {
  align-items: center;
  background: #f7f7f7;
  display: flex;
  justify-content: center;
  min-height: 180px;
}

.purruma-service-icon img {
  max-height: 120px;
  max-width: 160px;
}

section .content-container .servicos-container {
  width: 98%;
  margin-left: 2%;
  background: #f7f7ff;
  display: flex;
  flex-flow: row wrap;
}
section .content-container .servicos-container .servico {
  flex: 1 1 20%;
  margin: 2.5%;
  background: #fff;
  border-radius: 10px;
  text-decoration: none;
  color: #080913;
  min-width: 170px;
}
section .content-container .servicos-container .servico:hover h4 {
  color: #0067ff;
}
section .content-container .servicos-container .servico .svg-container {
  width: 100%;
  height: 80%;
  margin-bottom: 3px;
  overflow: hidden;
  position: relative;
}
section .content-container .servicos-container .servico h4 {
  padding: 10px;
}
section .publicity-container {
  flex: 1 1 20%;
}
section .publicity-container .publicity {
  min-width: 200px;
  background: #f7f7f7;
  border-radius: 10px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  padding: 20px;
  font-family: helvetica;
  margin-bottom: 30px;
}
section .publicity-container a.publicity {
  color: inherit;
  display: block;
  text-decoration: none;
}
section .publicity-container .publicity h6 {
  font-size: 14px;
  text-align: center;
  padding-bottom: 10px;
  color: #0067ff;
}
section .publicity-container .publicity h6 a {
  color: #0067ff;
  text-decoration: none;
}
section .publicity-container .publicity h6 a:hover,
section .publicity-container a.publicity:hover h6 {
  color: #ca2317;
  text-decoration: underline;
}
section .publicity-container .publicity .texto {
  font-size: 12px;
  text-align: justify;
  line-height: 1.5;
  padding-bottom: 10px;
  color: #333;
}
section .publicity-container .publicity .img-container {
  display: block;
}
section .publicity-container .publicity .img-container img {
  display: block;
  width: 100%;
}
section .publicity-container .publicity .redes {
  display: flex;
  justify-content: space-evenly;
  font-size: 24px;
  color: #333;
  transition: color 0.3s;
}
section .publicity-container .publicity .redes a {
  color: #333;
  transition: color 0.3s;
}
section .publicity-container .publicity .redes a:hover {
  color: #ca2317;
}
section .publicity-container .publicity ul li {
  padding-bottom: 10px;
}
section .publicity-container .publicity ul li a {
  text-decoration: none;
  color: #333;
  transition: color 0.3s;
  line-height: 1.5;
}
section .publicity-container .publicity ul li a:hover {
  color: #ca2317;
}

.line-cards {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
}
.line-cards .line-card {
  margin: 0 20px 20px 0;
  background: #fefefe;
  padding: 10px;
  border-radius: 10px;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  overflow: hidden;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  width: 100%;
  text-decoration: none;
  text-align: justify;
  font-size: 0.8rem;
  display: flex;
  flex-flow: row wrap;
}
.line-cards .line-card:hover h3 {
  color: #0067ff !important;
}
.line-cards .line-card .img-container {
  flex: 1 1 30%;
  min-width: 200px;
  min-height: 220px;
  margin: 0 10px 10px 0;
}
.line-cards .line-card .img-container img {
  min-width: 100%;
  min-height: 100%;
}
.line-cards .line-card .card-title-container {
  flex: 1 1 65%;
  margin-bottom: 10px;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
.line-cards .line-card .card-title-container h3 {
  text-transform: capitalize;
  color: #191919;
  font-size: 18px;
  font-family: "Roboto Condensed", sans-serif;
  text-align: center;
}
.line-cards .line-card .card-title-container p {
  color: #343434;
  font-size: 16px;
  margin-top: 10px;
}
.line-cards .line-card .card-title-container .contactos {
  text-align: center;
}
.line-cards .line-card .card-title-container .contactos p {
  flex: 1 1 100%;
  font-size: 16px;
  padding: 10px 0;
  color: #ca2317;
}
.line-cards .line-card .card-title-container .contactos span {
  font-size: 14px;
  margin-right: 10px;
}
.line-cards .line-card .card-title-container .contactos span .separacao {
  padding: 0 15px 0 5px;
  color: #191919;
  text-decoration: none;
}
.line-cards .line-card .card-title-container .contactos span .separacao:hover {
  color: #0067ff;
}
.line-cards .card-information {
  flex: 1 1 100%;
}
.line-cards .card-information p {
  color: #343434;
  font-size: 16px;
  line-height: 1.5;
}

.line-content-container {
  flex: 1 1 100%;
  display: flex;
  flex-flow: row wrap;
}
.line-content-container .line-content {
  margin: 0 20px 20px 0;
  padding: 10px;
  border-radius: 6px;
  width: 100%;
  font-size: 1.8rem;
  font-family: "Roboto Condensed", sans-serif;
  color: #191919;
}
.line-content-container .line-content .content-container {
  margin-bottom: 10px;
}
.line-content-container .line-content .content-container h2 {
  font-size: 1.6rem;
  padding-bottom: 25px;
}
.line-content-container .line-content .content-container h3 {
  font-size: 1.4rem;
  padding-bottom: 20px;
}
.line-content-container .line-content .content-container h4 {
  font-size: 1.2rem;
  padding-bottom: 15px;
}
.line-content-container .line-content .content-container p {
  font-size: 1.1rem;
  padding: 0 0 15px 0;
  text-align: justify;
}
.line-content-container .line-content .content-container a {
  text-decoration: none;
  color: #191919;
}
.line-content-container .line-content .content-container a:hover {
  text-decoration: underline;
}
.line-content-container .line-content .content-container span {
  font-weight: bold;
}
.line-content-container .line-content .content-container .video-intro {
  min-width: 350px;
  max-width: 720px;
  height: 250px;
  margin: 20px 0;
}
.line-content-container .line-content .content-container .video-intro iframe {
  width: 100%;
  height: 100%;
}
.line-content-container .line-content .content-container .modulos-curso {
  margin-bottom: 20px;
}
.line-content-container .line-content .content-container .modulos-curso .title-li {
  list-style: none;
  background: #c4c4c4;
  margin-top: 10px;
}
.line-content-container .line-content .content-container .modulos-curso li {
  list-style: none;
}
.line-content-container .line-content .content-container .modulos-curso li a {
  color: blue;
}
.line-content-container .line-content .content-container .btn-action {
  background: #0067ff;
  width: 300px;
  padding: 10px 20px;
  border-radius: 12px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
}
.line-content-container .line-content .content-container .btn-action:hover {
  background: #ca2317;
}
.line-content-container .line-content .content-container .btn-action a {
  color: #fefefe;
  text-align: center;
}

.curso-section-container {
  flex: 1 1 100%;
  min-height: 200px;
  margin-bottom: 20px;
  background: #fefefe;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-flow: row wrap;
}
.curso-section-container .section-curso {
  flex: 1 1 70%;
  min-width: 270px;
  display: flex;
  flex-flow: column nowrap;
}
.curso-section-container .section-curso .titulo-curso {
  width: 100%;
  height: 30px;
  margin-left: 35px;
}
.curso-section-container .section-curso .video {
  width: 100%;
  margin: 0 0 0 auto;
  height: 300px;
}
.curso-section-container .section-curso .video iframe {
  width: 100%;
  height: 100%;
}
.curso-section-container .section-curso .detalhes-video {
  width: 100%;
  margin-top: 15px;
}
.curso-section-container .section-curso .detalhes-video .titulo-video {
  margin-left: 30px;
}
.curso-section-container .section-curso .detalhes-video .compentencias-container h3 {
  margin: 20px 0 0px 30px;
}
.curso-section-container .section-curso .detalhes-video .compentencias-container .competencias {
  display: flex;
  flex-flow: row wrap;
}
.curso-section-container .section-curso .detalhes-video .compentencias-container .competencias li {
  margin: 5px 5px 0px 20px;
  list-style: square;
}
.curso-section-container .section-curso .detalhes-video .material {
  margin-top: 10px;
  margin-bottom: 25px;
  padding: 0 0 10px 0;
  border-bottom: 1px solid #333;
}
.curso-section-container .section-curso .detalhes-video .material a {
  padding: 10px;
  color: #191919;
}
.curso-section-container .section-curso .detalhes-video .material a:hover {
  color: #ca2317;
}
.curso-section-container .info-curso {
  flex: 1 1 30%;
  min-width: 250px;
}
.curso-section-container .info-curso .modulo {
  margin-bottom: 10px;
}
.curso-section-container .info-curso h2 {
  font-size: 18px;
  background: #c4c4c4;
}
.curso-section-container .info-curso ul li {
  list-style: none;
  margin-left: 10px;
}
.curso-section-container .info-curso ul li a {
  text-decoration: none;
}

footer {
  background-color: #fafafa;
  display: flex;
  flex-flow: row wrap;
  min-height: 220px;
  margin-top: 20px;
  align-self: flex-end;
  color: #191919;
  overflow-x: hidden;
}

footer .footer-main {
  background: #000;
  color: aliceblue;
  display: flex;
  flex: 1 1 100%;
  flex-flow: row wrap;
  width: 100%;
}
footer .footer-pages {
  margin-bottom: 10px;
}
footer .footer-pages h5,
footer .footer-pages h6 {
  font-size: 1rem;
  color: #0067ff;
}
footer .footer-pages p {
  font-size: 0.8rem;
  padding: 0 0 15px 0;
  text-align: justify;
}
footer .footer-pages a {
  font-size: 0.8rem;
}

footer .footer-main .footer-pages a {
  color: #0067ff;
  font-size: inherit;
  text-decoration: none;
}

footer .footer-main .footer-pages a:hover {
  color: #ca2317;
}
footer .footer-pages {
  flex: 1 1 20%;
  margin: 10px;
  min-width: 200px;
}
footer .footer-block-1 {
  flex: 1 1 100%;
}
footer .parceiros {
  background: #fafafa;
  color: #191919;
  display: flex;
  flex-flow: row wrap;
  gap: 10px;
  margin: 0;
  padding: 18px 20px;
  width: 100%;
}
footer .parceiros .inline-title {
  flex: 1 1 100%;
  padding: 0;
  text-align: center;
}
footer .parceiros .inline-title h6 {
  font-size: 0.95rem;
  text-transform: uppercase;
}
footer .parceiros .inline-title h6 a {
  color: #0067ff;
  text-decoration: none;
}
footer .parceiros .inline-title h6 a:hover {
  color: #ca2317;
}
footer .parceiros .parceiro-carousel {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  gap: 10px;
  overflow: visible;
  padding: 4px 4px 10px;
  width: 100%;
  max-width: 100%;
}

footer .parceiro-logo,
footer .parceiro-ver-todos {
  align-items: center;
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  color: #191919;
  display: inline-flex;
  min-height: 76px;
  justify-content: center;
  padding: 8px 12px;
  position: relative;
  scroll-snap-align: start;
  text-decoration: none;
}

footer .parceiro-logo {
  flex: 0 0 140px;
  height: 76px;
  overflow: hidden;
  width: 140px;
}

footer .parceiro-logo img {
  height: 100%;
  max-height: none;
  max-width: none;
  object-fit: cover;
  width: 100%;
}

footer .parceiro-logo span,
footer .parceiro-ver-todos {
  font-family: "Roboto Condensed", sans-serif;
  font-weight: 700;
}

footer .parceiro-logo-placeholder {
  align-items: center;
  background: #0067ff;
  color: #fff;
  display: inline-flex;
  font-size: 0.85rem;
  justify-content: center;
  line-height: 1.15;
  min-height: 100%;
  padding: 8px;
  text-align: center;
  width: 100%;
}

footer .parceiro-ver-todos {
  background: #0067ff;
  color: #fff;
  margin: 0 auto;
}

footer .parceiro-logo:hover,
footer .parceiro-ver-todos:hover {
  filter: brightness(0.92);
}

footer .parceiro-name {
  background: #191919;
  color: #fff;
  font-size: 0.75rem;
  left: 50%;
  opacity: 0;
  padding: 5px 8px;
  pointer-events: none;
  position: absolute;
  bottom: calc(100% + 6px);
  transform: translateX(-50%);
  transition: opacity 0.2s ease;
  white-space: nowrap;
  z-index: 2;
}

footer .parceiro-logo:hover .parceiro-name,
footer .parceiro-logo:focus .parceiro-name {
  opacity: 1;
}

footer .parceiro-empty {
  padding: 0;
}

@media screen and (max-width: 760px) {
  body,
  .container-global,
  footer,
  section {
    max-width: 100%;
    overflow-x: hidden;
  }

  section .wellcame-msg-container p,
  section .wellcame-msg-container h1 {
    font-size: 1.15rem;
  }

  footer {
    display: block;
    padding: 0;
  }

  footer .footer-main {
    display: block;
  }

  footer .footer-pages {
    margin: 0;
    min-width: 0;
    padding: 14px;
    width: 100%;
  }

  footer .parceiros {
    padding: 16px 12px;
  }

  footer .parceiros .parceiro-carousel {
    flex-flow: row nowrap;
    justify-content: flex-start;
    overflow-x: auto;
    overflow-y: visible;
    padding: 8px 2px 14px;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  footer .parceiro-logo {
    flex: 0 0 126px;
    height: 70px;
    width: 126px;
  }

  footer .parceiro-name {
    bottom: auto;
    font-size: 0.7rem;
    left: 6px;
    max-width: calc(100% - 12px);
    overflow: hidden;
    text-overflow: ellipsis;
    top: 6px;
    transform: none;
  }

  footer .footer-block-3 h5,
  footer .footer-block-3 p,
  footer .why h5 {
    text-align: left;
  }

  footer .footer-block-4 {
    align-items: flex-start;
  }

  footer .footer-block-4 .footer-contactos {
    flex-wrap: wrap;
  }
}
footer .why h5 {
  text-align: center;
  letter-spacing: 1px;
}
footer .footer-block-3 h5,
footer .footer-block-3 p {
  letter-spacing: 1px;
  line-height: 1.25;
}
footer .footer-block-4 {
  display: flex;
  flex-flow: column;
  align-items: center;
}
footer .footer-block-4 h5 {
  color: #ca2317;
}
footer .footer-block-4 .footer-contactos {
  display: flex;
  margin-top: 5px;
}
footer .footer-block-4 .footer-contactos li {
  list-style: none;
  margin: 10px;
}
footer .footer-block-4 .footer-contactos li a {
  text-decoration: none;
  color: aliceblue;
  transition: color 0.4s;
  line-height: 1.5;
  padding: 10px;
  font-size: 1rem;
}
footer .footer-block-4 .footer-contactos li a:hover {
  color: #0067ff;
}
footer .copy {
  flex: 1 1 100%;
  color: aliceblue;
  align-self: flex-end;
  margin-bottom: 5px;
  text-align: center;
  font-size: 10px;
  margin-top: 6px;
}
/*# sourceMappingURL=style.css.map */

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.cards .card,
.line-cards .line-card {
  text-decoration: none;
  color: inherit;
}

.img-container img,
.purruma-featured-image img {
  max-width: 100%;
  height: auto;
  display: block;
}

.purruma-single {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

section .content-container .content.purruma-single {
  align-items: stretch;
  flex-direction: column;
  margin: 0 20px 20px;
}

.purruma-single .category-title {
  background: #fff;
  border-left: 4px solid #0067ff;
  border-top: 1px solid rgba(52, 52, 52, 0.0941176471);
  border-right: 1px solid rgba(52, 52, 52, 0.0941176471);
  border-bottom: 1px solid rgba(52, 52, 52, 0.0941176471);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.06);
  margin-bottom: 18px;
  padding: 18px 20px;
  width: 100%;
}

.purruma-service-single .category-title {
  margin-bottom: 12px;
  padding: 10px 16px;
}

.purruma-service-single .category-title h1 {
  line-height: 1.15;
}

.purruma-single .line-content {
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  font-size: 1.1rem;
  line-height: 1.65;
  margin-right: 0;
  padding: 20px;
}

.purruma-single .line-content p + p,
.purruma-single .line-content p + h2,
.purruma-single .line-content ul + h2,
.purruma-single .line-content ol + h2 {
  margin-top: 12px;
}

.purruma-single .purruma-post-actions {
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.08);
  flex: 1 1 100%;
  margin: 20px 0 0;
  padding: 18px 20px;
}

.purruma-single .purruma-related {
  flex: 1 1 100%;
  margin: 28px 0 0;
}

.purruma-single .purruma-support-contacts {
  flex: 1 1 100%;
  margin: 20px 0 0;
}

.purruma-single .purruma-related h2 {
  color: #191919;
  margin-bottom: 12px;
}

.purruma-single .purruma-related h2 a {
  color: inherit;
  text-decoration: none;
}

.purruma-single .purruma-related h2 a:hover {
  color: #0067ff;
  text-decoration: underline;
}

.purruma-featured-image {
  margin: 20px 0;
}

.purruma-video {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9;
  margin: 20px 0;
  background: #080913;
}

.purruma-video iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.purruma-youtube-link {
  display: inline-block;
  margin: 0 0 18px;
  color: #ca2317;
  font-weight: 700;
  text-decoration: none;
}

.purruma-youtube-link:hover {
  color: #0067ff;
}

.purruma-button,
.purruma-form button {
  display: inline-block;
  margin-top: 16px;
  padding: 10px 18px;
  background: #0067ff;
  color: #fff;
  text-decoration: none;
  border: 0;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
}

.purruma-button:hover,
.purruma-form button:hover {
  background: #ca2317;
}

.purruma-price {
  color: #ca2317;
  font-weight: 700;
}

.purruma-course-lessons {
  margin: 20px 0;
  padding: 16px;
  background: #f7f7f7;
  border-left: 4px solid #0067ff;
}

.purruma-course-lessons ol {
  margin-left: 20px;
}

.purruma-course-lessons li {
  margin-bottom: 12px;
}

.purruma-lesson-button {
  width: 100%;
  border: 0;
  background: transparent;
  color: #0067ff;
  cursor: pointer;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  text-align: left;
}

.purruma-lesson-button:hover,
.purruma-lesson-button.is-active {
  color: #ca2317;
}

.purruma-course-lessons li span {
  font-weight: 700;
}

.purruma-live-cards .purruma-live-card {
  height: auto;
  min-height: 260px;
}

.purruma-live-button {
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font: inherit;
  height: 100%;
  padding: 0;
  text-align: left;
  width: 100%;
}

.purruma-live-button:hover strong,
.purruma-live-button.is-active strong {
  color: #0067ff;
}

.purruma-live-button .card-info-container {
  display: grid;
  gap: 6px;
}

.purruma-live-button small {
  color: #343434;
  font-size: 0.85rem;
}

.purruma-post-actions {
  margin: 24px 0 16px;
}

.purruma-share-title {
  color: #292930;
  font-size: 1rem;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.purruma-comments {
  background: #f7f7f7;
  border-left: 4px solid #0067ff;
  padding: 16px;
  width: 100%;
}

.purruma-comments h2 {
  margin-bottom: 10px;
}

.purruma-action-bar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.purruma-action-bar form {
  display: contents;
}

.purruma-action-bar button,
.purruma-action-bar a,
.purruma-comments .submit {
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "Roboto Condensed", sans-serif;
  gap: 5px;
  height: 34px;
  justify-content: center;
  margin: 0;
  min-width: 34px;
  padding: 8px 10px;
  text-decoration: none;
}

.purruma-action-bar button {
  font-size: 1rem;
}

.purruma-action-bar button:hover,
.purruma-action-bar a:hover,
.purruma-comments .submit:hover {
  filter: brightness(0.9);
}

.purruma-action-like {
  background: #0067ff;
}

.purruma-action-dislike {
  background: #ca2317;
}

.purruma-share-facebook {
  background: #1877f2;
}

.purruma-share-whatsapp {
  background: #0baa26;
}

.purruma-share-linkedin {
  background: #0a66c2;
}

.purruma-share-telegram {
  background: #2aabee;
}

.purruma-share-copy,
.purruma-share-email {
  background: #7a7f87;
}

.purruma-share-twitter {
  background: #1d9bf0;
}

.purruma-copy-feedback {
  color: #343434;
  font-size: 0.9rem;
  line-height: 34px;
}

.purruma-related {
  margin-top: 28px;
}

.purruma-related .cards {
  margin-top: 12px;
}

.purruma-partner-card a {
  color: inherit;
  display: flex;
  flex-direction: column;
  height: 100%;
  text-decoration: none;
}

.purruma-partner-card .img-container {
  background: #fff;
}

.purruma-partner-card .img-container img {
  object-fit: contain;
}

.purruma-partners-grid .purruma-partner-card {
  height: auto;
  min-height: 280px;
}

.purruma-contact-box {
  background: #f7f7f7;
  border-left: 4px solid #0067ff;
  margin-top: 22px;
  padding: 16px;
}

.purruma-contact-box h2 {
  margin-bottom: 10px;
}

.purruma-contact-box p {
  align-items: center;
  display: flex;
  gap: 8px;
  margin: 8px 0;
}

.purruma-contact-box i {
  color: #0067ff;
  min-width: 20px;
}

.purruma-contact-box a {
  color: #191919;
  text-decoration: none;
}

.purruma-contact-box a:hover {
  color: #ca2317;
}

.purruma-about .line-content {
  font-size: 1.15rem;
  line-height: 1.65;
}

.purruma-about .category-title {
  align-items: center;
  display: flex;
  flex-flow: row wrap;
  gap: 12px;
  justify-content: space-between;
  margin-right: 20px;
}

.purruma-title-action {
  background: #0067ff;
  color: #fff;
  font-size: 0.85rem;
  padding: 8px 12px;
  text-decoration: none;
  text-transform: none;
}

.purruma-title-action:hover {
  background: #ca2317;
  color: #fff;
}

.purruma-about-block {
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  margin-bottom: 18px;
  padding: 20px;
}

.purruma-about-block h2,
.purruma-about-block h3 {
  color: #191919;
  margin-bottom: 10px;
}

.purruma-about-block p + p {
  margin-top: 10px;
}

.purruma-about-intro,
.purruma-about-closing {
  border-left: 4px solid #0067ff;
  color: #0067ff;
  font-weight: 700;
}

.purruma-about-grid,
.purruma-values-grid,
.purruma-about-duo {
  display: grid;
  gap: 14px;
}

.purruma-about-grid {
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
}

.purruma-values-grid,
.purruma-about-duo {
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.purruma-about-grid section,
.purruma-values-grid section {
  background: #f7f7f7;
  padding: 14px;
}

.purruma-support .line-content {
  font-size: 1.1rem;
  line-height: 1.65;
}

.purruma-support-intro {
  background: #fff;
  border-left: 4px solid #0067ff;
  border-top: 1px solid rgba(52, 52, 52, 0.0941176471);
  border-right: 1px solid rgba(52, 52, 52, 0.0941176471);
  border-bottom: 1px solid rgba(52, 52, 52, 0.0941176471);
  color: #0067ff;
  font-weight: 700;
  margin-bottom: 14px;
  padding: 18px 20px;
}

.purruma-support-block {
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  margin-bottom: 20px;
  padding: 18px 20px;
}

.purruma-support-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  margin-bottom: 20px;
}

.purruma-support-grid section {
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
  padding: 16px;
}

.purruma-support-grid h2 {
  color: #191919;
  font-size: 1.1rem;
  margin-bottom: 10px;
}

.purruma-support-grid p + p {
  margin-top: 10px;
}

.purruma-support .purruma-closing {
  color: #0067ff;
  font-weight: 700;
  margin: 8px 0 18px;
}

.purruma-support-contacts {
  background: #fff;
  margin-top: 0;
}

.purruma-comment-list {
  list-style-position: inside;
  margin: 18px 0 0;
  padding: 0;
}

.purruma-comment-list .comment {
  margin: 0 0 14px;
}

.purruma-comment-list .comment-body {
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.12);
  color: #191919;
  padding: 12px;
}

.purruma-comment-list .comment-meta {
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #343434;
  display: block;
  font-family: "Roboto Condensed", sans-serif;
  font-size: 0.95rem;
  height: auto;
  margin: 0 0 8px;
  min-height: 0;
  padding: 0;
  width: auto;
}

.purruma-comment-list .comment-meta a {
  color: #0067ff;
}

.purruma-comment-list .says {
  display: none;
}

.purruma-comment-list .comment-content {
  font-size: 1rem;
  margin: 8px 0;
}

.purruma-comment-list .reply a {
  color: #0067ff;
  font-size: 0.9rem;
  text-decoration: underline;
}

.purruma-comments input,
.purruma-comments textarea {
  border: 1px solid rgba(52, 52, 52, 0.2);
  max-width: 100%;
  padding: 10px;
  width: 100%;
}

.purruma-comment-form {
  display: grid;
  gap: 10px;
  margin-top: 16px;
}

.purruma-comment-form label {
  display: block;
  font-weight: 700;
  margin-bottom: 5px;
}

.purruma-comment-form .form-submit {
  margin: 0;
}

.purruma-comments .submit {
  font-size: 0.9rem;
  padding: 7px 14px;
}

.purruma-empty,
.purruma-form-placeholder {
  padding: 20px;
  background: #fff;
  border: 1px solid rgba(52, 52, 52, 0.0941176471);
}

.purruma-form-notice {
  background: #f7f7f7;
  border-left: 4px solid #0067ff;
  margin: 16px 0;
  padding: 12px;
}

.purruma-form {
  display: grid;
  gap: 14px;
  max-width: 720px;
}

.purruma-form label {
  display: grid;
  gap: 6px;
  font-weight: 700;
}

.purruma-form input,
.purruma-form textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid rgba(52, 52, 52, 0.2);
  font: inherit;
}

.nav-links {
  flex: 1 1 100%;
  margin: 20px 0;
  text-align: center;
}

.nav-links a,
.nav-links span {
  display: inline-block;
  padding: 6px 10px;
  margin: 2px;
  background: #fff;
  color: #292930;
  text-decoration: none;
}

@media screen and (max-width: 760px) {
  section .content-container,
  section .publicity-container {
    flex: 1 1 100%;
  }

  section .content-container .content {
    margin: 0 12px 20px;
  }

  section .content-container .content .cards.purruma-service-cards {
    gap: 14px;
  }

  section .content-container .content .cards.purruma-service-cards .purruma-service-card {
    flex: 1 1 100%;
    min-height: 0;
  }

  section .content-container .content .cards .card .purruma-service-card-icon {
    height: 110px;
  }

  section .content-container .content .cards .card {
    flex: 1 1 100%;
    margin-right: 0;
    min-width: 0;
    width: 100%;
  }

  .purruma-partners-grid .purruma-partner-card {
    min-height: 0;
  }

  section .publicity-container {
    padding: 0 12px;
  }
}
