@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Pacifico&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Balsamiq+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");


body {
  font-family: "Poppins", sans-serif;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

h2 {
  color: #000;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 30px;
}

h3 {
  color: #001a66;
}

div#carouselBanner {
    padding-top: 173px;
}

/*Navbar*/
.navbar {
  -webkit-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.navbar-light a {
  color: #001a66 !important;
}

.navbar-light a:hover {
  color: #D3D3D3 !important;
}

.navbar-dark a {
  color: #ffffff !important;
}


.dropdown-menu a {
  color: #001a66 !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
}

.dropdown-menu a:hover {
  color: #D3D3D3 !important;
  background-color: #ffffff !important;
}

.dropdown-menu {
  border-radius: 0px !important;
}

.icon-nav {
  font-size: 20px;
}
/* End Navbar */

.bg-azul {
  /*background-color: #001a66;*/
  background-color: #2fa787;
}

.bg-cinza {
  background-color: #eeeeee;
}

.bg-custom {
    background-color: #2fa787;
}

.btn-custom {
  background-color: #ffffff;
  padding: 10px 30px;
  color: #001a66;
  font-size: 18px;
  border: 2px solid #809fff;
}


.btn-custom:hover {
  background-color: transparent;
  border: 2px solid #809fff;
  color: #ffffff !important;
}

.rounded {
  border-radius: 20px !important;
}

/*Turmas Overlay*/
.turmas-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}

.overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition: 0.5s ease;
  background-color: #001a66;
}

.turmas-card:hover .overlay {
  opacity: 1;
}

.text-turmas {
  color: #d3d3d3;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
}

/*End of Turmas Overlay*/
.educadores-texto {
  line-height: 25px;
}

.text-escola{
  color: #545454;
  padding-top: 10px;
  }

textarea {
  resize: none;
}

hr {
  border-bottom: 2px solid #ffffff;
  line-height: 1px;
}

.icon-azul {
  color: #809fff;
  text-decoration: none;
}

.icon-azul:hover {
  color: #ffffff;
  text-decoration: none;
}

.navbar-mobile {
  display: none;
}

p {
  color: #545454;
}

.txt-azul-bg-cinza {
  color: #001a66;
}


.breadcrumb-azul {
  padding-top: 210px;
  padding-bottom: 40px;
 /* background-color: #001a66;*/
 background-color: #00964a;
}

.breadcrumb-azul h2 {
  text-transform: none !important;
  font-size: 50px;
  font-family: "Balsamiq Sans", cursive;
}


@media (max-width: 699px) {
  div#carouselBanner {
    padding-top:0px; 
}

  .overlay {
    display: none;
  }

  .turmas-card:hover .overlay {
    display: none;
  }

  .img-turmas{
    border-radius: 5px;
  }

  .breadcrumb-azul {
    padding-top: 60px;
    padding-bottom: 40px;
    background-color: #001a66;
  }

  .breadcrumb-azul h2 {
    text-transform: none !important;
    font-size: 30px;
    font-family: "Balsamiq Sans", cursive;
  }

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

}

@media (max-width: 992px) {
  div#carouselBanner {
    padding-top:0px; 
}
  .navbar-desktop {
    display: none;
  }

  .navbar-mobile {
    display: block;
  }

  .education {
    padding-left: 10%;
    padding-right: 10%;
  }

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

  .cardapio-1 {
    padding-bottom: 5px !important;
}
}



.custom-card {
  position: relative;
  border: none;
  border-radius: 0;
  overflow: hidden;
  text-align: center;
}

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

.custom-card .card-body {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5); /* Fundo semi-transparente */
  padding: 10px 0;
}

.custom-card .card-title {
  color: white; /* Cor branca */
  font-weight: bold; /* Texto em negrito */
  margin: 0;
}

/* Cores personalizadas dos cards */
.card-bg-blue {
  background-color: #3f51b5; /* Azul */
}

.card-bg-light-blue {
  background-color: #03a9f4; /* Azul claro */
}

.card-bg-green {
  background-color: #c22f33;
}

.card-bg-light-green {
  background-color: #dbc27b;
}

/* Estilos para a lightbox - com z-index mais alto */
.lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.95);
    z-index: 999999; /* Z-index muito alto para ficar acima de tudo */
    cursor: pointer;
}

.lightbox-content {
    margin: auto;
    display: block;
    max-width: 90%;
    max-height: 90vh; /* Usa viewport height em vez de porcentagem */
    object-fit: contain; /* Mantém a proporção sem cortar */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999999; /* Ainda mais alto que o overlay */
}

.close-lightbox {
    position: fixed; /* Mudar para fixed em vez de absolute */
    top: 20px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10000000;
    background-color: rgba(0, 0, 0, 0.5);
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.close-lightbox:hover {
    color: #fff;
    background-color: rgba(255, 0, 0, 0.7);
}

/* Indicador de imagem clicável (opcional) */
.gallery-img {
    cursor: pointer;
    transition: transform 0.3s ease;
}

.gallery-img:hover {
    transform: scale(1.05);
}

.col-md-4 img {
    width: 100%;
    aspect-ratio: 1/1;
    object-fit: cover;
    border-radius: 50%;
}

.col-md-4 img:hover {
    transform: scale(1.02);
    transition: transform 0.3s ease;
}

.modal-dialog {
  max-width: 90vw;
  margin: 0 auto;
  display: flex;
  align-items: center;
  min-height: calc(100vh - 60px);
}

.modal-content {
  border: none;
  background: transparent;
  box-shadow: none;
  width: 100%;
  position: relative;
}

.modal-body {
  padding: 20px 0;
  text-align: center;
}

.modal-body img {
  max-width: 100%;
  max-height: calc(100vh - 40px); /* Reduced to account for close button space */
  width: auto;
  height: auto;
  object-fit: contain;
  display: inline-block;
  border-radius: 8px; /* Optional: adds rounded corners to image */
}

/* Close button styling */
.modal-header {
  border: none;
  padding: 0;
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 10;
}

.modal-header .close {
  background: white;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: bold;
  color: #333;
  cursor: pointer;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
  transition: all 0.2s ease;
  padding: 0;
  line-height: 1;
  opacity: 1;
}

.modal-header .close:hover {
  background: #f8f9fa;
  transform: scale(1.1);
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
}

.modal-header .close:focus {
  outline: none;
}

/* Remove default footer */
.modal-footer {
  display: none;
}

/* Optional: Add semi-transparent overlay effect */
.modal-backdrop.show {
  opacity: 0.8;
}