/* ============================================
   VARIÁVEIS DE CORES - CDW THEME
   ============================================ */
/* Cores Principais */
/* Cor principal - títulos, textos, links */
/* Cor secundária - acentos */
/* Verde neon para destaques */
/* Cor de sucesso */
/* Cores de Texto */
/* Texto principal */
/* Texto secundário */
/* Texto claro */
/* Texto branco */
/* Texto de sucesso */
/* Cores de Fundo */
/* Fundo principal */
/* Fundo secundário */
/* Fundo escuro */
/* Fundo de destaque */
/* Fundo de sucesso */
/* Cores de Links */
/* Cor dos links */
/* Cor dos links no hover */
/* Cores de Botões */
/* Botão principal */
/* Botão secundário */
/* Botão de destaque */
/* Botão de sucesso */
/* Cores de Bordas */
/* Borda principal */
/* Borda clara */
/* Borda escura */
.underline {
  text-underline-position: from-font;
}

/* ============================================
   CORREÇÃO PARA CLASSES TAILWIND
   ============================================ */
/* Garantir que todas as classes bg-gray-* funcionem corretamente */
.bg-gray-50 {
  background-color: #f9fafb !important;
}
.bg-gray-100 {
  background-color: #f3f4f6 !important;
}
.bg-gray-200 {
  background-color: #e5e7eb !important;
}
.bg-gray-300 {
  background-color: #d1d5db !important;
}
.bg-gray-400 {
  background-color: #9ca3af !important;
}
.bg-gray-500 {
  background-color: #6b7280 !important;
}
.bg-gray-600 {
  background-color: #4b5563 !important;
}
.bg-gray-700 {
  background-color: #374151 !important;
}
.bg-gray-800 {
  background-color: #1f2937 !important;
}
.bg-gray-900 {
  background-color: #111827 !important;
}
/* Garantir que text-gray-700 funcione corretamente */
.text-gray-700 {
  color: #374151 !important;
}
/* Garantir que outras classes Tailwind funcionem */
.text-gray-500 {
  color: #6b7280 !important;
}
.text-gray-900 {
  color: #111827 !important;
}
.border-gray-200 {
  border-color: #e5e7eb !important;
}
.hover\:text-primary:hover {
  color: #00557C !important;
}
/* Line Height Customizado */
.lineheight-150 {
  line-height: 150% !important;
}
/* Cores de Texto */
.text-primary {
  color: #00557C !important;
}
.text-secondary {
  color: #838383 !important;
}
.text-light {
  color: #BEC1CC !important;
}
.text-white {
  color: #FFFFFF !important;
}
.text-success {
  color: #5CAB36 !important;
}
/* Cores de Fundo */
.bg-primary {
  background-color: #00557C !important;
}
.bg-secondary {
  background-color: #E7343B !important;
}
.bg-accent {
  background-color: #00FF00 !important;
}
.bg-success {
  background-color: #5CAB36 !important;
}
.bg-white {
  background-color: #FFFFFF !important;
}
.bg-dark {
  background-color: #000000 !important;
}
/* Cores de Links */
.link-primary {
  color: #00557C !important;
}
.link-primary:hover {
  color: #E7343B !important;
}
a.bg-primary {
  flex-flow: wrap;
  display: inline-flex;
}
/* Cores de Botões */
.btn-primary {
  background-color: #00557C !important;
  color: #FFFFFF !important;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  transition: all 0.3s ease;
  flex-flow: wrap;
  display: inline-flex;
}
.btn-primary:hover {
  background-color: #E7343B !important;
  color: #FFFFFF !important;
}
.btn-secondary {
  background-color: #E7343B !important;
  color: #FFFFFF !important;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-secondary:hover {
  background-color: #00557C !important;
  color: #FFFFFF !important;
}
.btn-success {
  background-color: #5CAB36 !important;
  color: #FFFFFF !important;
  border: none;
  padding: 12px 24px;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.btn-success:hover {
  background-color: #00557C !important;
  color: #FFFFFF !important;
}
/* Cores de Bordas */
.border-primary {
  border-color: #00557C !important;
}
.border-light {
  border-color: #E5E5E5 !important;
}
.border-dark {
  border-color: #000000 !important;
}
/* Opacidade */
.opacity-80 {
  opacity: 0.8 !important;
}
.opacity-60 {
  opacity: 0.6 !important;
}
/* Transições */
.transition-colors {
  transition: color 0.3s ease, background-color 0.3s ease !important;
}
.transition-all {
  transition: all 0.3s ease !important;
}
/* Container customizado */
@media (min-width: 80rem) {
  .container,
  body .container {
    /* mais específico para sobrepor utilitários */
    max-width: 80rem !important;
  }
}

/* Evita overflow em formulários dentro de .container */
.container .flex input[type="search"] {
  min-width: 0;
  flex: 1 1 auto;
  max-width: 100%;
  background-color: #ffffff;
}
.container .flex button[type="submit"] {
  flex: 0 0 auto;
}
/* ============================================
   ESTILOS PRINCIPAIS DO TEMA
   ============================================ */
/* Background Hero Personalizado */
.hero-background {
  background-image: url('../img/background-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Nova classe para background */
.bg-custom-hero {
  background-image: url('../img/background-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Footer Custom Hero - Cópia do bg-custom-hero para seção footer */
.footer-custom-hero {
  background-image: url('../img/background-hero.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
/* Estilos para Menu WordPress */
#menu-menu {
  /* Menu responsivo */
}
#menu-menu .menu-item-has-children {
  border-left: 2px solid #00557C;
  margin-top: 1rem;
}
#menu-menu .menu-item-has-children > a {
  font-size: 0.875rem;
}
#menu-menu .menu-item {
  position: relative;
  /* Dropdown do menu */
  /* Ícone de dropdown */
}
#menu-menu .menu-item > a {
  margin-top: 1rem;
  padding-left: 1rem;
}
#menu-menu .menu-item a {
  color: #00557C;
  text-decoration: none;
  display: flex;
  align-items: center;
  transition: color 0.3s ease;
}
#menu-menu .menu-item a:hover {
  color: #E7343B;
}
#menu-menu .menu-item:hover > ul {
  display: block;
}
#menu-menu .menu-item ul {
  list-style: none;
  background: transparent;
  padding: 0;
  margin: 0;
}
#menu-menu .menu-item ul li {
  margin: 0;
}
#menu-menu .menu-item ul li a {
  display: block;
  color: #00557C !important;
  transition: background-color 0.3s ease;
}
#menu-menu .menu-item ul li a:hover {
  color: #E7343B !important;
}
#menu-menu .menu-item.menu-item-has-children > a i {
  margin-left: 0.25rem;
  font-size: 0.75rem;
}
@media (max-width: 768px) {
  #menu-menu {
    flex-direction: column;
    gap: 0.5rem;
    align-items: flex-start;
  }
  #menu-menu .menu-item ul {
    position: static;
    box-shadow: none;
    background: transparent;
    padding: 0;
    margin-left: 1rem;
  }
  #menu-menu .menu-item ul li a {
    padding: 0.25rem 0;
  }
}
/* Estilos para Menu Lateral */
.mobile-menu {
  /* Menu lateral direito com 350px */
  transition: transform 0.3s ease-in-out;
  background-image: url('../img/fundomenu.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  box-sizing: border-box;
  overflow-x: hidden;
  border-left: 15px solid #E7343B;
  /* Borda vermelha na lateral esquerda */
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem;
  /* Quando não tem a classe hidden, força display block */
  /* Garante que quando hidden for removida via JS, o display seja block */
}
@media (min-width: 768px) {
  .mobile-menu {
    width: 90%;
  }
}
@media (min-width: 1024px) {
  .mobile-menu {
    width: 350px;
  }
}
.mobile-menu:not(.hidden) {
  display: block !important;
}
.mobile-menu[style*="display: block"] {
  display: block !important;
}
.mobile-menu > * {
  position: relative;
  z-index: 1;
}
.mobile-menu .menu-item a {
  color: #00557C;
  text-decoration: none;
  display: block;
  transition: color 0.3s ease;
  font-size: 1rem;
}
.mobile-menu .menu-item a:hover {
  color: #E7343B;
  padding-left: 0.5rem;
  border-radius: 4px;
}
.mobile-menu .menu-item .sub-menu {
  display: block;
}
.mobile-menu .menu-item .sub-menu .menu-item a {
  padding-left: 1rem;
  font-size: 0.9rem;
}
/* Overlay do menu */
.menu-overlay {
  transition: opacity 0.3s ease-in-out;
}
.menu-overlay:not(.hidden) {
  display: block !important;
}
.menu-overlay[style*="display: block"] {
  display: block !important;
}
/* Botão do menu mobile - Sempre visível */
.mobile-menu-button {
  display: block;
  background: none;
  border: none;
  color: #00557C;
  cursor: pointer;
}
.mobile-menu-button:hover {
  color: #E7343B;
}
@media (max-width: 768px) {
  .desktop-menu {
    display: none;
  }
}
/* ============================================
   FORMULÁRIO CONTACT FORM 7 - MANIFESTAÇÕES
   ============================================ */
/* Container principal do formulário */
.wpcf7-form {
  background: #2C5F6F !important;
  /* Fundo teal escuro */
  padding: 2rem !important;
  border-radius: 12px !important;
  max-width: 100% !important;
  margin: 0 auto !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1) !important;
}
/* Labels do formulário */
.wpcf7-form label {
  display: block !important;
  font-weight: 500 !important;
  color: #FFFFFF !important;
  /* Texto branco */
  margin-bottom: 8px !important;
  font-size: 16px !important;
}
/* Parágrafos do formulário */
.wpcf7-form p {
  margin-bottom: 20px !important;
}
.wpcf7-form p:last-of-type {
  margin-bottom: 0 !important;
}
/* Campos de input - apenas text, textarea e select */
.wpcf7-form-control[type="text"],
.wpcf7-form-control[type="email"],
.wpcf7-form-control[type="tel"],
.wpcf7-form-control[type="url"],
.wpcf7-textarea,
.wpcf7-form-control[type="file"] {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #E5E7EB !important;
  border-radius: 1.5rem !important;
  font-size: 16px !important;
  background-color: #FFFFFF !important;
  /* Fundo branco */
  color: #374151 !important;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}
/* Campo de arquivo com múltiplos arquivos */
.wpcf7-form-control[type="file"] {
  background-color: #F9FAFB !important;
  border: 2px dashed #D1D5DB !important;
  padding: 20px !important;
  text-align: center !important;
  cursor: pointer !important;
}
.wpcf7-form-control[type="file"]:hover {
  background-color: #F3F4F6 !important;
  border-color: #9CA3AF !important;
}
/* Texto de ajuda para upload */
.file-upload-hint {
  color: #6B7280 !important;
  font-size: 14px !important;
  margin-top: 8px !important;
  text-align: center !important;
  font-style: italic !important;
}
/* Estilos para drag & drop upload */
.dnd-upload-status .dnd-upload-details .name {
  color: #fff !important;
}
.dnd-upload-status .dnd-upload-details .name em {
  color: #fff !important;
  font-weight: 700 !important;
}
.dnd-upload-status .dnd-upload-details .remove-file span:after {
  content: '' !important;
  width: 15px !important;
  height: 15px !important;
  display: block !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  background-image: url("data:image/svg+xml,%3Csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17.5 0C7.83499 0 0 7.83499 0 17.5C0 27.165 7.83499 35 17.5 35C27.165 35 35 27.165 35 17.5C34.9888 7.83965 27.1604 0.0112198 17.5 0ZM17.5 33.871C8.45857 33.871 1.12903 26.5414 1.12903 17.5C1.12903 8.45857 8.45857 1.12903 17.5 1.12903C26.5414 1.12903 33.871 8.45857 33.871 17.5C33.861 26.5373 26.5373 33.861 17.5 33.871Z' fill='black'/%3E%3Cpath d='M25.4834 9.51661C25.2629 9.29624 24.9056 9.29624 24.6852 9.51661L17.5 16.7018L10.3148 9.51661C10.0983 9.29236 9.74087 9.28615 9.51661 9.50271C9.29236 9.71927 9.28615 10.0767 9.50271 10.3009C9.50723 10.3057 9.51188 10.3103 9.51661 10.3148L16.7018 17.5L9.51661 24.6852C9.29236 24.9018 9.28615 25.2591 9.50278 25.4834C9.71941 25.7076 10.0768 25.7139 10.301 25.4972C10.3057 25.4927 10.3103 25.488 10.3148 25.4834L17.5 18.2982L24.6852 25.4834C24.9094 25.7 25.2668 25.6938 25.4834 25.4696C25.6947 25.2508 25.6947 24.9039 25.4834 24.6852L18.2982 17.5L25.4834 10.3148C25.7038 10.0944 25.7038 9.73705 25.4834 9.51661Z' fill='black'/%3E%3C/svg%3E%0A") !important;
}
/* Ícone de arquivo com filtro branco */
.dnd-upload-status .dnd-upload-image span.file {
  background-image: url("data:image/svg+xml,%0A%3Csvg width='18' height='23' viewBox='0 0 18 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.569 0.659576H0.5V23H18V6.09053L12.569 0.659576ZM12.7872 1.93075L16.7288 5.87234H12.7872V1.93075ZM1.24468 22.2553V1.40426H12.0426V6.61702H17.2553V22.2553H1.24468Z' fill='%235C5B5B'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat !important;
  background-size: 100% !important;
  height: 21px !important;
  width: 16px !important;
  display: block !important;
  position: absolute !important;
  left: 50% !important;
  top: 50% !important;
  transform: translate(-50%, -50%) !important;
  -moz-transform: translate(-50%, -50%) !important;
  -webkit-transform: translate(-50%, -50%) !important;
  filter: brightness(0) invert(1) !important;
  /* Filtro para deixar branco */
}
.wpcf7-form-control:focus {
  outline: none !important;
  border-color: #3B82F6 !important;
  box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1) !important;
}
.wpcf7-form-control::placeholder {
  color: #9CA3AF !important;
  opacity: 1 !important;
}
/* Campos com erro */
.wpcf7-form-control.wpcf7-not-valid {
  border-color: #DC2626 !important;
  background-color: #FEF2F2 !important;
}
.wpcf7-form-control.wpcf7-not-valid:focus {
  border-color: #DC2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}
.wpcf7-form-control.wpcf7-validates-as-email:invalid {
  border-color: #DC2626 !important;
}
/* Textarea */
.wpcf7-textarea {
  height: 120px !important;
  resize: vertical !important;
  min-height: 120px !important;
}
/* Radio buttons */
.wpcf7-form input[type="radio"] {
  width: 18px !important;
  height: 18px !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
  accent-color: #3B82F6 !important;
}
/* Labels dos radio buttons */
.wpcf7-form .wpcf7-radio label,
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  color: #FFFFFF !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 8px !important;
  display: inline-block !important;
  align-items: center !important;
  cursor: pointer !important;
}
/* Container dos radio buttons */
.wpcf7-form .wpcf7-radio {
  background: transparent !important;
  border-radius: 8px !important;
  padding: 0px !important;
  margin-bottom: 16px !important;
  border: none !important;
}
/* Lista de radio buttons */
.wpcf7-form .wpcf7-radio .wpcf7-list-item {
  display: inline-block !important;
  margin: 0px 10px 5px 0px !important;
  padding: 8px 0 !important;
}
.wpcf7-form .wpcf7-radio .wpcf7-list-item:last-child {
  margin-bottom: 0 !important;
}
/* Radio buttons em duas colunas para Unidade CIPLAN */
.wpcf7-form .wpcf7-radio.radio-columns {
  display: grid !important;
  grid-template-columns: 1fr 1fr !important;
  gap: 12px !important;
}
@media (max-width: 768px) {
  .wpcf7-form .wpcf7-radio.radio-columns {
    grid-template-columns: 1fr !important;
  }
}
/* Botão de envio */
.wpcf7-submit {
  width: 100% !important;
  padding: 14px 24px !important;
  background: #E7343B !important;
  /* Vermelho da empresa */
  border-radius: 8px !important;
  color: #FFFFFF !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: block !important;
  margin: 0 auto !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: 0 2px 4px rgba(231, 52, 59, 0.3) !important;
}
.wpcf7-submit:hover {
  background: #C62D33 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(231, 52, 59, 0.4) !important;
}
.wpcf7-submit:active {
  transform: translateY(0) !important;
}
.wpcf7-submit:disabled {
  opacity: 0.7 !important;
  cursor: not-allowed !important;
  transform: none !important;
}
/* Spinner de carregamento */
.wpcf7-spinner {
  display: none !important;
  margin-left: 8px !important;
}
.wpcf7-submit.has-spinner .wpcf7-spinner {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  border: 2px solid #FFFFFF !important;
  border-top: 2px solid transparent !important;
  border-radius: 50% !important;
  animation: spin 1s linear infinite !important;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Mensagens de resposta */
.wpcf7-response-output {
  margin-top: 20px !important;
  padding: 16px 20px !important;
  border-radius: 8px !important;
  font-weight: 500 !important;
  text-align: center !important;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #D1FAE5 !important;
  color: #065F46 !important;
  border: 1px solid #A7F3D0 !important;
}
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #FEE2E2 !important;
  color: #DC2626 !important;
  border: 1px solid #FECACA !important;
}
/* Mensagens de erro específicas */
.wpcf7-not-valid-tip {
  color: #DC2626 !important;
  font-size: 14px !important;
  margin-top: 6px !important;
  display: block !important;
}
/* Responsividade */
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 1.5rem !important;
    margin: 1rem !important;
  }
  .wpcf7-form-control {
    font-size: 16px !important;
    padding: 14px 16px !important;
  }
  .wpcf7-submit {
    padding: 16px 24px !important;
    font-size: 16px !important;
  }
}
/* Container de campos ocultos */
.hidden-fields-container {
  display: none !important;
}
/* Animações suaves */
.wpcf7-form-control,
.wpcf7-submit {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}
/* Melhorias de acessibilidade */
.wpcf7-form-control:focus-visible {
  outline: 2px solid #3B82F6 !important;
  outline-offset: 2px !important;
}
/* Checkbox styling */
.wpcf7-form input[type="checkbox"] {
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #D1D5DB !important;
  border-radius: 4px !important;
  margin-right: 8px !important;
  vertical-align: middle !important;
  accent-color: #3B82F6 !important;
}
.wpcf7-form input[type="checkbox"]:checked {
  background-color: #3B82F6 !important;
  border-color: #3B82F6 !important;
}
/* Texto do checkbox */
.wpcf7-form label[for*="privacy"] {
  font-size: 14px !important;
  color: #FFFFFF !important;
  font-weight: 400 !important;
  line-height: 1.4 !important;
}
/* ============================================
   FORMULÁRIO CONTACT FORM 7 - TRABALHE CONOSCO
   ============================================ */
/* Container do formulário - Seletor mais específico */
body .wpcf7-form,
.trabalhe-conosco-formulario .wpcf7-form {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
body .wpcf7-form label,
.trabalhe-conosco-formulario .wpcf7-form label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
body .wpcf7-form p,
.trabalhe-conosco-formulario .wpcf7-form p {
  margin-bottom: 16px;
}
body .wpcf7-form p:last-of-type,
.trabalhe-conosco-formulario .wpcf7-form p:last-of-type {
  margin-bottom: 0;
}
/* Campos de input */
body .wpcf7-form-control {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 1.5rem !important;
  font-size: 16px !important;
  background-color: #ffffff;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}
body .wpcf7-form-control:focus {
  outline: none !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1) !important;
}
body .wpcf7-form-control::placeholder {
  color: #9ca3af;
  opacity: 1;
}
body .wpcf7-form-control.wpcf7-not-valid {
  border-color: #dc2626 !important;
  background-color: #fef2f2;
}
body .wpcf7-form-control.wpcf7-not-valid:focus {
  border-color: #dc2626 !important;
  box-shadow: 0 0 0 3px rgba(220, 38, 38, 0.1) !important;
}
body .wpcf7-form-control.wpcf7-validates-as-email:valid {
  border-color: #10b981;
}
body .wpcf7-form-control.wpcf7-validates-as-email:invalid {
  border-color: #dc2626;
}
/* Textarea */
body .wpcf7-textarea {
  height: 150px !important;
  resize: vertical !important;
}
/* Botão de envio */
body .wpcf7-submit {
  align-items: center;
  padding: 10px 24px;
  width: 100%;
  height: 46px;
  background: #00557C;
  border-radius: 8px;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: block !important;
  margin: 0 auto !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
}
body .wpcf7-submit:hover {
  transform: translateY(-2px) !important;
}
body .wpcf7-submit:active {
  transform: translateY(0) !important;
}
body .wpcf7-submit:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}
body .wpcf7-submit.has-spinner .wpcf7-spinner {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #ffffff;
  border-top: 2px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}
/* Spinner de carregamento */
.wpcf7-spinner {
  display: none;
  margin-left: 8px;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Mensagens de resposta */
.wpcf7-response-output {
  margin-top: 20px;
  padding: 16px 20px;
  border-radius: 12px;
  font-weight: 500;
  text-align: center;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: #d1fae5;
  color: #065f46;
  border: 1px solid #a7f3d0;
}
.wpcf7-response-output.wpcf7-validation-errors,
.wpcf7-response-output.wpcf7-mail-sent-ng {
  background-color: #fee2e2;
  color: #dc2626;
  border: 1px solid #fecaca;
}
/* Mensagens de erro específicas */
.wpcf7-not-valid-tip {
  color: #dc2626;
  font-size: 14px;
  margin-top: 6px;
  display: block;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
/* Responsividade */
@media (max-width: 768px) {
  .wpcf7-form {
    padding: 24px;
  }
  .wpcf7-form-control {
    font-size: 16px;
    /* Evita zoom no iOS */
    padding: 14px 16px;
  }
  .wpcf7-submit {
    padding: 14px 32px !important;
    font-size: 16px !important;
    width: 100% !important;
  }
}
/* Container de campos ocultos */
.hidden-fields-container {
  display: none;
}
/* Animações suaves */
.wpcf7-form-control,
.wpcf7-submit {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Melhorias de acessibilidade */
.wpcf7-form-control:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
/* Checkbox styling */
.wpcf7-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
}
.wpcf7-form input[type="checkbox"]:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
/* Texto do checkbox */
.wpcf7-form label[for*="privacy"] {
  font-size: 14px;
  color: #6b7280;
  font-weight: 400;
  line-height: 1.4;
}
/* ============================================
   FORMULÁRIO DE COMENTÁRIOS - MESMO ESTILO DO CONTACT FORM 7
   ============================================ */
/* Container do formulário de comentários */
.comment-form {
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 8px !important;
  box-shadow: none !important;
}
.comment-form label {
  display: block;
  font-weight: 500;
  color: #374151;
  margin-bottom: 8px;
  font-size: 16px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.comment-form p {
  margin-bottom: 16px;
}
.comment-form p:last-of-type {
  margin-bottom: 0;
}
/* Campos de input do formulário de comentários */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea {
  width: 100% !important;
  padding: 12px 16px !important;
  border: 1px solid #d1d5db !important;
  border-radius: 6px !important;
  font-size: 16px !important;
  line-height: 1.5 !important;
  color: #374151 !important;
  background-color: #ffffff;
  transition: all 0.3s ease !important;
  box-sizing: border-box !important;
  box-shadow: none !important;
}
.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form input[type="url"]:focus,
.comment-form textarea:focus {
  outline: none !important;
  border-color: #3b82f6 !important;
  box-shadow: 0 0 0 2px rgba(59, 130, 246, 0.1) !important;
}
.comment-form input[type="text"]::placeholder,
.comment-form input[type="email"]::placeholder,
.comment-form input[type="url"]::placeholder,
.comment-form textarea::placeholder {
  color: #9ca3af;
  opacity: 1;
}
/* Textarea do formulário de comentários */
.comment-form textarea {
  height: 150px !important;
  resize: vertical !important;
}
/* Botão de envio do formulário de comentários */
.comment-form input[type="submit"] {
  align-items: center;
  padding: 10px 24px;
  width: 100%;
  height: 46px;
  background: #00557C;
  border-radius: 8px;
  color: #ffffff !important;
  border: none !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  cursor: pointer !important;
  transition: all 0.3s ease !important;
  display: block !important;
  margin: 0 auto !important;
  text-transform: none !important;
  letter-spacing: 0 !important;
  box-shadow: 0 2px 4px rgba(16, 185, 129, 0.2) !important;
}
.comment-form input[type="submit"]:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 4px 8px rgba(16, 185, 129, 0.5) !important;
}
.comment-form input[type="submit"]:active {
  transform: translateY(0) !important;
}
.comment-form input[type="submit"]:disabled {
  opacity: 0.7;
  cursor: not-allowed;
  transform: none !important;
}
/* Checkbox do formulário de comentários */
.comment-form input[type="checkbox"] {
  width: 18px;
  height: 18px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  margin-right: 8px;
  vertical-align: middle;
}
.comment-form input[type="checkbox"]:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}
/* Responsividade do formulário de comentários */
@media (max-width: 768px) {
  .comment-form {
    padding: 24px;
  }
  .comment-form input[type="text"],
  .comment-form input[type="email"],
  .comment-form input[type="url"],
  .comment-form textarea {
    font-size: 16px;
    /* Evita zoom no iOS */
    padding: 14px 16px;
  }
  .comment-form input[type="submit"] {
    padding: 14px 32px !important;
    font-size: 16px !important;
    width: 100% !important;
  }
}
/* Animações suaves do formulário de comentários */
.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form input[type="url"],
.comment-form textarea,
.comment-form input[type="submit"] {
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
/* Melhorias de acessibilidade do formulário de comentários */
.comment-form input:focus-visible,
.comment-form textarea:focus-visible {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
/* ============================================
   TEMPLATE DE COMENTÁRIOS - ESTILOS MELHORADOS
   ============================================ */
/* Container principal dos comentários */
.comments-area {
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #e5e7eb;
}
/* Título da seção de comentários */
.comments-title {
  font-size: 1.5rem;
  font-weight: 700;
  color: #374151;
  margin-bottom: 1.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 2px solid #00557C;
}
/* Lista de comentários */
.comment-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.comment-list .comment {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #00557C;
}
.comment-list .comment.bypostauthor {
  background: #f0f9ff;
  border-left-color: #3b82f6;
}
.comment-list .comment.depth-1 {
  margin-left: 0;
}
.comment-list .comment.depth-2 {
  margin-left: 2rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}
.comment-list .comment.depth-3 {
  margin-left: 4rem;
  background: #f9fafb;
}
/* Cabeçalho do comentário */
.comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}
.comment-meta .comment-author {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.comment-meta .comment-author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
  border: 2px solid #e5e7eb;
}
.comment-meta .comment-author .fn {
  font-weight: 600;
  color: #374151;
  text-decoration: none;
}
.comment-meta .comment-author .fn:hover {
  color: #00557C;
}
.comment-meta .comment-metadata {
  color: #6b7280;
  font-size: 0.875rem;
}
.comment-meta .comment-metadata a {
  color: #6b7280;
  text-decoration: none;
}
.comment-meta .comment-metadata a:hover {
  color: #00557C;
}
/* Conteúdo do comentário */
.comment-content {
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.comment-content p {
  margin-bottom: 0.75rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  color: #00557C;
  text-decoration: none;
}
.comment-content a:hover {
  text-decoration: underline;
}
/* Links de ação do comentário */
.comment-actions {
  display: flex;
  gap: 1rem;
  margin-top: 1rem;
}
.comment-actions .comment-reply-link {
  background: #00557C;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
}
.comment-actions .comment-reply-link:hover {
  background: #4a9c2a;
  transform: translateY(-1px);
}
.comment-actions .comment-edit-link {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
}
.comment-actions .comment-edit-link:hover {
  color: #00557C;
}
/* Status de comentário aguardando moderação */
.comment-awaiting-moderation {
  background: #fef3c7;
  color: #92400e;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-left: 4px solid #f59e0b;
}
/* Formulário de resposta */
.comment-respond {
  margin-top: 2rem;
  padding: 1.5rem;
  background: #f3f4f6;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
}
.comment-respond .comment-reply-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #374151;
  margin-bottom: 1rem;
}
.comment-respond .comment-reply-title small {
  font-size: 0.875rem;
  font-weight: 400;
  color: #6b7280;
  margin-left: 0.5rem;
}
.comment-respond .comment-reply-title small a {
  color: #00557C;
  text-decoration: none;
}
.comment-respond .comment-reply-title small a:hover {
  text-decoration: underline;
}
/* Mensagem de "Comentários fechados" */
.comments-closed {
  text-align: center;
  color: #6b7280;
  font-style: italic;
  margin-top: 2rem;
  padding: 2rem;
  background: #f9fafb;
  border-radius: 8px;
}
/* ============================================
   ESTRUTURA ESPECÍFICA DOS COMENTÁRIOS WORDPRESS
   ============================================ */
/* Article do comentário */
.comment-body {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: #f9fafb;
  border-radius: 8px;
  border-left: 4px solid #00557C;
  position: relative;
}
.comment-body.bypostauthor {
  background: #f0f9ff;
  border-left-color: #3b82f6;
}
.comment-body.depth-1 {
  margin-left: 0;
}
.comment-body.depth-2 {
  margin-left: 2rem;
  background: #ffffff;
  border: 1px solid #e5e7eb;
}
.comment-body.depth-3 {
  margin-left: 4rem;
  background: #f9fafb;
}
/* Footer do comentário */
.comment-meta {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  flex-wrap: wrap;
  gap: 0.5rem;
}
/* Autor do comentário */
.comment-author {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}
.comment-author .avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 0.75rem;
  border: 2px solid #e5e7eb;
  transition: border-color 0.3s ease;
}
.comment-author .avatar:hover {
  border-color: #00557C;
}
.comment-author .fn {
  font-weight: 600;
  color: #374151;
  text-decoration: none;
  font-size: 1rem;
}
.comment-author .fn:hover {
  color: #00557C;
}
.comment-author .says {
  color: #6b7280;
  font-weight: 400;
  margin-left: 0.25rem;
  font-style: italic;
}
/* Metadados do comentário */
.comment-metadata {
  color: #6b7280;
  font-size: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.comment-metadata a {
  color: #6b7280;
  text-decoration: none;
  transition: color 0.3s ease;
}
.comment-metadata a:hover {
  color: #00557C;
}
.comment-metadata .edit-link {
  margin-left: 0.5rem;
}
.comment-metadata .edit-link .comment-edit-link {
  color: #6b7280;
  text-decoration: none;
  font-size: 0.875rem;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
  transition: all 0.3s ease;
}
.comment-metadata .edit-link .comment-edit-link:hover {
  color: #00557C;
  background: #f0f9ff;
}
/* Conteúdo do comentário */
.comment-content {
  color: #374151;
  line-height: 1.6;
  margin-bottom: 1rem;
}
.comment-content p {
  margin-bottom: 0.75rem;
}
.comment-content p:last-child {
  margin-bottom: 0;
}
.comment-content a {
  color: #00557C;
  text-decoration: none;
  font-weight: 500;
}
.comment-content a:hover {
  text-decoration: underline;
}
.comment-content br {
  line-height: 1.8;
}
/* Link de resposta */
.reply {
  margin-top: 1rem;
}
.reply .comment-reply-link {
  background: #00557C;
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  text-decoration: none;
  font-size: 0.875rem;
  font-weight: 500;
  transition: all 0.3s ease;
  display: inline-block;
}
.reply .comment-reply-link:hover {
  background: #4a9c2a;
  transform: translateY(-1px);
  box-shadow: 0 2px 4px rgba(92, 171, 54, 0.3);
}
.reply .comment-reply-link:focus {
  outline: 2px solid #3b82f6;
  outline-offset: 2px;
}
/* Status de moderação */
.comment-awaiting-moderation {
  background: #fef3c7;
  color: #92400e;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: 0.875rem;
  font-weight: 500;
  margin-bottom: 1rem;
  border-left: 4px solid #f59e0b;
  display: block;
}
/* Responsividade dos comentários */
@media (max-width: 768px) {
  .comment-body.depth-2 {
    margin-left: 1rem;
  }
  .comment-body.depth-3 {
    margin-left: 2rem;
  }
  .comment-meta {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  .comment-meta .comment-author {
    margin-bottom: 0.5rem;
    margin-right: 0;
  }
  .comment-meta .comment-metadata {
    width: 100%;
    justify-content: space-between;
  }
  .reply {
    margin-top: 1.5rem;
  }
  .reply .comment-reply-link {
    width: 100%;
    text-align: center;
  }
}
/* Melhorias para telas muito pequenas */
@media (max-width: 480px) {
  .comment-body {
    padding: 1rem;
  }
  .comment-body.depth-2,
  .comment-body.depth-3 {
    margin-left: 0.5rem;
  }
  .comment-author .avatar {
    width: 32px;
    height: 32px;
  }
}
/* ============================================
   PROSE CUSTOMIZADO - ESTILOS PARA BLOG
   ============================================ */
/* Estilos customizados para a classe prose */
.prose {
  /* Estilos para parágrafos e texto */
  /* Listas */
  /* Citações */
  /* Código */
  /* Tabelas */
  /* Responsividade */
}
.prose h2 {
  color: #00557C !important;
  font-size: 2.375rem !important;
  /* 38px */
  font-weight: 700 !important;
  line-height: 1.2 !important;
  margin-top: 2rem !important;
  margin-bottom: 1rem !important;
}
.prose h3 {
  color: #00557C !important;
  font-size: 2.125rem !important;
  /* 34px */
  font-weight: 600 !important;
  line-height: 1.3 !important;
  margin-top: 1.5rem !important;
  margin-bottom: 0.75rem !important;
}
.prose h4 {
  color: #00557C !important;
  font-size: 1.75rem !important;
  /* 28px */
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 1.25rem !important;
  margin-bottom: 0.5rem !important;
}
.prose h5 {
  color: #00557C !important;
  font-size: 1.5rem !important;
  /* 24px */
  font-weight: 600 !important;
  line-height: 1.4 !important;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}
.prose h6 {
  color: #00557C !important;
  font-size: 1.25rem !important;
  /* 20px */
  font-weight: 600 !important;
  line-height: 1.5 !important;
  margin-top: 1rem !important;
  margin-bottom: 0.5rem !important;
}
.prose p {
  color: #374151 !important;
  font-size: 1rem !important;
  line-height: 1.7 !important;
  margin-bottom: 1.25rem !important;
}
.prose a {
  color: #00557C !important;
  text-decoration: none !important;
  font-weight: 500 !important;
  transition: color 0.3s ease !important;
}
.prose a:hover {
  color: #4a9c2a !important;
  text-decoration: underline !important;
}
.prose ul,
.prose ol {
  color: #374151 !important;
  margin-bottom: 1.25rem !important;
}
.prose ul li,
.prose ol li {
  margin-bottom: 0.5rem !important;
}
.prose ul li {
  list-style-type: disc !important;
  margin-left: 1.5rem !important;
}
.prose ol li {
  list-style-type: decimal !important;
  margin-left: 1.5rem !important;
}
.prose blockquote {
  border-left: 4px solid #00557C !important;
  padding-left: 1.5rem !important;
  margin: 1.5rem 0 !important;
  font-style: italic !important;
  color: #6b7280 !important;
  background: #f9fafb !important;
  padding: 1rem 1.5rem !important;
  border-radius: 0 8px 8px 0 !important;
}
.prose code {
  background: #f3f4f6 !important;
  color: #00557C !important;
  padding: 0.25rem 0.5rem !important;
  border-radius: 4px !important;
  font-size: 0.875rem !important;
  font-weight: 500 !important;
}
.prose pre {
  background: #1f2937 !important;
  color: #f9fafb !important;
  padding: 1.5rem !important;
  border-radius: 8px !important;
  overflow-x: auto !important;
  margin: 1.5rem 0 !important;
}
.prose pre code {
  background: transparent !important;
  color: inherit !important;
  padding: 0 !important;
  font-size: 0.875rem !important;
}
.prose table {
  width: 100% !important;
  border-collapse: collapse !important;
  margin: 1.5rem 0 !important;
}
.prose table th,
.prose table td {
  border: 1px solid #e5e7eb !important;
  padding: 0.75rem !important;
  text-align: left !important;
}
.prose table th {
  background: #f9fafb !important;
  font-weight: 600 !important;
  color: #374151 !important;
}
.prose table td {
  color: #374151 !important;
}
@media (max-width: 768px) {
  .prose h2 {
    font-size: 2rem !important;
    /* 32px */
  }
  .prose h3 {
    font-size: 1.75rem !important;
    /* 28px */
  }
  .prose h4 {
    font-size: 1.5rem !important;
    /* 24px */
  }
  .prose h5 {
    font-size: 1.25rem !important;
    /* 20px */
  }
  .prose h6 {
    font-size: 1.125rem !important;
    /* 18px */
  }
}
/* ============================================
   NAVEGAÇÃO ENTRE POSTS - ESTILOS PERSONALIZADOS
   ============================================ */
/* Container da navegação entre posts */
.post-navigation {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid #e5e7eb;
  /* Botão de navegação - SEM FUNDO */
  /* Responsividade */
  /* Estado quando não há posts */
}
.post-navigation .nav-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 768px) {
  .post-navigation .nav-container {
    flex-direction: column;
    gap: 1rem;
  }
}
.post-navigation .nav-link {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0;
  background: transparent;
  transition: none;
  max-width: 22rem;
  text-decoration: none;
  border: none;
  /* Hover NÃO muda cor do texto */
  /* Ícone de navegação com borda redonda */
  /* Conteúdo do link */
  /* Layout específico para post anterior */
  /* Layout específico para próximo post */
}
.post-navigation .nav-link:hover .nav-title {
  color: #00557C;
}
.post-navigation .nav-link:hover .nav-icon {
  color: #00557C;
}
.post-navigation .nav-link .nav-icon {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  color: #00557C;
  border: 1px solid #00557C;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem;
}
.post-navigation .nav-link .nav-content {
  min-width: 0;
}
.post-navigation .nav-link .nav-content .nav-title {
  font-size: 1.125rem;
  font-weight: 500;
  color: #00557C;
  line-height: 1.4;
  text-decoration: underline;
}
.post-navigation .nav-link.nav-prev {
  text-align: left;
}
.post-navigation .nav-link.nav-next {
  text-align: right;
  flex-direction: row-reverse;
}
.post-navigation .nav-link.nav-next .nav-content {
  text-align: right;
}
@media (max-width: 768px) {
  .post-navigation .nav-link {
    max-width: 100%;
    width: 100%;
  }
  .post-navigation .nav-link.nav-next {
    flex-direction: row;
    text-align: left;
  }
  .post-navigation .nav-link.nav-next .nav-content {
    text-align: left;
  }
}
.post-navigation .nav-empty {
  max-width: 22rem;
  min-width: 22rem;
  height: 0;
  visibility: hidden;
}
@media (max-width: 768px) {
  .post-navigation .nav-empty {
    display: none;
  }
}
/* ============================================
   STICKY SIDEBAR - CORREÇÕES
   ============================================ */
/* Container da sidebar com sticky */
.sidebar-sticky-container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 100vh;
  position: relative;
}
/* Primeiro sticky - topo */
.sidebar-sticky-top {
  position: sticky;
  top: 70px;
  z-index: 10;
  background: transparent;
}
/* Segundo sticky - bottom */
.sidebar-sticky-bottom {
  position: sticky;
  bottom: 70px;
  z-index: 10;
  background: transparent;
  margin-top: auto;
}
/* Garantir que não haja sobreposição */
@media (min-width: 1024px) {
  .sidebar-sticky-container {
    height: calc(100% - 140px);
    /* Altura total menos header e footer */
  }
}
.ciplan-product-sticky-sidebar {
  position: sticky;
  top: 90px;
  z-index: 12;
  max-height: calc(100vh - 160px);
  overflow: hidden;
  background: #e5e7eb;
}
@media (min-width: 1024px) {
  .ciplan-product-sticky-sidebar {
    top: 108px;
    max-height: calc(100vh - 178px);
    overflow: hidden;
  }
  .ciplan-product-sticky-sidebar .sidebar-sticky-container {
    min-height: auto;
    height: auto;
  }
  .ciplan-product-sticky-sidebar .sidebar-sticky-top,
  .ciplan-product-sticky-sidebar .sidebar-sticky-bottom {
    position: static;
    top: auto;
    bottom: auto;
  }
}
/* ============================================
   WP-PAGENAVI - ESTILOS PERSONALIZADOS
   ============================================ */
/* Container principal do wp-pagenavi */
.wp-pagenavi {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  margin: 2rem 0;
  text-align: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  display: inline-block;
  padding: 0.5rem 0.75rem;
  margin: 0 0.25rem;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  color: #374151;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
  min-width: 40px;
  text-align: center;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  background-color: #00557C;
  color: white;
  border-color: #00557C;
}
.wp-pagenavi .current {
  background-color: #00557C;
  color: white;
  border-color: #00557C;
}
.wp-pagenavi .pages {
  margin: 0 0.5rem;
  color: #6b7280;
  font-weight: 500;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
  font-weight: 600;
}
.wp-pagenavi .first:hover,
.wp-pagenavi .last:hover {
  background-color: #00557C;
  color: white;
  border-color: #00557C;
}
.wp-pagenavi .prev,
.wp-pagenavi .next {
  font-weight: 600;
}
.wp-pagenavi .prev:hover,
.wp-pagenavi .next:hover {
  background-color: #00557C;
  color: white;
  border-color: #00557C;
}
/* Responsividade do wp-pagenavi */
@media (max-width: 768px) {
  .wp-pagenavi {
    flex-wrap: wrap;
    gap: 0.25rem;
  }
  .wp-pagenavi a,
  .wp-pagenavi span {
    padding: 0.375rem 0.5rem;
    font-size: 0.875rem;
    min-width: 36px;
  }
  .wp-pagenavi .pages {
    width: 100%;
    margin: 0.5rem 0;
  }
}
/* Estilos para telas muito pequenas */
@media (max-width: 480px) {
  .wp-pagenavi .first,
  .wp-pagenavi .last {
    display: none;
  }
}
/* ===== HEADER/FOOTER CUSTOMIZADO PARA PÁGINAS ESPECÍFICAS ===== */
/* Aplica apenas nas páginas loop-single.php e blog.php */
body.page-template-blog,
body.archive:not(.tax-catalogo),
body.category,
body.tag,
body.author,
body.date,
body.single-post,
body.search,
body.search-results {
  /* Body com fundo primário */
  background-color: #0A3152 !important;
  /* Header customizado */
  /* Footer customizado */
  /* Elementos decorativos do header com filtro para cor primária - APENAS nessas páginas */
  /* Elementos decorativos do footer com filtro para cor primária - APENAS nessas páginas */
  /* Formulário de pesquisa com fundo branco e texto primário */
}
body.page-template-blog header,
body.archive:not(.tax-catalogo) header,
body.category header,
body.tag header,
body.author header,
body.date header,
body.single-post header,
body.search header,
body.search-results header {
  background-color: #0A3152 !important;
  /* Logo branca */
  /* Links com hover branco */
  /* Botões com borda branca */
}
body.page-template-blog header img,
body.archive:not(.tax-catalogo) header img,
body.category header img,
body.tag header img,
body.author header img,
body.date header img,
body.single-post header img,
body.search header img,
body.search-results header img {
  filter: brightness(0) invert(1) !important;
}
body.page-template-blog header > a,
body.archive:not(.tax-catalogo) header > a,
body.category header > a,
body.tag header > a,
body.author header > a,
body.date header > a,
body.single-post header > a,
body.search header > a,
body.search-results header > a {
  color: white !important;
}
body.page-template-blog header > a:hover,
body.archive:not(.tax-catalogo) header > a:hover,
body.category header > a:hover,
body.tag header > a:hover,
body.author header > a:hover,
body.date header > a:hover,
body.single-post header > a:hover,
body.search header > a:hover,
body.search-results header > a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.page-template-blog header button,
body.archive:not(.tax-catalogo) header button,
body.category header button,
body.tag header button,
body.author header button,
body.date header button,
body.single-post header button,
body.search header button,
body.search-results header button,
body.page-template-blog header .btn,
body.archive:not(.tax-catalogo) header .btn,
body.category header .btn,
body.tag header .btn,
body.author header .btn,
body.date header .btn,
body.single-post header .btn,
body.search header .btn,
body.search-results header .btn {
  border-color: white !important;
  color: white !important;
}
body.page-template-blog header button:hover,
body.archive:not(.tax-catalogo) header button:hover,
body.category header button:hover,
body.tag header button:hover,
body.author header button:hover,
body.date header button:hover,
body.single-post header button:hover,
body.search header button:hover,
body.search-results header button:hover,
body.page-template-blog header .btn:hover,
body.archive:not(.tax-catalogo) header .btn:hover,
body.category header .btn:hover,
body.tag header .btn:hover,
body.author header .btn:hover,
body.date header .btn:hover,
body.single-post header .btn:hover,
body.search header .btn:hover,
body.search-results header .btn:hover {
  background-color: white !important;
  color: #0A3152 !important;
}
body.page-template-blog footer,
body.archive:not(.tax-catalogo) footer,
body.category footer,
body.tag footer,
body.author footer,
body.date footer,
body.single-post footer,
body.search footer,
body.search-results footer {
  background-color: #0A3152 !important;
  /* Todos os textos brancos */
  /* Links com hover branco */
  /* Botões com borda branca */
}
body.page-template-blog footer *,
body.archive:not(.tax-catalogo) footer *,
body.category footer *,
body.tag footer *,
body.author footer *,
body.date footer *,
body.single-post footer *,
body.search footer *,
body.search-results footer * {
  color: white !important;
}
body.page-template-blog footer a,
body.archive:not(.tax-catalogo) footer a,
body.category footer a,
body.tag footer a,
body.author footer a,
body.date footer a,
body.single-post footer a,
body.search footer a,
body.search-results footer a {
  color: white !important;
}
body.page-template-blog footer a:hover,
body.archive:not(.tax-catalogo) footer a:hover,
body.category footer a:hover,
body.tag footer a:hover,
body.author footer a:hover,
body.date footer a:hover,
body.single-post footer a:hover,
body.search footer a:hover,
body.search-results footer a:hover {
  color: rgba(255, 255, 255, 0.8) !important;
}
body.page-template-blog footer button,
body.archive:not(.tax-catalogo) footer button,
body.category footer button,
body.tag footer button,
body.author footer button,
body.date footer button,
body.single-post footer button,
body.search footer button,
body.search-results footer button,
body.page-template-blog footer .btn,
body.archive:not(.tax-catalogo) footer .btn,
body.category footer .btn,
body.tag footer .btn,
body.author footer .btn,
body.date footer .btn,
body.single-post footer .btn,
body.search footer .btn,
body.search-results footer .btn {
  border-color: white !important;
  color: white !important;
}
body.page-template-blog footer button:hover,
body.archive:not(.tax-catalogo) footer button:hover,
body.category footer button:hover,
body.tag footer button:hover,
body.author footer button:hover,
body.date footer button:hover,
body.single-post footer button:hover,
body.search footer button:hover,
body.search-results footer button:hover,
body.page-template-blog footer .btn:hover,
body.archive:not(.tax-catalogo) footer .btn:hover,
body.category footer .btn:hover,
body.tag footer .btn:hover,
body.author footer .btn:hover,
body.date footer .btn:hover,
body.single-post footer .btn:hover,
body.search footer .btn:hover,
body.search-results footer .btn:hover {
  background-color: white !important;
  color: #0A3152 !important;
}
body.page-template-blog .fixed-header,body.single-post .fixed-header::before,
body.archive:not(.tax-catalogo) .fixed-header::before,
body.category .fixed-header::before,
body.tag .fixed-header::before,
body.author .fixed-header::before,
body.date .fixed-header::before,
body.single-post .fixed-header::before,
body.search .fixed-header::before,
body.search-results .fixed-header::before {
  background-image: url(../img/arredondada2.png);
}
body.page-template-blog .fixed-header,body.single-post .fixed-header::after,
body.archive:not(.tax-catalogo) .fixed-header::after,
body.category .fixed-header::after,
body.tag .fixed-header::after,
body.author .fixed-header::after,
body.date .fixed-header::after,
body.single-post .fixed-header::after,
body.search .fixed-header::after,
body.search-results .fixed-header::after {
  background-image: url(../img/arredondada2.png);
}
body.page-template-blog .fixed-footer::before,
body.archive:not(.tax-catalogo) .fixed-footer::before,
body.category .fixed-footer::before,
body.tag .fixed-footer::before,
body.author .fixed-footer::before,
body.date .fixed-footer::before,
body.single-post .fixed-footer::before,
body.search .fixed-footer::before,
body.search-results .fixed-footer::before {
  background-image: url(../img/arredondada2.png);
}
body.page-template-blog .fixed-footer::after,
body.archive:not(.tax-catalogo) .fixed-footer::after,
body.category .fixed-footer::after,
body.tag .fixed-footer::after,
body.author .fixed-footer::after,
body.date .fixed-footer::after,
body.single-post .fixed-footer::after,
body.search .fixed-footer::after,
body.search-results .fixed-footer::after {
  background-image: url(../img/arredondada2.png);
}
body.page-template-blog form[role="search"],
body.archive:not(.tax-catalogo) form[role="search"],
body.category form[role="search"],
body.tag form[role="search"],
body.author form[role="search"],
body.date form[role="search"],
body.single-post form[role="search"],
body.search form[role="search"],
body.search-results form[role="search"] {
  background-color: #FFFFFF !important;
}
body.page-template-blog form[role="search"] input[type="search"],
body.archive:not(.tax-catalogo) form[role="search"] input[type="search"],
body.category form[role="search"] input[type="search"],
body.tag form[role="search"] input[type="search"],
body.author form[role="search"] input[type="search"],
body.date form[role="search"] input[type="search"],
body.single-post form[role="search"] input[type="search"],
body.search form[role="search"] input[type="search"],
body.search-results form[role="search"] input[type="search"] {
  background-color: #FFFFFF !important;
  color: #00557C !important;
}
body.page-template-blog form[role="search"] input[type="search"]::placeholder,
body.archive:not(.tax-catalogo) form[role="search"] input[type="search"]::placeholder,
body.category form[role="search"] input[type="search"]::placeholder,
body.tag form[role="search"] input[type="search"]::placeholder,
body.author form[role="search"] input[type="search"]::placeholder,
body.date form[role="search"] input[type="search"]::placeholder,
body.single-post form[role="search"] input[type="search"]::placeholder,
body.search form[role="search"] input[type="search"]::placeholder,
body.search-results form[role="search"] input[type="search"]::placeholder {
  color: #00557C !important;
  opacity: 0.7;
}
body.page-template-blog form[role="search"] button[type="submit"],
body.archive:not(.tax-catalogo) form[role="search"] button[type="submit"],
body.category form[role="search"] button[type="submit"],
body.tag form[role="search"] button[type="submit"],
body.author form[role="search"] button[type="submit"],
body.date form[role="search"] button[type="submit"],
body.single-post form[role="search"] button[type="submit"],
body.search form[role="search"] button[type="submit"],
body.search-results form[role="search"] button[type="submit"] {
  background-color: white !important;
  color: #00557C !important;
}
body.page-template-blog form[role="search"] button[type="submit"]:hover,
body.archive:not(.tax-catalogo) form[role="search"] button[type="submit"]:hover,
body.category form[role="search"] button[type="submit"]:hover,
body.tag form[role="search"] button[type="submit"]:hover,
body.author form[role="search"] button[type="submit"]:hover,
body.date form[role="search"] button[type="submit"]:hover,
body.single-post form[role="search"] button[type="submit"]:hover,
body.search form[role="search"] button[type="submit"]:hover,
body.search-results form[role="search"] button[type="submit"]:hover {
  color: #00557C !important;
  opacity: 0.8;
}
/* ===== FUNDO VISITE ===== */
.fundovisite {
  background-color: transparent !important;
  position: relative;
}
.fundovisite::before {
  content: '';
  position: absolute;
  top: 30px;
  right: 30px;
  width: 50%;
  height: 250px;
  background-image: url(../img/fundo-visite.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
  pointer-events: none;
  z-index: -1;
}
.fundooportunidades {
  background-image: url('../img/Frame42.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 1024px) {
  .fundooportunidades {
    background-image: none;
  }
}
/* ============================================
   HOVER DOS POSTS DO BLOG
   ============================================ */
article[id^="post-"] {
  transition: all 0.3s ease;
}
article[id^="post-"]:hover {
  background-color: #00557C !important;
  color: #FFFFFF !important;
}
article[id^="post-"]:hover * {
  color: #FFFFFF !important;
}
article[id^="post-"]:hover a {
  color: #FFFFFF !important;
}
article[id^="post-"]:hover a:hover {
  color: #FFFFFF !important;
  opacity: 0.9;
}
article[id^="post-"]:hover h2 a {
  color: #FFFFFF !important;
}
article[id^="post-"]:hover .text-gray-700,
article[id^="post-"]:hover .text-red-600 {
  color: #FFFFFF !important;
}
/* ============================================
   HOVER DOS POSTS RELACIONADOS
   ============================================ */
.col-span-1.bg-white {
  transition: all 0.3s ease;
}
.col-span-1.bg-white:hover {
  background-color: #00557C !important;
  color: #FFFFFF !important;
}
.col-span-1.bg-white:hover * {
  color: #FFFFFF !important;
}
.col-span-1.bg-white:hover a {
  color: #FFFFFF !important;
}
.col-span-1.bg-white:hover a:hover {
  color: #FFFFFF !important;
  opacity: 0.9;
}
.col-span-1.bg-white:hover h2,
.col-span-1.bg-white:hover h3,
.col-span-1.bg-white:hover h4 {
  color: #FFFFFF !important;
}
.col-span-1.bg-white:hover h2 a,
.col-span-1.bg-white:hover h3 a,
.col-span-1.bg-white:hover h4 a {
  color: #FFFFFF !important;
}
.col-span-1.bg-white:hover .text-gray-700,
.col-span-1.bg-white:hover .text-red-600,
.col-span-1.bg-white:hover .text-primary {
  color: #FFFFFF !important;
}
/* ============================================
   HOVER DOS BOTÕES DE CATEGORIA
   ============================================ */
a.text-primary.bg-white.rounded-lg {
  transition: all 0.3s ease;
}
a.text-primary.bg-white.rounded-lg:hover {
  background-color: #00557C !important;
  color: #FFFFFF !important;
}
/* Colors - Usando variáveis do arquivo variables.less */
/* ============================================
   MOLDURA DO SITE - HEADER E FOOTER FIXOS
   ============================================ */
/* Header fixo - 70px para dispositivos acima de tablet deitado */
.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 50;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: visible;
}
/* Footer fixo - 70px para dispositivos acima de tablet deitado */
.fixed-footer {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 70px;
  z-index: 40;
  max-width: 100vw;
  background: #FFFFFF;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  overflow: visible;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* Moldura aplicada no main - mantém scroll natural */
html {
  background: #FFFFFF;
}

body.page-template-cimentos main,
body.page-template-argamassa main,
body.page-template-agregados main,
body.page-template-agro main,
body.tax-catalogo main {
  padding-top: 90px;
  padding-bottom: 96px;
}

body.admin-bar.page-template-cimentos main,
body.admin-bar.page-template-argamassa main,
body.admin-bar.page-template-agregados main,
body.admin-bar.page-template-agro main,
body.admin-bar.tax-catalogo main {
  padding-top: 58px;
}

@media (max-width: 1023px) {
  body.page-template-cimentos main,
  body.page-template-argamassa main,
  body.page-template-agregados main,
  body.page-template-agro main,
  body.tax-catalogo main {
    padding-top: 72px;
    padding-bottom: 92px;
  }

  body.tax-catalogo .ciplan-product-list-section {
    margin-top: 0 !important;
  }
}

@media (max-width: 640px) {
  body.page-template-cimentos main,
  body.page-template-argamassa main,
  body.page-template-agregados main,
  body.page-template-agro main,
  body.tax-catalogo main {
    padding-top: 64px;
    padding-bottom: 86px;
  }

  body.tax-catalogo .ciplan-product-list-section {
    margin-top: 0 !important;
  }
}
body {
  margin: 0;
  padding: 0;
  background: #FFFFFF;
}
main {
  padding: 70px 0px 70px 0px;
  border-radius: 20px;
  min-height: calc(100vh - 140px);
  position: relative;
  z-index: 1;
  background: #FFFFFF;
}
/* Permitir que classes Tailwind sobrescrevam o background */
main.bg-gray-50 {
  background-color: #f9fafb !important;
}
main.bg-gray-100 {
  background-color: #f3f4f6 !important;
}
main.bg-gray-200 {
  background-color: #e5e7eb !important;
}
main.bg-gray-300 {
  background-color: #d1d5db !important;
}
main.bg-gray-400 {
  background-color: #9ca3af !important;
}
main.bg-gray-500 {
  background-color: #6b7280 !important;
}
main.bg-gray-600 {
  background-color: #4b5563 !important;
}
main.bg-gray-700 {
  background-color: #374151 !important;
}
main.bg-gray-800 {
  background-color: #1f2937 !important;
}
main.bg-gray-900 {
  background-color: #111827 !important;
}
main.bg-white {
  background-color: #FFFFFF !important;
}
main.bg-primary {
  background-color: #00557C !important;
}
main.bg-secondary {
  background-color: #E7343B !important;
}
/* Cantos arredondados com imagem */
.fixed-header::before {
  content: '';
  position: absolute;
  bottom: -29px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url('../img/arredondada.png') no-repeat;
  background-size: contain;
  z-index: 1;
  transform: rotate(90deg);
  display: block;
}
.fixed-header::after {
  content: '';
  position: absolute;
  bottom: -29px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: url('../img/arredondada.png') no-repeat;
  background-size: contain;
  z-index: 1;
  transform: rotate(180deg);
  display: block;
}
.fixed-footer::before {
  content: '';
  position: absolute;
  top: -29px;
  left: 0px;
  width: 30px;
  height: 30px;
  background: url('../img/arredondada.png') no-repeat;
  background-size: contain;
  z-index: 45;
  display: block;
}
.fixed-footer::after {
  content: '';
  position: absolute;
  top: -29px;
  right: 0px;
  width: 30px;
  height: 30px;
  background: url('../img/arredondada.png') no-repeat;
  background-size: contain;
  z-index: 45;
  transform: rotate(-90deg);
  display: block;
}
/* Transições suaves */
header,
footer {
  transition: all 0.3s ease;
}
/* Responsividade */
@media (max-width: 768px) {
  .fixed-header {
    height: 60px;
  }
  .fixed-footer {
    height: 15px;
  }
  main {
    padding: 60px 0px 15px 0px;
    min-height: calc(100vh - 120px);
    border-radius: 15px;
  }
}
@media (min-width: 1024px) {
  body.page-template-portfolio main,
  body.page-template-etica main,
  body.page-template-meioambiente main,
  body.page-template-oportunidades main,
  body.page-template-visite main,
  body.single-galeria main,
  body.page-template-cimentos main,
  body.page-template-argamassa main,
  body.page-template-agro main,
  body.page-template-concreto main,
body.page-template-concreto2 main,
  body.page-template-agregado main,
  body.page-template-agregados main,
  body.single-produto-agro main,
  body.single-produto-argamassa main,
  body.single-produto-agregado main,
  body.single-produto-agregados main,
  body.single-produto-concreto main,
  body.single-produto-cimento main,
  body.page-template-mapa-simples main,
  body.page-template-home main {
    padding: 70px 30px 70px 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-cimentos main,
  body.page-template-argamassa main,
  body.page-template-agro main,
  body.page-template-agregado main,
  body.page-template-agregados main,
  body.tax-catalogo main {
    padding-top: 108px !important;
    padding-bottom: 110px !important;
  }
}
@media (min-width: 1024px) {
  body.page-template-portfolio main::before,
  body.page-template-etica main::before,
  body.page-template-meioambiente main::before,
  body.page-template-oportunidades main::before,
  body.page-template-visite main::before,
  body.single-galeria main::before,
  body.page-template-cimentos main::before,
  body.page-template-argamassa main::before,
  body.page-template-agro main::before,
  body.page-template-concreto main::before,
  body.page-template-concreto2 main::before,
  body.page-template-agregado main::before,
  body.page-template-agregados main::before,
  body.single-produto-agro main::before,
  body.single-produto-argamassa main::before,
  body.single-produto-agregado main::before,
  body.single-produto-agregados main::before,
  body.single-produto-concreto main::before,
  body.single-produto-cimento main::before,
  body.page-template-mapa-simples main::before,
  body.page-template-home main::before {
    left: 0px !important;
    width: 30px !important;
    height: 100% !important;
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  body.page-template-portfolio main::after,
  body.page-template-etica main::after,
  body.page-template-meioambiente main::after,
  body.page-template-oportunidades main::after,
  body.page-template-visite main::after,
  body.single-galeria main::after,
  body.page-template-cimentos main::after,
  body.page-template-argamassa main::after,
  body.page-template-agro main::after,
  body.page-template-concreto main::after,
  body.page-template-concreto2 main::after,
  body.page-template-agregado main::after,
  body.page-template-agregados main::after,
  body.single-produto-agro main::after,
  body.single-produto-argamassa main::after,
  body.single-produto-agregado main::after,
  body.single-produto-agregados main::after,
  body.single-produto-concreto main::after,
  body.single-produto-cimento main::after,
  body.page-template-mapa-simples main::after,
  body.page-template-home main::after {
    right: 0px !important;
    width: 30px !important;
    height: 100% !important;
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    background: #fff;
  }
}
@media (min-width: 1024px) {
  body.page-template-portfolio .fixed-header::before,
  body.page-template-etica .fixed-header::before,
  body.page-template-meioambiente .fixed-header::before,
  body.page-template-oportunidades .fixed-header::before,
  body.page-template-visite .fixed-header::before,
  body.single-galeria .fixed-header::before,
  body.page-template-cimentos .fixed-header::before,
  body.page-template-argamassa .fixed-header::before,
  body.page-template-agro .fixed-header::before,
  body.page-template-concreto .fixed-header::before,
  body.page-template-concreto2 .fixed-header::before,
  body.page-template-agregado .fixed-header::before,
  body.page-template-agregados .fixed-header::before,
  body.single-produto-agro .fixed-header::before,
  body.single-produto-argamassa .fixed-header::before,
  body.single-produto-agregado .fixed-header::before,
  body.single-produto-agregados .fixed-header::before,
  body.single-produto-concreto .fixed-header::before,
  body.single-produto-cimento .fixed-header::before,
  body.page-template-mapa-simples .fixed-header::before,
  body.page-template-home .fixed-header::before {
    left: 29px !important;
  }
}
@media (min-width: 1024px) {
  body.page-template-portfolio .fixed-header::after,
  body.page-template-etica .fixed-header::after,
  body.page-template-meioambiente .fixed-header::after,
  body.page-template-oportunidades .fixed-header::after,
  body.page-template-visite .fixed-header::after,
  body.single-galeria .fixed-header::after,
  body.page-template-cimentos .fixed-header::after,
  body.page-template-argamassa .fixed-header::after,
  body.page-template-agro .fixed-header::after,
  body.page-template-concreto .fixed-header::after,
  body.page-template-concreto2 .fixed-header::after,
  body.page-template-agregado .fixed-header::after,
  body.page-template-agregados .fixed-header::after,
  body.single-produto-agro .fixed-header::after,
  body.single-produto-argamassa .fixed-header::after,
  body.single-produto-agregado .fixed-header::after,
  body.single-produto-agregados .fixed-header::after,
  body.single-produto-concreto .fixed-header::after,
  body.single-produto-cimento .fixed-header::after,
  body.page-template-mapa-simples .fixed-header::after,
  body.page-template-home .fixed-header::after {
    right: 29px !important;
  }
}
@media (min-width: 1024px) {
  body.page-template-portfolio .fixed-footer::before,
  body.page-template-etica .fixed-footer::before,
  body.page-template-meioambiente .fixed-footer::before,
  body.page-template-oportunidades .fixed-footer::before,
  body.page-template-visite .fixed-footer::before,
  body.single-galeria .fixed-footer::before,
  body.page-template-cimentos .fixed-footer::before,
  body.page-template-argamassa .fixed-footer::before,
  body.page-template-agro .fixed-footer::before,
  body.page-template-concreto .fixed-footer::before,
  body.page-template-agregado .fixed-footer::before,
  body.page-template-agregados .fixed-footer::before,
  body.single-produto-agro .fixed-footer::before,
  body.single-produto-argamassa .fixed-footer::before,
  body.single-produto-agregado .fixed-footer::before,
  body.single-produto-agregados .fixed-footer::before,
  body.single-produto-concreto .fixed-footer::before,
  body.single-produto-cimento .fixed-footer::before,
  body.page-template-mapa-simples .fixed-footer::before,
  body.page-template-home .fixed-footer::before {
    left: 29px !important;
  }
}
@media (min-width: 1024px) {
  body.page-template-portfolio .fixed-footer::after,
  body.page-template-etica .fixed-footer::after,
  body.page-template-meioambiente .fixed-footer::after,
  body.page-template-oportunidades .fixed-footer::after,
  body.page-template-visite .fixed-footer::after,
  body.single-galeria .fixed-footer::after,
  body.page-template-cimentos .fixed-footer::after,
  body.page-template-argamassa .fixed-footer::after,
  body.page-template-agro .fixed-footer::after,
  body.page-template-concreto .fixed-footer::after,
  body.page-template-agregado .fixed-footer::after,
  body.page-template-agregados .fixed-footer::after,
  body.single-produto-agro .fixed-footer::after,
  body.single-produto-argamassa .fixed-footer::after,
  body.single-produto-agregado .fixed-footer::after,
  body.single-produto-agregados .fixed-footer::after,
  body.single-produto-concreto .fixed-footer::after,
  body.single-produto-cimento .fixed-footer::after,
  body.page-template-mapa-simples .fixed-footer::after,
  body.page-template-home .fixed-footer::after {
    right: 29px !important;
  }
}
/* ===== HEADER/FOOTER CUSTOMIZADO PARA PÁGINAS ESPECÍFICAS ===== */
/* Aplica apenas nas páginas loop-single.php e blog.php */
body.page-template-blog .gt_selector,
body.archive:not(.tax-catalogo) .gt_selector,
body.category .gt_selector,
body.tag .gt_selector,
body.author .gt_selector,
body.date .gt_selector,
body.single-post .gt_selector,
body.search .gt_selector,
body.search-results .gt_selector {
  color: #fff !important;
}
body.page-template-blog .mobile-menu .gt_selector,
body.archive:not(.tax-catalogo) .mobile-menu .gt_selector,
body.category .mobile-menu .gt_selector,
body.tag .mobile-menu .gt_selector,
body.author .mobile-menu .gt_selector,
body.date .mobile-menu .gt_selector,
body.single-post .mobile-menu .gt_selector,
body.search .mobile-menu .gt_selector,
body.search-results .mobile-menu .gt_selector {
  color: #0A3152 !important;
}
@media (min-width: 1024px) {
  body.page-template-blog main,
  body.archive:not(.tax-catalogo) main,
  body.category main,
  body.tag main,
  body.author main,
  body.date main,
  body.single-post main,
  body.search main,
  body.search-results main {
    padding: 70px 30px 70px 30px;
  }
}
@media (min-width: 1024px) {
  body.page-template-blog main::before,
  body.archive:not(.tax-catalogo) main::before,
  body.category main::before,
  body.tag main::before,
  body.author main::before,
  body.date main::before,
  body.single-post main::before,
  body.search main::before,
  body.search-results main::before {
    left: 0px !important;
    width: 30px !important;
    height: 100% !important;
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    background: #0A3152;
  }
}
@media (min-width: 1024px) {
  body.page-template-blog main::after,
  body.archive:not(.tax-catalogo) main::after,
  body.category main::after,
  body.tag main::after,
  body.author main::after,
  body.date main::after,
  body.single-post main::after,
  body.search main::after,
  body.search-results main::after {
    right: 0px !important;
    width: 30px !important;
    height: 100% !important;
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    background: #0A3152;
  }
}
body.page-template-blog .fixed-header,body.single-post .fixed-header::before,
body.archive:not(.tax-catalogo) .fixed-header::before,
body.category .fixed-header::before,
body.tag .fixed-header::before,
body.author .fixed-header::before,
body.date .fixed-header::before,
body.single-post .fixed-header::before,
body.search .fixed-header::before,
body.search-results .fixed-header::before {
  left: 0px;
}
@media (min-width: 1024px) {
  body.page-template-blog .fixed-header,body.single-post .fixed-header::before,
  body.archive:not(.tax-catalogo) .fixed-header::before,
  body.category .fixed-header::before,
  body.tag .fixed-header::before,
  body.author .fixed-header::before,
  body.date .fixed-header::before,
  body.single-post .fixed-header::before,
  body.search .fixed-header::before,
  body.search-results .fixed-header::before {
    left: 29px !important;
  }
}
body.page-template-blog .fixed-header,body.single-post .fixed-header::after,
body.archive:not(.tax-catalogo) .fixed-header::after,
body.category .fixed-header::after,
body.tag .fixed-header::after,
body.author .fixed-header::after,
body.date .fixed-header::after,
body.single-post .fixed-header::after,
body.search .fixed-header::after,
body.search-results .fixed-header::after {
  right: 0px;
}
@media (min-width: 1024px) {
  body.page-template-blog .fixed-header,body.single-post .fixed-header::after,
  body.archive:not(.tax-catalogo) .fixed-header::after,
  body.category .fixed-header::after,
  body.tag .fixed-header::after,
  body.author .fixed-header::after,
  body.date .fixed-header::after,
  body.single-post .fixed-header::after,
  body.search .fixed-header::after,
  body.search-results .fixed-header::after {
    right: 29px !important;
  }
}
body.page-template-blog .fixed-footer::before,
body.archive:not(.tax-catalogo) .fixed-footer::before,
body.category .fixed-footer::before,
body.tag .fixed-footer::before,
body.author .fixed-footer::before,
body.date .fixed-footer::before,
body.single-post .fixed-footer::before,
body.search .fixed-footer::before,
body.search-results .fixed-footer::before {
  left: 0px;
}
@media (min-width: 1024px) {
  body.page-template-blog .fixed-footer::before,
  body.archive:not(.tax-catalogo) .fixed-footer::before,
  body.category .fixed-footer::before,
  body.tag .fixed-footer::before,
  body.author .fixed-footer::before,
  body.date .fixed-footer::before,
  body.single-post .fixed-footer::before,
  body.search .fixed-footer::before,
  body.search-results .fixed-footer::before {
    left: 29px !important;
  }
}
body.page-template-blog .fixed-footer::after,
body.archive:not(.tax-catalogo) .fixed-footer::after,
body.category .fixed-footer::after,
body.tag .fixed-footer::after,
body.author .fixed-footer::after,
body.date .fixed-footer::after,
body.single-post .fixed-footer::after,
body.search .fixed-footer::after,
body.search-results .fixed-footer::after {
  right: 0px;
}
@media (min-width: 1024px) {
  body.page-template-blog .fixed-footer::after,
  body.archive:not(.tax-catalogo) .fixed-footer::after,
  body.category .fixed-footer::after,
  body.tag .fixed-footer::after,
  body.author .fixed-footer::after,
  body.date .fixed-footer::after,
  body.single-post .fixed-footer::after,
  body.search .fixed-footer::after,
body.search-results .fixed-footer::after {
    right: 29px !important;
  }
}

/* Figma CIPLAN home header + numeros */
.ciplan-figma-header.fixed-header {
  height: 90px;
  padding-left: 35px !important;
  padding-right: 35px !important;
  background: #ffffff !important;
  align-items: center;
}
.ciplan-figma-header .ciplan-figma-nav {
  max-width: none;
  margin: 0;
}
.ciplan-figma-header .ciplan-figma-brand img {
  height: 46px !important;
  width: auto;
  display: block;
}
body:not(.page-template-blog):not(.single-post) .ciplan-figma-header .ciplan-figma-brand,
body:not(.page-template-blog):not(.single-post) .ciplan-figma-header .ciplan-figma-actions {
  transform: none !important;
}
.ciplan-figma-header .ciplan-figma-menu {
  gap: 45px !important;
  margin-left: 34px;
  margin-right: auto;
}
.ciplan-figma-header .ciplan-figma-menu > li > a {
  color: #00557c !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1;
  letter-spacing: 0;
  padding-top: 36px !important;
  padding-bottom: 30px !important;
}
.ciplan-figma-header .ciplan-figma-menu > li.group > a {
  position: relative !important;
  border-bottom-color: transparent !important;
}
.ciplan-figma-header .ciplan-figma-menu > li.group > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 55px;
  height: 2px;
  background: #e7343b;
  opacity: 0;
  transition: opacity .2s ease;
}
.ciplan-figma-header .ciplan-figma-menu > li.group:hover > a::after {
  opacity: 1;
}
.ciplan-figma-header .ciplan-figma-menu > li > a:hover {
  color: #e7343b !important;
}
.ciplan-figma-header .ciplan-dropdown {
  min-width: 201px !important;
  background: #005f80 !important;
  border-radius: 8px !important;
  padding: 18px 0 !important;
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.18) !important;
}
.ciplan-figma-header .ciplan-dropdown:before {
  content: "";
  position: absolute;
  top: -11px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 11px solid transparent;
  border-right: 11px solid transparent;
  border-bottom: 11px solid #005f80;
}
.ciplan-figma-header .ciplan-dropdown a {
  display: block !important;
  padding: 0 26px !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  font-style: normal !important;
  line-height: 1.25 !important;
  background: transparent !important;
  white-space: nowrap;
}
.ciplan-figma-header .ciplan-dropdown a strong,
.ciplan-figma-header .ciplan-dropdown a b,
.ciplan-figma-header .ciplan-dropdown a span {
  font-weight: 300 !important;
}
.ciplan-figma-header .ciplan-dropdown li + li {
  margin-top: 21px;
}
.ciplan-figma-header .ciplan-dropdown a:hover {
  color: #ffffff !important;
  background: transparent !important;
}
.ciplan-figma-header .ciplan-dropdown .is-highlight {
  position: relative;
}
.ciplan-figma-header .ciplan-dropdown .is-highlight:before {
  content: "";
  position: absolute;
  left: 26px;
  top: -2px;
  width: 2px;
  height: 111px;
  background: #ed1744;
}
.ciplan-figma-header .ciplan-dropdown .is-highlight a,
.ciplan-figma-header .ciplan-dropdown .is-highlight span,
.ciplan-figma-header .ciplan-dropdown .is-highlight + li a,
.ciplan-figma-header .ciplan-dropdown .is-highlight + li + li a {
  padding-left: 40px !important;
}
.ciplan-figma-header .ciplan-dropdown .is-highlight a,
.ciplan-figma-header .ciplan-dropdown .is-highlight span {
  display: block !important;
  position: relative;
  color: #ed1744 !important;
  text-transform: uppercase;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.25 !important;
  white-space: nowrap;
  cursor: default;
}
.ciplan-figma-header .ciplan-figma-actions {
  gap: 28px !important;
}
.ciplan-figma-header .ciplan-figma-search {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(0, 85, 124, 0.18);
  border-radius: 999px;
  justify-content: center;
  overflow: visible;
}
.ciplan-figma-header .ciplan-figma-search .search-button {
  width: 42px;
  height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #00557c !important;
  font-size: 16px !important;
  background: transparent !important;
}
.ciplan-figma-header .ciplan-figma-search .search-input:not(.w-0) {
  position: absolute;
  right: 250px;
  width: 220px !important;
  height: 42px;
  padding: 0 16px !important;
  border: 1px solid rgba(0, 85, 124, 0.18) !important;
  border-radius: 999px;
  background: #ffffff;
  color: #00557c;
}
.ciplan-figma-header .ciplan-figma-buy {
  color: #00557c !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  white-space: nowrap;
}
.ciplan-figma-header .ciplan-figma-lang {
  min-width: 132px;
  height: 45px;
  border-color: rgba(0, 85, 124, 0.65) !important;
  border-radius: 8px !important;
  align-items: center;
  justify-content: center;
  color: #00557c;
  font-size: 13px;
  font-weight: 700;
}
@media (min-width: 1024px) {
  .ciplan-figma-header .ciplan-figma-lang {
    display: flex !important;
  }
}
body.home main,
body.front-page main {
  margin-left: 35px;
  margin-right: 35px;
  margin-bottom: 70px;
  padding-top: 90px;
}
body.home .ciplan-figma-header.fixed-header,
body.front-page .ciplan-figma-header.fixed-header {
  height: 90px !important;
}
body.home:not(.page-template-blog):not(.single-post) .ciplan-figma-header .ciplan-figma-brand,
body.home:not(.page-template-blog):not(.single-post) .ciplan-figma-header .ciplan-figma-actions,
body.front-page:not(.page-template-blog):not(.single-post) .ciplan-figma-header .ciplan-figma-brand,
body.front-page:not(.page-template-blog):not(.single-post) .ciplan-figma-header .ciplan-figma-actions {
  transform: none !important;
}
body.home .ciplan-figma-header.fixed-header::before,
body.front-page .ciplan-figma-header.fixed-header::before {
  content: "" !important;
  position: absolute !important;
  bottom: -29px !important;
  left: 35px !important;
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  background: url("../img/arredondada.png") no-repeat center / contain !important;
  transform: rotate(90deg) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}
body.home .ciplan-figma-header.fixed-header::after,
body.front-page .ciplan-figma-header.fixed-header::after {
  content: "" !important;
  position: absolute !important;
  right: 35px !important;
  bottom: -29px !important;
  width: 30px !important;
  height: 30px !important;
  display: block !important;
  background: url("../img/arredondada.png") no-repeat center / contain !important;
  transform: rotate(180deg) !important;
  z-index: 2 !important;
  pointer-events: none !important;
}
body.home.page-template-home2 .fixed-footer::before,
body.front-page.page-template-home2 .fixed-footer::before {
  left: 34px !important;
  top: -25px !important;
}
body.home.page-template-home2 .fixed-footer::after,
body.front-page.page-template-home2 .fixed-footer::after {
  right: 32px !important;
  top: -30px !important;
}
body.home.page-template-home2 .fixed-footer > .grid,
body.front-page.page-template-home2 .fixed-footer > .grid {
  padding-left: 24px !important;
  padding-right: 24px !important;
}
@media (max-width: 767px) {
  body.home.page-template-home2 .fixed-footer::before,
  body.front-page.page-template-home2 .fixed-footer::before {
    left: 0 !important;
    top: -30px !important;
  }

  body.home.page-template-home2 .fixed-footer::after,
  body.front-page.page-template-home2 .fixed-footer::after {
    right: 0 !important;
    top: -30px !important;
  }
}
.ciplan-home-footer-cta {
  width: 100%;
  margin: 34px 0 26px;
  padding: 0 24px;
  text-align: left;
}
.ciplan-home-footer-cta p {
  margin: 0;
  color: #00557c;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0;
}
.ciplan-home-footer-cta a {
  color: #e4193c !important;
  text-decoration-line: underline !important;
  text-decoration-color: #e4193c !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}
body.home .banner-hero-container .slider-prev,
body.home .banner-hero-container .slider-next,
body.front-page .banner-hero-container .slider-prev,
body.front-page .banner-hero-container .slider-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 48px !important;
  height: 48px !important;
  padding: 0 !important;
  border: 1px solid rgba(0, 85, 124, .35) !important;
  border-radius: 999px !important;
  background: rgba(255, 255, 255, .92) !important;
  color: #00557c !important;
  opacity: 1 !important;
  z-index: 30 !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, .12) !important;
}
body.home .banner-hero-container .slider-prev,
body.front-page .banner-hero-container .slider-prev {
  left: 24px !important;
}
body.home .banner-hero-container .slider-next,
body.front-page .banner-hero-container .slider-next {
  right: 24px !important;
}
body.home .banner-hero-container .slider-prev svg,
body.home .banner-hero-container .slider-next svg,
body.front-page .banner-hero-container .slider-prev svg,
body.front-page .banner-hero-container .slider-next svg {
  width: 26px !important;
  height: 26px !important;
  stroke: currentColor !important;
}
body.home .banner-hero-container .banner-notice,
body.front-page .banner-hero-container .banner-notice {
  position: absolute !important;
  inset: 0 !important;
}
body.home .ciplan-home-banner-notice,
body.front-page .ciplan-home-banner-notice {
  --banner-box-color: #121e3c;
  --banner-text-color: #ffffff;
  --banner-button-color: #ffffff;
  --banner-button-text-color: #00557c;
  position: absolute;
  z-index: 12;
  width: min(405px, calc(100vw - 80px));
  padding: 34px 36px 32px;
  color: var(--banner-text-color);
  background: var(--banner-box-color);
  border-radius: 10px;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  transition: opacity 300ms ease;
}
body.home .ciplan-home-banner-notice--superio_esquerdo,
body.front-page .ciplan-home-banner-notice--superio_esquerdo,
body.home .ciplan-home-banner-notice--superior_esquerdo,
body.front-page .ciplan-home-banner-notice--superior_esquerdo {
  left: 64px;
  top: 42px;
}
body.home .ciplan-home-banner-notice--inferior_esquerdo,
body.front-page .ciplan-home-banner-notice--inferior_esquerdo {
  left: 20px;
  bottom: 37px;
}
body.home .ciplan-home-banner-notice--superio_direito,
body.front-page .ciplan-home-banner-notice--superio_direito,
body.home .ciplan-home-banner-notice--superior_direito,
body.front-page .ciplan-home-banner-notice--superior_direito {
  right: 56px;
  top: 48px;
}
body.home .ciplan-home-banner-notice--inferior_direito,
body.front-page .ciplan-home-banner-notice--inferior_direito {
  right: 56px;
  bottom: 48px;
}
body.home .ciplan-home-banner-notice--center,
body.front-page .ciplan-home-banner-notice--center,
body.home .ciplan-home-banner-notice--centro_abaixo,
body.front-page .ciplan-home-banner-notice--centro_abaixo {
  left: 50%;
  bottom: 28px;
  transform: translateX(-50%);
}
body.home .ciplan-home-banner-notice__description,
body.front-page .ciplan-home-banner-notice__description {
  margin: 0 0 15px;
  color: var(--banner-text-color);
  font-size: 25px;
  font-weight: 300;
  line-height: 1.32;
}
body.home .ciplan-home-banner-notice__description p,
body.front-page .ciplan-home-banner-notice__description p {
  margin: 0;
}
body.home .ciplan-home-banner-notice__title,
body.front-page .ciplan-home-banner-notice__title {
  margin: 0;
  color: var(--banner-text-color);
  font-size: 44px;
  font-weight: 700;
  line-height: .98;
  letter-spacing: 0;
  text-transform: uppercase;
}
body.home .ciplan-home-banner-notice__title p,
body.front-page .ciplan-home-banner-notice__title p {
  margin: 0;
  color: var(--banner-text-color) !important;
  font-size: 27px !important;
  font-weight: 700;
  line-height: 1.08;
}
body.home .ciplan-home-banner-notice__title h1,
body.front-page .ciplan-home-banner-notice__title h1,
body.home .ciplan-home-banner-notice__title h2,
body.front-page .ciplan-home-banner-notice__title h2,
body.home .ciplan-home-banner-notice__title h3,
body.front-page .ciplan-home-banner-notice__title h3 {
  margin: 0;
  color: var(--banner-text-color) !important;
  font-size: 44px !important;
  font-weight: 700;
  line-height: .98;
}
body.home .ciplan-home-banner-notice__title *,
body.front-page .ciplan-home-banner-notice__title * {
  color: var(--banner-text-color) !important;
}
body.home .ciplan-home-banner-notice__title .ciplan-home-banner-notice__highlight,
body.front-page .ciplan-home-banner-notice__title .ciplan-home-banner-notice__highlight {
  color: #E4193C !important;
}
body.home .ciplan-home-banner-notice__title span,
body.front-page .ciplan-home-banner-notice__title span {
  font-size: inherit !important;
}
body.home .ciplan-home-banner-notice__title span,
body.front-page .ciplan-home-banner-notice__title span,
body.home .ciplan-home-banner-notice__title strong,
body.front-page .ciplan-home-banner-notice__title strong {
  display: block;
  color: var(--banner-text-color);
}
body.home .ciplan-home-banner-notice__button,
body.front-page .ciplan-home-banner-notice__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  margin-top: 20px;
  padding: 12px 19px;
  color: var(--banner-button-text-color) !important;
  background: var(--banner-button-color);
  border-radius: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
body.home .ciplan-home-banner-notice.is-hidden,
body.front-page .ciplan-home-banner-notice.is-hidden {
  opacity: 0 !important;
}
body.home .ciplan-home-banner-notice.is-fading-in,
body.front-page .ciplan-home-banner-notice.is-fading-in {
  opacity: 0 !important;
}
body.home .ciplan-home-banner-notice.is-moving,
body.front-page .ciplan-home-banner-notice.is-moving {
  opacity: 1 !important;
  pointer-events: none !important;
  transition:
    left 900ms cubic-bezier(.22, .61, .36, 1),
    right 900ms cubic-bezier(.22, .61, .36, 1),
    top 900ms cubic-bezier(.22, .61, .36, 1),
    bottom 900ms cubic-bezier(.22, .61, .36, 1),
    transform 900ms cubic-bezier(.22, .61, .36, 1),
    width 900ms cubic-bezier(.22, .61, .36, 1),
    background-color 900ms cubic-bezier(.22, .61, .36, 1),
    color 900ms cubic-bezier(.22, .61, .36, 1),
    opacity 260ms ease !important;
}
@media (max-width: 768px) {
  body.home .banner-hero-container,
  body.front-page .banner-hero-container {
    height: 560px !important;
    margin-top: 0;
    border-radius: 0 0 22px 22px;
  }
  body.home .banner-hero-container .banner-slide,
  body.front-page .banner-hero-container .banner-slide {
    align-items: flex-end !important;
  }
  body.home .banner-hero-container .banner-image,
  body.front-page .banner-hero-container .banner-image {
    height: 100% !important;
    min-height: 560px;
    object-position: center top;
  }
  body.home .banner-hero-container .slider-prev,
  body.home .banner-hero-container .slider-next,
  body.front-page .banner-hero-container .slider-prev,
  body.front-page .banner-hero-container .slider-next {
    width: 38px !important;
    height: 38px !important;
    padding: 0 !important;
    top: 44% !important;
  }
  body.home .banner-hero-container .slider-prev,
  body.front-page .banner-hero-container .slider-prev {
    left: 12px !important;
  }
  body.home .banner-hero-container .slider-next,
  body.front-page .banner-hero-container .slider-next {
    right: 12px !important;
  }
  body.home .ciplan-home-banner-notice,
  body.front-page .ciplan-home-banner-notice {
    left: 16px !important;
    right: auto !important;
    bottom: 28px !important;
    top: auto !important;
    width: calc(100vw - 32px) !important;
    max-width: 420px;
    padding: 22px 22px 24px;
    transform: none !important;
    border-radius: 10px;
    transition: opacity 320ms ease !important;
  }
  body.home .ciplan-home-banner-notice.is-moving,
  body.front-page .ciplan-home-banner-notice.is-moving {
    display: none !important;
  }
  body.home .ciplan-home-banner-notice__description,
  body.front-page .ciplan-home-banner-notice__description {
    margin-bottom: 12px;
    font-size: 19px;
    line-height: 1.28;
  }
  body.home .ciplan-home-banner-notice__title,
  body.front-page .ciplan-home-banner-notice__title {
    font-size: 31px;
    line-height: 1;
  }
  body.home .ciplan-home-banner-notice__title p,
  body.front-page .ciplan-home-banner-notice__title p {
    font-size: 22px !important;
    line-height: 1.05;
  }
  body.home .ciplan-home-banner-notice__title h1,
  body.front-page .ciplan-home-banner-notice__title h1,
  body.home .ciplan-home-banner-notice__title h2,
  body.front-page .ciplan-home-banner-notice__title h2,
  body.home .ciplan-home-banner-notice__title h3,
  body.front-page .ciplan-home-banner-notice__title h3 {
    font-size: 34px !important;
    line-height: 1;
  }
  body.home .ciplan-home-banner-notice__button,
  body.front-page .ciplan-home-banner-notice__button {
    min-height: 44px;
    margin-top: 16px;
    padding: 11px 16px;
    font-size: 15px;
    border-radius: 7px;
  }
}
.ciplan-numeros-section {
  margin: 28px 0 24px;
}
.ciplan-numeros-grid {
  display: grid;
  grid-template-columns: minmax(320px, 0.69fr) minmax(0, 1fr);
  gap: 24px;
  align-items: stretch;
}
.ciplan-numeros-card {
  min-height: 610px;
  border-radius: 24px;
  padding: 57px 62px 48px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.ciplan-numeros-title {
  margin: 0 0 52px;
  color: #ffffff !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(43px, 4.55vw, 64px);
  font-weight: 700;
  line-height: 0.98;
  letter-spacing: 0;
  text-align: center;
  text-transform: uppercase;
}
.ciplan-numeros-title span {
  display: inline-block;
  padding-bottom: 13px;
  border-bottom: 8px solid #00557c;
}
.ciplan-numeros-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 38px;
  row-gap: 42px;
}
.ciplan-numeros-item {
  min-width: 0;
  text-align: center;
}
.ciplan-numeros-value {
  margin: 0;
  color: #ffffff !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(60px, 6.1vw, 86px);
  font-weight: 700;
  line-height: 0.88;
  letter-spacing: 0;
}
.ciplan-numeros-label {
  max-width: 190px;
  margin: 14px auto 0;
  color: #ffffff !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(17px, 1.55vw, 23px);
  font-weight: 500;
  line-height: 1.12;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ciplan-numeros-photo {
  min-height: 610px;
  border-radius: 24px;
  overflow: hidden;
}
.ciplan-numeros-photo img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 610px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 1180px) {
  .ciplan-figma-header .ciplan-figma-menu {
    gap: 24px !important;
    margin-left: 18px;
  }
  .ciplan-figma-header .ciplan-figma-menu > li > a {
    font-size: 15px !important;
  }
  .ciplan-figma-header .ciplan-figma-actions {
    gap: 18px !important;
  }
  .ciplan-numeros-card {
    padding-left: 34px;
    padding-right: 34px;
  }
}
@media (max-width: 1023px) {
  .ciplan-figma-header.fixed-header {
    height: 72px;
    padding-left: 22px !important;
    padding-right: 22px !important;
  }
  .ciplan-figma-header .ciplan-figma-brand img {
    height: 42px !important;
  }
  body.home main,
  body.front-page main {
    margin-left: 22px;
    margin-right: 22px;
  }
  .ciplan-numeros-grid {
    grid-template-columns: 1fr;
  }
  .ciplan-numeros-card,
  .ciplan-numeros-photo,
  .ciplan-numeros-photo img {
    min-height: 0;
  }
  .ciplan-numeros-photo img {
    aspect-ratio: 1.45 / 1;
  }
}

@media (max-width: 1023px) {
  body.single-produto-argamassa .ciplan-product-internal-filter {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    margin: 18px auto 24px !important;
    max-width: 340px !important;
    min-height: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    text-align: left !important;
    width: calc(100% - 32px) !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__label {
    color: #00557c !important;
    display: block !important;
    flex: none !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__list {
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__item {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 85, 124, .16) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05) !important;
    color: #00557c !important;
    display: flex !important;
    flex: none !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    justify-content: center !important;
    line-height: 1.2 !important;
    min-height: 52px !important;
    padding: 10px 14px !important;
    text-align: center !important;
    white-space: normal !important;
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  body.single-produto-argamassa .ciplan-product-internal-filter {
    align-items: center !important;
    display: flex !important;
    gap: 18px !important;
    justify-content: center !important;
    min-height: 74px !important;
    overflow: visible !important;
    padding: 18px 42px 14px !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__label {
    flex: 0 0 auto !important;
    margin: 0 6px 0 0 !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__list {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: center !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__item {
    align-items: center !important;
    background: rgba(255, 255, 255, .36) !important;
    border: 1px solid rgba(0, 85, 124, .12) !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    max-width: none !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    white-space: nowrap !important;
    width: auto !important;
  }

  body.single-produto-argamassa .ciplan-argamassa-sidebar-card {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  body.page-template-etica main.ciplan-ethics-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-etica .ciplan-ethics-hero {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code,
  body.page-template-etica .ciplan-ethics-links {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-agro main,
  body.single-produto-agro main.ciplan-agro-page {
    background: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-agro main::before,
  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::before,
  body.single-produto-agro main.ciplan-agro-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-agro main > section,
  body.single-produto-agro .ciplan-agro-layout {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    width: calc(100% - 16px) !important;
  }

  body.single-produto-agro .ciplan-agro-layout {
    background: #d9d9d9 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }
}

@media (min-width: 1024px) {
  body.page-template-agro main,
  body.single-produto-agro main.ciplan-agro-page {
    background: #ffffff !important;
  }

  body.page-template-agro main::before,
  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::before,
  body.single-produto-agro main.ciplan-agro-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-agro main > section,
  body.single-produto-agro .ciplan-agro-layout {
    margin-left: 30px !important;
    margin-right: 30px !important;
    max-width: none !important;
    width: calc(100% - 60px) !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-etica main.ciplan-ethics-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-etica main.ciplan-ethics-page::before,
  body.page-template-etica main.ciplan-ethics-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-etica .ciplan-ethics-hero {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code,
  body.page-template-etica .ciplan-ethics-links {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-meioambiente main.ciplan-environment-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-meioambiente main.ciplan-environment-page::before,
  body.page-template-meioambiente main.ciplan-environment-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-meioambiente .ciplan-environment-hero,
  body.page-template-meioambiente .ciplan-environment-actions,
  body.page-template-meioambiente .ciplan-environment-links,
  body.page-template-meioambiente .ciplan-environment-contact {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-meioambiente .ciplan-environment-hero-card,
  body.page-template-meioambiente .ciplan-environment-actions-card,
  body.page-template-meioambiente .ciplan-environment-links-card,
  body.page-template-meioambiente .ciplan-environment-contact-card {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-meioambiente .ciplan-figma-header.fixed-header,
  body.page-template-meioambiente .fixed-header {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.page-template-meioambiente .ciplan-figma-header .ciplan-figma-nav {
    width: 100% !important;
  }

  body.page-template-meioambiente .ciplan-environment-hero,
  body.page-template-meioambiente .ciplan-environment-hero-card {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
    overflow: hidden !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-etica main.ciplan-ethics-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-etica main.ciplan-ethics-page::before,
  body.page-template-etica main.ciplan-ethics-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-etica .ciplan-ethics-hero {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code,
  body.page-template-etica .ciplan-ethics-links {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 767px) {
  body.page-template-blog .ciplan-figma-header.fixed-header,
  body.page-template-blog .fixed-header,
  body.single-post .ciplan-figma-header.fixed-header,
  body.single-post .fixed-header {
    height: 74px !important;
    padding: 0 18px !important;
  }

  body.page-template-blog .ciplan-figma-header .ciplan-figma-nav,
  body.single-post .ciplan-figma-header .ciplan-figma-nav {
    align-items: center !important;
    gap: 14px !important;
    height: 74px !important;
    justify-content: space-between !important;
  }

  body.page-template-blog .ciplan-figma-header .ciplan-figma-brand,
  body.single-post .ciplan-figma-header .ciplan-figma-brand {
    margin-left: 0 !important;
    min-width: 0 !important;
  }

  body.page-template-blog .ciplan-figma-header .ciplan-figma-brand a img,
  body.single-post .ciplan-figma-header .ciplan-figma-brand a img {
    height: 34px !important;
    max-width: 170px !important;
    object-fit: contain !important;
  }

  body.page-template-blog .ciplan-figma-header .ciplan-figma-actions,
  body.single-post .ciplan-figma-header .ciplan-figma-actions {
    gap: 12px !important;
    margin-left: auto !important;
  }

  body.page-template-blog .ciplan-figma-header .ciplan-figma-search,
  body.single-post .ciplan-figma-header .ciplan-figma-search {
    height: 38px !important;
    width: 38px !important;
  }

  body.page-template-blog .ciplan-figma-header .ciplan-figma-search .search-button,
  body.single-post .ciplan-figma-header .ciplan-figma-search .search-button {
    height: 38px !important;
    width: 38px !important;
  }

  body.page-template-blog .mobile-menu-button,
  body.single-post .mobile-menu-button {
    color: #ffffff !important;
  }

  body.page-template-blog .ciplan-blog-page {
    background: #083a5d !important;
    padding-top: 74px !important;
  }

  body.page-template-blog .ciplan-blog-shell {
    border-radius: 0 !important;
    margin: 0 auto !important;
    padding: 12px 8px 110px !important;
    width: 100% !important;
  }

  body.page-template-blog .ciplan-blog-hero,
  body.page-template-blog .ciplan-blog-editorias,
  body.page-template-blog .ciplan-blog-posts {
    padding-left: 18px !important;
    padding-right: 18px !important;
  }

  body.page-template-blog .ciplan-blog-hero {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-blog .ciplan-blog-hero {
    border-radius: 24px 24px 0 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-top: 12px !important;
  }

  body.page-template-blog .ciplan-blog-hero-image {
    border-radius: 20px 20px 0 0 !important;
    min-height: 170px !important;
  }

  body.page-template-blog .ciplan-blog-hero-image::before {
    inset: 0 !important;
    background-position: center 34% !important;
    background-size: 180% auto !important;
    transform: scale(1.04) !important;
  }

  body.page-template-blog .ciplan-blog-brand {
    left: 50% !important;
    max-width: calc(100% - 34px) !important;
    min-width: 0 !important;
    padding: 18px 18px 16px !important;
    top: 0 !important;
    width: 240px !important;
  }

  body.page-template-blog .ciplan-blog-brand h1 {
    font-size: 32px !important;
    line-height: 1 !important;
  }

  body.page-template-blog .ciplan-blog-brand p {
    align-items: flex-start !important;
    display: grid !important;
    font-size: 16px !important;
    gap: 8px !important;
    grid-template-columns: minmax(0, 1fr) 58px !important;
    line-height: 1.05 !important;
  }

  body.page-template-blog .ciplan-blog-brand p span {
    height: 22px !important;
    width: 58px !important;
  }

  body.page-template-blog .ciplan-blog-editorias {
    border-radius: 0 0 24px 24px !important;
    padding-bottom: 26px !important;
  }

  body.page-template-blog .ciplan-blog-editorias ul {
    gap: 10px !important;
  }

  body.page-template-blog .ciplan-blog-editorias a {
    min-height: 48px !important;
    padding: 0 18px !important;
  }

  body.page-template-blog .ciplan-blog-posts {
    padding-top: 22px !important;
  }

  body.page-template-blog .ciplan-blog-featured,
  body.page-template-blog .ciplan-blog-card {
    border-radius: 22px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 342px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.page-template-blog .ciplan-blog-featured {
    display: block !important;
    min-height: 0 !important;
  }

  body.page-template-blog .ciplan-blog-featured-image,
  body.page-template-blog .ciplan-blog-card-image {
    display: block !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 14px 14px 0 !important;
  }

  body.page-template-blog .ciplan-blog-featured-image img,
  body.page-template-blog .ciplan-blog-card-image img {
    aspect-ratio: 4 / 3 !important;
    border-radius: 12px !important;
    height: auto !important;
    object-fit: cover !important;
    object-position: center !important;
    width: 100% !important;
  }

  body.page-template-blog .ciplan-blog-featured-content,
  body.page-template-blog .ciplan-blog-card-content {
    min-height: 0 !important;
    padding: 18px 18px 22px !important;
  }

  body.page-template-blog .ciplan-blog-featured h2,
  body.page-template-blog .ciplan-blog-card h2 {
    font-size: 24px !important;
    line-height: 1.12 !important;
    margin-bottom: 14px !important;
    overflow-wrap: anywhere !important;
  }

  body.page-template-blog .ciplan-blog-meta {
    font-size: 11px !important;
    line-height: 1.25 !important;
    margin-bottom: 12px !important;
  }

  body.page-template-blog .ciplan-blog-excerpt {
    font-size: 15px !important;
    line-height: 1.45 !important;
  }

  body.single-post main {
    padding-top: 92px !important;
  }

  body.single-post main > section {
    padding: 0 14px 96px !important;
  }

  body.single-post main > section > .grid {
    display: block !important;
  }

  body.single-post main > section > .grid > div:first-child {
    background: #e5e7eb !important;
    border-radius: 24px 24px 0 0 !important;
    padding: 26px 20px 20px !important;
    text-align: right !important;
  }

  body.single-post main > section > .grid > div:first-child h2 {
    color: #0a3152 !important;
    font-size: 30px !important;
    line-height: 1.14 !important;
    margin: 0 0 12px !important;
    max-width: 100% !important;
    overflow: visible !important;
    overflow-wrap: anywhere !important;
  }

  body.single-post main > section > .grid > div:first-child .text-sm {
    margin-bottom: 0 !important;
  }

  body.single-post main article.prose {
    border-radius: 0 0 24px 24px !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 16px 24px !important;
    width: 100% !important;
  }

  body.single-post main article.prose img {
    max-width: 100% !important;
  }
}

body.page-template-portfolio .ciplan-gallery-card-list,
body.page-template-portfolio .ciplan-gallery-card-inner {
  gap: 16px !important;
}

@media (max-width: 767px) {
  body.page-template-etica main.ciplan-ethics-page {
    margin: 0 auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 90px 0 110px !important;
    width: 100% !important;
  }

  body.page-template-etica main.ciplan-ethics-page::before,
  body.page-template-etica main.ciplan-ethics-page::after {
    display: none !important;
    content: none !important;
  }

  body.page-template-etica .ciplan-ethics-hero,
  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code,
  body.page-template-etica .ciplan-ethics-links {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 24px !important;
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    width: 100% !important;
  }

  body.page-template-etica .ciplan-ethics-hero {
    background: #00557c !important;
    border-radius: 0 !important;
    padding: 0 16px !important;
  }

  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code,
  body.page-template-etica .ciplan-ethics-links {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.page-template-etica .ciplan-ethics-hero::before {
    left: 0 !important;
    opacity: .7 !important;
    top: 94px !important;
    width: 100% !important;
  }

  body.page-template-etica .ciplan-ethics-hero-copy {
    padding-top: 0 !important;
    width: 100% !important;
  }

  body.page-template-etica .ciplan-ethics-eyebrow {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 0 74px !important;
    overflow-wrap: anywhere !important;
  }

  body.page-template-etica .ciplan-ethics-hero h1 {
    font-size: 62px !important;
    line-height: 58px !important;
    margin: 0 !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    text-decoration-thickness: 4px !important;
  }

  body.page-template-etica .ciplan-ethics-hero h2 {
    font-size: 26px !important;
    line-height: 32px !important;
    margin-top: 18px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.page-template-etica .ciplan-ethics-lead,
  body.page-template-etica .ciplan-ethics-intro-text,
  body.page-template-etica .ciplan-ethics-code-copy div {
    font-size: 18px !important;
    line-height: 28px !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.page-template-etica .ciplan-ethics-hero-media,
  body.page-template-etica .ciplan-ethics-intro-media,
  body.page-template-etica .ciplan-ethics-code-media {
    border-radius: 16px !important;
    height: 260px !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code {
    margin-top: 34px !important;
  }

  body.page-template-etica .ciplan-ethics-code-copy {
    padding-top: 0 !important;
  }

  body.page-template-etica .ciplan-ethics-code-copy h2,
  body.page-template-etica .ciplan-ethics-code-copy h2 a {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  body.page-template-etica .ciplan-ethics-links {
    margin-top: 48px !important;
  }

  body.page-template-etica .ciplan-ethics-links h2 {
    font-size: 26px !important;
    line-height: 32px !important;
  }
}

@media (min-width: 1024px) {
  body.single-produto-argamassa .ciplan-product-internal-filter {
    align-items: center !important;
    display: flex !important;
    gap: 18px !important;
    justify-content: center !important;
    min-height: 74px !important;
    overflow: visible !important;
    padding: 18px 42px 14px !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__list {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: center !important;
    max-width: none !important;
    overflow: visible !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__item {
    align-items: center !important;
    background: rgba(255, 255, 255, .36) !important;
    border: 1px solid rgba(0, 85, 124, .12) !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    max-width: none !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    white-space: nowrap !important;
    width: auto !important;
  }

  body.single-produto-argamassa .ciplan-argamassa-sidebar-card {
    margin-top: 0 !important;
  }
}
@media (max-width: 640px) {
  .ciplan-figma-header.fixed-header {
    height: 64px;
    padding-left: 16px !important;
    padding-right: 16px !important;
  }
  .ciplan-figma-header .ciplan-figma-brand img {
    height: 36px !important;
  }
  body.home main,
  body.front-page main {
    margin-left: 16px;
    margin-right: 16px;
    margin-bottom: 60px;
  }
  .ciplan-numeros-section {
    margin-top: 20px;
  }
  .ciplan-numeros-card {
    border-radius: 18px;
    padding: 34px 22px 32px;
  }
  .ciplan-numeros-title {
    margin-bottom: 32px;
    font-size: 42px;
  }
  .ciplan-numeros-list {
    column-gap: 16px;
    row-gap: 30px;
  }
  .ciplan-numeros-value {
    font-size: 54px;
  }
  .ciplan-numeros-label {
    font-size: 15px;
  }
.ciplan-numeros-photo {
    border-radius: 18px;
  }
}

/* Product listing filters */
.ciplan-product-hero {
  min-height: 430px;
  padding: 68px 24px 128px;
  border-radius: 24px 24px 0 0;
}
.ciplan-product-hero-inner {
  max-width: 1080px;
  margin: 0 auto;
}
.ciplan-product-heading {
  max-width: 820px;
  margin: 0 auto 66px;
}
.ciplan-product-heading h3 {
  margin: 0 0 14px;
  color: #00557c;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: clamp(50px, 5.15vw, 64px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
  letter-spacing: 0;
}
.ciplan-product-heading h3 span {
  display: inline-block;
  padding-bottom: 7px;
  border-bottom: 6px solid #ed1744;
}
.ciplan-product-heading p {
  max-width: 720px;
  margin: 0 auto;
  color: #00557c;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  font-weight: 500;
  padding-top: 10px;
  line-height: 1.55;
  letter-spacing: 0;
  text-align: center;
}
.ciplan-filter-row {
  display: grid;
  grid-template-columns: 86px minmax(0, 1fr);
  gap: 22px;
  align-items: start;
  max-width: 980px;
  margin: 0 auto;
}
.ciplan-filter-label {
  margin: 18px 0 0;
  color: #a7a7a7;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.05;
  text-align: left;
}
.ciplan-filter-list {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 26px;
  flex-wrap: nowrap;
}
.ciplan-filter-item {
  width: 142px;
  flex: 0 0 142px;
}
.ciplan-filter-item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  color: #00557c;
  text-decoration: none;
}
.ciplan-filter-item img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  object-position: center;
}
.ciplan-filter-item p {
  max-width: 142px;
  margin: 0;
  color: #00557c;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.03;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0;
  overflow-wrap: normal;
  word-break: normal;
  hyphens: none;
}
.ciplan-filter-item a:hover p,
.ciplan-filter-item a:hover {
  color: #ed1744;
}
.ciplan-filter-item.is-active p {
  color: #ed1744;
}
@media (min-width: 1024px) {
  body.page-template-sobre-copy main {
    padding: 70px 30px 70px 30px;
  }
  body.page-template-sobre-copy main::before,
  body.page-template-sobre-copy main::after {
    content: "" !important;
    position: absolute !important;
    top: 0 !important;
    width: 30px !important;
    height: 100% !important;
    background: #ffffff !important;
  }
  body.page-template-sobre-copy main::before {
    left: 0 !important;
  }
  body.page-template-sobre-copy main::after {
    right: 0 !important;
  }
  body.page-template-sobre-copy .fixed-header::before,
  body.page-template-sobre-copy .fixed-footer::before {
    left: 29px !important;
  }
  body.page-template-sobre-copy .fixed-header::after,
  body.page-template-sobre-copy .fixed-footer::after {
    right: 29px !important;
  }
}
body.page-template-sobre-copy main.ciplan-about-page {
  padding: 110px 31px 120px !important;
  background: #ffffff !important;
  border-radius: 0 !important;
  overflow: hidden;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.page-template-sobre-copy .ciplan-about-hero {
  position: relative;
}
body.page-template-sobre-copy .ciplan-about-hero > img.hidden.md\:block {
  display: block !important;
  width: 100%;
  height: 718px;
  object-fit: cover;
  border-radius: 30px;
}
body.page-template-sobre-copy .ciplan-about-title-row {
  position: relative;
  z-index: 2;
  display: block !important;
  margin: -49px 25px 0 0 !important;
  text-align: right;
}
body.page-template-sobre-copy .ciplan-about-title-row > div {
  display: block !important;
}
body.page-template-sobre-copy .ciplan-about-title-row h1 {
  display: inline-block;
  margin: 0 !important;
  padding-bottom: 20px;
  border-bottom: 5px solid #e4193c !important;
  color: #00557c !important;
  font-size: clamp(86px, 15.83vw, 228px) !important;
  font-weight: 700 !important;
  line-height: 0.62 !important;
  letter-spacing: 0 !important;
}
body.page-template-sobre-copy .ciplan-about-intro {
  margin-top: 22px;
}
body.page-template-sobre-copy .ciplan-about-intro-card {
  max-width: none;
  padding: 0 !important;
  background: transparent !important;
  border-radius: 0 !important;
  overflow: visible !important;
}
body.page-template-sobre-copy .ciplan-about-intro-card > .grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 421px;
  gap: 24px !important;
  align-items: stretch;
}
body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:first-child {
  grid-column: auto !important;
}
body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:first-child .grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 32px !important;
  height: 919px;
}
body.page-template-sobre-copy .ciplan-about-intro-card img {
  display: block;
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  border-radius: 15px !important;
}
body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:nth-child(2) {
  grid-column: auto !important;
  width: 421px;
  height: 919px;
  padding: 42px 44px !important;
  background: #d9d9d9;
  border-radius: 20px;
  overflow: hidden;
}
body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:nth-child(2) h1 {
  margin: 0 0 28px !important;
  color: #00557c !important;
  font-size: 88px !important;
  font-weight: 700 !important;
  line-height: 0.95 !important;
}
body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:nth-child(2) .text-gray-700 {
  color: #1e1e1e !important;
  font-family: Bree, Ubuntu, sans-serif;
  font-size: 20px !important;
  line-height: 30px !important;
}
body.page-template-sobre-copy .ciplan-about-governance {
  padding: 76px 0 0 !important;
}
body.page-template-sobre-copy .ciplan-about-governance > div {
  padding: 0 !important;
}
body.page-template-sobre-copy .ciplan-about-governance > div > .grid {
  display: grid !important;
  grid-template-columns: minmax(300px, 0.34fr) minmax(0, 0.66fr);
  gap: 40px !important;
}
body.page-template-sobre-copy .ciplan-about-governance h1 {
  color: #00557c !important;
}
body.page-template-sobre-copy .ciplan-about-governance .text-red-600 {
  color: #e4193c !important;
}
body.page-template-sobre-copy .ciplan-about-governance img {
  border-radius: 8px;
}
body.page-template-sobre-copy .ciplan-about-governance .grid-cols-2 img,
body.page-template-sobre-copy .ciplan-about-governance .md\:grid-cols-8 img {
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
@media (max-width: 1023px) {
  body.page-template-sobre-copy main.ciplan-about-page {
    padding: 88px 18px 100px !important;
  }
  body.page-template-sobre-copy .ciplan-about-hero > img.hidden.md\:block {
    height: 420px;
  }
  body.page-template-sobre-copy .ciplan-about-title-row {
    margin-top: -26px !important;
  }
  body.page-template-sobre-copy .ciplan-about-title-row h1 {
    font-size: 82px !important;
  }
  body.page-template-sobre-copy .ciplan-about-intro-card > .grid,
  body.page-template-sobre-copy .ciplan-about-governance > div > .grid {
    grid-template-columns: 1fr !important;
  }
  body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:first-child .grid,
  body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:nth-child(2) {
    width: auto;
    height: auto;
  }
  body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:first-child .grid img {
    height: 320px;
  }
}
@media (max-width: 640px) {
  body.page-template-sobre-copy .ciplan-about-hero > img.hidden.md\:block {
    display: none !important;
  }
  body.page-template-sobre-copy .ciplan-about-hero > img.block.md\:hidden {
    display: block !important;
    width: 100%;
    border-radius: 20px;
  }
  body.page-template-sobre-copy .ciplan-about-title-row h1 {
    font-size: 48px !important;
  }
  body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:nth-child(2) {
    padding: 28px 24px !important;
  }
  body.page-template-sobre-copy .ciplan-about-intro-card > .grid > div:nth-child(2) h1 {
    font-size: 48px !important;
  }
}
.ciplan-product-internal-filter {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 64px;
  width: 100%;
  min-height: 88px;
  padding: 26px 42px 20px;
  background: #e5e7eb;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ciplan-product-internal-filter__label {
  margin: 0;
  color: #8b8b8b;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
}
.ciplan-product-internal-filter__list {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 58px;
  flex-wrap: wrap;
  max-width: 980px;
}
.ciplan-product-internal-filter__item {
  display: inline-flex;
  align-items: flex-start;
  justify-content: center;
  max-width: 140px;
  min-height: 30px;
  color: #00557c;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.05;
  letter-spacing: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.ciplan-product-internal-filter__item:hover,
.ciplan-product-internal-filter__item.is-active {
  color: #ed1744;
}
.ciplan-product-region-select {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #8b8b8b;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}
.ciplan-product-region-select select {
  min-width: 74px;
  height: 34px;
  padding: 0 28px 0 12px;
  color: #00557c;
  background: #ffffff;
  border: 1px solid rgba(0, 85, 124, .45);
  border-radius: 6px;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
}
body.single-produto-agregado .ciplan-product-internal-filter,
body.single-produto-agregados .ciplan-product-internal-filter,
body.single-produto-argamassa .ciplan-product-internal-filter,
body.single-produto-cimento .ciplan-product-internal-filter {
  align-items: center;
  justify-content: center;
  gap: 18px;
  min-height: 86px;
  padding: 22px 42px 18px;
}
body.single-produto-agregado .ciplan-product-internal-filter__label,
body.single-produto-agregados .ciplan-product-internal-filter__label,
body.single-produto-argamassa .ciplan-product-internal-filter__label,
body.single-produto-cimento .ciplan-product-internal-filter__label {
  flex: 0 0 auto;
  margin-right: 6px;
}
body.single-produto-agregado .ciplan-product-internal-filter__list,
body.single-produto-agregados .ciplan-product-internal-filter__list,
body.single-produto-argamassa .ciplan-product-internal-filter__list,
body.single-produto-cimento .ciplan-product-internal-filter__list {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 1 auto;
  flex-wrap: nowrap;
  gap: 12px;
  max-width: none;
}
body.single-produto-agregado .ciplan-product-internal-filter__item,
body.single-produto-agregados .ciplan-product-internal-filter__item,
body.single-produto-argamassa .ciplan-product-internal-filter__item,
body.single-produto-cimento .ciplan-product-internal-filter__item {
  align-items: center;
  min-height: 34px;
  max-width: none;
  padding: 0 14px;
  white-space: nowrap;
  background: rgba(255, 255, 255, .36);
  border: 1px solid rgba(0, 85, 124, .12);
  border-radius: 6px;
  transition: background-color .2s ease, border-color .2s ease, color .2s ease;
}
body.single-produto-agregado .ciplan-product-internal-filter__item:hover,
body.single-produto-agregados .ciplan-product-internal-filter__item:hover,
body.single-produto-argamassa .ciplan-product-internal-filter__item:hover,
body.single-produto-cimento .ciplan-product-internal-filter__item:hover,
body.single-produto-agregado .ciplan-product-internal-filter__item.is-active,
body.single-produto-agregados .ciplan-product-internal-filter__item.is-active,
body.single-produto-argamassa .ciplan-product-internal-filter__item.is-active,
body.single-produto-cimento .ciplan-product-internal-filter__item.is-active {
  background: #ffffff;
  border-color: rgba(237, 23, 68, .42);
}
body.single-produto-argamassa .ciplan-product-internal-filter,
body.single-produto-cimento .ciplan-product-internal-filter {
  min-height: 58px;
  padding-top: 10px;
  padding-bottom: 8px;
}
body.single-produto-argamassa main > section:first-of-type,
body.single-produto-cimento main > section:first-of-type {
  margin-top: 0;
}

body.single-produto-argamassa .ciplan-argamassa-sidebar-card {
  min-height: calc(100vh - 210px);
  align-content: start;
  margin-top: -28px !important;
  padding-top: 18px;
  border-radius: 20px 0 0 20px;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-heading {
  margin-bottom: 10px !important;
  padding-left: 16px !important;
  padding-bottom: 10px !important;
  border-left-width: 9px !important;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-heading a,
body.single-produto-argamassa .ciplan-argamassa-sidebar-heading span {
  display: inline-block;
  margin-bottom: 6px;
  color: #e4193c !important;
  font-size: 18px !important;
  font-weight: 300 !important;
  line-height: 1;
  text-transform: uppercase;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-title {
  max-width: 230px;
  margin: 0 0 6px !important;
  color: #00557c !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 1.03 !important;
  letter-spacing: 0;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-subtitle {
  margin: 0 !important;
  color: #00557c !important;
  font-size: 16px !important;
  font-weight: 300 !important;
  line-height: 1.25 !important;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-standard {
  margin-top: 16px !important;
  padding-left: 31px !important;
  color: #00557c !important;
  font-size: 14px !important;
  line-height: 1.28 !important;
}
body.single-produto-argamassa .ciplan-argamassa-doc-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 18px !important;
  padding-left: 31px !important;
}
body.single-produto-argamassa .ciplan-argamassa-doc-buttons br {
  display: none;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-button {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 !important;
  padding: 12px 17px !important;
  color: #fff !important;
  border-radius: 7px !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-image {
  margin-top: auto !important;
  padding: 24px 10px 18px;
}
body.single-produto-argamassa .ciplan-argamassa-sidebar-image img {
  width: min(330px, 94%) !important;
  max-height: 330px !important;
  object-fit: contain;
}

@media (max-width: 640px) {
  body.single-produto-argamassa .ciplan-argamassa-sidebar-card {
    min-height: 610px;
    margin-top: 0 !important;
    padding-top: 54px;
  }
  body.single-produto-argamassa .ciplan-argamassa-sidebar-title {
    max-width: 260px;
    font-size: 32px !important;
  }
  body.single-produto-argamassa .ciplan-argamassa-sidebar-image {
    margin-top: 72px !important;
    padding-bottom: 28px;
  }
  body.single-produto-argamassa .ciplan-argamassa-sidebar-image img {
    width: min(270px, 86%) !important;
    max-height: 245px !important;
  }
}
body.single-produto-cimento .ciplan-cimento-content {
  max-width: 1040px;
  color: #344054;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.62;
}
body.single-produto-cimento .ciplan-cimento-content > *:first-child {
  margin-top: 0;
}
body.single-produto-cimento .ciplan-cimento-content p {
  margin: 0 0 18px;
}
body.single-produto-cimento .ciplan-cimento-content p:empty {
  display: none;
}
body.single-produto-cimento .ciplan-cimento-content strong,
body.single-produto-cimento .ciplan-cimento-content b {
  color: #2f3a4a;
  font-weight: 700;
}
body.single-produto-cimento .ciplan-cimento-content h2,
body.single-produto-cimento .ciplan-cimento-content h3,
body.single-produto-cimento .ciplan-cimento-content h4 {
  margin: 34px 0 14px;
  color: #00557c;
  font-weight: 700;
  line-height: 1.18;
}
body.single-produto-cimento .ciplan-cimento-content h2 {
  font-size: 32px;
}
body.single-produto-cimento .ciplan-cimento-content h3 {
  font-size: 26px;
}
body.single-produto-cimento .ciplan-cimento-content h4 {
  font-size: 22px;
}
body.single-produto-cimento .ciplan-cimento-content ul,
body.single-produto-cimento .ciplan-cimento-content ol {
  margin: 12px 0 24px 24px;
  padding: 0;
}
body.single-produto-cimento .ciplan-cimento-content li {
  margin-bottom: 8px;
}
body.single-produto-cimento .ciplan-cimento-content br {
  content: "";
}
body.single-produto-agregado .ciplan-product-region-select,
body.single-produto-agregados .ciplan-product-region-select {
  flex: 0 0 auto;
  min-height: 34px;
  padding: 0 0 0 8px;
}
body.single-produto-agregado .ciplan-product-region-select span,
body.single-produto-agregados .ciplan-product-region-select span {
  color: #8b8b8b;
  font-size: 12px;
  font-weight: 700;
}
body.single-produto-agregado .ciplan-product-region-select select,
body.single-produto-agregados .ciplan-product-region-select select {
  height: 34px;
  min-width: 76px;
  border-color: rgba(0, 85, 124, .32);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .03);
}
.ciplan-agregado-variation-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  margin-top: 10px;
  padding: 9px 15px;
  color: #ffffff;
  background: #0a3152;
  border: 0;
  border-radius: 6px;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition: background-color .2s ease, transform .2s ease;
}
.ciplan-agregado-variation-button:hover {
  background: #00557c;
  transform: translateY(-1px);
}
body.single-produto-agregado .ciplan-agregado-sidebar-card,
body.single-produto-agregados .ciplan-agregado-sidebar-card {
  min-height: calc(100vh - 170px);
  align-content: start;
  padding-top: 12px;
  border-radius: 20px 0 0 20px;
}
body.single-produto-agregado .ciplan-agregado-sidebar-heading,
body.single-produto-agregados .ciplan-agregado-sidebar-heading {
  margin-bottom: 8px !important;
  padding-left: 13px !important;
  padding-bottom: 8px !important;
  border-left-width: 9px !important;
}
body.single-produto-agregado .ciplan-agregado-sidebar-heading a,
body.single-produto-agregados .ciplan-agregado-sidebar-heading a,
body.single-produto-agregado .ciplan-agregado-sidebar-heading span,
body.single-produto-agregados .ciplan-agregado-sidebar-heading span {
  display: inline-block;
  margin-bottom: 4px;
  color: #ed1744 !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1;
}
body.single-produto-agregado .ciplan-agregado-sidebar-title,
body.single-produto-agregados .ciplan-agregado-sidebar-title {
  max-width: 230px;
  margin: 0 0 3px !important;
  color: #00557c !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 1.06 !important;
  letter-spacing: 0;
}
body.single-produto-agregado .ciplan-agregado-sidebar-subtitle,
body.single-produto-agregados .ciplan-agregado-sidebar-subtitle {
  margin: 0 !important;
  color: #00557c !important;
  font-size: 15px !important;
  font-weight: 300 !important;
  line-height: 1.25 !important;
}
body.single-produto-agregado .ciplan-agregado-sidebar-note,
body.single-produto-agregados .ciplan-agregado-sidebar-note {
  max-width: 215px;
  margin-top: 10px !important;
  padding-left: 28px !important;
  padding-right: 8px !important;
  color: #00557c !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1.28 !important;
}
body.single-produto-agregado .ciplan-agregado-sidebar-version,
body.single-produto-agregados .ciplan-agregado-sidebar-version {
  max-width: 215px;
  margin-top: 10px !important;
  padding-left: 28px !important;
  padding-right: 8px !important;
  color: #00557c !important;
  font-size: 12px !important;
  font-weight: 300 !important;
  line-height: 1.28 !important;
}
body.single-produto-agregado .ciplan-agregado-sidebar-note p,
body.single-produto-agregados .ciplan-agregado-sidebar-note p {
  margin: 0 0 5px;
}
body.single-produto-agregado .ciplan-agregado-sidebar-note strong,
body.single-produto-agregados .ciplan-agregado-sidebar-note strong {
  font-weight: 300 !important;
}
body.single-produto-agregado .ciplan-agregado-sidebar-variation,
body.single-produto-agregados .ciplan-agregado-sidebar-variation {
  padding-left: 28px !important;
  padding-right: 8px !important;
}
body.single-produto-agregado .ciplan-agregado-variation-button,
body.single-produto-agregados .ciplan-agregado-variation-button {
  min-height: 31px;
  margin-top: 7px;
  padding: 8px 13px;
  border-radius: 5px;
  font-size: 11px;
}
body.single-produto-agregado .ciplan-agregado-doc-buttons,
body.single-produto-agregados .ciplan-agregado-doc-buttons {
  display: flex !important;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  margin-top: 12px !important;
  padding-left: 28px !important;
  padding-right: 8px !important;
}
body.single-produto-agregado .ciplan-agregado-doc-buttons br,
body.single-produto-agregados .ciplan-agregado-doc-buttons br {
  display: none !important;
}
body.single-produto-agregado .ciplan-agregado-doc-buttons a,
body.single-produto-agregados .ciplan-agregado-doc-buttons a {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 34px;
  margin: 0 !important;
  padding: 9px 14px !important;
  color: #ffffff !important;
  background: #00557c !important;
  border-radius: 5px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.1 !important;
}
body.single-produto-agregado .ciplan-agregado-sidebar-image,
body.single-produto-agregados .ciplan-agregado-sidebar-image {
  align-self: end;
  margin-top: 42px !important;
  margin-bottom: 12px !important;
  padding: 0 12px;
}
body.single-produto-agregado .ciplan-agregado-sidebar-image img,
body.single-produto-agregados .ciplan-agregado-sidebar-image img {
  width: min(300px, 92%);
  max-height: 205px !important;
  object-fit: contain;
}
body.single-produto-cimento .ciplan-cimento-sidebar-card {
  min-height: calc(100vh - 210px);
  align-content: start;
  margin-top: -72px !important;
  padding-top: 0;
  border-radius: 20px 0 0 20px;
}
body.single-produto-cimento .ciplan-cimento-sidebar-heading {
  margin-bottom: 8px !important;
  padding-left: 13px !important;
  padding-bottom: 8px !important;
  border-left-width: 9px !important;
}
body.single-produto-cimento .ciplan-cimento-sidebar-heading a,
body.single-produto-cimento .ciplan-cimento-sidebar-heading span {
  display: inline-block;
  margin-bottom: 4px;
  color: #e4193c !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1;
}
body.single-produto-cimento .ciplan-cimento-sidebar-title {
  max-width: 175px;
  margin: 0 0 3px !important;
  color: #00557c !important;
  font-size: 29px !important;
  font-weight: 700 !important;
  line-height: 1.03 !important;
  letter-spacing: 0;
}
body.single-produto-cimento .ciplan-cimento-sidebar-subtitle {
  margin: 0 !important;
  color: #00557c !important;
  font-size: 13px !important;
  font-weight: 300 !important;
  line-height: 1.2 !important;
  letter-spacing: 1.04px;
}
body.single-produto-cimento .ciplan-cimento-sidebar-standard {
  max-width: 170px;
  margin-top: 8px !important;
  padding-left: 28px !important;
  padding-right: 8px !important;
  color: #00557c !important;
  font-size: 11px !important;
  font-weight: 300 !important;
  line-height: 1.22 !important;
}
body.single-produto-cimento .ciplan-cimento-sidebar-standard p {
  margin: 0;
}
body.single-produto-cimento .ciplan-cimento-sidebar-standard strong {
  font-weight: 700 !important;
}
body.single-produto-cimento .ciplan-cimento-sidebar-doc-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 14px;
  padding-left: 28px !important;
  padding-right: 8px !important;
}
body.single-produto-cimento .ciplan-cimento-sidebar-technical-button {
  display: none !important;
}
body.single-produto-cimento .ciplan-cimento-sidebar-button {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 6px;
  min-height: 31px;
  margin: 7px 0 0 !important;
  padding: 8px 13px !important;
  color: #ffffff !important;
  background: #00557c !important;
  border-radius: 5px !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}
body.single-produto-cimento .ciplan-cimento-sidebar-image {
  align-self: end;
  margin-top: 42px !important;
  margin-bottom: 12px !important;
  padding: 0 12px;
}
body.single-produto-cimento .ciplan-cimento-sidebar-image img {
  width: min(230px, 92%);
  max-height: 280px !important;
  object-fit: contain;
}
@media (min-width: 1024px) {
  body.single-produto-cimento .ciplan-cimento-sidebar-card {
    min-height: auto;
    margin-top: 0 !important;
    padding-top: 0;
    border-radius: 30px 0 0 30px;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-heading {
    margin-bottom: 0 !important;
    padding-left: 28px !important;
    padding-bottom: 0 !important;
    border-left-width: 15px !important;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-heading a,
  body.single-produto-cimento .ciplan-cimento-sidebar-heading span {
    margin-bottom: 4px;
    font-size: clamp(18px, 1.67vw, 32px) !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-title {
    max-width: 250px;
    margin: 0 0 4px !important;
    font-size: clamp(32px, 2.71vw, 52px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-subtitle {
    max-width: 250px;
    font-size: clamp(16px, 1.25vw, 24px) !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 1.92px;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-standard {
    max-width: 232px;
    margin-top: 16px !important;
    padding-left: 58px !important;
    padding-right: 0 !important;
    font-size: clamp(12px, .94vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-doc-buttons {
    gap: 12px;
    margin-top: 18px !important;
    padding-left: 58px !important;
    padding-right: 0 !important;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-button {
    min-height: 36px;
    margin: 0 !important;
    padding: 8px 14px !important;
    border-radius: 6px !important;
    font-size: clamp(12px, .94vw, 18px) !important;
    line-height: 1.2 !important;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-button i {
    font-size: clamp(12px, .94vw, 18px);
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-image {
    margin-top: 38px !important;
    margin-bottom: 12px !important;
    padding: 0;
  }
  body.single-produto-cimento .ciplan-cimento-sidebar-image img {
    width: min(240px, 78%);
    max-height: 340px !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-card,
  body.single-produto-agregados .ciplan-agregado-sidebar-card {
    min-height: calc(100vh - 155px);
    margin-top: 0 !important;
    padding-top: 18px;
    border-radius: 30px 0 0 30px;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-heading,
  body.single-produto-agregados .ciplan-agregado-sidebar-heading {
    margin-bottom: 0 !important;
    padding-left: 28px !important;
    padding-bottom: 8px !important;
    border-left-width: 15px !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-heading a,
  body.single-produto-agregados .ciplan-agregado-sidebar-heading a,
  body.single-produto-agregado .ciplan-agregado-sidebar-heading span,
  body.single-produto-agregados .ciplan-agregado-sidebar-heading span {
    margin-bottom: 6px;
    color: #e4193c !important;
    font-size: clamp(18px, 1.67vw, 32px) !important;
    font-weight: 300 !important;
    line-height: 1.3 !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-title,
  body.single-produto-agregados .ciplan-agregado-sidebar-title {
    max-width: 270px;
    margin: 0 0 6px !important;
    font-size: clamp(32px, 2.71vw, 52px) !important;
    font-weight: 700 !important;
    line-height: 1.12 !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-subtitle,
  body.single-produto-agregados .ciplan-agregado-sidebar-subtitle {
    max-width: 270px;
    font-size: clamp(15px, 1.25vw, 24px) !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
    letter-spacing: 1.92px;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-note,
  body.single-produto-agregados .ciplan-agregado-sidebar-note {
    max-width: 250px;
    margin-top: 12px !important;
    padding-left: 58px !important;
    padding-right: 0 !important;
    font-size: clamp(12px, .94vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-version,
  body.single-produto-agregados .ciplan-agregado-sidebar-version {
    max-width: 250px;
    margin-top: 12px !important;
    padding-left: 58px !important;
    padding-right: 0 !important;
    font-size: clamp(12px, .94vw, 18px) !important;
    font-weight: 400 !important;
    line-height: 1.35 !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-note p,
  body.single-produto-agregados .ciplan-agregado-sidebar-note p {
    margin: 0 0 12px;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-note strong,
  body.single-produto-agregados .ciplan-agregado-sidebar-note strong {
    font-weight: 400 !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-variation,
  body.single-produto-agregados .ciplan-agregado-sidebar-variation {
    padding-left: 58px !important;
    padding-right: 0 !important;
  }
  body.single-produto-agregado .ciplan-agregado-variation-button,
  body.single-produto-agregados .ciplan-agregado-variation-button {
    min-height: 38px;
    margin-top: 8px;
    padding: 9px 16px;
    border-radius: 6px;
    font-size: clamp(12px, .94vw, 18px);
    font-weight: 500;
    line-height: 1.2;
  }
  body.single-produto-agregado .ciplan-agregado-doc-buttons,
  body.single-produto-agregados .ciplan-agregado-doc-buttons {
    gap: 12px;
    margin-top: 16px !important;
    padding-left: 58px !important;
    padding-right: 0 !important;
  }
  body.single-produto-agregado .ciplan-agregado-doc-buttons a,
  body.single-produto-agregados .ciplan-agregado-doc-buttons a {
    min-height: 38px;
    padding: 9px 16px !important;
    border-radius: 6px !important;
    font-size: clamp(12px, .94vw, 18px) !important;
    line-height: 1.2 !important;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-image,
  body.single-produto-agregados .ciplan-agregado-sidebar-image {
    margin-top: 36px !important;
    margin-bottom: 24px !important;
    padding: 0;
  }
  body.single-produto-agregado .ciplan-agregado-sidebar-image img,
  body.single-produto-agregados .ciplan-agregado-sidebar-image img {
    width: min(360px, 94%);
    max-height: 260px !important;
  }
}
body.single-produto-agro main.ciplan-agro-page {
  margin: 70px 0px 70px;
  min-height: calc(100vh - 140px);
  position: relative;
  background: #d9d9d9 !important;
  border-radius: 20px;
  overflow: hidden;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.page-template-agro main,
body.single-produto-agro main.ciplan-agro-page {
  position: relative !important;
}
@media (min-width: 1024px) {
  body.page-template-agro main::before,
  body.single-produto-agro main.ciplan-agro-page::before,
  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::after {
    content: none !important;
    display: none !important;
  }
  body.page-template-agro main > *,
  body.single-produto-agro main.ciplan-agro-page > * {
    position: relative;
    z-index: 2;
  }
}
.ciplan-agro-layout {
  display: grid;
  grid-template-columns: minmax(300px, 33.333%) minmax(0, 1fr);
  gap: 29px;
  padding: 39px 44px 68px 34px;
}
.ciplan-agro-copy {
  position: relative;
  padding: 0 0 0 0;
  color: #1e1e1e;
}
.ciplan-agro-title-block {
  position: relative;
  padding-left: 0;
}
.ciplan-agro-title-block::before {
  content: "";
  position: absolute;
  left: -34px;
  top: 0;
  width: 15px;
  height: 229px;
  background: #e4193c;
}
.ciplan-agro-category {
  margin: 0 0 4px;
  color: #e4193c;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
  text-transform: uppercase;
}
.ciplan-agro-title-block h1 {
  max-width: 430px;
  margin: 0;
  color: #00557c;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0;
}
.ciplan-agro-mapa {
  margin-top: 54px;
  color: #00557c;
  font-size: 18px;
  line-height: 24px;
}
.ciplan-agro-mapa p {
  margin: 0;
}
.ciplan-agro-mapa strong {
  display: block;
  font-weight: 700;
}
.ciplan-agro-text {
  max-width: 416px;
  margin-top: 27px;
  color: #1e1e1e;
}
.ciplan-agro-text p {
  margin: 0 0 24px;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}
.ciplan-agro-text p:first-child {
  font-size: 24px;
  line-height: 34px;
}
.ciplan-agro-applications {
  max-width: 416px;
  margin-top: 6px;
}
.ciplan-agro-applications h2 {
  margin: 0 0 22px;
  color: #e4193c;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}
.ciplan-agro-applications ul,
.ciplan-agro-applications div {
  margin: 0;
  padding: 0;
  color: #1e1e1e;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
.ciplan-agro-applications li {
  list-style: none;
  margin: 0 0 14px;
}
.ciplan-agro-applications li::before {
  content: "• ";
}
.ciplan-agro-applications p {
  margin: 0 0 14px;
}
.ciplan-agro-guarantee {
  display: none;
}
.ciplan-agro-guarantee img {
  display: block;
  width: 100%;
  height: auto;
}
.ciplan-agro-media {
  min-width: 0;
}
.ciplan-agro-hero {
  display: block;
  width: 100%;
  height: 781px;
  object-fit: cover;
  border-radius: 30px;
}
.ciplan-agro-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 30px;
  margin-top: 23px;
}
.ciplan-agro-gallery img {
  display: block;
  width: 100%;
  height: 569px;
  object-fit: cover;
  border-radius: 20px;
}
.ciplan-agro-availability {
  grid-column: 1 / -1;
  display: grid;
  grid-template-columns: minmax(300px, 33.333%) minmax(0, 1fr);
  gap: 29px;
  align-items: end;
  margin-top: 46px;
}
.ciplan-agro-packshot {
  min-height: 341px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 0 0 26px 0;
}
.ciplan-agro-packshot img {
  display: block;
  width: 100%;
  max-width: 434px;
  max-height: 341px;
  object-fit: contain;
}
.ciplan-agro-availability-card {
  display: grid;
  grid-template-columns: minmax(170px, 250px) minmax(0, 1fr);
  gap: 24px;
  align-items: center;
  min-height: 332px;
  padding: 42px 26px 42px 35px;
  background: #fff;
  border-radius: 20px;
}
.ciplan-agro-availability-title {
  margin: 0 0 24px;
  color: #00557c;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}
.ciplan-agro-package {
  display: inline-flex;
  flex-direction: column;
  gap: 24px;
  padding: 24px;
  border: 1px solid #00557c;
  border-radius: 20px;
  color: #00557c;
}
.ciplan-agro-package-weight {
  width: 95px;
  height: 95px;
  border: 1px solid #00557c;
  border-radius: 999px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #00557c;
  text-align: center;
}
.ciplan-agro-package-weight span {
  font-family: Bree, Ubuntu, sans-serif;
  font-size: 22px;
  line-height: 22px;
}
.ciplan-agro-package-weight small {
  font-size: 14px;
  line-height: 18px;
}
.ciplan-agro-package-weight.is-text span {
  font-size: 18px;
}
.ciplan-agro-package-code {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  color: #00557c;
}
.ciplan-agro-package-code strong {
  display: block;
  font-family: Bree, Ubuntu, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}
.ciplan-agro-package-code small {
  display: block;
  font-family: Bree, Ubuntu, sans-serif;
  font-size: 14px;
  line-height: 26px;
}
.ciplan-agro-package-code button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #00557c;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ciplan-agro-lime {
  display: block;
  width: 100%;
  max-height: 305px;
  object-fit: contain;
}
body.single-produto-concreto main.ciplan-concrete-page {
  margin: 74px 0 70px;
  padding: 0 !important;
  min-height: calc(100vh - 144px);
  background: #d9d9d9 !important;
  border-radius: 20px;
  overflow: hidden;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.page-template-concreto main,
body.page-template-concreto2 main {
  margin: 90px 30px 70px !important;
  padding: 0 !important;
  min-height: calc(100vh - 160px);
  background: #d9d9d9 !important;
  border-radius: 20px;
  overflow: hidden;
}
.ciplan-concrete-header.fixed-header {
  height: 74px !important;
  padding-left: 24px !important;
  padding-right: 35px !important;
}
.ciplan-concrete-header .ciplan-figma-nav {
  height: 74px;
  position: absolute !important;
  left: 24px !important;
  right: 35px !important;
  width: auto !important;
  max-width: none !important;
  margin: 0 !important;
  justify-content: flex-start !important;
}
.ciplan-concrete-header .ciplan-figma-brand {
  margin-left: 0 !important;
}
.ciplan-concrete-header .ciplan-figma-menu {
  margin-left: 44px !important;
  margin-right: 0 !important;
}
.ciplan-concrete-header .ciplan-figma-actions {
  margin-left: auto !important;
}
.ciplan-concrete-header .ciplan-figma-brand img {
  height: 46px !important;
}
.ciplan-concrete-header .ciplan-figma-menu > li > a {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
body.page-template-concreto .fundovisite,
body.page-template-concreto2 .fundovisite {
  background: #d9d9d9 !important;
  border-radius: 20px;
  border: 1px solid #ffffff;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
body.page-template-concreto .fundovisite::before,
body.page-template-concreto2 .fundovisite::before {
  display: none !important;
  content: none !important;
}
body.page-template-concreto .fundovisite > .grid,
body.page-template-concreto2 .fundovisite > .grid {
  display: grid !important;
  grid-template-columns: 294px minmax(0, 1fr) !important;
  gap: 18px !important;
}
body.page-template-concreto .fundovisite > .grid > div:first-child,
body.page-template-concreto2 .fundovisite > .grid > div:first-child {
  grid-column: auto !important;
  width: 294px !important;
  max-width: 294px !important;
  height: 728px !important;
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}
body.page-template-concreto .fundovisite > .grid > div:first-child > div:first-child,
body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:first-child {
  width: 100% !important;
  padding-left: 24px !important;
  padding-right: 24px !important;
}
body.page-template-concreto .fundovisite > .grid > div:first-child > div:first-child h1,
body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:first-child h1 {
  margin-bottom: 17px !important;
  color: #ed1744 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 22px !important;
}
body.page-template-concreto .fundovisite > .grid > div:first-child > div:first-child h2,
body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:first-child h2 {
  margin: 0 !important;
  color: #00557c !important;
  font-size: 36px !important;
  font-weight: 700 !important;
  line-height: 39px !important;
  letter-spacing: 0 !important;
}
body.page-template-concreto .fundovisite > .grid > div:first-child > div:nth-child(2),
body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:nth-child(2) {
  left: 0 !important;
  bottom: 28px !important;
  width: 100% !important;
  padding-left: 39px !important;
  padding-right: 18px !important;
}
body.page-template-concreto .fundovisite > .grid > div:first-child > div:nth-child(2) p,
body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:nth-child(2) p {
  margin-bottom: 24px !important;
  color: #2f3a4c !important;
  font-size: 19px !important;
  font-weight: 400 !important;
  line-height: 27px !important;
}
body.page-template-concreto .fundovisite > .grid > div:nth-child(2),
body.page-template-concreto2 .fundovisite > .grid > div:nth-child(2) {
  grid-column: auto !important;
  min-width: 0 !important;
}
body.page-template-concreto .fundovisite > .grid > div:nth-child(2) img,
body.page-template-concreto2 .fundovisite > .grid > div:nth-child(2) img {
  display: block !important;
  width: 100% !important;
  height: 728px !important;
  object-fit: cover !important;
  border-radius: 20px !important;
}
@media (min-width: 1024px) {
  body.single-produto-concreto .fixed-header::before,
  body.page-template-concreto .fixed-header::before,
  body.page-template-concreto2 .fixed-header::before {
    left: 0 !important;
  }
  body.single-produto-concreto .fixed-header::after,
  body.page-template-concreto .fixed-header::after,
  body.page-template-concreto2 .fixed-header::after {
    right: 0 !important;
  }
}
@media (min-width: 1024px) {
  body.page-template-concreto2 main,
  body.page-template-concreto main {
    position: relative !important;
  }
  body.page-template-concreto2 main::before,
  body.page-template-concreto main::before,
  body.page-template-concreto2 main::after,
  body.page-template-concreto main::after {
    content: none !important;
    display: none !important;
  }
  body.page-template-concreto2 .fixed-header::before,
  body.page-template-concreto .fixed-header::before,
  body.page-template-concreto2 .fixed-footer::before,
  body.page-template-concreto .fixed-footer::before {
    left: 29px !important;
  }
  body.page-template-concreto2 .fixed-header::after,
  body.page-template-concreto .fixed-header::after,
  body.page-template-concreto2 .fixed-footer::after,
  body.page-template-concreto .fixed-footer::after {
    right: 29px !important;
  }
}
.ciplan-concrete-page .ciplan-product-internal-filter {
  background: #d9d9d9;
}
.ciplan-concrete-shell {
  display: grid;
  grid-template-columns: minmax(300px, 28.4%) minmax(0, 1fr);
  gap: 29px;
  padding: 0 18px 76px 0;
}
.ciplan-concrete-sidebar {
  position: sticky;
  top: 51px;
  align-self: start;
  min-height: calc(100vh - 107px);
  padding: 32px 28px 32px 39px;
  color: #00557c;
}
.ciplan-concrete-title-block {
  position: relative;
}
.ciplan-concrete-title-block::before {
  content: "";
  position: absolute;
  left: -39px;
  top: 0;
  width: 15px;
  height: 124px;
  background: #e4193c;
}
.ciplan-concrete-title-block p {
  margin: 0 0 4px;
  color: #e4193c;
  font-size: 26px;
  font-weight: 300;
  line-height: 34px;
  text-transform: uppercase;
}
.ciplan-concrete-title-block h1 {
  margin: 0;
  color: #00557c;
  font-size: 58px;
  font-weight: 700;
  line-height: 62px;
  letter-spacing: 0;
}
.ciplan-concrete-standard {
  margin-top: 52px;
  color: #00557c;
  font-size: 18px;
  line-height: 24px;
}
.ciplan-concrete-standard span,
.ciplan-concrete-standard strong {
  display: block;
}
.ciplan-concrete-standard strong {
  font-weight: 700;
}
.ciplan-concrete-actions {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
  margin-top: 46px;
}
.ciplan-concrete-actions a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 10px 18px;
  border-radius: 6px;
  background: #00557c;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.ciplan-concrete-product-image {
  display: block;
  width: min(100%, 360px);
  max-height: 390px;
  object-fit: contain;
  margin: 94px auto 0;
}
.ciplan-concrete-content {
  min-width: 0;
  padding: 0;
}
.ciplan-concrete-caption {
  max-width: 520px;
  margin: 0 26px 12px auto;
  padding-right: 18px;
  border-right: 3px solid #e4193c;
  color: #00557c;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
  text-align: right;
}
.ciplan-concrete-hero {
  display: block;
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 20px;
}
.ciplan-concrete-hero-slider,
.ciplan-concrete-hero-slider .slick-list,
.ciplan-concrete-hero-slider .slick-track,
.ciplan-concrete-hero-slider .slick-slide > div,
.ciplan-concrete-hero-slide {
  height: 620px;
}
.ciplan-concrete-hero-slider {
  width: 100%;
  overflow: hidden;
  border-radius: 20px;
}
.ciplan-concrete-hero-slider .slick-list {
  overflow: hidden;
}
.ciplan-concrete-hero-slider .slick-slide {
  opacity: 1 !important;
  transform: none !important;
}
.ciplan-concrete-hero-slider .slick-slide img {
  width: 100%;
  height: 620px;
  object-fit: cover;
  border-radius: 20px;
  filter: none !important;
}
.ciplan-concrete-hero-slider .slick-prev,
.ciplan-concrete-hero-slider .slick-next {
  z-index: 4;
  width: 46px;
  height: 46px;
  border: 2px solid #00557c;
  border-radius: 999px;
  background: #ffffff;
  color: #00557c;
}
.ciplan-concrete-hero-slider .slick-prev {
  left: 18px;
}
.ciplan-concrete-hero-slider .slick-next {
  right: 18px;
}
.ciplan-concrete-hero-slider .slick-prev::before,
.ciplan-concrete-hero-slider .slick-next::before {
  display: none;
}
.ciplan-concrete-hero-slider .slick-prev i,
.ciplan-concrete-hero-slider .slick-next i {
  color: #00557c;
  font-size: 20px;
}
.ciplan-concrete-card {
  position: relative;
  z-index: 2;
  margin-top: 29px;
  padding: 76px 74px 68px;
  background: #ffffff;
  border-radius: 20px;
  color: #1e1e1e;
}
.ciplan-concrete-up {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border: 2px solid #ffffff;
  border-radius: 999px;
  background: #e4193c;
  box-shadow: 0 0 0 5px #e4193c;
  color: #ffffff;
  cursor: pointer;
}
.ciplan-concrete-text {
  max-width: 1080px;
  color: #1e1e1e;
}
.ciplan-concrete-text p,
.ciplan-concrete-section div,
.ciplan-concrete-section p {
  margin: 0 0 24px;
  color: #1e1e1e;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}
.ciplan-concrete-section,
.ciplan-concrete-app-grid,
.ciplan-concrete-available,
.ciplan-concrete-tests {
  margin-top: 48px;
}
.ciplan-concrete-section h2,
.ciplan-concrete-app-grid h2,
.ciplan-concrete-available h2,
.ciplan-concrete-tests h2 {
  margin: 0 0 24px;
  color: #00557c;
  font-size: 28px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
}
.ciplan-concrete-icons {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 22px;
}
.ciplan-concrete-icon-item {
  text-align: center;
  color: #00557c;
}
.ciplan-concrete-icon-item img {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
  margin: 0 auto 10px;
}
.ciplan-concrete-icon-item p {
  margin: 0;
  color: #00557c;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  text-transform: uppercase;
}
.ciplan-concrete-package-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
  gap: 18px;
}
.ciplan-concrete-package {
  display: flex;
  flex-direction: column;
  gap: 18px;
  min-height: 180px;
  padding: 20px;
  border: 1px solid #00557c;
  border-radius: 18px;
  color: #00557c;
}
.ciplan-concrete-weight {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border: 1px solid #00557c;
  border-radius: 999px;
  text-align: center;
}
.ciplan-concrete-weight span {
  font-family: Bree, Ubuntu, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.ciplan-concrete-weight small,
.ciplan-concrete-code small {
  font-size: 12px;
  line-height: 16px;
}
.ciplan-concrete-weight.is-text span {
  font-size: 16px;
  line-height: 18px;
}
.ciplan-concrete-code {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #00557c;
}
.ciplan-concrete-code strong {
  display: block;
  color: #00557c;
  font-family: Bree, Ubuntu, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}
.ciplan-concrete-code small {
  display: block;
  color: #00557c;
  font-family: Bree, Ubuntu, sans-serif;
  text-transform: uppercase;
}
.ciplan-concrete-code button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  color: #00557c;
  background: transparent;
  border: 0;
  cursor: pointer;
}
.ciplan-concrete-test-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(132px, 1fr));
  gap: 14px;
}
.ciplan-concrete-test {
  min-height: 142px;
  padding: 14px 10px;
  border: 1px solid #00557c;
  border-radius: 16px;
  color: #00557c;
  text-align: center;
}
.ciplan-concrete-test p {
  margin: 0 0 10px;
  color: #00557c;
  font-size: 13px;
  line-height: 16px;
}
.ciplan-concrete-test strong {
  display: block;
  margin: 0 0 10px;
  padding: 8px 0;
  border-top: 1px solid #00557c;
  border-bottom: 1px solid #00557c;
  color: #00557c;
  font-size: 18px;
  line-height: 22px;
}
.ciplan-concrete-test span {
  color: #00557c;
  font-size: 28px;
  font-weight: 700;
  line-height: 32px;
}
.ciplan-concrete-note {
  margin: 18px 0 0;
  color: #8b8b8b;
  font-size: 14px;
  line-height: 20px;
}
.ciplan-concrete-related {
  padding: 0 30px 76px;
}
.ciplan-concrete-related h2 {
  margin: 0 0 24px;
  color: #00557c;
  font-size: 28px;
  font-weight: 700;
}
.ciplan-concrete-related-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 22px;
}
.ciplan-concrete-related article {
  overflow: hidden;
  border-radius: 18px;
  background: #ffffff;
}
.ciplan-concrete-related img {
  display: block;
  width: 100%;
  height: 220px;
  object-fit: cover;
}
.ciplan-concrete-related h3 {
  margin: 0;
  padding: 18px;
  font-size: 22px;
  font-weight: 700;
  line-height: 26px;
}
.ciplan-concrete-related a {
  color: #00557c;
  text-decoration: none;
}
@media (max-width: 1180px) {
  .ciplan-agro-layout {
    grid-template-columns: 1fr;
    padding: 32px 26px 90px;
  }
  .ciplan-agro-title-block::before {
    left: -26px;
  }
  .ciplan-agro-copy,
  .ciplan-agro-text,
  .ciplan-agro-applications {
    max-width: none;
  }
  .ciplan-agro-guarantee {
    max-width: 300px;
    margin-top: 36px;
  }
  .ciplan-agro-hero {
    height: 520px;
  }
}
@media (max-width: 760px) {
  body.single-produto-agro main.ciplan-agro-page {
    margin: 64px 16px 60px;
  }
  .ciplan-agro-layout {
    padding: 28px 18px 84px;
  }
  .ciplan-agro-title-block::before {
    left: -18px;
    width: 10px;
    height: 170px;
  }
  .ciplan-agro-category {
    font-size: 22px;
    line-height: 30px;
  }
  .ciplan-agro-title-block h1 {
    font-size: 34px;
    line-height: 40px;
  }
  .ciplan-agro-mapa {
    margin-top: 32px;
    font-size: 14px;
    line-height: 20px;
  }
  .ciplan-agro-text p,
  .ciplan-agro-text p:first-child {
    font-size: 16px;
    line-height: 26px;
  }
  .ciplan-agro-applications h2 {
    font-size: 28px;
    line-height: 34px;
  }
  .ciplan-agro-applications ul,
  .ciplan-agro-applications div {
    font-size: 17px;
    line-height: 28px;
  }
  .ciplan-agro-hero {
    height: 330px;
    border-radius: 20px;
  }
  .ciplan-agro-gallery {
    grid-template-columns: 1fr;
  }
  .ciplan-agro-gallery img {
    height: 320px;
  }
  .ciplan-agro-availability {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }
  .ciplan-agro-packshot {
    min-height: 0;
  }
  .ciplan-agro-packshot img {
    max-height: 260px;
  }
  .ciplan-agro-availability-card {
    grid-template-columns: 1fr;
    padding: 24px;
  }
}
@media (max-width: 1180px) {
  .ciplan-concrete-shell {
    grid-template-columns: 1fr;
    padding: 12px 18px 84px;
  }
  .ciplan-concrete-sidebar {
    position: relative;
    top: auto;
    min-height: 0;
    padding: 48px 32px 36px;
  }
  .ciplan-concrete-title-block::before {
    left: -32px;
  }
  .ciplan-concrete-product-image {
    margin: 40px auto 0;
  }
  .ciplan-concrete-content {
    padding: 0;
  }
  .ciplan-concrete-card {
    border-radius: 20px;
    padding: 66px 42px 54px;
  }
  .ciplan-concrete-icons {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .ciplan-concrete-related-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 760px) {
  body.single-produto-concreto main.ciplan-concrete-page {
    margin: 64px 16px 60px;
  }
  .ciplan-concrete-sidebar {
    padding: 36px 18px 30px;
  }
  .ciplan-concrete-title-block::before {
    left: -18px;
    width: 10px;
    height: 170px;
  }
  .ciplan-concrete-title-block p {
    font-size: 22px;
    line-height: 30px;
  }
  .ciplan-concrete-title-block h1 {
    font-size: 38px;
    line-height: 42px;
  }
  .ciplan-concrete-standard {
    margin-top: 34px;
    font-size: 15px;
    line-height: 22px;
  }
  .ciplan-concrete-actions a {
    width: 100%;
    justify-content: center;
    font-size: 14px;
  }
  .ciplan-concrete-product-image {
    max-height: 300px;
  }
  .ciplan-concrete-content {
    padding: 0;
  }
  .ciplan-concrete-caption {
    margin: 0 0 12px;
    font-size: 17px;
    line-height: 24px;
  }
  .ciplan-concrete-hero {
    height: 340px;
    border-radius: 20px;
  }
  .ciplan-concrete-hero-slider,
  .ciplan-concrete-hero-slider .slick-list,
  .ciplan-concrete-hero-slider .slick-track,
  .ciplan-concrete-hero-slider .slick-slide > div,
  .ciplan-concrete-hero-slide,
  .ciplan-concrete-hero-slider .slick-slide img {
    height: 340px;
  }
  .ciplan-concrete-hero-slider .slick-prev,
  .ciplan-concrete-hero-slider .slick-next {
    width: 38px;
    height: 38px;
  }
  .ciplan-concrete-hero-slider .slick-prev {
    left: 10px;
  }
  .ciplan-concrete-hero-slider .slick-next {
    right: 10px;
  }
  .ciplan-concrete-hero-slider .slick-prev i,
  .ciplan-concrete-hero-slider .slick-next i {
    font-size: 16px;
  }
  .ciplan-concrete-card {
    margin-top: 18px;
    padding: 54px 22px 42px;
    border-radius: 20px;
  }
  .ciplan-concrete-text p,
  .ciplan-concrete-section div,
  .ciplan-concrete-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .ciplan-concrete-section h2,
  .ciplan-concrete-app-grid h2,
  .ciplan-concrete-available h2,
  .ciplan-concrete-tests h2 {
    font-size: 24px;
    line-height: 30px;
  }
  .ciplan-concrete-icons {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ciplan-concrete-package-list,
  .ciplan-concrete-test-list,
  .ciplan-concrete-related-grid {
    grid-template-columns: 1fr;
  }
  .ciplan-concrete-related {
    padding: 0 14px 64px;
  }
}
.ciplan-product-list-section {
  margin-top: -78px;
  position: relative;
  z-index: 2;
}
.ciplan-product-grid {
  column-gap: 26px;
}
.ciplan-product-grid > div {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
@media (min-width: 1333px) and (max-width: 1400px) {
  body.page-template-cimentos .ciplan-product-card-copy,
  body.page-template-argamassa .ciplan-product-card-copy,
  body.page-template-agregados .ciplan-product-card-copy,
  body.page-template-agro .ciplan-product-card-copy,
  body.tax-catalogo .ciplan-product-card-copy {
    min-height: 164px;
  }

  body.page-template-cimentos .ciplan-product-card-image,
  body.page-template-argamassa .ciplan-product-card-image,
  body.page-template-agregados .ciplan-product-card-image,
  body.page-template-agro .ciplan-product-card-image,
  body.tax-catalogo .ciplan-product-card-image {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 1023px) {
  .ciplan-product-hero {
    min-height: 0;
    padding: 44px 18px 72px;
  }
  .ciplan-filter-row {
    grid-template-columns: 1fr;
    gap: 18px;
  }
  .ciplan-filter-label {
    margin: 0;
    text-align: center;
  }
  .ciplan-filter-list {
    justify-content: center;
    flex-wrap: wrap;
    gap: 26px;
  }
  .ciplan-product-internal-filter {
    flex-direction: column;
    align-items: center;
    gap: 12px;
    min-height: 0;
    padding-top: 16px;
    padding-bottom: 18px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .ciplan-product-internal-filter__list {
    display: grid;
    grid-template-columns: repeat(2, minmax(118px, 1fr));
    gap: 15px 22px;
    width: 100%;
    max-width: 360px;
  }
  .ciplan-product-internal-filter__item {
    width: 100%;
    max-width: none;
    min-height: 0;
    font-size: 11px;
    line-height: 1;
  }
  body.single-produto-agregado .ciplan-product-internal-filter,
  body.single-produto-agregados .ciplan-product-internal-filter,
  body.single-produto-argamassa .ciplan-product-internal-filter,
  body.single-produto-cimento .ciplan-product-internal-filter {
    flex-direction: row;
    align-items: center;
    gap: 12px;
    overflow-x: auto;
    min-height: 76px;
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
  }
  body.single-produto-agregado .ciplan-product-internal-filter__list,
  body.single-produto-agregados .ciplan-product-internal-filter__list,
  body.single-produto-argamassa .ciplan-product-internal-filter__list,
  body.single-produto-cimento .ciplan-product-internal-filter__list {
    display: flex;
    flex-wrap: nowrap;
    gap: 22px;
    width: auto;
    max-width: none;
  }
  body.single-produto-agregado .ciplan-product-internal-filter__item,
  body.single-produto-agregados .ciplan-product-internal-filter__item,
  body.single-produto-argamassa .ciplan-product-internal-filter__item,
  body.single-produto-cimento .ciplan-product-internal-filter__item {
    flex: 0 0 auto;
    width: auto;
  }
  body.single-produto-agregado .ciplan-product-internal-filter,
  body.single-produto-agregados .ciplan-product-internal-filter {
    display: grid;
    grid-template-columns: 1fr;
    align-items: start;
    gap: 10px;
    overflow: visible;
    min-height: 106px;
    padding: 15px 0 13px;
    text-align: left;
  }
  body.single-produto-agregado .ciplan-product-internal-filter__label,
  body.single-produto-agregados .ciplan-product-internal-filter__label {
    display: block;
    margin: 0;
    padding: 0 18px;
    font-size: 13px;
    line-height: 1.15;
  }
  body.single-produto-agregado .ciplan-product-internal-filter__list,
  body.single-produto-agregados .ciplan-product-internal-filter__list {
    justify-content: flex-start;
    gap: 12px;
    width: 100%;
    max-width: none;
    overflow-x: auto;
    padding: 0 18px 8px;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  body.single-produto-agregado .ciplan-product-internal-filter__list::-webkit-scrollbar,
  body.single-produto-agregados .ciplan-product-internal-filter__list::-webkit-scrollbar {
    display: none;
  }
  body.single-produto-agregado .ciplan-product-internal-filter__item,
  body.single-produto-agregados .ciplan-product-internal-filter__item {
    min-height: 34px;
    padding: 0 14px;
    font-size: 11px;
    scroll-snap-align: start;
  }
  body.single-produto-agregado .ciplan-product-region-select,
  body.single-produto-agregados .ciplan-product-region-select {
    justify-self: start;
    padding-left: 18px;
  }
  .ciplan-product-list-section {
    margin-top: -36px;
  }
}
@media (max-width: 640px) {
  .ciplan-product-sticky-sidebar {
    position: static;
    top: auto;
    z-index: auto;
    max-height: none;
    overflow: visible;
  }
  .ciplan-product-sticky-sidebar .sidebar-sticky-container,
  .ciplan-product-sticky-sidebar .sidebar-sticky-top,
  .ciplan-product-sticky-sidebar .sidebar-sticky-bottom {
    position: static;
    top: auto;
    bottom: auto;
    min-height: auto;
    height: auto;
  }
  .ciplan-product-internal-filter {
    padding: 14px 18px 18px;
  }
  .ciplan-product-internal-filter__label {
    font-size: 13px;
  }
  .ciplan-product-heading h3 {
    font-size: 34px;
  }
  .ciplan-product-heading p {
    font-size: 14px;
  }
  .ciplan-filter-list {
    gap: 18px;
  }
}

/* Concretiza blog */
.ciplan-blog-page {
  background: #d9d9d9;
  color: #00557c;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
body.page-template-blog .ciplan-figma-header.fixed-header,
body.single-post .ciplan-figma-header.fixed-header,
body.page-template-blog .fixed-header,body.single-post .fixed-header {
  height: 90px !important;
  padding-left: 18px !important;
  padding-right: 36px !important;
  background: #0A3152 !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  overflow: visible !important;
}
body.page-template-blog .ciplan-figma-header.fixed-header::before,
body.page-template-blog .ciplan-figma-header.fixed-header::after,
body.single-post .ciplan-figma-header.fixed-header::before,
body.single-post .ciplan-figma-header.fixed-header::after {
  background: url(../img/arredondada2.png) no-repeat center / contain !important;
  bottom: -30px !important;
  content: "" !important;
  display: block !important;
  height: 31px !important;
  pointer-events: none !important;
  position: absolute !important;
  width: 31px !important;
  z-index: 999 !important;
}
body.page-template-blog .ciplan-figma-header.fixed-header::before,
body.single-post .ciplan-figma-header.fixed-header::before {
  left: 0 !important;
  right: auto !important;
  transform: rotate(90deg) !important;
}
body.page-template-blog .ciplan-figma-header.fixed-header::after,
body.single-post .ciplan-figma-header.fixed-header::after {
  left: auto !important;
  right: 0 !important;
  transform: scaleX(-1) !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-nav,
body.single-post .ciplan-figma-header .ciplan-figma-nav {
  max-width: none !important;
  margin: 0 !important;
  gap: 34px !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-brand,
body.single-post .ciplan-figma-header .ciplan-figma-brand {
  margin-left: 14px !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-brand img,
body.single-post .ciplan-figma-header .ciplan-figma-brand img {
  height: 46px !important;
  width: auto !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-menu,
body.single-post .ciplan-figma-header .ciplan-figma-menu {
  gap: 45px !important;
  margin-left: 32px !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-menu > li > a,
body.single-post .ciplan-figma-header .ciplan-figma-menu > li > a {
  color: #ffffff !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-menu > li:nth-child(4) > a,
body.single-post .ciplan-figma-header .ciplan-figma-menu > li:nth-child(4) > a {
  position: relative !important;
  border-bottom-color: transparent !important;
  color: #ffffff !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-menu > li:nth-child(4) > a::after,
body.single-post .ciplan-figma-header .ciplan-figma-menu > li:nth-child(4) > a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 27px;
  height: 2px;
  background: #ed1744;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-menu > li > a:hover,
body.single-post .ciplan-figma-header .ciplan-figma-menu > li > a:hover {
  color: #ed1744 !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-buy,
body.single-post .ciplan-figma-header .ciplan-figma-buy {
  color: #ffffff !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-actions,
body.single-post .ciplan-figma-header .ciplan-figma-actions {
  gap: 18px !important;
  margin-left: auto !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-lang,
body.single-post .ciplan-figma-header .ciplan-figma-lang {
  min-width: 124px !important;
  height: 45px !important;
  border: 1px solid rgba(255, 255, 255, 0.72) !important;
  border-radius: 8px !important;
  color: #ffffff !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-search,
body.single-post .ciplan-figma-header .ciplan-figma-search {
  width: 42px !important;
  height: 42px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-search .search-button,
body.single-post .ciplan-figma-header .ciplan-figma-search .search-button {
  background: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  box-shadow: none !important;
  color: #0a3152 !important;
  width: 42px !important;
  height: 42px !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-brand a img,
body.single-post .ciplan-figma-header .ciplan-figma-brand a img {
  filter: brightness(0) invert(1) !important;
}
body.page-template-blog .ciplan-figma-header .ciplan-figma-brand img[alt="Blog"],
body.single-post .ciplan-figma-header .ciplan-figma-brand img[alt="Blog"] {
  display: none !important;
}
.ciplan-blog-shell {
  width: calc(100vw - 48px);
  max-width: 1844px;
  margin: 0 auto;
  padding: 26px 25px 150px;
}
.ciplan-blog-fixed-corner {
  position: fixed;
  top: 90px;
  right: 29px;
  width: 31px;
  height: 31px;
  background: url(../img/arredondada2.png) no-repeat center / contain;
  transform: rotate(180deg);
  pointer-events: none;
  z-index: 51;
}
@media (max-width: 767px) {
  .ciplan-blog-fixed-corner {
    display: none !important;
  }
}
.ciplan-blog-hero {
  padding: 22px 64px 0;
  background: #d9d9d9;
  border-radius: 28px 28px 0 0;
}
.ciplan-blog-hero-image {
  position: relative;
  min-height: 199px;
  border-radius: 16px 16px 0 0;
  overflow: hidden;
  background: none !important;
}
.ciplan-blog-hero-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--blog-hero-image);
  background-size: cover;
  background-position: center;
  filter: grayscale(1);
}
.ciplan-blog-hero-image::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 10px;
  background: #ed1744;
}
.ciplan-blog-brand {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  min-width: 424px;
  padding: 25px 28px 20px;
  background: #083a5d;
  border-radius: 0 0 10px 10px;
  color: #ffffff;
  z-index: 1;
}
.ciplan-blog-brand h1 {
  margin: 0;
  color: #ffffff;
  font-size: 56px;
  font-weight: 700;
  line-height: 0.95;
  letter-spacing: 0;
}
.ciplan-blog-brand p {
  display: flex;
  align-items: center;
  gap: 16px;
  margin: 10px 0 0;
  color: #ed1744;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}
.ciplan-blog-brand p span {
  display: block;
  width: 142px;
  height: 22px;
  background: repeating-linear-gradient(90deg, #ed1744 0 3px, transparent 3px 7px);
}
.ciplan-blog-editorias {
  padding: 24px 64px 34px;
  background: #d9d9d9;
  text-align: center;
}
.ciplan-blog-editorias h2 {
  margin: 0 0 17px;
  color: #00557c;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}
.ciplan-blog-editorias ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
}
.ciplan-blog-editorias a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border-radius: 8px;
  background: #ffffff;
  color: #00557c;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}
.ciplan-blog-editorias a:hover {
  background: #083a5d;
  color: #ffffff;
}
.ciplan-blog-posts {
  padding: 0 64px;
}
.ciplan-blog-featured {
  display: grid;
  grid-template-columns: minmax(0, 0.66fr) minmax(340px, 0.34fr);
  gap: 0;
  overflow: hidden;
  min-height: 416px;
  margin-bottom: 38px;
  border-radius: 24px;
  background: #ffffff;
}
.ciplan-blog-featured-image {
  display: block;
  min-height: 416px;
}
.ciplan-blog-featured-image img,
.ciplan-blog-card-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ciplan-blog-featured-content {
  padding: 42px 34px 32px;
  background: #ffffff;
}
.ciplan-blog-meta {
  margin-bottom: 25px;
  color: #ed1744;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.25;
  text-transform: uppercase;
}
.ciplan-blog-meta a {
  color: #ed1744;
  text-decoration: underline;
}
.ciplan-blog-featured h2,
.ciplan-blog-card h2 {
  margin: 0;
  color: #00557c;
  font-weight: 700;
  letter-spacing: 0;
}
.ciplan-blog-featured h2 {
  font-size: 36px;
  line-height: 1.08;
  margin-bottom: 28px;
}
.ciplan-blog-featured h2 a,
.ciplan-blog-card h2 a {
  color: inherit;
  text-decoration: none;
}
.ciplan-blog-excerpt {
  color: #252525;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55;
}
.ciplan-blog-excerpt p {
  margin: 0;
}
.ciplan-blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 36px 28px;
  max-width: none;
  margin: 0 auto;
}
.ciplan-blog-card {
  overflow: hidden;
  border-radius: 14px;
  background: #ffffff;
}
.ciplan-blog-card-image {
  display: block;
  height: 209px;
  padding: 14px 14px 0;
}
.ciplan-blog-card-image img {
  border-radius: 8px;
}
.ciplan-blog-card-content {
  min-height: 194px;
  padding: 22px 24px 20px;
}
.ciplan-blog-card h2 {
  font-size: 28px;
  line-height: 1.05;
  margin-bottom: 24px;
}
.ciplan-blog-card .ciplan-blog-meta {
  margin-bottom: 0;
}
body.page-template-blog .ciplan-blog-featured:hover,
body.page-template-blog .ciplan-blog-card:hover {
  background: #ffffff !important;
  color: inherit !important;
}
body.page-template-blog .ciplan-blog-featured:hover *,
body.page-template-blog .ciplan-blog-card:hover * {
  color: inherit !important;
}
body.page-template-blog .ciplan-blog-featured:hover .ciplan-blog-featured-content,
body.page-template-blog .ciplan-blog-card:hover .ciplan-blog-card-content {
  background: #ffffff !important;
}
body.page-template-blog .ciplan-blog-featured:hover h2,
body.page-template-blog .ciplan-blog-card:hover h2,
body.page-template-blog .ciplan-blog-featured:hover h2 a,
body.page-template-blog .ciplan-blog-card:hover h2 a {
  color: #00557c !important;
}
body.page-template-blog .ciplan-blog-featured:hover .ciplan-blog-meta,
body.page-template-blog .ciplan-blog-featured:hover .ciplan-blog-meta a,
body.page-template-blog .ciplan-blog-card:hover .ciplan-blog-meta,
body.page-template-blog .ciplan-blog-card:hover .ciplan-blog-meta a {
  color: #ed1744 !important;
}
body.page-template-blog .ciplan-blog-featured:hover .ciplan-blog-excerpt,
body.page-template-blog .ciplan-blog-featured:hover .ciplan-blog-excerpt *,
body.page-template-blog .ciplan-blog-card:hover .ciplan-blog-excerpt,
body.page-template-blog .ciplan-blog-card:hover .ciplan-blog-excerpt * {
  color: #252525 !important;
}
.ciplan-blog-pagination {
  padding: 40px 31px 0;
}
@media (max-width: 1023px) {
  .ciplan-blog-shell {
    padding: 18px 18px 110px;
  }
  .ciplan-blog-brand {
    min-width: 0;
    width: min(424px, calc(100% - 32px));
  }
  .ciplan-blog-brand h1 {
    font-size: 42px;
  }
  .ciplan-blog-brand p {
    font-size: 18px;
  }
  .ciplan-blog-featured {
    grid-template-columns: 1fr;
  }
  .ciplan-blog-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 640px) {
  .ciplan-blog-shell,
  .ciplan-blog-hero,
  .ciplan-blog-editorias,
  .ciplan-blog-posts {
    padding-left: 14px;
    padding-right: 14px;
  }
  .ciplan-blog-hero-image {
    min-height: 170px;
  }
  .ciplan-blog-brand {
    padding: 20px 18px 16px;
  }
  .ciplan-blog-brand h1 {
    font-size: 34px;
  }
  .ciplan-blog-brand p span {
    width: 72px;
  }
  .ciplan-blog-grid {
    grid-template-columns: 1fr;
  }
  .ciplan-blog-featured h2,
  .ciplan-blog-card h2 {
    font-size: 25px;
  }
}

body.page-template-meioambiente main.ciplan-environment-page {
  background: #ffffff !important;
  color: #005579;
  padding: 72px 30px 70px !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.ciplan-environment-page a,
.ciplan-environment-page p,
.ciplan-environment-page h1,
.ciplan-environment-page h2,
.ciplan-environment-page h3 {
  letter-spacing: 0;
}
.ciplan-environment-hero,
.ciplan-environment-actions,
.ciplan-environment-links,
.ciplan-environment-contact {
  max-width: 1844px;
  margin: 0 auto;
}
.ciplan-environment-hero-card,
.ciplan-environment-actions-card,
.ciplan-environment-links-card,
.ciplan-environment-contact-card {
  background: #dfe3e8;
  border-radius: 24px;
  overflow: hidden;
}
.ciplan-environment-hero-card {
  min-height: 690px;
  display: grid;
  grid-template-columns: minmax(320px, 31.5%) minmax(0, 1fr);
  gap: 36px;
  padding: 46px 20px 46px 40px;
  position: relative;
}
.ciplan-environment-hero-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 68px;
  width: 14px;
  height: 124px;
  background: #ff0b1f;
}
.ciplan-environment-copy {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 590px;
  padding-right: 12px;
}
.ciplan-environment-title-block {
  padding-top: 6px;
}
.ciplan-environment-title-block p {
  margin: 0 0 24px;
  color: #ff0b1f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
}
.ciplan-environment-title-block h1 {
  margin: 0;
  color: #005579;
  font-size: clamp(48px, 4.15vw, 76px);
  font-weight: 700;
  line-height: .94;
}
.ciplan-environment-text {
  max-width: 405px;
  color: #2d3546;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.37;
}
.ciplan-environment-text p {
  margin: 0 0 24px;
}
.ciplan-environment-text strong,
.ciplan-environment-text b {
  color: #ff0b1f;
  font-weight: 700;
}
.ciplan-environment-media {
  height: 100%;
  min-height: 610px;
  border-radius: 18px;
  overflow: hidden;
}
.ciplan-environment-media img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
}
.ciplan-environment-actions,
.ciplan-environment-links,
.ciplan-environment-contact {
  margin-top: 28px;
}
.ciplan-environment-actions-card,
.ciplan-environment-links-card {
  padding: 52px 64px 58px;
}
.ciplan-environment-actions-heading {
  max-width: 480px;
}
.ciplan-environment-actions-heading h2,
.ciplan-environment-links-card h2,
.ciplan-environment-contact-copy h2 {
  margin: 0;
  color: #005579;
  font-size: clamp(34px, 3vw, 58px);
  font-weight: 700;
  line-height: 1;
}
.ciplan-environment-actions-heading h2::after,
.ciplan-environment-contact-copy h2::after {
  content: "";
  display: block;
  width: 190px;
  height: 5px;
  margin-top: 12px;
  background: #ff0b1f;
}
.ciplan-environment-actions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 28px;
  margin-top: 42px;
}
.ciplan-environment-action-item {
  color: #005579;
  text-align: center;
}
.ciplan-environment-action-item img {
  width: 78px;
  height: 78px;
  margin: 0 auto 16px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(24%) sepia(73%) saturate(1262%) hue-rotate(167deg) brightness(88%) contrast(101%);
}
.ciplan-environment-action-item p {
  margin: 0;
  color: #005579;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.14;
}
.ciplan-environment-links-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
  margin-top: 30px;
}
.ciplan-environment-link-item {
  min-height: 190px;
  padding: 24px 22px;
  color: #005579 !important;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 14px;
  text-decoration: none;
  transition: border-color .2s ease, transform .2s ease;
}
.ciplan-environment-link-item:hover {
  border-color: #005579;
  transform: translateY(-2px);
}
.ciplan-environment-link-item i {
  display: block;
  margin-bottom: 20px;
  color: #005579;
  font-size: 22px;
}
.ciplan-environment-link-item h3 {
  margin: 0 0 10px;
  color: #005579;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
  text-transform: uppercase;
}
.ciplan-environment-link-item p {
  margin: 0;
  color: #005579;
  font-size: 15px;
  line-height: 1.25;
}
.ciplan-environment-contact-card {
  display: grid;
  grid-template-columns: minmax(280px, 34%) minmax(0, 1fr);
  gap: 52px;
  padding: 56px 64px;
}
.ciplan-environment-contact-copy p {
  max-width: 430px;
  margin: 28px 0 0;
  color: #2d3546;
  font-size: 18px;
  line-height: 1.45;
}
.ciplan-environment-contact-copy span {
  color: #005579;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #ff0b1f;
  text-decoration-thickness: 3px;
  text-underline-offset: 4px;
}
.ciplan-environment-form .wpcf7-form {
  max-width: none;
  margin: 0;
  padding: 0;
  background: transparent;
  box-shadow: none;
}
.ciplan-environment-form .wpcf7-form-control:not(.wpcf7-submit) {
  background: #ffffff;
  border-color: transparent;
  border-radius: 10px;
}
.ciplan-environment-form .wpcf7-submit {
  background: #005579 !important;
}
@media (max-width: 1180px) {
  .ciplan-environment-hero-card,
  .ciplan-environment-contact-card {
    grid-template-columns: 1fr;
  }
  .ciplan-environment-copy {
    min-height: 0;
  }
  .ciplan-environment-text {
    max-width: 720px;
    margin-top: 34px;
  }
  .ciplan-environment-actions-grid,
  .ciplan-environment-links-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 768px) {
  body.page-template-meioambiente main.ciplan-environment-page {
    padding: 64px 0 42px !important;
  }
  .ciplan-environment-hero-card,
  .ciplan-environment-actions-card,
  .ciplan-environment-links-card,
  .ciplan-environment-contact-card {
    border-radius: 0 20px 20px 0;
  }
  .ciplan-environment-hero-card {
    min-height: 0;
    padding: 36px 22px 34px 34px;
    gap: 28px;
  }
  .ciplan-environment-hero-card::before {
    top: 72px;
    width: 14px;
    height: 128px;
  }
  .ciplan-environment-title-block p {
    font-size: 18px;
    margin-bottom: 14px;
  }
  .ciplan-environment-title-block h1 {
    font-size: 44px;
  }
  .ciplan-environment-text {
    font-size: 17px;
    line-height: 1.42;
  }
  .ciplan-environment-media {
    min-height: 360px;
  }
  .ciplan-environment-actions,
  .ciplan-environment-links,
  .ciplan-environment-contact {
    margin-top: 18px;
  }
  .ciplan-environment-actions-card,
  .ciplan-environment-links-card,
  .ciplan-environment-contact-card {
    padding: 34px 24px;
  }
  .ciplan-environment-actions-heading h2,
  .ciplan-environment-links-card h2,
  .ciplan-environment-contact-copy h2 {
    font-size: 34px;
  }
  .ciplan-environment-actions-grid,
  .ciplan-environment-links-grid {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 28px;
  }
  .ciplan-environment-link-item {
    min-height: 0;
  }
}

/* Meio Ambiente - Figma node 31107:3438 */
body.page-template-meioambiente main.ciplan-environment-page {
  background: #00557c !important;
  color: #ffffff;
  padding: 14px 64px 74px !important;
  min-height: 4390px;
  border-radius: 0 !important;
}

body.page-template-meioambiente main.ciplan-environment-page::before,
body.page-template-meioambiente main.ciplan-environment-page::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 30px !important;
  height: 100% !important;
  background: #ffffff !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

body.page-template-meioambiente main.ciplan-environment-page::before {
  left: 0 !important;
}

body.page-template-meioambiente main.ciplan-environment-page::after {
  right: 0 !important;
}

body.page-template-meioambiente .ciplan-environment-hero,
body.page-template-meioambiente .ciplan-environment-actions,
body.page-template-meioambiente .ciplan-environment-links,
body.page-template-meioambiente .ciplan-environment-contact {
  max-width: 1539px;
  margin-left: auto;
  margin-right: auto;
}

body.page-template-meioambiente .ciplan-environment-hero {
  position: relative;
  z-index: 1;
}

body.page-template-meioambiente .ciplan-environment-hero-card {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 60px;
  min-height: 793px;
  padding: 0;
  overflow: visible;
  background: transparent;
  border-radius: 0;
}

body.page-template-meioambiente .ciplan-environment-hero-card::before {
  content: "";
  position: absolute;
  left: -61px;
  top: 51px;
  width: 699px;
  height: 273px;
  background: url("../img/fundomeioambiente.png") no-repeat center / contain;
  opacity: .8;
  z-index: -1;
}

body.page-template-meioambiente .ciplan-environment-copy {
  min-height: 793px;
  padding: 119px 0 0;
  justify-content: flex-start;
  color: #ffffff;
}

body.page-template-meioambiente .ciplan-environment-title-block p {
  margin: 0 0 76px;
  color: #d9d9d9;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-decoration: underline;
  text-decoration-color: #e4193c;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

body.page-template-meioambiente .ciplan-environment-title-block h1 {
  width: 100%;
  margin: 0 0 36px;
  color: #ffffff;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
  text-decoration: underline;
  text-decoration-color: #e4193c;
  text-decoration-thickness: 4px;
  text-underline-offset: 6px;
}

body.page-template-meioambiente .ciplan-environment-text {
  max-width: 500px;
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

body.page-template-meioambiente .ciplan-environment-text p {
  margin: 0 0 24px;
  color: #ffffff;
}

body.page-template-meioambiente .ciplan-environment-text p:nth-child(n+2),
body.page-template-meioambiente .ciplan-environment-text strong,
body.page-template-meioambiente .ciplan-environment-text b {
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

body.page-template-meioambiente .ciplan-environment-media {
  align-self: start;
  height: 731px;
  min-height: 731px;
  margin-top: 104px;
  border-radius: 30px;
  overflow: hidden;
  background: transparent;
}

body.page-template-meioambiente .ciplan-environment-media img {
  border-radius: 30px;
  object-fit: cover;
}

body.page-template-meioambiente .ciplan-environment-slider,
body.page-template-meioambiente .ciplan-environment-slider .slick-list,
body.page-template-meioambiente .ciplan-environment-slider .slick-track,
body.page-template-meioambiente .ciplan-environment-slide,
body.page-template-meioambiente .ciplan-environment-slider .slick-slide > div {
  height: 100%;
}

body.page-template-meioambiente .ciplan-environment-slider {
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
}

body.page-template-meioambiente .ciplan-environment-slider .slick-list {
  padding: 0 !important;
}

body.page-template-meioambiente .ciplan-environment-slider .slick-slide {
  max-width: none !important;
  height: 100%;
  margin: 0 !important;
}

body.page-template-meioambiente .ciplan-environment-slider .slick-slide:not(.slick-center) {
  max-height: none !important;
  overflow: visible;
}

body.page-template-meioambiente .ciplan-environment-slider .slick-slide:not(.slick-center) img {
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

body.page-template-meioambiente .ciplan-environment-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 30px;
}

body.page-template-meioambiente .ciplan-environment-slider .slick-prev,
body.page-template-meioambiente .ciplan-environment-slider .slick-next {
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, .85);
  background: rgba(0, 85, 124, .18);
}

body.page-template-meioambiente .ciplan-environment-slider .slick-prev {
  left: 18px;
}

body.page-template-meioambiente .ciplan-environment-slider .slick-next {
  right: 18px;
}

body.page-template-oportunidades .ciplan-opportunity-media {
  height: 100%;
  min-height: 560px;
  border-radius: 24px;
  overflow: hidden;
}

body.page-template-oportunidades .ciplan-opportunity-slider,
body.page-template-oportunidades .ciplan-opportunity-slider .slick-list,
body.page-template-oportunidades .ciplan-opportunity-slider .slick-track,
body.page-template-oportunidades .ciplan-opportunity-slide,
body.page-template-oportunidades .ciplan-opportunity-slider .slick-slide > div {
  height: 100%;
}

body.page-template-oportunidades .ciplan-opportunity-slider {
  width: 100%;
  height: 100%;
  border-radius: 24px;
  overflow: hidden;
}

body.page-template-oportunidades .ciplan-opportunity-slider .slick-list {
  padding: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunity-slider .slick-slide {
  max-width: none !important;
  height: 100%;
  margin: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunity-slider .slick-slide:not(.slick-center) {
  max-height: none !important;
  overflow: visible;
}

body.page-template-oportunidades .ciplan-opportunity-slider .slick-slide:not(.slick-center) img {
  min-width: 0 !important;
  height: 100% !important;
  margin: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunity-slider img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  border-radius: 24px;
}

body.page-template-oportunidades .ciplan-opportunity-slider .slick-prev,
body.page-template-oportunidades .ciplan-opportunity-slider .slick-next {
  width: 44px;
  height: 44px;
  border-color: rgba(255, 255, 255, .85);
  background: rgba(0, 85, 124, .18);
}

body.page-template-oportunidades .ciplan-opportunity-slider .slick-prev {
  left: 18px;
}

body.page-template-oportunidades .ciplan-opportunity-slider .slick-next {
  right: 18px;
}

@media (max-width: 768px) {
  body.page-template-oportunidades .ciplan-opportunity-media {
    min-height: 360px;
  }
}

/* Oportunidades - Figma node 31107:3271 */
body.page-template-oportunidades main.ciplan-opportunities-page {
  position: relative;
  min-height: 2787px;
  padding: 84px 65px 120px !important;
  background: #d9d9d9 !important;
  color: #1e1e1e;
  border-radius: 0 !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page-template-oportunidades main.ciplan-opportunities-page::before,
body.page-template-oportunidades main.ciplan-opportunities-page::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 30px !important;
  height: 100% !important;
  background: #ffffff !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

body.page-template-oportunidades main.ciplan-opportunities-page::before {
  left: 0 !important;
}

body.page-template-oportunidades main.ciplan-opportunities-page::after {
  right: 0 !important;
}

.ciplan-opportunities-page p,
.ciplan-opportunities-page h1,
.ciplan-opportunities-page h2,
.ciplan-opportunities-page h3,
.ciplan-opportunities-page a {
  letter-spacing: 0;
}

.ciplan-opportunities-hero {
  display: grid;
  grid-template-columns: 280px minmax(0, 1fr);
  gap: 23px;
  max-width: 1539px;
  margin: 0 auto;
}

.ciplan-opportunities-sticky-stage {
  display: grid;
  grid-template-columns: minmax(0, 866px) minmax(420px, 1fr);
  gap: 32px;
  align-items: start;
  max-width: 1539px;
  margin: 0 auto;
}

.ciplan-opportunities-left-scroll {
  min-height: 1900px;
}

.ciplan-opportunities-right-scroll {
  position: sticky;
  top: 84px;
  align-self: start;
  height: calc(100vh - 154px);
  min-height: 731px;
}

.ciplan-opportunities-copy {
  max-width: 280px;
  padding-top: 71px;
}

.ciplan-opportunities-copy h1 {
  margin: 0 0 71px;
  color: #00557c;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #e4193c;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.ciplan-opportunities-text {
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

.ciplan-opportunities-text p {
  margin: 0 0 24px;
}

.ciplan-opportunities-text .text-red-600,
.ciplan-opportunities-text strong,
.ciplan-opportunities-text b {
  color: #e4193c !important;
  font-size: 24px;
  line-height: 34px;
  font-weight: 400;
}

body.page-template-oportunidades .ciplan-opportunity-media {
  height: 100%;
  min-height: 731px;
  border-radius: 30px;
  overflow: hidden;
}

body.page-template-oportunidades .ciplan-opportunity-slider,
body.page-template-oportunidades .ciplan-opportunity-slider img {
  border-radius: 30px;
}

.ciplan-opportunities-work {
  display: flex;
  align-items: flex-start;
  gap: 48px;
  margin-top: 80px;
}

.ciplan-opportunities-portal {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  width: 280px;
  min-height: 321px;
  padding: 44px 36px;
  color: #ffffff;
  background: #00557c;
  border-radius: 15px;
}

.ciplan-opportunities-portal h3 {
  margin: 0 0 5px;
  color: #d9d9d9;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
}

.ciplan-opportunities-portal p {
  margin: 0 0 24px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.ciplan-opportunities-portal a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 19px;
  color: #ffffff !important;
  background: #e4193c;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.ciplan-opportunities-testimonial {
  width: 280px;
  margin-top: 71px;
}

.ciplan-opportunities-testimonial p {
  margin: 0 0 24px;
  color: #00557c;
  font-size: 32px;
  font-weight: 300;
  line-height: normal;
}

.ciplan-opportunities-testimonial span {
  display: block;
  color: #e4193c;
  font-size: 17px;
  font-weight: 300;
  line-height: 26px;
  text-transform: uppercase;
}

.ciplan-opportunities-programs,
.ciplan-opportunities-depoimentos {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.ciplan-opportunities-programs {
  margin-top: 130px;
}

.ciplan-opportunities-programs h2,
.ciplan-opportunities-depoimentos h2 {
  max-width: 866px;
  margin: 0;
  color: #00557c;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.ciplan-opportunities-program-grid {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  gap: 25px;
  margin-top: 55px;
}

.ciplan-opportunities-program-card {
  width: 309px;
  min-height: 556px;
  padding: 32px 23px;
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
}

.ciplan-opportunities-program-card h3 {
  margin: 0 0 24px;
}

.ciplan-opportunities-program-card h3,
.ciplan-opportunities-program-card h3 a {
  color: #00557c;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.ciplan-opportunities-program-card div,
.ciplan-opportunities-program-card div a,
.ciplan-opportunities-program-card p {
  color: #00557c;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.ciplan-opportunities-program-card .more-link,
.ciplan-opportunities-program-card img {
  display: none;
}

.ciplan-opportunities-depoimentos {
  margin-top: 120px;
}

@media (max-width: 1180px) {
  .ciplan-opportunities-hero,
  .ciplan-opportunities-work {
    grid-template-columns: 1fr;
  }
  .ciplan-opportunities-copy {
    padding-top: 0;
  }
  .ciplan-opportunities-copy h1 {
    margin-bottom: 34px;
  }
  .ciplan-opportunities-portal,
  .ciplan-opportunities-testimonial {
    width: 100%;
    max-width: 420px;
  }
  .ciplan-opportunities-program-grid {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}

@media (max-width: 768px) {
  body.page-template-oportunidades main.ciplan-opportunities-page {
    min-height: 0;
    padding: 64px 24px 110px !important;
  }
  body.page-template-oportunidades .ciplan-opportunity-media {
    height: 360px;
    min-height: 360px;
  }
  .ciplan-opportunities-text,
  .ciplan-opportunities-text .text-red-600 {
    font-size: 16px;
    line-height: 26px;
  }
  .ciplan-opportunities-portal {
    padding: 30px 24px;
  }
  .ciplan-opportunities-portal h3 {
    font-size: 28px;
    line-height: 34px;
  }
  .ciplan-opportunities-portal p,
  .ciplan-opportunities-testimonial p {
    font-size: 22px;
    line-height: 30px;
  }
  .ciplan-opportunities-programs h2,
  .ciplan-opportunities-depoimentos h2 {
    font-size: 42px;
    line-height: 46px;
  }
  .ciplan-opportunities-program-card {
    width: 100%;
    min-height: 0;
  }
}

body.page-template-meioambiente .ciplan-environment-actions {
  margin-top: -58px;
}

body.page-template-meioambiente .ciplan-environment-actions-card {
  width: 500px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

body.page-template-meioambiente .ciplan-environment-actions-heading h2 {
  color: #d9d9d9;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-transform: none;
}

body.page-template-meioambiente .ciplan-environment-actions-heading h2::after {
  width: 500px;
  height: 1px;
  margin-top: 16px;
  background: #d9d9d9;
}

body.page-template-meioambiente .ciplan-environment-actions-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 23px;
  width: 660px;
  margin-top: 16px;
}

body.page-template-meioambiente .ciplan-environment-action-item {
  width: 145px;
  color: #d9d9d9;
}

body.page-template-meioambiente .ciplan-environment-action-item img {
  width: 130px;
  height: 130px;
  margin-bottom: 0;
  filter: brightness(0) saturate(100%) invert(91%) sepia(0%) saturate(4%) hue-rotate(188deg) brightness(95%) contrast(92%);
}

body.page-template-meioambiente .ciplan-environment-action-item p {
  color: #d9d9d9;
  font-size: 15px;
  font-weight: 400;
  line-height: 20px;
  text-transform: uppercase;
}

body.page-template-meioambiente .ciplan-environment-links {
  margin-top: 58px;
}

body.page-template-meioambiente .ciplan-environment-links-card {
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

body.page-template-meioambiente .ciplan-environment-links-card h2 {
  margin: 0 0 26px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

body.page-template-meioambiente .ciplan-environment-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 25px 28px;
  margin: 0;
}

body.page-template-meioambiente .ciplan-environment-link-item {
  width: 100%;
  min-height: 297px;
  padding: 30px;
  background: #ffffff;
  border: 0;
  border-radius: 15px;
  color: #00557c !important;
  transform: none;
}

body.page-template-meioambiente .ciplan-environment-link-item:hover {
  transform: none;
  border-color: transparent;
}

body.page-template-meioambiente .ciplan-environment-link-item i {
  margin-bottom: 16px;
  color: #00557c;
  font-size: 32px;
}

body.page-template-meioambiente .ciplan-environment-link-item h3 {
  margin: 0 0 24px;
  color: #00557c;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

body.page-template-meioambiente .ciplan-environment-link-item p {
  color: #00557c;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  text-transform: uppercase;
}

body.page-template-meioambiente .ciplan-environment-contact {
  margin-top: 58px;
}

body.page-template-meioambiente .ciplan-environment-contact-card {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 60px;
  padding: 0;
  background: transparent;
  border-radius: 0;
  overflow: visible;
}

body.page-template-meioambiente .ciplan-environment-contact-copy h2 {
  color: #ffffff;
  font-size: 60px;
  font-weight: 700;
  line-height: 64px;
}

body.page-template-meioambiente .ciplan-environment-contact-copy h2::after {
  display: none;
}

body.page-template-meioambiente .ciplan-environment-contact-copy p {
  max-width: 500px;
  margin-top: 16px;
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}

body.page-template-meioambiente .ciplan-environment-contact-copy span {
  color: #ffffff;
  text-decoration-color: #ffffff;
}

body.page-template-meioambiente .ciplan-environment-form {
  padding-top: 62px;
  color: #ffffff;
}

body.page-template-meioambiente .ciplan-environment-form .wpcf7-form {
  color: #ffffff;
}

body.page-template-meioambiente .ciplan-environment-form label,
body.page-template-meioambiente .ciplan-environment-form p {
  color: #ffffff;
}

body.page-template-meioambiente .ciplan-environment-form .wpcf7-form-control:not(.wpcf7-submit) {
  min-height: 36px;
  background: #ffffff;
  border: 0;
  border-radius: 18px;
}

body.page-template-meioambiente .ciplan-environment-form textarea.wpcf7-form-control {
  min-height: 154px;
  border-radius: 15px;
}

body.page-template-meioambiente .ciplan-environment-form .wpcf7-submit {
  width: 100% !important;
  min-width: 183px;
  height: auto !important;
  min-height: 46px;
  padding: 12px 18px !important;
  background: #ffffff !important;
  color: #00557c !important;
  border: 0 !important;
  border-radius: 999px;
  font-size: 13px !important;
  font-weight: 700;
  line-height: 1.3 !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  box-shadow: none !important;
  transform: none !important;
  white-space: normal;
}

body.page-template-meioambiente .ciplan-environment-form .wpcf7-submit:hover {
  background: #ffffff !important;
  color: #00557c !important;
  transform: none !important;
  box-shadow: none !important;
}

@media (max-width: 1180px) {
  body.page-template-meioambiente main.ciplan-environment-page {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  body.page-template-meioambiente .ciplan-environment-hero-card,
  body.page-template-meioambiente .ciplan-environment-contact-card {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  body.page-template-meioambiente .ciplan-environment-copy {
    min-height: 0;
    padding-top: 86px;
  }
  body.page-template-meioambiente .ciplan-environment-media {
    margin-top: 0;
  }
  body.page-template-meioambiente .ciplan-environment-actions {
    margin-top: 48px;
  }
  body.page-template-meioambiente .ciplan-environment-links-grid {
    grid-template-columns: repeat(2, minmax(0, 299px));
  }
  body.page-template-meioambiente .ciplan-environment-contact-card {
    grid-template-columns: 1fr;
  }
  body.page-template-meioambiente .ciplan-environment-form {
    padding-top: 0;
  }
}

@media (max-width: 768px) {
  body.page-template-meioambiente main.ciplan-environment-page {
    padding: 64px 24px 70px !important;
    min-height: 0;
  }
  body.page-template-meioambiente .ciplan-environment-hero-card::before {
    left: -24px;
    top: 80px;
    width: 420px;
    height: 164px;
  }
  body.page-template-meioambiente .ciplan-environment-title-block p {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 24px;
  }
  body.page-template-meioambiente .ciplan-environment-title-block h1 {
    font-size: 52px;
    line-height: 54px;
  }
  body.page-template-meioambiente .ciplan-environment-text,
  body.page-template-meioambiente .ciplan-environment-text p {
    font-size: 16px;
    line-height: 26px;
  }
  body.page-template-meioambiente .ciplan-environment-text p:nth-child(n+2) {
    font-size: 20px;
    line-height: 28px;
  }
  body.page-template-meioambiente .ciplan-environment-media {
    height: 360px;
    min-height: 360px;
    border-radius: 20px;
  }
  body.page-template-meioambiente .ciplan-environment-actions-card,
  body.page-template-meioambiente .ciplan-environment-actions-grid,
  body.page-template-meioambiente .ciplan-environment-actions-heading h2::after {
    width: 100%;
  }
  body.page-template-meioambiente .ciplan-environment-actions-grid {
    justify-content: center;
  }
  body.page-template-meioambiente .ciplan-environment-links-grid {
    grid-template-columns: 1fr;
  }
  body.page-template-meioambiente .ciplan-environment-link-item {
    width: 100%;
    min-height: 0;
  }
}

/* Ética - Figma node 31107:3398 */
body.page-template-etica main.ciplan-ethics-page {
  position: relative;
  min-height: 2740px;
  padding: 149px 64px 160px !important;
  background: #00557c !important;
  color: #ffffff;
  border-radius: 0 !important;
  font-family: Ubuntu, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.page-template-etica main.ciplan-ethics-page::before,
body.page-template-etica main.ciplan-ethics-page::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  width: 30px !important;
  height: 100% !important;
  background: #ffffff !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

body.page-template-etica main.ciplan-ethics-page::before {
  left: 0 !important;
}

body.page-template-etica main.ciplan-ethics-page::after {
  right: 0 !important;
}

.ciplan-ethics-page p,
.ciplan-ethics-page h1,
.ciplan-ethics-page h2,
.ciplan-ethics-page h3,
.ciplan-ethics-page a {
  letter-spacing: 0;
}

.ciplan-ethics-hero,
.ciplan-ethics-intro,
.ciplan-ethics-code,
.ciplan-ethics-links {
  max-width: 1539px;
  margin-left: auto;
  margin-right: auto;
}

.ciplan-ethics-hero {
  position: relative;
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 60px;
  min-height: 753px;
  z-index: 1;
}

.ciplan-ethics-hero::before {
  content: "";
  position: absolute;
  left: -124px;
  top: 79px;
  width: 679px;
  height: 266px;
  background: url("../img/Layer_2.png") no-repeat center / contain;
  opacity: .85;
  z-index: -1;
}

.ciplan-ethics-hero-copy {
  padding-top: 14px;
  color: #ffffff;
}

.ciplan-ethics-eyebrow {
  margin: 0 0 232px;
  color: #d9d9d9;
  font-size: 20px;
  font-weight: 700;
  line-height: 34px;
  text-transform: uppercase;
  text-decoration: underline;
  text-decoration-color: #e4193c;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}

.ciplan-ethics-hero h1 {
  margin: 0;
  color: #ffffff;
  font-size: 144px;
  font-weight: 700;
  line-height: 114px;
  text-decoration: underline;
  text-decoration-color: #e4193c;
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
}

.ciplan-ethics-hero h2 {
  width: 430px;
  margin: 20px 0 0;
  color: #ffffff;
  font-size: 37px;
  font-weight: 700;
  line-height: 50px;
}

.ciplan-ethics-lead {
  width: 430px;
  margin-top: 28px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.ciplan-ethics-lead p {
  margin: 0;
}

.ciplan-ethics-hero-media {
  height: 753px;
  border-radius: 15px;
  overflow: hidden;
}

.ciplan-ethics-hero-media img,
.ciplan-ethics-intro-media img,
.ciplan-ethics-code-media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ciplan-ethics-intro {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(0, 1fr);
  gap: 60px;
  margin-top: 51px;
}

.ciplan-ethics-intro-media {
  height: 409px;
  border-radius: 15px;
  overflow: hidden;
}

.ciplan-ethics-intro-text {
  align-self: center;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  line-height: 34px;
}

.ciplan-ethics-intro-text p {
  margin: 0;
}

.ciplan-ethics-page .text-red-600 {
  color: #e4193c !important;
}

.ciplan-ethics-code {
  display: grid;
  grid-template-columns: 500px minmax(0, 1fr);
  gap: 104px;
  margin-top: 52px;
}

.ciplan-ethics-code-copy {
  padding-top: 37px;
}

.ciplan-ethics-code-copy h2 {
  margin: 0 0 42px;
}

.ciplan-ethics-code-copy h2,
.ciplan-ethics-code-copy h2 a {
  color: #d9d9d9;
  font-size: 34px;
  font-weight: 700;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
}

.ciplan-ethics-code-copy div {
  color: #ffffff;
  font-size: 18px;
  line-height: 30px;
}

.ciplan-ethics-code-copy p {
  margin: 0 0 24px;
}

.ciplan-ethics-button {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-top: 14px;
  padding: 10px 19px;
  color: #00557c !important;
  background: #d9d9d9;
  border-radius: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
  text-transform: uppercase;
}

.ciplan-ethics-code-media {
  height: 531px;
  border-radius: 15px;
  overflow: hidden;
}

.ciplan-ethics-links {
  margin-top: 158px;
}

.ciplan-ethics-links h2 {
  margin: 0 0 37px;
  color: #ffffff;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

.ciplan-ethics-links-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
}

.ciplan-ethics-link-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 245px;
  padding: 30px;
  color: #00557c !important;
  background: #ffffff;
  border-radius: 15px;
  text-decoration: none;
}

.ciplan-ethics-link-card i {
  margin-bottom: 16px;
  color: #00557c;
  font-size: 30px;
}

.ciplan-ethics-link-card h3 {
  margin: 0 0 5px;
  color: #00557c;
  font-size: 26px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
}

.ciplan-ethics-link-card p {
  margin: 0;
  color: #00557c;
  font-size: 18px;
  line-height: 30px;
  text-transform: uppercase;
}

@media (max-width: 1180px) {
  body.page-template-etica main.ciplan-ethics-page {
    padding-left: 32px !important;
    padding-right: 32px !important;
  }
  .ciplan-ethics-hero,
  .ciplan-ethics-intro,
  .ciplan-ethics-code {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ciplan-ethics-eyebrow {
    margin-bottom: 100px;
  }
  .ciplan-ethics-hero-media,
  .ciplan-ethics-intro-media,
  .ciplan-ethics-code-media {
    height: 520px;
  }
  .ciplan-ethics-links-grid {
    grid-template-columns: repeat(2, 299px);
  }
}

@media (max-width: 768px) {
  body.page-template-etica main.ciplan-ethics-page {
    min-height: 0;
    padding: 64px 24px 110px !important;
  }
  .ciplan-ethics-hero::before {
    left: -84px;
  top: 90px;
    width: 460px;
    height: 180px;
  }
  .ciplan-ethics-eyebrow {
    margin-bottom: 82px;
    font-size: 16px;
    line-height: 24px;
  }
  .ciplan-ethics-hero h1 {
    font-size: 78px;
    line-height: 72px;
  }
  .ciplan-ethics-hero h2 {
    width: auto;
    font-size: 28px;
    line-height: 36px;
  }
  .ciplan-ethics-lead {
    width: auto;
    font-size: 18px;
    line-height: 28px;
  }
  .ciplan-ethics-hero-media,
  .ciplan-ethics-intro-media,
  .ciplan-ethics-code-media {
    height: 340px;
  }
  .ciplan-ethics-intro-text {
    font-size: 18px;
    line-height: 28px;
  }
  .ciplan-ethics-code {
    margin-top: 36px;
  }
  .ciplan-ethics-links {
    margin-top: 56px;
  }
  .ciplan-ethics-links h2 {
    font-size: 30px;
    line-height: 36px;
  }
  .ciplan-ethics-links-grid {
    grid-template-columns: 1fr;
  }
  .ciplan-ethics-link-card {
    width: 100%;
    min-height: 0;
  }
}

body.page-template-oportunidades .ciplan-opportunities-sticky-stage {
  display: grid !important;
  grid-template-columns: minmax(0, 866px) minmax(420px, 1fr) !important;
  gap: 32px !important;
  align-items: start !important;
  max-width: 1539px !important;
  margin: 0 auto !important;
}

body.page-template-oportunidades .ciplan-opportunities-right-scroll {
  position: sticky !important;
  top: 84px !important;
  align-self: start !important;
  height: calc(100vh - 154px) !important;
  min-height: 731px !important;
}

body.page-template-oportunidades .ciplan-opportunities-left-scroll {
  min-height: 1900px !important;
}

body.page-template-oportunidades .ciplan-opportunity-media {
  height: 100% !important;
  min-height: 731px !important;
}

@media (max-width: 1180px) {
  body.page-template-oportunidades .ciplan-opportunities-sticky-stage {
    grid-template-columns: 1fr !important;
  }
  body.page-template-oportunidades .ciplan-opportunities-right-scroll {
    position: relative !important;
    top: auto !important;
    height: auto !important;
    min-height: 0 !important;
  }
  body.page-template-oportunidades .ciplan-opportunities-left-scroll {
    min-height: 0 !important;
  }
  body.page-template-oportunidades .ciplan-opportunity-media {
    height: 520px !important;
    min-height: 520px !important;
  }
}

@media (max-width: 768px) {
  body.page-template-oportunidades .ciplan-opportunity-media {
    height: 360px !important;
    min-height: 360px !important;
  }
}

/* Oportunidades - Figma ZaoHPjzVgIKwJTYmHJiSft node 2149:1389 */
body.page-template-oportunidades main.ciplan-opportunities-figma-2149 {
  --figma-blue: #00557c;
  --figma-red: #e4193c;
  --figma-gray: #d9d9d9;
  --figma-black: #1e1e1e;
  position: relative !important;
  display: block !important;
  width: 100% !important;
  min-height: 2787px !important;
  margin: 0 !important;
  padding: 0 32px 140px 65px !important;
  overflow: visible !important;
  border-radius: 0 !important;
  background: var(--figma-gray) !important;
  font-family: Ubuntu, "Ubuntu Sans", Arial, sans-serif !important;
}

body.page-template-oportunidades main.ciplan-opportunities-figma-2149::before,
body.page-template-oportunidades main.ciplan-opportunities-figma-2149::after {
  content: "" !important;
  position: absolute !important;
  top: 0 !important;
  bottom: 0 !important;
  display: block !important;
  width: 30px !important;
  height: 100% !important;
  background: #ffffff !important;
  z-index: 20 !important;
  pointer-events: none !important;
}

body.page-template-oportunidades main.ciplan-opportunities-figma-2149::before {
  left: 0 !important;
}

body.page-template-oportunidades main.ciplan-opportunities-figma-2149::after {
  right: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-sticky-stage {
  display: grid !important;
  grid-template-columns: 280px minmax(0, 1fr) !important;
  gap: 23px !important;
  align-items: start !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-left-scroll {
  display: flex !important;
  flex-direction: column !important;
  width: 280px !important;
  min-height: 1260px !important;
  padding: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-copy {
  width: 280px !important;
  max-width: 280px !important;
  padding-top: 155px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-copy h1 {
  display: flex !important;
  align-items: center !important;
  min-height: 53px !important;
  margin: 0 0 71px !important;
  color: var(--figma-blue) !important;
  font-family: Ubuntu, Arial, sans-serif !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 34px !important;
  letter-spacing: 0 !important;
  text-transform: uppercase !important;
  text-decoration-line: underline !important;
  text-decoration-color: var(--figma-red) !important;
  text-decoration-thickness: 2px !important;
  text-underline-offset: 2px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text p {
  margin: 0 !important;
  color: var(--figma-black) !important;
  font-family: Ubuntu, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text p + p {
  margin-top: 30px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text .text-red-600,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text .ciplan-opportunities-red,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text strong,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text b {
  display: block !important;
  color: var(--figma-red) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-right-scroll {
  position: sticky !important;
  top: 108px !important;
  width: 100% !important;
  height: 835px !important;
  min-height: 835px !important;
  padding-top: 42px !important;
  align-self: start !important;
  overflow: hidden !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-media {
  width: 100% !important;
  height: 731px !important;
  min-height: 731px !important;
  border-radius: 0 !important;
  overflow: visible !important;
  background: transparent !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-list,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-track,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slide,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-slide > div {
  height: 731px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider {
  width: 100% !important;
  border-radius: 30px !important;
  overflow: visible !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-list {
  padding: 0 248px 0 0 !important;
  border-radius: 30px !important;
  overflow: hidden !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-slide {
  height: 731px !important;
  margin: 0 5px !important;
  max-width: none !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider img {
  display: block !important;
  width: 100% !important;
  height: 731px !important;
  object-fit: cover !important;
  border-radius: 30px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-prev,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-next {
  z-index: 8 !important;
  width: 48px !important;
  height: 48px !important;
  border-color: rgba(255, 255, 255, .85) !important;
  background: rgba(0, 85, 124, .15) !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-prev {
  left: 24px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-next {
  right: 24px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-work {
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  gap: 72px !important;
  width: 280px !important;
  margin: 71px 0 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal {
  width: 280px !important;
  min-height: 321px !important;
  padding: 53px 37px !important;
  border-radius: 15px !important;
  background: var(--figma-blue) !important;
  color: #fff !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal h3 {
  margin: 0 0 5px !important;
  color: var(--figma-gray) !important;
  font-size: 34px !important;
  font-weight: 700 !important;
  line-height: 40px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal p {
  margin: 0 0 24px !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  line-height: 34px !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal a {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  padding: 10px 19px !important;
  border-radius: 10px !important;
  background: var(--figma-red) !important;
  color: #fff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-testimonial {
  width: 280px !important;
  margin: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-testimonial p {
  margin: 0 0 24px !important;
  color: var(--figma-blue) !important;
  font-size: 32px !important;
  font-weight: 300 !important;
  line-height: normal !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-testimonial span {
  display: block !important;
  color: var(--figma-red) !important;
  font-size: 17px !important;
  font-weight: 300 !important;
  line-height: 26px !important;
  text-transform: uppercase !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-programs {
  width: 100% !important;
  max-width: none !important;
  margin: 260px 0 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-programs h2,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-depoimentos h2 {
  max-width: 866px !important;
  margin: 0 !important;
  color: var(--figma-blue) !important;
  font-size: 80px !important;
  font-weight: 700 !important;
  line-height: 80px !important;
  letter-spacing: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-grid {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: stretch !important;
  flex-wrap: nowrap !important;
  gap: 25px !important;
  width: 100% !important;
  margin: 55px 0 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card {
  flex: 0 0 309px !important;
  width: 309px !important;
  min-height: 556px !important;
  padding: 32px 22px !important;
  overflow: hidden !important;
  border-radius: 15px !important;
  background: #fff !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card h3,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card h3 a {
  margin: 0 0 24px !important;
  color: var(--figma-blue) !important;
  font-size: 26px !important;
  font-weight: 700 !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card div,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card div a,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card p {
  color: var(--figma-blue) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  line-height: 30px !important;
  text-decoration: none !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card .more-link,
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card img {
  display: none !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-depoimentos {
  width: 100% !important;
  margin: 120px 0 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-footer-cta {
  width: 100% !important;
  margin: 80px 0 20px !important;
  padding: 0 24px !important;
  text-align: center !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-footer-cta p {
  margin: 0 !important;
  color: var(--figma-blue) !important;
  font-family: Ubuntu, Arial, sans-serif !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  line-height: 30px !important;
  letter-spacing: 0 !important;
}

body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-footer-cta a {
  color: var(--figma-red) !important;
  text-decoration-line: underline !important;
  text-decoration-color: var(--figma-red) !important;
  text-decoration-thickness: 1px !important;
  text-underline-offset: 2px !important;
}

@media (max-width: 1180px) {
  body.page-template-oportunidades main.ciplan-opportunities-figma-2149 {
    min-height: 0 !important;
    padding: 32px 24px 110px !important;
  }
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-sticky-stage {
    display: flex !important;
    flex-direction: column !important;
    gap: 32px !important;
  }
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-left-scroll,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-copy,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-work,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-programs,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-depoimentos {
    width: 100% !important;
    max-width: none !important;
    min-height: 0 !important;
  }
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-copy {
    padding-top: 0 !important;
  }
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-right-scroll {
    position: relative !important;
    top: auto !important;
    width: 100% !important;
    height: auto !important;
    min-height: 0 !important;
    padding-top: 0 !important;
  }
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-media,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-list,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-track,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slide,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-slide,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-slide > div,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider img {
    height: 520px !important;
    min-height: 520px !important;
  }
body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-grid {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
}

body.single-produto-argamassa .ciplan-argamassa-video-title {
  margin: 0 0 18px !important;
  color: #00557c !important;
  font-family: Ubuntu, Arial, sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  line-height: 1.15 !important;
  letter-spacing: 0 !important;
}

@media (max-width: 768px) {
body.single-produto-argamassa .ciplan-argamassa-video-title {
    margin-bottom: 14px !important;
    font-size: 24px !important;
  }
}

/* Produto Concreto - Figma 31107:3296 */
body.single-produto-concreto main.ciplan-concrete-page {
  max-width: 1539px;
  margin: 74px auto 70px !important;
  background: #d9d9d9 !important;
  border-radius: 30px;
  overflow: hidden;
}

body.single-produto-concreto .ciplan-concrete-page .ciplan-product-internal-filter {
  max-width: calc(100% - 334px);
  margin-left: auto;
  min-height: 62px;
  padding-top: 8px;
  padding-bottom: 8px;
}

body.single-produto-concreto .ciplan-concrete-shell {
  grid-template-columns: 310px minmax(0, 1fr);
  gap: 24px;
  padding: 0 31px 46px 64px;
}

body.single-produto-concreto .ciplan-concrete-sidebar {
  position: relative;
  top: auto;
  min-height: 0;
  padding: 0;
  color: #1e1e1e;
}

body.single-produto-concreto .ciplan-concrete-title-block {
  min-height: 555px;
  padding-top: 126px;
}

body.single-produto-concreto .ciplan-concrete-title-block::before {
  left: -72px;
  top: 143px;
  width: 57px;
  height: 167px;
}

body.single-produto-concreto .ciplan-concrete-title-block p {
  margin: 0;
  color: #e4193c;
  font-size: 32px;
  font-weight: 300;
  line-height: 42px;
}

body.single-produto-concreto .ciplan-concrete-title-block h1 {
  max-width: 310px;
  margin: 0;
  color: #00557c;
  font-size: 52px;
  font-weight: 700;
  line-height: 62px;
}

body.single-produto-concreto .ciplan-concrete-intro {
  margin-top: -106px;
  padding-right: 58px;
  color: #1e1e1e;
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
}

body.single-produto-concreto .ciplan-concrete-intro p {
  margin: 0 0 24px;
}

body.single-produto-concreto .ciplan-concrete-actions,
body.single-produto-concreto .ciplan-concrete-product-image {
  display: none !important;
}

body.single-produto-concreto .ciplan-concrete-side-text {
  margin-top: 44px;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 30px;
}

body.single-produto-concreto .ciplan-concrete-side-text p {
  margin: 0;
}

body.single-produto-concreto .ciplan-concrete-side-section {
  margin-top: 44px;
}

body.single-produto-concreto .ciplan-concrete-side-section h2 {
  margin: 0 0 12px;
  color: #e4193c;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
  text-transform: uppercase;
}

body.single-produto-concreto .ciplan-concrete-side-list {
  margin: 0;
  padding: 0;
  list-style: none;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 30px;
}

body.single-produto-concreto .ciplan-concrete-side-list li {
  margin: 0 0 10px;
}

body.single-produto-concreto .ciplan-concrete-content {
  position: sticky;
  top: 0;
  align-self: start;
  padding: 0;
}

body.single-produto-concreto .ciplan-concrete-caption {
  display: none;
}

body.single-produto-concreto .ciplan-concrete-hero,
body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide img {
  height: 731px;
  border-radius: 30px;
}

body.single-produto-concreto .ciplan-concrete-hero-slider,
body.single-produto-concreto .ciplan-concrete-hero-slider .slick-list,
body.single-produto-concreto .ciplan-concrete-hero-slider .slick-track,
body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide > div,
body.single-produto-concreto .ciplan-concrete-hero-slide {
  height: 731px;
  border-radius: 30px;
}

body.single-produto-concreto .ciplan-concrete-hero-slider {
  overflow: visible;
}

body.single-produto-concreto .ciplan-concrete-hero-slider .slick-list {
  overflow: hidden;
  border-radius: 30px;
}

body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide {
  max-width: none !important;
  margin: 0 !important;
  opacity: 1 !important;
  transform: none !important;
}

body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide > div {
  max-width: none !important;
}

body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide img {
  min-width: 0 !important;
  margin: 0 !important;
  filter: none !important;
}

body.single-produto-concreto .ciplan-concrete-hero-slider .slick-prev,
body.single-produto-concreto .ciplan-concrete-hero-slider .slick-next {
  border-color: #ffffff;
  background: rgba(255, 255, 255, .2);
}

body.single-produto-concreto .ciplan-concrete-hero-slider .slick-prev i,
body.single-produto-concreto .ciplan-concrete-hero-slider .slick-next i {
  color: #ffffff;
}

body.single-produto-concreto .ciplan-concrete-services {
  padding: 60px 64px 0;
}

body.single-produto-concreto .ciplan-concrete-services h2 {
  margin: 0 0 22px;
  color: #00557c;
  font-size: clamp(54px, 6.95vw, 100px);
  font-weight: 700;
  line-height: .9;
  text-transform: uppercase;
}

body.single-produto-concreto .ciplan-concrete-service-grid {
  display: grid;
  grid-template-columns: minmax(260px, 1fr) minmax(0, 2.65fr);
  gap: 24px;
}

body.single-produto-concreto .ciplan-concrete-service-card {
  display: grid;
  overflow: hidden;
  min-height: 554px;
  background: #ffffff;
  border-radius: 30px;
}

body.single-produto-concreto .ciplan-concrete-service-card.is-small {
  grid-template-rows: 246px 1fr;
}

body.single-produto-concreto .ciplan-concrete-service-card.is-wide {
  grid-template-columns: 420px minmax(0, 1fr);
}

body.single-produto-concreto .ciplan-concrete-service-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

body.single-produto-concreto .ciplan-concrete-service-card > div {
  padding: 31px 36px;
}

body.single-produto-concreto .ciplan-concrete-service-card h3,
body.single-produto-concreto .ciplan-concrete-service-columns strong {
  display: block;
  margin: 0 0 15px;
  color: #00557c;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: .24px;
  text-transform: uppercase;
}

body.single-produto-concreto .ciplan-concrete-service-card p,
body.single-produto-concreto .ciplan-concrete-service-card li {
  margin: 0 0 8px;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 30px;
}

body.single-produto-concreto .ciplan-concrete-service-columns {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 28px;
  margin-top: 24px;
}

body.single-produto-concreto .ciplan-concrete-service-columns ul {
  margin: 0;
  padding-left: 18px;
}

body.single-produto-concreto .ciplan-concrete-where {
  display: grid;
  grid-template-columns: 354px minmax(0, 1fr);
  gap: 78px;
  align-items: start;
  padding: 44px 64px 70px;
}

body.single-produto-concreto .ciplan-concrete-where h2 {
  margin: 0 0 22px;
  color: #e4193c;
  font-size: 83px;
  font-weight: 700;
  line-height: 75px;
  text-transform: uppercase;
}

body.single-produto-concreto .ciplan-concrete-where p {
  margin: 0 0 24px;
  color: #1e1e1e;
  font-size: 18px;
  line-height: 30px;
}

body.single-produto-concreto .ciplan-concrete-where img {
  display: block;
  width: 100%;
  border-radius: 30px;
}

@media (max-width: 1180px) {
  body.single-produto-concreto .ciplan-concrete-page .ciplan-product-internal-filter {
    max-width: none;
    margin-left: 0;
  }

  body.single-produto-concreto .ciplan-concrete-shell {
    grid-template-columns: 1fr;
    padding: 24px 20px 50px;
  }

  body.single-produto-concreto .ciplan-concrete-content {
    position: relative;
    top: auto;
  }

  body.single-produto-concreto .ciplan-concrete-title-block {
    min-height: 0;
    padding-top: 20px;
  }

  body.single-produto-concreto .ciplan-concrete-title-block::before {
    left: -20px;
    top: 22px;
    width: 12px;
    height: 142px;
  }

  body.single-produto-concreto .ciplan-concrete-intro {
    margin-top: 34px;
    padding-right: 0;
  }

  body.single-produto-concreto .ciplan-concrete-hero,
  body.single-produto-concreto .ciplan-concrete-hero-slider,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-list,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-track,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide > div,
  body.single-produto-concreto .ciplan-concrete-hero-slide,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide img {
    height: 430px;
  }

  body.single-produto-concreto .ciplan-concrete-service-grid,
  body.single-produto-concreto .ciplan-concrete-service-card.is-wide,
  body.single-produto-concreto .ciplan-concrete-where {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 760px) {
  body.single-produto-concreto main.ciplan-concrete-page {
    margin: 64px 10px 60px !important;
    border-radius: 22px;
  }

  body.single-produto-concreto .ciplan-concrete-title-block p {
    font-size: 22px;
    line-height: 30px;
  }

  body.single-produto-concreto .ciplan-concrete-title-block h1 {
    font-size: 38px;
    line-height: 42px;
  }

  body.single-produto-concreto .ciplan-concrete-intro,
  body.single-produto-concreto .ciplan-concrete-side-text,
  body.single-produto-concreto .ciplan-concrete-side-list,
  body.single-produto-concreto .ciplan-concrete-service-card p,
  body.single-produto-concreto .ciplan-concrete-service-card li,
  body.single-produto-concreto .ciplan-concrete-where p {
    font-size: 16px;
    line-height: 26px;
  }

  body.single-produto-concreto .ciplan-concrete-side-section h2 {
    font-size: 32px;
    line-height: 36px;
  }

  body.single-produto-concreto .ciplan-concrete-hero,
  body.single-produto-concreto .ciplan-concrete-hero-slider,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-list,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-track,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide > div,
  body.single-produto-concreto .ciplan-concrete-hero-slide,
  body.single-produto-concreto .ciplan-concrete-hero-slider .slick-slide img {
    height: 320px;
    border-radius: 20px;
  }

  body.single-produto-concreto .ciplan-concrete-services,
  body.single-produto-concreto .ciplan-concrete-where {
    padding-left: 20px;
    padding-right: 20px;
  }

  body.single-produto-concreto .ciplan-concrete-service-card {
    min-height: 0;
    border-radius: 20px;
  }

  body.single-produto-concreto .ciplan-concrete-service-card.is-small {
    grid-template-rows: 220px auto;
  }

  body.single-produto-concreto .ciplan-concrete-service-card.is-wide > img {
    height: 260px;
  }

  body.single-produto-concreto .ciplan-concrete-service-card > div {
    padding: 24px;
  }

  body.single-produto-concreto .ciplan-concrete-service-columns {
    grid-template-columns: 1fr;
  }

  body.single-produto-concreto .ciplan-concrete-where h2 {
    font-size: 46px;
    line-height: 44px;
  }
}

body.page-template-concreto .ciplan-concrete-page-hero-slider,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider,
body.page-template-concreto .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide {
  height: 728px !important;
}

body.page-template-concreto .ciplan-concrete-page-hero-slider,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider {
  background: #d9d9d9 !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 20px !important;
}

body.page-template-concreto .ciplan-concrete-page-hero,
body.page-template-concreto2 .ciplan-concrete-page-hero {
  overflow: hidden !important;
}

body.page-template-concreto .fundovisite,
body.page-template-concreto2 .fundovisite {
  border: 0 !important;
}

body.page-template-concreto .fundovisite::after,
body.page-template-concreto2 .fundovisite::after {
  display: none !important;
}

body.page-template-concreto .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide {
  background: #d9d9d9 !important;
  display: none !important;
  height: 728px !important;
  margin: 0 !important;
}

body.page-template-concreto .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide.is-active,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide.is-active {
  display: block !important;
}

body.page-template-concreto .ciplan-concrete-page-hero-slider img,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider img {
  background: #d9d9d9 !important;
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  min-width: 0 !important;
  height: 728px !important;
  margin: 0 !important;
  object-fit: cover !important;
  object-position: center center !important;
  border-radius: 20px !important;
  filter: none !important;
}

body.page-template-concreto .ciplan-concrete-slider-arrow,
body.page-template-concreto2 .ciplan-concrete-slider-arrow {
  z-index: 20 !important;
  width: 50px !important;
  height: 50px !important;
  border: 2px solid #ffffff !important;
  border-color: #ffffff !important;
  background: rgba(255, 255, 255, .22) !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

body.page-template-concreto .ciplan-concrete-slider-prev,
body.page-template-concreto2 .ciplan-concrete-slider-prev {
  left: 24px !important;
}

body.page-template-concreto .ciplan-concrete-slider-next,
body.page-template-concreto2 .ciplan-concrete-slider-next {
  right: 24px !important;
}

body.page-template-concreto .ciplan-concrete-slider-arrow i,
body.page-template-concreto2 .ciplan-concrete-slider-arrow i {
  color: #ffffff !important;
  font-size: 20px !important;
}

/* Concreto - scroll igual oportunidades */
@media (min-width: 1024px) {
  body.page-template-concreto main,
  body.page-template-concreto2 main {
    overflow: visible !important;
  }

  body.page-template-concreto main > section:first-of-type,
  body.page-template-concreto2 main > section:first-of-type {
    position: relative !important;
    min-height: 900px !important;
    overflow: visible !important;
  }

  body.page-template-concreto .fundovisite,
  body.page-template-concreto2 .fundovisite {
    overflow: visible !important;
  }

  body.page-template-concreto .fundovisite > .grid,
  body.page-template-concreto2 .fundovisite > .grid {
    align-items: start !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:first-child,
  body.page-template-concreto2 .fundovisite > .grid > div:first-child {
    height: auto !important;
    min-height: 814px !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:nth-child(2),
  body.page-template-concreto2 .fundovisite > .grid > div:nth-child(2) {
    position: sticky !important;
    top: 90px !important;
    align-self: start !important;
    height: 814px !important;
    min-height: 814px !important;
    overflow: visible !important;
  }

	  body.page-template-concreto .ciplan-concrete-page-hero,
	  body.page-template-concreto2 .ciplan-concrete-page-hero {
	    height: 731px !important;
	    margin-bottom: 0 !important;
	    overflow: visible !important;
	  }

  body.page-template-concreto .ciplan-concrete-page-hero-slider,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider,
  body.page-template-concreto .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-list,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-list,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-track,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-track,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-slide,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-slide,
body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-slide > div,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-slide > div,
	  body.page-template-concreto .ciplan-concrete-page-hero-slider img,
	  body.page-template-concreto2 .ciplan-concrete-page-hero-slider img,
	  body.page-template-concreto .ciplan-concrete-page-hero > img,
	  body.page-template-concreto2 .ciplan-concrete-page-hero > img {
	    height: 731px !important;
	  }

	  body.page-template-concreto .ciplan-concrete-page-hero-slider img,
	  body.page-template-concreto2 .ciplan-concrete-page-hero-slider img,
	  body.page-template-concreto .ciplan-concrete-page-hero > img,
	  body.page-template-concreto2 .ciplan-concrete-page-hero > img {
	    object-fit: cover !important;
	    object-position: center center !important;
	  }
	}

@media (max-width: 760px) {
  body.page-template-concreto .ciplan-concrete-page-hero-slider,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-list,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-list,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-track,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-track,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-slide > div,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-slide > div,
  body.page-template-concreto .ciplan-concrete-page-hero-slider img,
body.page-template-concreto2 .ciplan-concrete-page-hero-slider img {
    height: 320px !important;
  }
}

@media (max-width: 768px) {
  body.page-template-concreto main,
  body.page-template-concreto2 main {
    margin: 60px 12px 60px !important;
    min-height: calc(100vh - 120px) !important;
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  body.page-template-concreto main > section:first-of-type,
  body.page-template-concreto2 main > section:first-of-type {
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.page-template-concreto .fundovisite,
  body.page-template-concreto2 .fundovisite {
    border-radius: 16px !important;
    overflow: hidden !important;
  }

  body.page-template-concreto .fundovisite > .grid,
  body.page-template-concreto2 .fundovisite > .grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0 !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:first-child,
  body.page-template-concreto2 .fundovisite > .grid > div:first-child {
    width: 100% !important;
    max-width: none !important;
    height: auto !important;
    min-height: 0 !important;
    padding: 24px 0 12px !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:first-child > div:first-child,
  body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:first-child,
  body.page-template-concreto .fundovisite > .grid > div:first-child > div:nth-child(2),
  body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:nth-child(2) {
    position: static !important;
    width: 100% !important;
    max-width: none !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
    border-left-width: 8px !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:first-child > div:first-child h1,
  body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:first-child h1 {
    margin-bottom: 10px !important;
    font-size: 15px !important;
    line-height: 19px !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:first-child > div:first-child h2,
  body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:first-child h2 {
    margin-bottom: 22px !important;
    font-size: 34px !important;
    line-height: 37px !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:first-child > div:nth-child(2) p,
  body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:nth-child(2) p {
    margin-bottom: 16px !important;
    font-size: 16px !important;
    line-height: 24px !important;
  }

  body.page-template-concreto .fundovisite > .grid > div:nth-child(2),
  body.page-template-concreto2 .fundovisite > .grid > div:nth-child(2) {
    position: static !important;
    height: auto !important;
    min-height: 0 !important;
    overflow: hidden !important;
  }

  body.page-template-concreto .ciplan-concrete-page-hero,
  body.page-template-concreto2 .ciplan-concrete-page-hero {
    height: auto !important;
    margin: 0 !important;
    overflow: hidden !important;
  }

	  body.page-template-concreto .ciplan-concrete-page-hero-slider,
	  body.page-template-concreto2 .ciplan-concrete-page-hero-slider,
	  body.page-template-concreto .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
	  body.page-template-concreto2 .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
	  body.page-template-concreto .ciplan-concrete-page-hero-slider img,
	  body.page-template-concreto2 .ciplan-concrete-page-hero-slider img,
  body.page-template-concreto .ciplan-concrete-page-hero > img,
  body.page-template-concreto2 .ciplan-concrete-page-hero > img,
  body.page-template-concreto .fundovisite > .grid > div:nth-child(2) img,
  body.page-template-concreto2 .fundovisite > .grid > div:nth-child(2) img {
    width: 100% !important;
    height: 300px !important;
    border-radius: 0 !important;
    object-fit: cover !important;
  }

	  body.page-template-concreto .ciplan-concrete-page-hero-slider,
	  body.page-template-concreto2 .ciplan-concrete-page-hero-slider {
	    max-height: 300px !important;
	    overflow: hidden !important;
	  }

	  body.page-template-concreto .ciplan-concrete-page-hero-slider img,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider img {
    display: block !important;
    max-width: none !important;
  }

  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-prev,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-next,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-prev,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-next,
  body.page-template-concreto .ciplan-concrete-slider-arrow,
  body.page-template-concreto2 .ciplan-concrete-slider-arrow {
    width: 42px !important;
    height: 42px !important;
  }

  body.page-template-concreto main section:not(:first-of-type) > div,
  body.page-template-concreto2 main section:not(:first-of-type) > div {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  body.page-template-concreto main section:nth-of-type(2) h2,
  body.page-template-concreto2 main section:nth-of-type(2) h2,
  body.page-template-concreto main section:nth-of-type(3) h2,
  body.page-template-concreto2 main section:nth-of-type(3) h2 {
    font-size: 38px !important;
    line-height: 40px !important;
    margin-bottom: 20px !important;
  }

  body.page-template-concreto main section:nth-of-type(2) .grid,
  body.page-template-concreto2 main section:nth-of-type(2) .grid,
  body.page-template-concreto main section:nth-of-type(3) .grid,
  body.page-template-concreto2 main section:nth-of-type(3) .grid {
    grid-template-columns: 1fr !important;
  }

  body.page-template-concreto main section:nth-of-type(2) .col-span-4,
  body.page-template-concreto main section:nth-of-type(2) .col-span-6,
  body.page-template-concreto main section:nth-of-type(2) .col-span-8,
  body.page-template-concreto main section:nth-of-type(3) .col-span-4,
  body.page-template-concreto main section:nth-of-type(3) .col-span-8,
  body.page-template-concreto2 main section:nth-of-type(2) .col-span-4,
  body.page-template-concreto2 main section:nth-of-type(2) .col-span-6,
  body.page-template-concreto2 main section:nth-of-type(2) .col-span-8,
  body.page-template-concreto2 main section:nth-of-type(3) .col-span-4,
  body.page-template-concreto2 main section:nth-of-type(3) .col-span-8 {
    grid-column: 1 / -1 !important;
  }

  body.page-template-concreto main section:nth-of-type(2) img,
  body.page-template-concreto2 main section:nth-of-type(2) img {
    height: 240px !important;
  }

  body.page-template-concreto main section:nth-of-type(2) p,
  body.page-template-concreto main section:nth-of-type(2) li,
  body.page-template-concreto main section:nth-of-type(3) p,
  body.page-template-concreto2 main section:nth-of-type(2) p,
  body.page-template-concreto2 main section:nth-of-type(2) li,
  body.page-template-concreto2 main section:nth-of-type(3) p {
    font-size: 16px !important;
    line-height: 24px !important;
  }

  body.page-template-concreto main section:nth-of-type(3) p,
  body.page-template-concreto2 main section:nth-of-type(3) p {
    max-width: none !important;
  }
}

@media (max-width: 420px) {
  body.page-template-concreto .fundovisite > .grid > div:first-child > div:first-child h2,
  body.page-template-concreto2 .fundovisite > .grid > div:first-child > div:first-child h2,
  body.page-template-concreto main section:nth-of-type(2) h2,
  body.page-template-concreto2 main section:nth-of-type(2) h2,
  body.page-template-concreto main section:nth-of-type(3) h2,
  body.page-template-concreto2 main section:nth-of-type(3) h2 {
    font-size: 31px !important;
    line-height: 34px !important;
  }

  body.page-template-concreto .ciplan-concrete-page-hero-slider,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider,
  body.page-template-concreto .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider > .ciplan-concrete-slide,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-list,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-list,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-track,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-track,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-slide > div,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-slide > div,
  body.page-template-concreto .ciplan-concrete-page-hero-slider img,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider img,
  body.page-template-concreto .ciplan-concrete-page-hero > img,
  body.page-template-concreto2 .ciplan-concrete-page-hero > img,
  body.page-template-concreto .fundovisite > .grid > div:nth-child(2) img,
  body.page-template-concreto2 .fundovisite > .grid > div:nth-child(2) img {
    height: 260px !important;
  }

  body.page-template-concreto .ciplan-concrete-page-hero-slider,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider,
  body.page-template-concreto .ciplan-concrete-page-hero-slider .slick-list,
  body.page-template-concreto2 .ciplan-concrete-page-hero-slider .slick-list {
    max-height: 260px !important;
  }
}

@media (max-width: 767px) {
  body.page-template-argamassa .ciplan-product-hero {
    padding: 34px 0 58px !important;
  }

  body.page-template-argamassa .ciplan-product-hero-inner {
    max-width: none !important;
    width: 100% !important;
  }

  body.page-template-argamassa .ciplan-filter-row {
    display: block !important;
    margin: 26px 0 0 !important;
    width: 100% !important;
  }

  body.page-template-argamassa .ciplan-filter-label {
    margin: 0 18px 12px !important;
    color: #00557c !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    text-align: left !important;
  }

  body.page-template-argamassa .ciplan-filter-list {
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    overflow-x: auto !important;
    padding: 0 18px 12px !important;
    scroll-padding-left: 18px !important;
    -webkit-overflow-scrolling: touch !important;
  }

  body.page-template-argamassa .ciplan-filter-list::-webkit-scrollbar {
    height: 3px !important;
  }

  body.page-template-argamassa .ciplan-filter-list::-webkit-scrollbar-thumb {
    background: rgba(0, 85, 124, .35) !important;
    border-radius: 999px !important;
  }

  body.page-template-argamassa .ciplan-filter-item {
    flex: 0 0 178px !important;
    width: 178px !important;
  }

  body.page-template-argamassa .ciplan-filter-item a {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 85, 124, .16) !important;
    border-radius: 10px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .04) !important;
    display: grid !important;
    gap: 8px !important;
    grid-template-columns: 28px minmax(0, 1fr) !important;
    min-height: 58px !important;
    padding: 10px 12px !important;
  }

  body.page-template-argamassa .ciplan-filter-item img {
    height: 28px !important;
    width: 28px !important;
  }

  body.page-template-argamassa .ciplan-filter-item p {
    display: -webkit-box !important;
    -webkit-box-orient: vertical !important;
    -webkit-line-clamp: 2 !important;
    font-size: 11px !important;
    line-height: 1.15 !important;
    max-width: none !important;
    overflow: hidden !important;
    text-align: left !important;
  }

  body.page-template-sobre .ciplan-about-governance,
  body.page-template-sobre-copy .ciplan-about-governance {
    overflow: hidden !important;
  }

  body.page-template-sobre-copy .ciplan-about-governance > div > .grid,
  body.page-template-sobre .ciplan-about-governance > div > .grid {
    justify-items: center !important;
    width: 100% !important;
  }

  body.page-template-sobre-copy .ciplan-about-governance > div > .grid > div,
  body.page-template-sobre .ciplan-about-governance > div > .grid > div {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    max-width: 100% !important;
    width: 100% !important;
  }

  body.page-template-sobre .ciplan-about-team-grid,
  body.page-template-sobre-copy .ciplan-about-team-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 28px !important;
    justify-content: center !important;
    justify-items: center !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 16px !important;
    padding-right: 16px !important;
    width: 100% !important;
  }

  body.page-template-sobre .ciplan-about-team-card,
  body.page-template-sobre-copy .ciplan-about-team-card {
    grid-column: 1 / -1 !important;
    justify-self: center !important;
    max-width: 280px !important;
    width: min(280px, 100%) !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center !important;
  }

  body.page-template-sobre-copy .ciplan-about-governance .col-span-12,
  body.page-template-sobre .col-span-12 {
    justify-self: center !important;
    width: 100% !important;
  }

  body.page-template-sobre .ciplan-about-team-card img,
  body.page-template-sobre-copy .ciplan-about-team-card img {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    border-radius: 8px !important;
  }

  body.page-template-sobre .ciplan-about-team-card h1,
  body.page-template-sobre .ciplan-about-team-card p,
  body.page-template-sobre-copy .ciplan-about-team-card h1,
  body.page-template-sobre-copy .ciplan-about-team-card p {
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
  }
}

@media (max-width: 1023px) {
  .ciplan-product-hero .ciplan-filter-row {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    gap: 12px !important;
    justify-content: flex-start !important;
    margin: 24px auto 0 !important;
    max-width: 340px !important;
    padding: 0 !important;
    width: calc(100% - 32px) !important;
  }

  .ciplan-product-hero .ciplan-filter-label {
    align-self: stretch !important;
    color: #00557c !important;
    flex: none !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    width: 100% !important;
  }

  .ciplan-product-hero .ciplan-filter-list {
    align-items: stretch !important;
    display: flex !important;
    flex-direction: column !important;
    flex-wrap: nowrap !important;
    gap: 10px !important;
    justify-content: flex-start !important;
    margin: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }

  .ciplan-product-hero .ciplan-filter-item {
    display: block !important;
    flex: none !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  .ciplan-product-hero .ciplan-filter-item a {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 85, 124, .16) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05) !important;
    color: #00557c !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    justify-items: start !important;
    min-height: 58px !important;
    padding: 10px 14px !important;
    text-align: left !important;
    width: 100% !important;
  }

  .ciplan-product-hero .ciplan-filter-item img {
    display: block !important;
    height: 30px !important;
    margin: 0 !important;
    object-fit: contain !important;
    width: 30px !important;
  }

  .ciplan-product-hero .ciplan-filter-item p {
    color: inherit !important;
    display: block !important;
    font-size: 12px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    margin: 0 !important;
    max-width: none !important;
    overflow: visible !important;
    text-align: left !important;
    white-space: normal !important;
    width: 100% !important;
    word-break: normal !important;
  }
}

@media (max-width: 767px) {
  body.page-template-argamassa .ciplan-product-hero,
  body.tax-catalogo .ciplan-product-hero {
    padding: 34px 0 46px !important;
  }

  body.page-template-argamassa .ciplan-filter-row,
  body.tax-catalogo .ciplan-filter-row {
    display: block !important;
    margin: 24px auto 0 !important;
    max-width: 340px !important;
    width: calc(100% - 32px) !important;
  }

  body.page-template-argamassa .ciplan-filter-label,
  body.tax-catalogo .ciplan-filter-label {
    color: #00557c !important;
    font-size: 13px !important;
    line-height: 1.1 !important;
    margin: 0 0 12px !important;
    text-align: left !important;
  }

  body.page-template-argamassa .ciplan-filter-list,
  body.tax-catalogo .ciplan-filter-list {
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 1fr !important;
    justify-content: stretch !important;
    margin: 0 !important;
    overflow: visible !important;
    padding: 0 !important;
    width: 100% !important;
  }

  body.page-template-argamassa .ciplan-filter-list::-webkit-scrollbar,
  body.tax-catalogo .ciplan-filter-list::-webkit-scrollbar {
    display: none !important;
  }

  body.page-template-argamassa .ciplan-filter-item,
  body.tax-catalogo .ciplan-filter-item {
    flex: none !important;
    width: 100% !important;
  }

  body.page-template-argamassa .ciplan-filter-item a,
  body.tax-catalogo .ciplan-filter-item a {
    align-items: center !important;
    background: #ffffff !important;
    border: 1px solid rgba(0, 85, 124, .16) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, .05) !important;
    display: grid !important;
    gap: 10px !important;
    grid-template-columns: 30px minmax(0, 1fr) !important;
    min-height: 58px !important;
    padding: 10px 14px !important;
    width: 100% !important;
  }

  body.page-template-argamassa .ciplan-filter-item img,
  body.tax-catalogo .ciplan-filter-item img {
    height: 30px !important;
    width: 30px !important;
  }

  body.page-template-argamassa .ciplan-filter-item p,
  body.tax-catalogo .ciplan-filter-item p {
    display: block !important;
    font-size: 12px !important;
    line-height: 1.2 !important;
    max-width: none !important;
    overflow: visible !important;
    text-align: left !important;
    white-space: normal !important;
    word-break: normal !important;
  }
}

@media (min-width: 1024px) {
  body.single-produto-argamassa .ciplan-product-internal-filter {
    align-items: center !important;
    display: flex !important;
    gap: 18px !important;
    justify-content: center !important;
    min-height: 74px !important;
    overflow: visible !important;
    padding: 18px 42px 14px !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__label {
    flex: 0 0 auto !important;
    margin: 0 6px 0 0 !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__list {
    align-items: center !important;
    display: flex !important;
    flex-wrap: nowrap !important;
    gap: 12px !important;
    justify-content: center !important;
    max-width: none !important;
    overflow: visible !important;
    padding: 0 !important;
  }

  body.single-produto-argamassa .ciplan-product-internal-filter__item {
    align-items: center !important;
    background: rgba(255, 255, 255, .36) !important;
    border: 1px solid rgba(0, 85, 124, .12) !important;
    border-radius: 6px !important;
    display: inline-flex !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    line-height: 1.05 !important;
    max-width: none !important;
    min-height: 34px !important;
    padding: 0 14px !important;
    white-space: nowrap !important;
    width: auto !important;
  }

  body.single-produto-argamassa .ciplan-argamassa-sidebar-card {
    margin-top: 0 !important;
  }
}

@media (max-width: 767px) {
  body.page-template-etica main.ciplan-ethics-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-etica .ciplan-ethics-hero {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code,
  body.page-template-etica .ciplan-ethics-links {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-etica main.ciplan-ethics-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-etica main.ciplan-ethics-page::before,
  body.page-template-etica main.ciplan-ethics-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-etica .ciplan-ethics-hero,
  body.page-template-etica .ciplan-ethics-intro,
  body.page-template-etica .ciplan-ethics-code,
  body.page-template-etica .ciplan-ethics-links {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-meioambiente main.ciplan-environment-page {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-meioambiente main.ciplan-environment-page::before,
  body.page-template-meioambiente main.ciplan-environment-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-meioambiente .ciplan-environment-hero,
  body.page-template-meioambiente .ciplan-environment-actions,
  body.page-template-meioambiente .ciplan-environment-links,
  body.page-template-meioambiente .ciplan-environment-contact {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-meioambiente .ciplan-environment-hero-card,
  body.page-template-meioambiente .ciplan-environment-actions-card,
  body.page-template-meioambiente .ciplan-environment-links-card,
  body.page-template-meioambiente .ciplan-environment-contact-card {
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-meioambiente .ciplan-figma-header.fixed-header,
  body.page-template-meioambiente .fixed-header {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.page-template-meioambiente .ciplan-figma-header .ciplan-figma-nav {
    width: 100% !important;
  }

  body.page-template-meioambiente .ciplan-environment-hero,
  body.page-template-meioambiente .ciplan-environment-hero-card {
    border-top-left-radius: 22px !important;
    border-top-right-radius: 22px !important;
    overflow: hidden !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-oportunidades .ciplan-figma-header.fixed-header,
  body.page-template-oportunidades .fixed-header {
    left: 0 !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.page-template-oportunidades main.ciplan-opportunities-page,
  body.page-template-oportunidades main.ciplan-opportunities-figma-2149 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-oportunidades main.ciplan-opportunities-page::before,
  body.page-template-oportunidades main.ciplan-opportunities-page::after,
  body.page-template-oportunidades main.ciplan-opportunities-figma-2149::before,
  body.page-template-oportunidades main.ciplan-opportunities-figma-2149::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-sticky-stage,
  body.page-template-oportunidades .ciplan-opportunities-programs,
  body.page-template-oportunidades .ciplan-opportunities-depoimentos,
  body.page-template-oportunidades .ciplan-opportunities-footer-cta {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-oportunidades .ciplan-figma-header.fixed-header,
  body.page-template-oportunidades .fixed-header {
    background: #ffffff !important;
    height: 74px !important;
    left: 0 !important;
    padding: 0 18px !important;
    right: 0 !important;
    width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-figma-header .ciplan-figma-nav {
    align-items: center !important;
    gap: 14px !important;
    height: 74px !important;
    justify-content: space-between !important;
    margin: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-figma-header .ciplan-figma-brand {
    margin-left: 0 !important;
    min-width: 0 !important;
  }

  body.page-template-oportunidades .ciplan-figma-header .ciplan-figma-brand a img {
    height: 36px !important;
    max-width: 190px !important;
    object-fit: contain !important;
    width: auto !important;
  }

  body.page-template-oportunidades .ciplan-figma-header .ciplan-figma-actions {
    gap: 12px !important;
    margin-left: auto !important;
  }

  body.page-template-oportunidades .ciplan-figma-header .ciplan-figma-search,
  body.page-template-oportunidades .ciplan-figma-header .ciplan-figma-search .search-button {
    height: 38px !important;
    width: 38px !important;
  }
}

@media (max-width: 767px) {
  body.page-template-oportunidades main.ciplan-opportunities-figma-2149 {
    background: #d9d9d9 !important;
    min-height: 0 !important;
    overflow: hidden !important;
    padding: 86px 0 110px !important;
    width: 100% !important;
  }

  body.page-template-oportunidades main.ciplan-opportunities-figma-2149::before,
  body.page-template-oportunidades main.ciplan-opportunities-figma-2149::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-sticky-stage,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-programs,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-depoimentos,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-footer-cta {
    display: block !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-sticky-stage {
    background: #d9d9d9 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
    padding: 24px 22px 28px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-left-scroll,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-copy,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-work,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-right-scroll {
    display: block !important;
    height: auto !important;
    max-width: none !important;
    min-height: 0 !important;
    padding: 0 !important;
    position: relative !important;
    top: auto !important;
    width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-copy h1 {
    display: block !important;
    font-size: 20px !important;
    line-height: 24px !important;
    margin: 0 0 28px !important;
    min-height: 0 !important;
    overflow-wrap: anywhere !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text p {
    font-size: 18px !important;
    line-height: 28px !important;
    max-width: 100% !important;
    overflow-wrap: anywhere !important;
    width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text p + p {
    margin-top: 18px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text .text-red-600,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text .ciplan-opportunities-red,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text strong,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-text b {
    font-size: 24px !important;
    line-height: 32px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-right-scroll {
    margin-top: 26px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-media,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-list,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-track,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slide,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-slide,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-slide > div,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider img {
    height: 260px !important;
    min-height: 260px !important;
    width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider {
    border-radius: 18px !important;
    overflow: hidden !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider .slick-list {
    border-radius: 18px !important;
    padding: 0 !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunity-slider img {
    border-radius: 18px !important;
    object-fit: cover !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-work {
    margin-top: 26px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-testimonial {
    margin: 0 !important;
    min-height: 0 !important;
    padding: 24px 20px !important;
    width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-testimonial {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal h3 {
    font-size: 26px !important;
    line-height: 32px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal p,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-testimonial p {
    font-size: 18px !important;
    line-height: 28px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-portal a {
    font-size: 14px !important;
    line-height: 20px !important;
    padding: 10px 14px !important;
    white-space: normal !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-programs {
    margin-top: 34px !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-programs h2,
  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-depoimentos h2 {
    font-size: 30px !important;
    line-height: 36px !important;
    max-width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-grid {
    display: grid !important;
    gap: 14px !important;
    grid-template-columns: 1fr !important;
    margin-top: 20px !important;
    width: 100% !important;
  }

  body.page-template-oportunidades .ciplan-opportunities-figma-2149 .ciplan-opportunities-program-card {
    min-height: 0 !important;
    padding: 22px 18px !important;
    width: 100% !important;
  }
}

@media (max-width: 1023px) {
  body.home.page-template-home2 main,
  body.front-page.page-template-home2 main {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home.page-template-home2 main::before,
  body.home.page-template-home2 main::after,
  body.front-page.page-template-home2 main::before,
  body.front-page.page-template-home2 main::after {
    content: none !important;
    display: none !important;
  }

  body.home.page-template-home2 .banner-hero-container,
  body.front-page.page-template-home2 .banner-hero-container {
    margin-left: 8px !important;
    margin-right: 8px !important;
    width: calc(100% - 16px) !important;
  }
}

@media (max-width: 768px) {
  body.home.page-template-home2 .banner-hero-container,
  body.front-page.page-template-home2 .banner-hero-container {
    background: transparent !important;
    border-radius: 0 0 22px 22px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.home.page-template-home2 .banner-hero-container > .relative,
  body.front-page.page-template-home2 .banner-hero-container > .relative,
  body.home.page-template-home2 .banner-hero-container .slick-list,
  body.front-page.page-template-home2 .banner-hero-container .slick-list,
  body.home.page-template-home2 .banner-hero-container .slick-track,
  body.front-page.page-template-home2 .banner-hero-container .slick-track,
  body.home.page-template-home2 .banner-hero-container .slick-slide,
  body.front-page.page-template-home2 .banner-hero-container .slick-slide,
  body.home.page-template-home2 .banner-hero-container .slick-slide > div,
  body.front-page.page-template-home2 .banner-hero-container .slick-slide > div,
  body.home.page-template-home2 .banner-hero-container .banner-slide,
  body.front-page.page-template-home2 .banner-hero-container .banner-slide {
    background: transparent !important;
    border-radius: inherit !important;
    height: 100% !important;
    inset: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.home.page-template-home2 .banner-hero-container.slick-initialized .banner-slide,
  body.front-page.page-template-home2 .banner-hero-container.slick-initialized .banner-slide {
    position: relative !important;
  }

  body.home.page-template-home2 .banner-hero-container .banner-notice > .banner-image,
  body.front-page.page-template-home2 .banner-hero-container .banner-notice > .banner-image,
  body.home.page-template-home2 .banner-hero-container .banner-fixed-image > .banner-image,
  body.front-page.page-template-home2 .banner-hero-container .banner-fixed-image > .banner-image,
  body.home.page-template-home2 .banner-hero-container .banner-video > .banner-image,
  body.front-page.page-template-home2 .banner-hero-container .banner-video > .banner-image {
    display: block !important;
    height: 100% !important;
    inset: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    position: absolute !important;
    width: 100% !important;
  }
}

@media (min-width: 1024px) {
  body.page-template-cimentos main,
  body.tax-catalogo main {
    padding-top: 108px !important;
  }

  body.page-template-cimentos .ciplan-filter-row,
  body.tax-catalogo .ciplan-filter-row {
    margin-top: 22px !important;
  }

  body.tax-catalogo .ciplan-product-list-section {
    margin-top: 0 !important;
  }

  body.single-produto-cimento .ciplan-product-internal-filter {
    margin-top: 28px !important;
  }
}

@media (max-width: 767px) {
  body.home.page-template-home2 main,
  body.front-page.page-template-home2 main {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.home.page-template-home2 .banner-hero-container,
  body.front-page.page-template-home2 .banner-hero-container {
    border-radius: 0 0 22px 22px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.home.page-template-home2 .ciplan-figma-header.fixed-header::before,
  body.home.page-template-home2 .ciplan-figma-header.fixed-header::after,
  body.front-page.page-template-home2 .ciplan-figma-header.fixed-header::before,
  body.front-page.page-template-home2 .ciplan-figma-header.fixed-header::after {
    content: "" !important;
    display: block !important;
    bottom: -29px !important;
    height: 30px !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 30px !important;
    z-index: 2 !important;
  }

  body.home.page-template-home2 .ciplan-figma-header.fixed-header::before,
  body.front-page.page-template-home2 .ciplan-figma-header.fixed-header::before {
    left: 0 !important;
    right: auto !important;
  }

  body.home.page-template-home2 .ciplan-figma-header.fixed-header::after,
  body.front-page.page-template-home2 .ciplan-figma-header.fixed-header::after {
    left: auto !important;
    right: 0 !important;
  }

  body.home.page-template-home2 .banner-hero-container > .relative,
  body.front-page.page-template-home2 .banner-hero-container > .relative,
  body.home.page-template-home2 .banner-hero-container .banner-slide,
  body.front-page.page-template-home2 .banner-hero-container .banner-slide {
    border-radius: inherit !important;
    height: 100% !important;
    inset: 0 !important;
    overflow: hidden !important;
    width: 100% !important;
  }

  body.home.page-template-home2 .banner-hero-container .banner-image,
  body.front-page.page-template-home2 .banner-hero-container .banner-image {
    border-radius: 0 !important;
    display: block !important;
    height: 100% !important;
    inset: 0 !important;
    margin: 0 !important;
    max-width: none !important;
    min-height: 100% !important;
    object-fit: cover !important;
    object-position: center top !important;
    position: absolute !important;
    width: 100% !important;
  }
}

@media (max-width: 767px) {
  body.page-template-blog .ciplan-figma-header.fixed-header,
  body.page-template-blog .fixed-header,
  body.single-post .ciplan-figma-header.fixed-header,
  body.single-post .fixed-header {
    padding-right: 18px !important;
  }

  body.page-template-blog main.ciplan-blog-page,
  body.single-post main {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-blog .ciplan-blog-shell {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    width: 100% !important;
  }

  body.page-template-blog .ciplan-blog-hero,
  body.page-template-blog .ciplan-blog-editorias,
  body.page-template-blog .ciplan-blog-posts {
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 14px !important;
    padding-right: 14px !important;
    width: 100% !important;
  }

  body.page-template-blog .ciplan-blog-hero {
    border-radius: 0 0 22px 22px !important;
    padding-top: 0 !important;
  }

  body.page-template-blog .ciplan-blog-hero-image {
    border-radius: 0 !important;
  }

  body.page-template-blog .ciplan-figma-header.fixed-header::before,
  body.page-template-blog .ciplan-figma-header.fixed-header::after,
  body.single-post .ciplan-figma-header.fixed-header::before,
  body.single-post .ciplan-figma-header.fixed-header::after {
    background: url(../img/arredondada2.png) no-repeat center / contain !important;
    content: "" !important;
    display: block !important;
    bottom: -29px !important;
    height: 30px !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 30px !important;
    z-index: 2 !important;
  }

  body.page-template-blog .ciplan-figma-header.fixed-header::before,
  body.single-post .ciplan-figma-header.fixed-header::before {
    left: 0 !important;
    right: auto !important;
    transform: rotate(90deg) !important;
  }

  body.page-template-blog .ciplan-figma-header.fixed-header::after,
  body.single-post .ciplan-figma-header.fixed-header::after {
    left: auto !important;
    right: 0 !important;
    transform: rotate(180deg) !important;
  }
}

@media (min-width: 768px) {
  body.page-template-blog .ciplan-figma-header.fixed-header::before,
  body.page-template-blog .ciplan-figma-header.fixed-header::after,
  body.single-post .ciplan-figma-header.fixed-header::before,
  body.single-post .ciplan-figma-header.fixed-header::after {
    background: url(../img/arredondada2.png) no-repeat center / contain !important;
    content: "" !important;
    display: block !important;
    bottom: -29px !important;
    height: 30px !important;
    pointer-events: none !important;
    position: absolute !important;
    width: 30px !important;
    z-index: 2 !important;
  }

  body.page-template-blog .ciplan-figma-header.fixed-header::before,
  body.single-post .ciplan-figma-header.fixed-header::before {
    left: 29px !important;
    right: auto !important;
    transform: rotate(90deg) !important;
  }

  body.page-template-blog .ciplan-figma-header.fixed-header::after,
  body.single-post .ciplan-figma-header.fixed-header::after {
    left: auto !important;
    right: 29px !important;
    transform: rotate(180deg) !important;
  }
}

@media (max-width: 767px) {
  body.page-template-agro,
  body.single-produto-agro {
    background: #ffffff !important;
  }

  body.page-template-agro main,
  body.single-produto-agro main.ciplan-agro-page {
    background: #ffffff !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-agro main > section {
    background: #d9d9d9 !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    width: calc(100% - 16px) !important;
  }

  body.page-template-agro main::before,
  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::before,
  body.single-produto-agro main.ciplan-agro-page::after {
    background: #ffffff !important;
  }

  body.single-produto-agro main.ciplan-agro-page {
    border-radius: 0 !important;
    overflow: visible !important;
  }

  body.single-produto-agro .ciplan-agro-layout {
    background: #d9d9d9 !important;
    border-radius: 22px !important;
    margin-left: 8px !important;
    margin-right: 8px !important;
    overflow: hidden !important;
    width: calc(100% - 16px) !important;
  }
}

@media (min-width: 768px) {
  body.page-template-agro,
  body.single-produto-agro {
    background: #ffffff !important;
  }

  body.page-template-agro main,
  body.single-produto-agro main.ciplan-agro-page {
    background: #ffffff !important;
  }

  body.page-template-agro main > section {
    background: #d9d9d9 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  body.single-produto-agro .ciplan-agro-layout {
    background: #d9d9d9 !important;
    border-radius: 20px !important;
    margin-left: 30px !important;
    margin-right: 30px !important;
    overflow: hidden !important;
    width: calc(100% - 60px) !important;
  }

  body.page-template-agro main::before,
  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::before,
  body.single-produto-agro main.ciplan-agro-page::after {
    background: #ffffff !important;
  }
}

@media (max-width: 1023px) {
  body.page-template-agro main,
  body.single-produto-agro main.ciplan-agro-page {
    background: #ffffff !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  body.page-template-agro main::before,
  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::before,
  body.single-produto-agro main.ciplan-agro-page::after {
    content: none !important;
    display: none !important;
  }

  body.page-template-agro main > section,
  body.single-produto-agro .ciplan-agro-layout {
    margin-left: 8px !important;
    margin-right: 8px !important;
    max-width: none !important;
    width: calc(100% - 16px) !important;
  }

  body.single-produto-agro main.ciplan-agro-page {
    border-radius: 0 !important;
    overflow: visible !important;
  }

  body.single-produto-agro .ciplan-agro-layout {
    background: #d9d9d9 !important;
    border-radius: 22px !important;
    overflow: hidden !important;
  }
}

@media (min-width: 1024px) {
  body.page-template-agro main,
  body.single-produto-agro main.ciplan-agro-page {
    background: #d9d9d9 !important;
    overflow: hidden !important;
    position: relative !important;
  }

  body.page-template-agro main::before,
  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::before,
  body.single-produto-agro main.ciplan-agro-page::after {
    background: #ffffff !important;
    bottom: 0 !important;
    content: "" !important;
    display: block !important;
    height: 100% !important;
    pointer-events: none !important;
    position: absolute !important;
    top: 0 !important;
    width: 30px !important;
    z-index: 20 !important;
  }

  body.page-template-agro main::before,
  body.single-produto-agro main.ciplan-agro-page::before {
    left: 0 !important;
  }

  body.page-template-agro main::after,
  body.single-produto-agro main.ciplan-agro-page::after {
    right: 0 !important;
  }

  body.page-template-agro main > *,
  body.single-produto-agro main.ciplan-agro-page > * {
    position: relative !important;
    z-index: 2 !important;
  }

  body.page-template-agro main > section,
  body.single-produto-agro .ciplan-agro-layout {
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: none !important;
    width: 100% !important;
  }

  body.single-produto-agro .ciplan-agro-layout {
    background: #d9d9d9 !important;
    border-radius: 20px !important;
    overflow: hidden !important;
  }
}
