/*
	DIOGENES JUNIOR
	CONTATO@DIOGENESJUNIOR.COM.BR
	
*/

/*---------------------------------
	RESETS
-----------------------------------*/

html,body{
    height: 100%;
    background: #f9f9f9;
}
body{
	overflow-x: hidden;
    background:#f9f9f9;
    padding-top: 0px;
}

@media(max-width: 540px){
  html,body{
    max-width: 100% !important;
    
  }
}

/*---------------------------------
	IMPORTS E CONSULTAS E MOBILE
	
XS = < 544px
SM = > 544px
MD = > 768px
LG = > 992px
XL = > 1200px

CSS GRID
-----------------------------------*/


.wow {
   visibility: hidden;
}
::selection { background: #757575; color: #fff; } ::-moz-selection { background: #757575; color: #fff; }


.text-center{
  text-align: center;
}

.text-right{
  text-align: right;
}

img{
  max-width: 100%;
  height: auto;
}


#nav, #app{
  display: none;
}



.accessibility-bar {
  display: flex;
  align-items: center;
  padding: 8px 20px;
  background-color: #f9f9f9;
  border-bottom: 1px solid #eaeaea;
}

.accessibility-bar .icon {
  margin-right: 10px;
}

.font-size button {
  background: none;
  border: none;
  cursor: pointer;
  margin: 0 5px;
}

.search-box {
  margin-left: 15px;
  display: flex;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 20px;
  padding: 5px 15px;
}

.search-box input {
  border: none;
  outline: none;
  background: transparent;
  width: 200px;
}

.top-links {
  margin-left: auto;
  display: flex;
}

.top-links a {
  margin-left: 15px;
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.navbar {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  background-color: white;
  
}

.logo img {
  height: 50px;
}

.nav-menu {
  display: flex;
  margin-left: 60px;
}

.nav-menu a {
  text-decoration: none;
  color: #000;
  margin: 0 15px;
  font-size: 15px;
  display: flex;
  align-items: center;
}


.register-btn,
.register-btn:hover {
  margin-left: auto;
  background-color: #003366;
  color: white !important;
  text-decoration: none !important;
  border: none;
  padding: 12px 25px;
  border-radius: 5px;
  font-weight: bold;
  cursor: pointer;
}

.hero-section {
  display: flex;
  margin: 40px auto;
  max-width: 1200px;
  background-color: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 0 15px rgba(0,0,0,0.05);
}

.hero-content {
  padding: 50px;
  padding-top:57px;
  flex: 1;
}

@media(max-width:540px){
  .hero-content{
    padding: 30px;
  }
}

.hero-content h1 {
  font-size: 26px;
    color: #444;
    font-weight: normal;
    line-height: 1.4;
    margin-bottom: 30px;
}

.hero-content .cta-button {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  color: #003366;
  font-weight: bold;
  margin-top: 20px;
}

.hero-content .cta-button::after {
  content: "→";
  margin-left: 10px;
}

.hero-image {
  flex: 1;
  /*
  background-image: url('https://placehold.co/600x600');
  background-size: cover;
  background-position: center;
  */
  position: relative;
}

.hero-image-content {
  position: absolute;
  top: 40px;
    right: 37px;
  width: 100%;
  height: 100%;
  color: white;
  padding: 0px;
  /*background: linear-gradient(to bottom right, rgba(0,51,102,0.8), rgba(224,107,95,0.8));*/
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.hero-image-content h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
}

.hero-image-content .recognition {
  font-size: 14px;
  max-width: 220px;
  line-height: 1.4;
}

.dots-navigation {
  display: flex;
  justify-content: center;
  margin: 20px 0;
}

.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #ddd;
  margin: 0 5px;
  cursor: pointer;
}

.dot.active {
  background-color: #003366;
  width: 20px;
  border-radius: 5px;
}

.course-section {
  background-color: #003366;
  padding: 69px 20px;
  padding-top: 44px;
  text-align: center;
}

.course-section h2 {
  color: white;
  font-size: 28px;
  margin-bottom: 30px;
}

.course-options {
  display: flex;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.course-card {
  flex: 1;
  background-color: transparent;
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

.course-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.course-card h3,
.course-card p a,
.course-card p a:hover{
  color:#fff;
}

.course-card h3{
  font-size: 22px;
    margin-top: 20px;
    margin-bottom: 24px;
}

.course-card p{

}

.course-card a,
.course-card a:hover{
  text-decoration: none !important;
}


.bg-custom-gray {
  background-color: #666666;
}

.btn-enviar {
  background-color: #002b70;
}

.radio-custom:checked {
  background-color: #3b82f6;
  border-color: #3b82f6;
}

.input-custom {
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
}

.privacy-link {
  color: #002b70;
}



.caixa-contato-wrapper {
  width: 100%;
  max-width: 1400px;
  position: relative;
}

.caixa-contato-container {
  position: relative;
  width: 100%;
  height: 100%;
}

.caixa-contato-card-traseiro {
  position: absolute;
  top: 20px;
  left: 20px;
  right: -20px;
  bottom: -20px;
  background-color: #002b70;
  border-radius: 16px;
  z-index: 1;
}

.caixa-contato-card {
  position: relative;
  display: flex;
  background-color: transparent;
  border-radius: 16px;
  /* overflow: hidden; */
  z-index: 2;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
}

.caixa-contato-lado-esquerdo {
  background-color: #002b70;
  width: 60%;
  min-height: 560px;
  padding: 8% 5%;
  display: flex;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
}

.caixa-contato-linha {
  width: 140px;
  height: 1px;
  background-color: #ffffff;
  margin-bottom: 50px;
}

.caixa-contato-titulo {
  color: #ffffff;
  font-size: 38px;
  font-weight: 300;
  margin-bottom: 0;
  line-height: 1.1;
}

.caixa-contato-titulo-destaque {
  color: #ffffff;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 30px;
  line-height: 1.1;
}

.caixa-contato-descricao {
  color: #ffffff;
  font-size: 18px;
  line-height: 1.6;
  max-width: 320px;
}

.caixa-contato-lado-direito {
  position: absolute;
  top: -40px;
  right: 0;
  background-color: #ffffff;
  width: 45%;
  min-height: 560px;
  border-radius: 16px;
  padding: 6% 3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-shadow: -5px 0 15px rgba(0, 0, 0, 0.05);
}

.caixa-contato-form {
  max-width: 360px;
  margin: 0 auto;
  width: 100%;
}

.caixa-contato-input-grupo {
  margin-bottom: 24px;
}

.caixa-contato-input {
  width: 100%;
  padding: 15px 20px;
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  font-size: 15px;
  color: #555;
  background-color: #ffffff;
}

.caixa-contato-input:focus-within{
  outline: 1px solid #002b70;
}

.caixa-contato-input::placeholder {
  color: #999;
}

.caixa-contato-radio-grupo {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.caixa-contato-radio {
  appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #3b82f6;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}

.caixa-contato-radio:checked {
  border-color: #3b82f6;
}

.caixa-contato-radio:checked::after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #3b82f6;
}

.caixa-contato-radio-label {
  font-size: 15px;
  color: #000;
}

.caixa-contato-texto-legal {
  font-size: 11px;
  line-height: 1.5;
  color: #000;
  margin-bottom: 30px;
}

.caixa-contato-link {
  color: #002b70;
  text-decoration: none;
}

.caixa-contato-botao {
  width: 100%;
  padding: 15px;
  background-color: #002b70;
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
}

.caixa-contato-botao:hover {
  background-color: #00225a;
}

@media (max-width: 992px) {
  .caixa-contato-lado-esquerdo {
    width: 50%;
  }

  .caixa-contato-lado-direito {
    width: 55%;
  }
}

@media (max-width: 768px) {
  .caixa-contato-card {
    flex-direction: column;
  }

  .caixa-contato-lado-esquerdo {
    width: 100%;
    padding: 40px;
  }

  .caixa-contato-lado-direito {
    position: relative;
    width: 100%;
    border-radius: 0 0 16px 16px;
  }

  .caixa-contato-card-traseiro {
    display: none;
  }
}




 /* Estilos do rodapé */
 .footer-main {
  padding: 28px 0;
  background-color: #fff;
  margin-top:0px !important;
}

.footer-bottom {
  background-color: #f2f2f2;
  padding: 10px 0;
  color: #000;
  font-size: 14px;
}

/* Logo */
.footer-logo img {
  max-width: 130px;
  height: auto;
}

/* Texto abaixo do logo */
.footer-description {
  font-size: 14px;
  color: #000;
  margin-top: 15px;
  line-height: 1.5;
}

/* Ícones sociais */
.social-icons {
  margin-top: 20px;
}

.social-icons a {
  display: inline-block;
  margin-right: 15px;
  color: #1a3b70;
  font-size: 24px;
}

/* Títulos das colunas */
.footer-heading {
  font-size: 18px;
  color: #333;
  font-weight: 500;
  margin-bottom: 20px;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  padding-top:10px;
}



.footer-links li {
  margin-bottom: 10px;
  padding-left: 12px;
  padding-right: 12px;
  display: inline-block;
}



@media(max-width:540px){
  .footer-links {
    text-align: center;
  }
  .footer-links li {
    margin-bottom: 10px;
    padding-left: 5px;
    padding-right: 6px;
  } 
	.footer-links li  img{
		width: 75px !important;
    vertical-align: middle !important;
	}
}


.footer-links a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
  transition: color 0.3s;
}

.footer-links a:hover {
  color: #000;
}

/* Seção e-MEC */
.emec-section {
  background-color: #f2f2f2;
  padding: 15px;
  border-radius: 5px;
  margin-top: 20px;
}

.emec-section img {
  max-width: 100%;
  height: auto;
}

.emec-text {
  color: #0066b3;
  font-size: 13px;
  font-weight: 600;
  margin-top: 10px;
}

/* Link "clique aqui" */
.click-here {
  margin-top: 10px;
  font-size: 14px;
  color: #000;
}

.click-here a {
  color: #0066b3;
  font-weight: 600;
  text-decoration: none;
}

/* Estilo para o contato de WhatsApp */
.whatsapp-contact {
  color: #1a3b70;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 5px;
}

.contact-note {
  font-size: 12px;
  color: #999;
}

/* Ajustes responsivos */
@media (max-width: 767px) {
  .footer-column {
    margin-bottom: 0px;
  }
}

.toggle-mobile{
  display: none;
}

@media(max-width:540px){
      .nav-menu {
        display: flex;
        margin-left: 60px;
        display: none;
    }
    .toggle-mobile{
      display: inline-block;
      left: 20px;
      position: relative;
    }
    .toggle-mobile img{

    }


    .hero-section {
      display: block;
      margin: 0px auto;
      max-width: 100%;
    }
    .hero-content h1 {
      font-size: 19px;
    }

    .hero-image-content {
      position: relative;
      top: 0;
      right: 0;
      width: 90%;
      height: 100%;
      color: white;
      padding: 0px;
      /* background: linear-gradient(to bottom right, rgba(0, 51, 102, 0.8), rgba(224, 107, 95, 0.8)); */
      display: block;
      flex-direction: column;
      justify-content: space-between;
      margin-left: auto;
      margin-right: auto;
      margin-bottom: 50px;
  }

  .hero-content .cta-button {
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    color: #003366;
    font-weight: bold;
    margin-top: 20px;
    border: 1px solid #003366;
    border-radius: 6px;
    display: block;
    text-align: center;
    padding: 9px;
}

.footer-main {
  padding: 12px 0;
  background-color: #fff;
  margin-top: 0px !important;
}

}

.diogenes-janela-resolucao-content {
            max-width: 600px;
            text-align: center;
        }

        .diogenes-janela-resolucao-h1 {
            color: #333;
            margin-bottom: 20px;
        }

        .diogenes-janela-resolucao-p {
            color: #666;
            line-height: 1.6;
            margin-bottom: 20px;
        }

        /* Modal */
        .diogenes-janela-resolucao-modal-backdrop {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-color: rgba(0, 0, 0, 0.5);
            backdrop-filter: blur(4px);
            z-index: 999;
            display: none; /* Oculto por padrão */
            align-items: center;
            justify-content: center;
            padding: 20px;
        }

        .diogenes-janela-resolucao-modal {
            background-color: white;
            border-radius: 12px;
            box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 400px;
            padding: 24px;
            text-align: center;
            animation: diogenes-janela-resolucao-fadeIn 0.3s ease-out;
        }

        @keyframes diogenes-janela-resolucao-fadeIn {
            from { opacity: 0; transform: scale(0.95); }
            to { opacity: 1; transform: scale(1); }
        }

        .diogenes-janela-resolucao-modal-icon {
            font-size: 48px;
            margin-bottom: 16px;
            color: #3b82f6;
        }

        .diogenes-janela-resolucao-modal-title {
            font-size: 20px;
            font-weight: 600;
            color: #1f2937;
            margin-bottom: 12px;
        }

        .diogenes-janela-resolucao-modal-message {
            font-size: 16px;
            color: #4b5563;
            margin-bottom: 24px;
            line-height: 1.5;
        }

        .diogenes-janela-resolucao-modal-button {
            background-color: #3b82f6;
            color: white;
            border: none;
            border-radius: 8px;
            padding: 12px 24px;
            font-size: 16px;
            font-weight: 500;
			margin-top: 20px;
            cursor: pointer;
            transition: background-color 0.2s;
        }

        .diogenes-janela-resolucao-modal-button:hover {
            background-color: #2563eb;
        }

        /* Exemplo de conteúdo responsivo para demonstração */
        .diogenes-janela-resolucao-responsive-example {
            display: flex;
            flex-wrap: wrap;
            gap: 20px;
            margin-top: 30px;
            justify-content: center;
        }

        .diogenes-janela-resolucao-card {
            background: white;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 100%;
            max-width: 260px;
        }

        .diogenes-janela-resolucao-card-title {
            font-weight: 600;
            margin-bottom: 10px;
            color: #1f2937;
        }

        .diogenes-janela-resolucao-card-text {
            color: #4b5563;
            font-size: 14px;
        }

/*---------------------------------
	MOBILE ESPECIFICOS
-----------------------------------*/
@media(min-width:768px){
  #offcanvasDrawer,
  #menuFixoMobile{
    display: none;
  }
  .esconder-desktop{
    display: none;
  }
}

@media(max-width:540px){

  .esconder-mobile{
    display: none;
  }

  #offcanvasDrawer,
  #menuFixoMobile{
    
    
  }

  #menuFixoMobile{
    -webkit-box-shadow: 0px -4px 38px -19px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px -4px 38px -19px rgba(0,0,0,0.25);
    box-shadow: 0px -4px 38px -19px rgba(0,0,0,0.25);
  }
  
#backdrop{
  background-color: rgba(000,000,000,0.70);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#areaMenuDrawer{
  background-color: #fff;
  right: -835px;
}

.aberto #areaMenuDrawer{
  /*right: 0;*/
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}

.aberto #backdrop,
.aberto #scOne,
.aberto #scTwo{
  display: block !important;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
}

#areaMenuDrawer button{
  background: none;
  border: none;
  outline: none;
  box-shadow: none;
  margin-right: 10px;
}

#areaMenuDrawer a,
#areaMenuDrawer a:hover{
  color: #000;
    text-decoration: none !important;
    font-weight: 600;
    font-size: 17px;
}

#areaMenuDrawer a svg{
  color: #000;
  opacity: 0.7;
}


#menuFixoMobile{
  background: #fff;
  padding-top: 22px !important;
  -webkit-transition: 300ms ease;
  transition: 300ms ease;
  bottom: -300px;
  z-index: 99999;
}


  #menuFixoMobile{
    width: 100% !important;
    bottom: 0 !important;
  }
  header.principal .menus-targets nav ul li.normal{
    display: none;
  }
  #areaMenuDrawer button{
    margin-right: 0;
  }
  header.principal .menus-targets {
   padding-top: 2px;
  }


  header.principal .trigger-menu-on-header{
    text-align: right;
    padding-top: 18px;
  }
  header.principal .trigger-menu-on-header button{
    float: right;
    background: none;
    border: none;
    box-shadow: none;
    outline: none;
  }


#menuFixoMobile a,
#menuFixoMobile a:hover{
  text-decoration: none;
}

#menuFixoMobile button{
  background: none !important;
  border: none !important;
  outline: none !important;
}

}




 /* Estilos do breadcrumb */
 .institucional-breadcrumb {
  background-color: #747474;
  padding: 20px 0;
}

.institucional-container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

.institucional-breadcrumb-nav {
  display: flex;
  align-items: center;
  color: white;
  font-size: 14px;
}

.institucional-breadcrumb-nav a {
  color: white;
  text-decoration: none;
  transition: opacity 0.3s;
}

.institucional-breadcrumb-nav a:hover {
  opacity: 0.8;
}

.institucional-breadcrumb-separator {
  margin: 0 10px;
  font-size: 14px;
}

/* Estilos da seção sobre */
.institucional-sobre-section {
  background-color: #003366;
  padding: 30px 0 200px 0;
  position: relative;
}

.institucional-sobre-header {
  margin-bottom: 20px;
}

.institucional-sobre-line {
  height: 2px;
  width: 120px;
  background-color: white;
  margin-bottom: 25px;
}

.institucional-sobre-title {
  font-size: 32px;
  font-weight: 300;
  color: white;
  margin-bottom: 5px;
}

.institucional-sobre-subtitle {
  font-size: 42px;
  font-weight: 700;
  color: white;
  margin-bottom: 20px;
}

.institucional-sobre-description {
  font-size: 18px;
  color: white;
  max-width: 500px;
  line-height: 1.5;
}

/* Estilos do conteúdo branco */
.institucional-content-card {
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.05);
  padding: 50px;
  position: relative;
  margin-top: -150px;
  z-index: 10;
  min-height: auto;
    padding-bottom: 45px;
}

.institucional-content-line {
  height: 3px;
  width: 120px;
  background-color: #1a3b70;
  margin-bottom: 25px;
}

.institucional-content-title {
  font-size: 32px;
  font-weight: 700;
  color: #000;
  margin-bottom: 5px;
}

.institucional-content-subtitle {
  font-size: 28px;
  font-weight: 300;
  color: #000;
  margin-bottom: 25px;
}

.institucional-content-text {
  font-size: 16px;
  color: #000;
  line-height: 1.6;
  max-width: 100%;
}

/* Estilos para o conteúdo do artigo */
.institucional-article {
  width: 100%;
}

.wpcf7-form-control{
  min-height: 38px;
    margin-bottom: 5px;
}

.wpcf7-form-control.wpcf7-submit,
.wpcf7-submit{
  margin-left: auto;
    background-color: #003366;
    color: white;
    border: none;
    padding: 12px 25px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    min-width: 204px;
	display:block;
	text-align: center !important;
    float: left;
}

.institucional-article h1 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
  margin: 30px 0 20px;
}

.institucional-article h2 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 25px 0 18px;
}

.institucional-article h3 {
  font-size: 18px;
  font-weight: 600;
  color: #000;
  margin: 22px 0 16px;
}

.institucional-article h4 {
  font-size: 18px;
    font-weight: 600;
    color: #000;
    margin: 20px 0 15px;
    margin-top: 15px;
    margin-bottom: 4px;
}

.institucional-article p {
  margin-bottom: 20px;
  line-height: 1.6;
  color:#000;
}

.institucional-article p.font-size-adjustable {
  display: block !important;
}

.institucional-article img,
.institucional-article iframe {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 25px 0;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
}

.institucional-article ul,
.institucional-article ol {
  margin: 20px 0 20px 20px;
}

.institucional-article li {
  margin-bottom: 10px;
}

.institucional-article a {
  color: #1a3b70;
  text-decoration: none;
}

.institucional-article a:hover {
  text-decoration: underline;
}

.institucional-article blockquote {
  border-left: 4px solid #1a3b70;
  padding-left: 20px;
  margin: 25px 0;
  font-style: italic;
  color: #777;
}

/* Responsividade */
@media (max-width: 768px) {
  .institucional-sobre-section {
    padding: 30px 0 150px 0;
  }
  
  .institucional-content-card {
    padding: 30px;
    margin-top: -100px;
  }
  
  .institucional-sobre-title, 
  .institucional-content-title,
  .institucional-article h1 {
    font-size: 28px;
  }
  
  .institucional-sobre-subtitle {
    font-size: 34px;
  }
  
  .institucional-content-subtitle,
  .institucional-article h2 {
    font-size: 24px;
  }
  
  .institucional-article h3 {
    font-size: 20px;
  }
  
  .institucional-article h4 {
    font-size: 18px;
  }
}


.cursos-abertos-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.cursos-abertos-card {
  background-color: #003366;
  border-radius: 10px;
  box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
  padding: 30px;
  display: flex;
  flex-direction: column;
  height: auto;
  transition: transform 0.3s, box-shadow 0.3s;
}

.cursos-abertos-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.cursos-abertos-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.cursos-abertos-card .cursos-abertos-icon-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}

/*
.cursos-abertos-card:nth-child(2) .cursos-abertos-icon-wrapper {
  background-color: rgba(0, 0, 0, 0.05);
}

.cursos-abertos-card:nth-child(3) .cursos-abertos-icon-wrapper {
  background-color: rgba(63, 103, 231, 0.1);
}

.cursos-abertos-card:nth-child(4) .cursos-abertos-icon-wrapper {
  background-color: rgba(0, 179, 211, 0.1);
}
*/
.cursos-abertos-icon {
  width: 24px;
  height: 24px;
}


.cursos-abertos-card .cursos-abertos-icon {
  color: #333333;
}

/*

.cursos-abertos-card:nth-child(1) .cursos-abertos-icon {
  color: #26c06e;
}

.cursos-abertos-card:nth-child(3) .cursos-abertos-icon {
  color: #3f67e7;
}

.cursos-abertos-card:nth-child(4) .cursos-abertos-icon {
  color: #00b3d3;
}
*/
.cursos-abertos-title {
  font-size: 18px;
    line-height: 24px;
    font-weight: normal;
    color: #fff;
    margin-bottom: 12px;
}

.cursos-abertos-description {
  font-size: 14px;
  color: #000;
  line-height: 1.5;
  flex-grow: 1;
  margin-bottom: 20px;
}

.cursos-abertos-btn,
.cursos-abertos-btn:hover{
  display: inline-flex;
  align-items: center;
  padding: 8px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s, border-color 0.3s;
  width: fit-content;
}
/*
.cursos-abertos-btn:hover {
  background-color: #f5f5f5;
  border-color: #333;
}
*/
.cursos-abertos-btn-icon {
  margin-left: 6px;
}

/* Responsividade */
@media (max-width: 1024px) {
  .cursos-abertos-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .cursos-abertos-grid {
    grid-template-columns: 1fr;
  }
  .cursos-abertos-card{
    height: auto;
  }
}

.in-curso h1{
  font-weight: normal;
    font-size: 24px;
    margin-top: 54px;
    color: #003366;
    padding-bottom: 18px;
    border-bottom: 1px solid #ccc;
}


.form-cursos-container {
  max-width: 100%;
  background-color: #fff;
}

.form-cursos-title {
  font-size: 24px;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 30px;
  text-align: center;
}

.form-cursos-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}

.form-cursos-field {
  margin-bottom: 5px;
}

.form-cursos-label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 8px;
  color: #505050;
}

.form-cursos-required {
  color: #e74c3c;
  margin-left: 3px;
}

.form-cursos-input {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 6px;
  font-size: 14px;
  transition: border-color 0.3s, box-shadow 0.3s;
  background-color: #f9f9f9;
}

.form-cursos-input:focus {
  outline: none;
  border-color: #3498db;
  box-shadow: 0 0 0 3px rgba(52, 152, 219, 0.15);
  background-color: #fff;
}

.form-cursos-footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-end; 
}

.form-cursos-note {
  font-size: 13px;
  color: #777;
  margin-bottom: 15px;
}

.form-cursos-submit {
  background-color: #003366;
  color: white;
  border: none;
  border-radius: 6px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 300px;
}

.form-cursos-submit:hover {
  background-color: #003366;
}

/* Responsividade */
@media (max-width: 768px) {
  .form-cursos-container {
    padding: 0px;
  }
  
  .form-cursos-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }
  
  .form-cursos-footer {
    align-items: center;
  }
}

/* Validação visual */
/*
.form-cursos-input:invalid {
  border-color: #e74c3c;
}
*/
.form-cursos-input:invalid:focus {
  box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.15);
}


.caixa-nova-galeria{
  position: relative; 
  display: block;
  width: 100%;
  height: auto;
  margin-top:12px;
  margin-bottom:12px;
}
.caixa-nova-galeria .caixa-imagem-galeria{
  position: relative;
  display: inline-block;
  float: none;
  width: 120px;
  height: 120px;
  margin-right: 12px;
  margin-bottom: 12px;
}

.caixa-nova-galeria .caixa-imagem-galeria a,
.caixa-nova-galeria .caixa-imagem-galeria a:hover{
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.institucional-article h1,
.institucional-article h2,
.institucional-article h3,
.institucional-article h4,
.institucional-article h5{
  color: #003366 !important;
}

.institucional-article h1 strong,
.institucional-article h2 strong,
.institucional-article h3 strong,
.institucional-article h4 strong,
.institucional-article h5 strong{
  font-weight: 700 !important;
}


.institucional-article p span{
  font-weight: normal !important;
}


div.wpcf7{
  text-align: left;
    position: relative;
    background: #f9f9f9;
    margin-top: 20px !important;
    margin-bottom: 30px !important;
    padding-top: 20px !important;
    border-radius: 10px;
    padding: 20px !important;
}

div.wpcf7 *{
  text-align: left !important;
}

.wpcf7-textarea{
	height: 137px !important; 
}

@media(max-width:540px){
  div.wpcf7 * div{
    width: 100% !important;
  }

  .register-btn, .register-btn:hover {
    margin-left: auto;
    background-color: #003366;
    color: white !important;
    text-decoration: none !important;
    border: none;
    padding: 12px 17px;
    border-radius: 5px;
    font-weight: bold;
    cursor: pointer;
    font-size: 13px;
}
	
	
		.course-options {
			display: block; 
		}
	
	.grid-cancelado-no-mobile{
		display: grid !important;
        grid-template-columns: repeat(1, 1fr) !important;
	}
	
	.wpcf7-form-control{
		max-width: 281px !important;
	}
	
}


.caixa-nova-galeria.font-size-adjustable{
  margin-bottom: -61px !important;
}

@media(max-width:540px){
	.hero-content {
        padding: 30px;
        padding-top: 20px !important;
        padding-bottom: 12px !important;
    }
	.course-section{
		padding-bottom: 36px !important;
	}
	.course-card{
		margin-bottom: 26px;
	}
	.footer-links{
		padding-top:0px;
	}
	.footer-links li{
		margin-bottom: 0px !important;
        padding-left: 3px !important;
        padding-right: 3px !important;
	}
	.footer-links a {
    text-decoration: none;
    color: #000;
    font-size: 12px;
    transition: color 0.3s;
}
	.footer-links li img{
		display:none;
	}
	.footer-bottom {
        background-color: #f2f2f2;
    padding: 10px 0;
    padding-bottom: 13px !important;
    color: #000;
    font-size: 11px;
}
	.wpcf7-form-control {
        max-width: 249px !important;
    }
}

.institucional-article p span {
    word-break: break-word;
}

@media(min-width:541px) and (max-width:1200px){
	body * div{
		max-width:100% !important;
	}
}
