/*
Theme Name: CEC Alpha
Theme URI: https://cecalphaville.com.br
Author: Alexandre Custódio
Author URI: https://cecalphaville.com.br
Description: Tema WordPress desenvolvido sob medida para a CEC Alphaville, com páginas personalizadas para Idiomas, Treinamentos Corporativos, Palestras de Impacto e Soluções Digitais.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cec-alphaville
*/
body {
  padding-top: 100px;
  font-family: 'Montserrat', sans-serif;
  font-weight: normal;
  font-size: 16px;
  background-color: #fff;
  color: #333;
}
@media (max-width: 767.98px) {
  body {
    padding-top: 70px;
  }
}
header.navbar {
  height: 100px;
  transition: height 0.3s ease;
  font-weight: bold;
}
header.navbar.scrolled {
  height: 70px;
}
header.navbar .navbar-brand img {
  max-height: 60px;
  transition: max-height 0.3s ease;
}
header.navbar.scrolled .navbar-brand img {
  max-height: 45px;
}
@media (max-width: 767.98px) {
  header.navbar {
    height: 70px !important;
  }
  header.navbar .navbar-brand img {
    max-height: 45px;
  }
}
header.navbar .navbar-toggler {
  z-index: 9999999;
  border: 0;
  padding: 0;
}
header.navbar .navbar-toggler:focus {
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
}
header.navbar .navbar-toggler i {
  font-size: 30px;
}
#menuNav {
  background-color: #fff;
}
@media (max-width: 992.98px) {
  #menuNav {
    border-top: 1px solid #f1f1f1;
    z-index: 9999999;
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    padding: 15px;
  }
}
@media (min-width: 992px) {
  .navbar .dropdown-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease;
    pointer-events: none;
  }
  .navbar .dropdown.show-hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }
}
@media (max-width: 991.98px) {
  .navbar-collapse {
    max-height: calc(100vh - 70px);
    /* altura total da tela - header */
    overflow-y: auto;
  }
}
.navbar-nav .nav-item:hover > a {
  color: #f00 !important;
}
.dropdown-menu.mega-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100% !important;
  top: 100%;
  border: none;
  border-radius: 0;
  padding: 20px 10px;
  background: #fff;
}
@media (min-width: 767.98px) {
  .dropdown-menu.mega-menu {
    background: #f2f5f6;
  }
}
@media (max-width: 767.98px) {
  .dropdown-menu.mega-menu .border-line {
    border-left: 2px solid #f2f5f6;
  }
}
.dropdown-menu.mega-menu .dropdown-item {
  padding: 5px 10px;
  transition: background 0.2s;
}
@media (max-width: 767.98px) {
  .dropdown-menu.mega-menu .dropdown-item {
    padding: 0;
    color: #093650;
    margin: 0;
  }
}
.dropdown-menu.mega-menu .dropdown-item:hover {
  background-color: transparent;
  color: #093650;
  text-decoration: underline;
}
@media (max-width: 767.98px) {
  .dropdown-menu.mega-menu {
    position: static !important;
    width: 100%;
    padding: 10px;
  }
  .dropdown-menu.mega-menu .row {
    row-gap: 0px;
  }
}
.navbar,
.navbar-nav .nav-link,
p,
a,
span,
small {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6,
.title,
.banner-title {
  font-family: 'Playfair Display', serif;
  color: #093650;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  font-family: 'Montserrat', sans-serif;
  clear: both;
  display: block;
}
/* ===== Desktop (>= 769px) ===== */
h1 {
  font-size: 50px;
}
h2 {
  font-size: 38px;
}
h3 {
  font-size: 28px;
}
h4 {
  font-size: 22px;
}
h5 {
  font-size: 18px;
}
/* ===== Mobile (<= 768px) ===== */
@media (max-width: 768px) {
  h1 {
    font-size: 33px;
  }
  h2 {
    font-size: 28px;
  }
  h3 {
    font-size: 23px;
  }
  h4 {
    font-size: 19px;
  }
  h5 {
    font-size: 17px;
  }
}
.destaque-inicial {
  padding: 50px 0;
  background-image: url("img/bg-quem-somos.jpg");
  background-position: calc(50% - 300px) top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 992px) {
  .destaque-inicial {
    background-image: url("img/bg-quem-somos.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.destaque-inicial .card h5 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
}
.palco {
  padding: 50px 0;
}
.palco .card-page:hover {
  background-color: #f2f5f6;
}
.destaque-home {
  padding: 50px 0;
  background: #f2f5f6;
}
.destaque-home .card h5 {
  font-family: 'Playfair Display', serif;
  font-size: 22px;
}
.destaque-home .card p,
.destaque-home .card a {
  font-family: 'Montserrat', sans-serif;
}
.destaque-home .search-form {
  max-width: 400px;
  margin-bottom: 20px;
}
.destaque-home .search-form input {
  border-right: none;
  border-color: #86b7fe;
}
.destaque-home .search-form input:focus,
.destaque-home .search-form .form-control:focus {
  outline: none !important;
  box-shadow: none !important;
}
.destaque-home .search-form .btn {
  background-color: #093650;
  border-color: #093650;
  color: #fff;
  text-wrap: nowrap;
}
.destaque-home .search-form .btn span {
  display: none;
  display: flex;
}
.destaque-home .search-form .btn:hover {
  background-color: none;
}
.ilustracao-home {
  padding: 50px 0;
  background-image: url("img/bg-quem-somos.jpg");
  background-position: calc(50% - 300px) top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 992px) {
  .ilustracao-home {
    background-image: url("img/bg-quem-somos.jpg");
    background-position: right top;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.ilustracao {
  background-image: url("img/bg-quem-somos.jpg");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: auto;
}
@media (min-width: 768px) {
  .ilustracao {
    background-image: url("img/bg-quem-somos.jpg");
    background-position: center top;
    background-repeat: no-repeat;
    background-size: auto;
  }
}
@media (min-width: 992px) {
  .ilustracao {
    background-image: url("img/bg-quem-somos.jpg");
    background-position: calc(50%) top;
    background-repeat: no-repeat;
  }
}
@media (min-width: 1200px) {
  .ilustracao {
    background-image: url("img/bg-quem-somos.jpg");
    background-position: right top;
  }
}
.quem-somos {
  margin-bottom: 50px;
}
.artigos .titulo-secao {
  font-family: 'Playfair Display', serif;
  font-size: 2rem;
  font-weight: 700;
  color: #093650;
  margin-bottom: 2rem;
}
.artigos .card {
  border: none;
  background: #f2f2f2;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.artigos .card a {
  text-decoration: none !important;
  color: inherit;
}
.artigos .card:hover .card-body {
  color: #fff;
  background-size: 100% 100%;
  transition: all ease 400ms;
  -ms-transition: all ease 400ms;
  -webkit-transition: all ease 400ms;
  transition: 0 all ease 400ms;
  -ms-transition: 0 all ease 400ms;
  -webkit-transition: 0 all ease 400ms;
}
.artigos .card .badge-categoria {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 600;
  font-size: 14px;
  padding: 5px 10px;
  border-radius: 0px;
}
.artigos .card .card-body {
  font-family: 'Montserrat', sans-serif;
  background-size: 100% 0;
  background-position: 0 0;
  background-repeat: no-repeat;
  transition: all ease-out 400ms 200ms;
  -ms-transition: all ease-out 400ms 200ms;
  -webkit-transition: all ease-out 400ms 200ms;
  padding: 15px 15px 15px 15px;
}
.artigos .card .card-body .card-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.5rem;
}
.artigos .card .card-body .card-text {
  font-size: 14px;
  margin-bottom: 15px;
}
.artigos .card .card-body .data-publicacao {
  font-size: 14px;
}
.artigos .card.amarelo .badge-categoria {
  background-color: #e6ac49;
  color: #fff;
}
.artigos .card.amarelo .card-body {
  background-image: linear-gradient(#e6ac49, #e6ac49);
}
.artigos .card.azul .badge-categoria {
  background-color: #093650;
  color: #fff;
}
.artigos .card.azul .card-body {
  background-image: linear-gradient(#093650, #093650);
}
.artigos .grid .grid-item {
  margin: 10px 0;
}
@media (min-width: 768px) {
  .artigos .grid .grid-item {
    position: relative;
    width: calc(33.333% - 15px);
    margin: 7.5px;
  }
}
@media (min-width: 992px) {
  .artigos .grid .grid-item {
    position: relative;
    width: calc(25% - 15px);
    margin: 7.5px;
  }
}
.artigos .btn-ver-mais {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  color: #093650;
  text-decoration: none;
}
.artigos .btn-ver-mais i {
  margin-left: 5px;
}
.artigos .btn-ver-mais:hover {
  color: #e6ac49;
}
.banner-slider {
  /* ==== Swiper bullets acessíveis (Lighthouse friendly) ==== */
  /* aumenta a ÁREA CLICÁVEL real para ~44x44px */
  /* desenha o ponto pequeno no centro (aparência) */
  /* destaque acessível no foco por teclado */
  /* opcional: dá um respiro à barra de paginação */
}
.banner-slider .swiper {
  width: 100%;
}
.banner-slider .swiper-slide {
  padding: 0 0;
  background: #e6ac49;
}
.banner-slider .swiper-button-prev,
.banner-slider .swiper-button-next {
  color: #093650;
  background: rgba(255, 255, 255, 0.8);
  padding: 10px;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.banner-slider .swiper-pagination-bullet-active {
  background-color: #093650;
}
.banner-slider .swiper .swiper-pagination-bullet {
  width: 44px;
  height: 44px;
  margin: 0 6px;
  /* espaço entre alvos */
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: transparent !important;
  border-radius: 50%;
  color: var(--bullet-inactive, #6c757d);
  /* cor inativa (usa currentColor no ::after) */
  opacity: 1 !important;
  /* evita opacidade baixa do padrão */
  position: relative;
}
.banner-slider .swiper .swiper-pagination-bullet::after {
  content: "";
  width: 10px;
  /* tamanho VISUAL da bolinha */
  height: 10px;
  border-radius: 50%;
  background: currentColor;
  /* usa a cor definida acima/abaixo */
  display: block;
}
.banner-slider .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  color: var(--bullet-active, #fff);
  /* cor do ativo */
}
.banner-slider .swiper .swiper-pagination-bullet:focus-visible {
  outline: 2px solid var(--bullet-active, #fff);
  outline-offset: 2px;
}
.banner-slider .swiper .swiper-pagination {
  padding: 6px 0;
}
.banner-slider {
  background-color: #e6ac49;
  position: relative;
}
.banner-slider .controles {
  position: absolute;
  bottom: 20px;
  height: 10px;
  display: table;
  width: 100%;
}
.banner-slider .swiper-pagination {
  position: relative;
  z-index: 99999;
  width: auto;
  margin-left: 0;
  gap: 0px;
  height: 0px;
  top: -40px;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  opacity: 1;
}
.banner-slider .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #093650;
}
.banner-slider .banner {
  background: #093650;
}
.banner-slider .banner-container {
  background: #e6ac49;
  padding: 20px 0 30px;
}
@media (min-width: 767.98px) {
  .banner-slider .banner-container {
    z-index: 800;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    padding: 30px 0;
  }
}
.banner-slider .banner-container .area {
  color: #fff;
  margin-bottom: 20px;
}
@media (min-width: 767.98px) {
  .banner-slider .banner-container .area {
    margin-bottom: 30px;
    margin-right: 50px;
  }
}
.banner-slider .banner-container .area h1 {
  color: #fff;
}
.banner-slider .img-container {
  width: 100%;
  top: 0;
}
@media (min-width: 767.98px) {
  .banner-slider .img-container {
    z-index: 900;
  }
}
.banner-slider .img-container .banner-img {
  z-index: 9999;
  top: 0;
}
#whatsapp-tag {
  position: fixed;
  z-index: 999;
  top: 30%;
  right: -100px;
  transition: all 1s;
  background: #26ae60;
  padding: 5px 5px 8px 8px;
  animation: showIcon 2s ease-in-out;
  animation-delay: 1000ms;
  animation-fill-mode: forwards;
  color: #fff;
}
#whatsapp-tag .icone {
  font-size: 24px;
  height: 24px;
  margin-top: -5px;
  margin-bottom: 3px;
  color: #fff;
}
#whatsapp-tag .icone:hover {
  color: #fff;
}
#whatsapp-tag .more {
  display: none;
  transition: all 1s;
  margin-top: 4px;
}
#whatsapp-tag .more small {
  font-size: 11px;
}
#whatsapp-tag .more .big {
  font-size: 18px;
  line-height: 20px;
  font-weight: 600;
}
#whatsapp-tag:hover .more {
  display: table;
  color: #fff;
}
#whatsapp-tag a {
  text-decoration: none;
}
#whatsapp-tag a:hover {
  text-decoration: none;
  color: #fff;
}
.footer {
  background-color: #0f1d1e;
}
.footer .nav-link {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.9rem;
  transition: 0.2s ease-in-out;
}
.footer .nav-link:hover {
  text-decoration: underline;
  color: #ffffff;
}
.footer .bi {
  transition: 0.2s ease-in-out;
}
.footer .bi:hover {
  color: #e6ac49;
}
.footer p {
  font-family: 'Montserrat', sans-serif;
  font-size: 0.85rem;
  line-height: 1.4;
}
.footer .social a {
  text-decoration: none !important;
}
.footer .social i {
  font-size: 24px;
}
@media (min-width: 768px) {
  .footer .social i {
    font-size: 16px;
  }
}
.bt-atendimento {
  background: #273536;
  display: inline-table;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  text-decoration: none !important;
}
.bt-atendimento span {
  padding: 0 12px;
  color: #fff;
  font-size: 16px;
  line-height: 19px;
}
.bt-atendimento i {
  background: #26ae60;
  padding: 8px 10px 10px 12px;
  color: #fff;
  font-size: 34px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
.box-duvida {
  background: #b7bec6;
  background-image: url("img/bg-infos.jpg");
  background-position: calc(50% + 300px) top;
  background-repeat: no-repeat;
  background-size: auto;
}
.box-duvida h3 {
  color: #093650;
}
.box-duvida p {
  font-size: 18px;
}
.img-freepik {
  position: relative;
  display: inline-block;
}
.img-freepik img {
  display: block;
  width: 100%;
  height: auto;
}
.img-freepik::after {
  content: "Designed by Freepik";
  position: absolute;
  bottom: 8px;
  /* distância do fundo */
  left: 8px;
  /* distância da esquerda */
  font-size: 8px;
  color: rgba(255, 255, 255, 0.8);
  /* branco semi-transparente */
  background: rgba(0, 0, 0, 0.4);
  /* fundo semi-transparente */
  padding: 1px 3px;
  border-radius: 3px;
  font-style: italic;
}
/* Ajuste visual rápido */
#contatoModal .modal-content {
  border: 0;
}
#contatoModal .form-control:focus {
  box-shadow: none;
}
#contatoModal .close {
  cursor: pointer;
  position: absolute;
  top: -15px;
  right: -15px;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  opacity: 1;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.18), 0 1px 2px rgba(0, 0, 0, 0.12);
  transition: box-shadow 0.16s ease, transform 0.16s ease;
}
@media (max-width: 768px) {
  #contatoModal .close {
    top: -5px;
    right: -5px;
    z-index: 10000;
  }
}
#contatoModal .close:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22), 0 2px 4px rgba(0, 0, 0, 0.14);
  transform: translateY(-1px);
}
#contatoModal .close:active {
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transform: none;
}
#contatoModal .close i {
  color: #f00;
  line-height: 1;
  pointer-events: none;
  font-size: 14px;
}
.box-input {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 0;
  background-color: #fff;
  border: 1px solid #D1D5DB;
  position: relative;
  margin-top: 10px;
}
.box-input:has(input:disabled) {
  background-color: #efefef;
  border: 1px solid #efefef;
}
.box-input:has(input:disabled) label,
.box-input.light label {
  background-color: transparent;
  padding: 0 5px;
  margin-left: 5px;
  width: auto;
}
.box-input label {
  width: 100%;
  clear: both;
  margin-top: -10px !important;
  padding-left: 10px;
  margin-bottom: 0;
  font-size: 12px;
  color: #666;
  background-color: #fff;
  padding: 0 5px;
  margin-left: 5px;
  width: auto;
  z-index: 100;
  position: absolute;
  overflow: hidden;
  height: 17px;
}
.box-input input,
.box-input select {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  width: 100%;
  border: 0;
  padding: 8px 10px 6px 10px;
  background: #fff;
}
.box-input input:focus,
.box-input select:focus {
  background: transparent !important;
}
.box-input input.valido:after,
.box-input select.valido:after {
  width: 30px;
  height: 30px;
  background: #0066cc;
  content: "11111";
  position: absolute;
  right: 0px;
}
.box-input input.invalido:after,
.box-input select.invalido:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f007";
  position: absolute;
  left: 0;
  top: 5px;
}
.box-input input.sem-icone:after,
.box-input select.sem-icone:after {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "";
}
.box-input textarea {
  width: 100%;
  height: 100px;
  border: 0;
  font-size: 14px;
  padding: 6px 10px 10px 10px;
  background: transparent !important;
}
.box-input textarea:focus {
  background: transparent !important;
}
.box-input textarea.big {
  height: 200px;
}
.box-input .caixa {
  overflow: hidden;
  border: 0;
  font-size: 14px;
  padding: 2px 15px 0px 15px;
  background: transparent !important;
}
.box-input .caixa .line {
  border-bottom: 1px solid #ccc;
  padding: 6px 0;
}
.box-input .caixa .line:first-child {
  margin-top: -8px;
}
.box-input .caixa .line:last-child {
  border: 0;
}
.box-input .dropdown-select {
  width: 100%;
  border: 0;
  padding: 6px 10px;
  background: transparent !important;
  cursor: pointer;
  position: relative;
}
.box-input .dropdown-select:focus {
  background: transparent !important;
}
.box-input .dropdown-select .clear-dropdown {
  position: absolute;
  right: 0px;
  top: 5px;
  background: none;
  border: none;
  font-size: 16px;
  cursor: pointer;
  color: #ff0000;
  display: none;
}
.box-input .dropdown-select .list {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 6px;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.09);
  z-index: 999;
  max-height: 250px;
  overflow-y: auto;
}
.box-input .dropdown-select ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.box-input .dropdown-select.open .list {
  display: block;
}
.box-input .dropdown-select .option {
  padding: 10px 18px;
  cursor: pointer;
}
.box-input .dropdown-select .option:hover {
  background-color: #f5f5f5;
}
.box-input .dropdown-select .dd-search {
  padding: 10px;
}
.box-input .dropdown-select .dd-search .dd-searchbox {
  width: 100%;
  padding: 8px;
  border: 1px solid #999;
  border-radius: 4px;
  outline: none;
}
.box-input .dropdown-select .dd-search .dd-searchbox:focus {
  border-color: #ccc;
}
#btnEnviar {
  background: #093650;
  color: #fff;
}
.btn-cec {
  background: #093650;
  color: #fff;
}
.btn-cec:hover {
  background: #1374ac;
  color: #fff;
}
/* Esconde padrão */
.invalid-feedback {
  display: none;
}
.was-validated .box-input:has(.form-control:invalid) {
  margin-bottom: 34px;
}
/* Tooltip abaixo do input, centralizado */
.was-validated .form-control:invalid ~ .invalid-feedback {
  display: block;
  position: absolute;
  top: calc(100% - 2px);
  /* logo abaixo do input */
  left: 7px;
  /* centralizado */
  margin-top: 0px;
  background: #dc3545;
  /* vermelho danger */
  color: #fff;
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 11px;
  width: auto;
  /* largura máxima */
  white-space: normal;
  /* permite quebra de linha */
  text-align: center;
  z-index: 9999999 !important;
}
/* Setinha para cima */
.was-validated .form-control:invalid ~ .invalid-feedback::before {
  content: "";
  position: absolute;
  bottom: 100%;
  /* coloca acima da box */
  left: 5px;
  border: 6px solid transparent;
  border-top: none;
  border-bottom-color: #dc3545;
  /* cor da setinha */
}
.wp-block-list {
  padding-left: 30px;
  margin-top: 0;
}
