@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

.navbar-nav .nav-link:hover {
  color: #ffffff; /* Cambia el color en hover si deseas un efecto */
  text-decoration: underline;
}

#navbar-icon {
  margin-top: 10px;
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 30 30'%3E%3Cpath stroke='white' stroke-width='2' d='M4 7h22M4 15h22'/%3E%3C/svg%3E");
}

#logo_navbar {
  width: 128px;
}

.medica_navbar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 4rem;
  color: #ffffff;
  background-color: transparent; /* Navbar transparente */
  position: fixed; /* Posiciona el navbar sobre el hero */
  top: 0;
  width: 100%; /* Asegúrate de que ocupe todo el ancho */
  z-index: 2; /* Asegúrate de que el navbar esté encima del hero */
  border-bottom: 1px solid #ffffff;
  transition: background-color 0.5s ease;
}
.medica_navbar .navbar_buttons {
  display: flex;
}
.medica_navbar a {
  color: #ffffff;
}

.medica_navbar.scrolled {
  background-color: #ffffff;
}
.medica_navbar.scrolled .navbar_buttons a {
  color: #ffffff;
}
.medica_navbar.scrolled a {
  color: #3E69A1;
}

#navbar-icon.scrolled {
  background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%233E69A1' viewBox='0 0 30 30'%3E%3Cpath stroke='%233E69A1' stroke-width='2' d='M4 7h22M4 15h22'/%3E%3C/svg%3E");
}

@media (max-width: 768px) {
  .medica_navbar {
    background-color: rgba(0, 0, 0, 0.37);
  }
}
.bg_carousel_item {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/hero_brigadas.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  padding-top: 286px;
  height: 900px;
  position: relative; /* Asegúrate de que el contenedor del hero esté en la posición relativa */
  z-index: 1; /* Para asegurar que el hero esté por encima del fondo */
}
.bg_carousel_item h1, .bg_carousel_item p {
  margin-bottom: 25px;
}
.bg_carousel_item p {
  font-size: 24px;
  padding-left: 0;
}

@media (max-width: 992px) {
  .bg_carousel_item {
    padding-top: 200px;
  }
}
.bg_carousel_item:first-child {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../img/hero_trabajadores.jpg);
}

.hero_content {
  padding-bottom: 25px;
}
.hero_content .cta_style_1 {
  width: 269px;
  height: 60px;
}

@media (max-width: 992px) {
  .bg_carousel_item {
    height: 800px;
    padding-top: 200px;
    padding-bottom: 200px;
    display: flex;
    align-items: center;
  }
}
.whatsAppCTA {
  width: 50px;
  height: 50px;
  position: fixed;
  bottom: 40px;
  right: 40px;
  z-index: 1000;
}
.whatsAppCTA img {
  width: 100%;
}
@media (max-width: 768px) {
  .whatsAppCTA {
    display: none;
  }
}

body h1 {
  font-size: 56px;
}

body h2 {
  font-size: 48px;
}

body h5 {
  font-size: 26px;
}

body h6 {
  font-size: 22px;
}

p {
  font-size: 18px;
}

@media (max-width: 992px) {
  body h1 {
    font-size: 44px;
  }
  body h2 {
    font-size: 30px;
  }
  p {
    font-size: 16px;
  }
}
.cta_navbar {
  width: 164px;
  height: 40px;
}

.cta_navbar:first-child {
  margin-right: 16px; /* Espacio entre botones */
}

.whatsApp-button {
  background-color: #3CAB48;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.whatsApp-button:hover {
  background-color: #ffffff;
  color: #3CAB48;
  text-decoration: none;
}

.cta_hero {
  display: block;
  width: 269px;
  height: 60px;
  font-size: 24px;
  font-weight: 700;
}

.cta_style_1 {
  background-color: #3E69A1;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 167px;
  height: 54px;
}

.cta_style_1:hover {
  background-color: #ffffff;
  color: #3E69A1;
  text-decoration: none;
  border: 1px solid #3E69A1;
}

.cta_style_2 {
  background-color: #4DA1C3;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cta_style_2:hover {
  background-color: #ffffff;
  color: #4DA1C3;
  text-decoration: none;
}

.cta_style_3 {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
  border: 1px solid #ffffff;
}

.cta_style_3:hover {
  background-color: #ffffff;
  text-decoration: underline;
  border: 0px solid #ffffff;
}

.courses_container {
  padding-top: 80px;
  padding-bottom: 40px;
}

.courses_card {
  min-height: 370px;
  height: auto;
  color: #ffffff;
  padding: 39px 32px;
  transition: max-height 1.5s ease;
}
.courses_card p {
  font-size: 18px;
}
.courses_card .cta_style_2 {
  width: 144px;
  height: 36px;
}
@media (min-width: 1280px) {
  .courses_card {
    min-height: auto;
  }
}
@media (min-width: 768px) and (max-width: 860px) {
  .courses_card {
    min-height: 460px;
  }
}
@media (min-width: 861px) and (max-width: 1024px) {
  .courses_card {
    min-height: 430px;
  }
}

@media (min-width: 768px) {
  details {
    display: none;
  }
}
.additional-text {
  max-height: 0; /* Oculta el texto adicional inicialmente */
  overflow: hidden; /* Evita que el texto adicional sea visible */
  transition: max-height 1.5s ease; /* Suaviza la transición */
}

@media (min-width: 768px) {
  .courses_card:hover {
    max-height: 800px; /* Altura máxima al hacer hover (ajusta según el contenido) */
  }
}

@media (min-width: 768px) {
  .courses_card:hover .additional-text {
    max-height: 600px; /* Altura máxima al hacer hover (ajusta según el contenido) */
  }
}

.bg-image-1 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/course1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-2 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/course2.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-3 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/course3.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-image-4 {
  background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/course4.png);
  background-repeat: no-repeat;
  background-size: cover;
}

details {
  overflow: hidden;
  transition: max-height 1s ease;
}

details[open] {
  max-height: 200px; /* Ajusta este valor según el contenido */
}

.video-section {
  padding-top: 40px;
  padding-bottom: 80px;
}

.video-title {
  margin-bottom: 80px;
  color: #365A8C;
}

.video-boxes {
  display: flex;
}

.video-box {
  background-image: url(../img/video1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 220px;
  transition: transform 0.3s ease; /* Añade la transición aquí */
}

.video-box:hover {
  color: #365A8C;
  background-image: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)), url(../img/video1.jpg);
  text-decoration: none;
  transform: scale(0.9);
}

.video_card {
  margin: 0 0 0 0;
}
@media (max-width: 768px) {
  .video_card {
    margin: 0 0 20px 0;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .video_card {
    margin: 0 0 30px 0;
  }
}

/* Modal Styles */
/* Estilo común para todos los modales */
.modal {
  display: none; /* Start hidden */
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4); /* Fondo semitransparente */
  padding-top: 60px;
}

/* Estilo común para los contenidos de los modales */
.modal-content {
  background-color: #fff;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 55% !important;
  max-width: 800px;
}

/* Estilo para los iframes dentro de los modales */
.modal-content iframe {
  z-index: 9998;
  width: 100%;
}

/* Estilo para los botones de cerrar dentro de los modales */
.close-btn {
  color: #aaa;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  top: -14px;
  right: 0px;
  cursor: pointer;
  z-index: 9998;
}

.close-btn:hover,
.close-btn:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.testimonials_container {
  font-size: 24px;
  text-align: center;
  background-color: #345C6A;
  color: #ffffff;
  display: flex;
  justify-content: center;
  padding: 80px 0;
}
@media (max-width: 768px) {
  .testimonials_container {
    padding: 50px 0;
  }
}
.testimonials_container .testimonial_text {
  margin-bottom: 32px;
}
.testimonials_container .profile_photo {
  margin-bottom: 16px;
}
.testimonials_container .testimonials_logo {
  width: 128px;
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .testimonials_container .testimonials_container {
    font-size: 20px;
  }
}

.about-smart-title {
  font-weight: 700;
  font-size: 16px;
}

.about-title {
  color: #365A8C;
}

.content-box {
  padding: 0 64px;
}
.content-box .cta_style_1 {
  width: 167px;
  height: 54px;
}

.about-smart-title, .about-title, .content-box p {
  margin-bottom: 24px;
}

@media (max-width: 768px) {
  .about-img {
    width: 100%;
  }
  .content-box {
    padding: 50px 64px;
  }
  .content-box .cta_style_1 {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 992px) {
  .about-img {
    padding-left: 64px;
  }
  .content-box {
    padding: 40px 64px;
  }
}
.faq-container {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #3E69A1;
  color: #ffffff;
}
.faq-container .cta_style_3 {
  width: 167px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  position: relative;
  z-index: 9;
}
@media (min-width: 768px) {
  .faq-container .cta_style_3 {
    margin: unset;
  }
}
.faq-container .cta_style_3:hover {
  color: #3E69A1;
  text-decoration: none;
}
.faq-container .collapse {
  background-color: #3E69A1;
  border: 0px;
}
.faq-container .fas {
  margin-left: 50px;
}
.faq-container .card-body {
  border-bottom: 2px solid #ffffff;
  margin-bottom: 24px;
  font-size: 16px;
  padding-top: 0;
}
.faq-container .questions {
  margin-bottom: 24px;
}
.faq-container .questions button {
  font-weight: 700;
  font-size: 18px;
  width: 100%;
}
@media (max-width: 768px) {
  .faq-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

#faq-content-box {
  text-align: center;
}
@media (min-width: 768px) {
  #faq-content-box {
    padding-left: 64px;
    text-align: left;
  }
  #faq-content-box .faq-content-title {
    margin-top: -13px;
  }
}

.faq-colors {
  background-color: #3E69A1;
  border: 0px;
  color: #ffffff;
}

.faq-colors:focus {
  outline: none; /* Elimina el borde por defecto */
  box-shadow: none; /* Elimina cualquier sombra que pueda aparecer */
}

a {
  color: #ffffff;
}

.watermark {
  position: relative;
}

.watermark img {
  position: absolute;
  opacity: 0.1;
  bottom: -45px;
  width: 161px;
  right: -63px;
  z-index: 8;
}
@media (min-width: 769px) {
  .watermark img {
    width: 300px;
    bottom: -76px;
  }
}

.contact-container {
  padding-top: 80px;
  padding-bottom: 80px;
}
.contact-container i {
  font-size: 20px;
  color: #365A8C;
  margin-right: 10px;
}
.contact-container .contact-title, .contact-container .info-contact-box {
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .contact-container {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (min-width: 768px) {
  #form-box {
    padding-left: 65px;
  }
}
#form-box .cta_style_1 {
  border: 0;
}
#form-box .cta_style_1:hover {
  border: 1px solid #3E69A1;
}
#form-box input, #form-box select {
  border-color: #000;
  height: 48px;
  border-radius: 0;
}
#form-box textarea {
  border-color: #000;
  border-radius: 0;
}
#form-box #terms {
  height: unset;
}

.emailText {
  overflow-wrap: break-word;
  white-space: normal;
  width: 100%;
}

.footer {
  background-color: #3E69A1;
  color: #ffffff;
  padding: 30px 0;
}
@media (max-width: 768px) {
  .footer {
    padding: 30px 0;
  }
}

.footer-info {
  padding-top: 33px;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-info {
    display: flex;
  }
}

.footer-menu-box {
  padding-bottom: 15px;
  border-bottom: 1px solid #fff;
}
@media (max-width: 768px) {
  .footer-menu-box {
    text-align: center;
    padding-bottom: 40px;
  }
}

.footer-menu {
  margin: 0;
}
.footer-menu .links_bg_dark a:hover {
  text-decoration: none;
}

.footer-menu, .footer-links {
  list-style: none;
  padding: 0;
}

.footer-menu li, .footer-links li {
  display: inline;
  margin: 0 15px;
}

#menu-links a {
  text-decoration: none;
}

#menu-links a:hover {
  text-decoration: underline;
}

.footer .logo {
  max-width: 128px; /* Ajusta el tamaño del logo */
}

.footer i {
  margin: 0 10px;
  font-size: 20px; /* Ajusta el tamaño de los íconos */
}

body .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}

.links_bg_dark_paragraph p a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.links_bg_dark_paragraph p a:hover {
  text-decoration: none;
  color: #ffffff;
}

.links_bg_dark a {
  color: #ffffff;
  font-weight: 600;
  text-decoration: underline;
}

.links_bg_dark a:hover {
  text-decoration: none;
  color: #ffffff;
}

/*# sourceMappingURL=styles.css.map */
