@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;600;700&display=swap');


body {
      min-height: 100vh;
      background: #fff;
/*       background: linear-gradient(30deg,rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(235, 235, 235, 1) 100%);
 */      font-family: 'Montserrat', sans-serif;
    }

body.chat-page {
  background: #fff;
/* background: linear-gradient(30deg,rgba(235, 235, 235, 1) 0%, rgba(255, 255, 255, 1) 52%, rgba(235, 235, 235, 1) 100%);
 */}

/*RESET*/
html,
body,
div,
span,
applet,
object,
iframe,

h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

main {
  display: block;
  clear: both;
}

h1 {
  
  font-style: normal;
  font-weight: 800;
  font-size: 48px;
  line-height: 56px;
}

.custom-h1 {
  font-size: 48px; /* tamaño en pantallas grandes */
}

@media (max-width: 767.98px) {
  .custom-h1 {
    font-size: 35px;
    line-height: 40px;
  }

  .footer .footer-col-1,
  .footer .footer-col-2,
  .footer .footer-col-3,
  .footer .footer-col-4,
  .footer .footer-col-5,
  .footer .footer-col-6 {
    width: 100%;
  }

}

@media (max-width: 575.98px) {

  .footer .footer-col-1,
  .footer .footer-col-2,
  .footer .footer-col-3,
  .footer .footer-col-4,
  .footer .footer-col-5,
  .footer .footer-col-6 {
    width: 100%;
  }

  .footer ul.mt-40 {
    margin-top: 15px !important;
    margin-bottom: 20px !important;
  }
}


a {
  color: #000;
  text-decoration: none;
}


a {
  cursor: pointer;
}

h6 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 26px;
  color: #05264E;
}


/* .footer {
  position: fixed;
  bottom: 0px;
  width: 100%;
  z-index: 2;
  background-color: #f8f9fa;
} */

.footer .footer-col-1 {
  flex: 0 0 auto;
  width: 24%;
}
.footer .footer-col-2 {
  flex: 0 0 auto;
  width: 14%;
}
.footer .footer-col-3 {
  flex: 0 0 auto;
  width: 14%;
}
.footer .footer-col-4 {
  flex: 0 0 auto;
  width: 14%;
}
.footer .footer-col-5 {
  flex: 0 0 auto;
  width: 14%;
}
.footer .footer-col-6 {
  flex: 0 0 auto;
  width: 20%;
}
.footer .menu-footer {
  display: inline-block;
}
.footer .menu-footer li {
  list-style: none;
  margin-bottom: 4px;
}
.footer .menu-footer li a {
  color: #4F5E64;
  font-size: 14px;
  text-decoration: none;
  transition-duration: 0.2s;
}
.footer .menu-footer li a:hover {
  color: #05264E;
  transition-duration: 0.2s;
  padding-left: 3px;
}
.footer .icon-socials {
  display: inline-block;
  margin-right: 10px;
  height: 30px;
  width: 30px;
  transition-duration: 0.2s;
}
.footer .icon-socials:hover {
  transform: translateY(-3px);
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-facebook {
  background: url(../img/facebook.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-twitter {
  background: url(../img/twitter.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-linkedin {
  background: url(../img/linkedin.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}
.footer .icon-socials.icon-instagram {
  background: url(../img/instagram.svg) no-repeat 0px 0px;
  transition-duration: 0.2s;
}

.footer .footer-bottom {
  border-top: 1px solid #E0E6F7;
  padding: 30px 0px;
  color: #4F5E64;
  font-size: 14px;
}
.footer .footer-bottom strong {
  color: #05264E;
  font-weight: bold;
}
.footer .footer-bottom a {
  text-decoration: none;
}


.mtb-0 {
  margin: 0;
}

.mtb-10 {
  margin: 10px 0;
}

.mtb-15 {
  margin: 15px 0;
}

.mtb-20 {
  margin: 20px 0;
}

.mtb-30 {
  margin: 30px 0;
}

.mtb-40 {
  margin: 40px 0;
}

.mtb-50 {
  margin: 50px 0;
}

.mtb-60 {
  margin: 60px 0;
}

.mtb-70 {
  margin: 70px 0;
}

.mtb-80 {
  margin: 80px 0;
}

.mtb-90 {
  margin: 90px 0;
}

.mtb-100 {
  margin: 100px 0;
}

.mtb-110 {
  margin: 110px 0;
}

.mtb-120 {
  margin: 120px 0;
}

.mtb-130 {
  margin: 130px 0;
}

.mtb-140 {
  margin: 140px 0;
}

.mtb-150 {
  margin: 150px 0;
}

.mtb-290 {
  margin: 290px 0;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.mb-30 {
  margin-bottom: 30px;
}
.mb-24 {
  margin-bottom: 24px;
}


.mb-24 {
  margin-bottom: 24px;
}


.mb-24 {
  margin-bottom: 24px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-100 {
  margin-bottom: 100px;
}





.mt-5 {
  margin-top: 5px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mt-15 {
  margin-top: 15px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mt-25 {
  margin-top: 25px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.mt-35 {
  margin-top: 35px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mt-45 {
  margin-top: 45px !important;
}

.mt-50 {
  margin-top: 50px !important;
}

.mt-55 {
  margin-top: 55px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mt-65 {
  margin-top: 65px !important;
}

.mt-70 {
  margin-top: 70px !important;
}

.mt-75 {
  margin-top: 75px !important;
}

.mt-80 {
  margin-top: 80px !important;
}

.mt-85 {
  margin-top: 85px !important;
}

.mt-90 {
  margin-top: 90px !important;
}

.mt-95 {
  margin-top: 95px !important;
}

.mt-100 {
  margin-top: 100px !important;
}

.mt-120 {
  margin-top: 120px !important;
}

.mt-180 {
  margin-top: 180px !important;
}

.mt-300 {
  margin-top: 300px !important;
}

.mb-70 {
  margin-bottom: 70px !important;
}


.pt-5 {
  padding-top: 5px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pt-15 {
  padding-top: 15px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pt-25 {
  padding-top: 25px !important;
}

.pt-30 {
  padding-top: 30px !important;
}

.pt-35 {
  padding-top: 35px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pt-45 {
  padding-top: 45px !important;
}

.pt-50 {
  padding-top: 50px !important;
}

.pt-55 {
  padding-top: 55px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pt-65 {
  padding-top: 65px !important;
}

.pt-70 {
  padding-top: 70px !important;
}

.pt-75 {
  padding-top: 75px !important;
}

.pt-80 {
  padding-top: 80px !important;
}

.pt-85 {
  padding-top: 85px !important;
}

.pt-90 {
  padding-top: 90px !important;
}

.pt-95 {
  padding-top: 95px !important;
}

.pt-100 {
  padding-top: 100px !important;
}

.pt-105 {
  padding-top: 105px !important;
}

.pt-110 {
  padding-top: 110px !important;
}

.pt-115 {
  padding-top: 115px !important;
}

.pt-120 {
  padding-top: 120px !important;
}

.pt-125 {
  padding-top: 125px !important;
}

.pt-130 {
  padding-top: 130px !important;
}

.pt-135 {
  padding-top: 135px !important;
}

.pt-140 {
  padding-top: 140px !important;
}

.pt-145 {
  padding-top: 145px !important;
}

.pt-150 {
  padding-top: 150px !important;
}

.pt-155 {
  padding-top: 155px !important;
}

.pt-160 {
  padding-top: 160px !important;
}

.pt-165 {
  padding-top: 165px !important;
}

.pt-170 {
  padding-top: 170px !important;
}

.pt-175 {
  padding-top: 175px !important;
}

.pt-180 {
  padding-top: 180px !important;
}

.pt-185 {
  padding-top: 185px !important;
}

.pt-190 {
  padding-top: 190px !important;
}

.pt-195 {
  padding-top: 195px !important;
}

.pt-200 {
  padding-top: 200px !important;
}

.pt-260 {
  padding-top: 260px !important;
}

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

.pb-10 {
  padding-bottom: 10px !important;
}

.pb-15 {
  padding-bottom: 15px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.pb-25 {
  padding-bottom: 25px !important;
}

.pb-30 {
  padding-bottom: 30px !important;
}

.pb-35 {
  padding-bottom: 35px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.pb-45 {
  padding-bottom: 45px !important;
}

.pb-50 {
  padding-bottom: 50px !important;
}

.pb-55 {
  padding-bottom: 55px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.pb-65 {
  padding-bottom: 65px !important;
}

.pb-70 {
  padding-bottom: 70px !important;
}

.pb-75 {
  padding-bottom: 75px !important;
}

.pb-80 {
  padding-bottom: 80px !important;
}

.pb-85 {
  padding-bottom: 85px !important;
}

.pb-90 {
  padding-bottom: 90px !important;
}

.pb-95 {
  padding-bottom: 95px !important;
}

.pb-100 {
  padding-bottom: 100px !important;
}

.pb-105 {
  padding-bottom: 105px !important;
}

.pb-110 {
  padding-bottom: 110px !important;
}

.pb-115 {
  padding-bottom: 115px !important;
}

.pb-120 {
  padding-bottom: 120px !important;
}

.pb-125 {
  padding-bottom: 125px !important;
}

.pb-130 {
  padding-bottom: 130px !important;
}

.pb-135 {
  padding-bottom: 135px !important;
}

.pb-140 {
  padding-bottom: 140px !important;
}

.pb-145 {
  padding-bottom: 145px !important;
}

.pb-150 {
  padding-bottom: 150px !important;
}

.pb-155 {
  padding-bottom: 155px !important;
}

.pb-160 {
  padding-bottom: 160px !important;
}

.pb-165 {
  padding-bottom: 165px !important;
}

.pb-170 {
  padding-bottom: 170px !important;
}

.pb-175 {
  padding-bottom: 175px !important;
}

.pb-180 {
  padding-bottom: 180px !important;
}

.pb-185 {
  padding-bottom: 185px !important;
}

.pb-190 {
  padding-bottom: 190px !important;
}

.pb-195 {
  padding-bottom: 195px !important;
}

.pb-200 {
  padding-bottom: 200px !important;
}

.pb-250 {
  padding-bottom: 250px !important;
}

.ml-30 {
  margin-left: 30px !important;
}


h2 {
  font-style: normal;
  font-weight: 700;
  line-height: 45px;
  color: #000;
}

.h2sub {
  margin-bottom: 20px;
}

/* Chat Container */
.chat-container {
  height: 65vh;
  overflow-y: auto;
  padding: 15px;
  background: white;
  border: 1px solid #dadce0;
  border-radius: 20px;
box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}



/* Navbar */
.navbar {
  margin-top: 10px;
}


.navbar-brand {
  font-weight: bold;
}


/* Mensajes en el chat */
.message {
  padding: 10px;
  border-radius: 8px;
  margin-bottom: 10px;
  max-width: 75%;
}

.user-message {
  /* background-color: #ED407B0D; */
  align-self: flex-end;
}

.bot-message {
  /* background-color: #f8f9fa; */
}

/* Opciones rápidas */
.quick-options {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.5rem;
  margin-top: 10px;
}

.quick-options .quick-btn {
  border-radius: 20px;
  border-color: #E0E0E0;
  background-color: #fff;
  padding: 6px 12px; /* Ajusta para el "aire" sin exagerar */
  white-space: nowrap; /* Evita saltos de línea dentro del botón */
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 6px; /* Espacio entre ícono y texto */
}

.quick-options .quick-btn:hover {
  color: #000;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08); /* sombra muy ligera */
}



.btn {
  border-radius: 20px;
  padding: 13px 25px;
  font-size: 14px;
  line-height: 1;
  transition: 0.2s;
  
}

.btn-small {
  padding: 6px 14px;  /* menor padding horizontal y vertical */
  border-radius: 5px;
  font-size: 14px;    /* puedes ajustar a 12px si aún se ven grandes */
  line-height: 1.2;
}

.btn-send{
  border-radius: 5px;
background: url(../img/btn-send-normal.svg) no-repeat center !important;
}

.btn-voice{
  border-radius: 5px;
background: url(../img/btn-voice-normal.svg) no-repeat center !important;
}

.btn-send:hover{
  border-radius: 5px;
background: url(../img/btn-send-hover.svg) no-repeat center !important;
}

.btn-voice:hover{
  border-radius: 5px;
background: url(../img/btn-voice-hover.svg) no-repeat center !important;
}

.btn-short:hover{
  background-color: #f3f3f3;
  border-color: #000;
  color: #000000;
}

.btn-brand-1 {
  padding: 18px 25px;
  background: #000000;
  color: #ffffff;
  border-radius: 4px;
}
.btn-brand-1:hover {
  background-color: #343434;
  color: #ffffff;
}

.header-logo img {
  max-width: 120px;
  height: auto;
  display: block;
}

.header-logo {
  margin-right: 0;
  min-width: 120px;
  width: auto;
}


#initial-screen {
  display: flex;
  flex-direction: column;  /* Organiza los elementos en una columna */
  justify-content: center; /* Centra el contenido verticalmente */
  align-items: center;     /* Centra el contenido horizontalmente */
  height: 80vh;           /* Asegura que el contenedor ocupe toda la altura de la pantalla */
  text-align: center;      /* Alinea el texto al centro */
}

@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateY(20px); /* Pequeño deslizamiento hacia arriba */
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

#initial-screen {
  animation: fadeIn 1s ease-out; /* Duración de 1 segundo con efecto suavizado */
}

#initial-screen h1{
  font-weight: 600;
  margin-bottom: 30px;
}

main {
  display: block;
  clear: both;
}

.login-register{
  margin-bottom: 100px;
  margin-top: 50px;
}

.login-register input {
  height: 53px;
  line-height: 53px;
  font-size: 14px;
}

.login-register a {
  color: #000000;
}

.login-register-cover {
  /* border-bottom: 1px solid #E0E6F6; */
  position: relative;
  width: 100%;
  --bs-gutter-x: 0rem !important;
  
}

.apply-job-form .text-brand-2 {
  background: #d5deff;
  display: inline-block;
  border-radius: 8px;
  padding: 5px 15px;
}

.social-login {
  height: 53px;
  border-radius: 4px;
  border: 1px solid #E0E6F6;
  width: 100%;
  line-height: 53px;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
  margin-bottom: 15px;
  background-color: #fff;
}
.social-login img {
  margin-right: 4px;
}
.social-login:hover {
  color: #3C65F5;
  border: 1px solid #E0E6F6;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #fff;
}

.hover-up {
  transition: all 0.25s cubic-bezier(0.02, 0.01, 0.47, 1);
}


.hover-up:hover {
  transform: translateY(-5px); /* Efecto de elevación */
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.divider-text-center {
  position: relative;
  text-align: center;
  margin-top: 25px;
}
.divider-text-center::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #E0E6F6;
  top: 50%;
  left: 0;
  z-index: 1;
}
.divider-text-center span {
  display: inline-block;
  padding: 0 15px;
  z-index: 2;
  position: relative;
  background-color: #f8f9fa;
}

.font-sm {
  font-weight: 500;
  font-size: 14px !important;
  line-height: 22px !important;
}

.form-group {
  position: relative;
  
}


.form-group i {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 15px;
  font-size: 18px;
  color: #A0ABB8;
}

.form-group {
  margin-bottom: 1rem;
}


.form-group input {
  background: #fff;
  border: 1px solid #E0E6F6;
/*   height: 53px; */
  box-shadow: none;
  padding-left: 20px;
  font-size: 16px;
  width: 100%;
}
.form-group input:focus {
  border-color: #B4C0E0;
}
.form-group input.form-icons {
  padding-left: 42px;
}



.cb-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  line-height: 21px;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.cb-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border: 1px solid #E0E6F7;
  border-radius: 7px;
}

.cb-container input:checked ~ .checkmark {
  border: 2px solid #179fae;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.cb-container input:checked ~ .checkmark:after {
  display: block;
}

.cb-container .checkmark:after {
  left: 0px;
  top: -1px;
  width: 21px;
  height: 22px;
  border-radius: 5px;
  background: #179fae url(../img/tick.svg) no-repeat center;
}

.links-f {
  font-size: 14px;
}

.links-f a {
  text-decoration: none;
  color: inherit; /* Mantiene el color del texto original */
}

.links-f a:hover {
  text-decoration: none;
  color: #000 !important;
}

.icon-s{
  color: #ED407B0D;
}

.dropdown-menu li {
  padding: 5px;
}

.dropdown-menu li a {
  color: #9c9c9c;
}

.hero .display-4 {
  font-size: 36px;

}

.bg-light {
  --bs-bg-opacity: .1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.btn-form-1 {
  background-color: #ED407B;
  border-color: #ED407B;
}

.btn-form-1:hover {
  background-color: #a22c4e;
  border-color: #a22c4e;
}

#mensaje {
  max-height: 150px;
  resize: none;
}

.container-form {
  padding: 0px 80px 0px 80px;
}

.container-form a {
  text-decoration: none;
  color: #ED407B;
}

.container-form a:hover {
  text-decoration: none;
  color: #a22c4e;
}

.call-to-action {
  text-align: center;
  padding: 80px 0;
  background-color: #f8f9fa;
}

.call-to-action4 {
  text-align: center;
  padding: 0px 0;
  background-color: #f8f9fa;
}

.call-to-action-list {
  text-align: center;
  padding: 10px 0 60px 0;
  background-color: #f8f9fa;
}

.call-to-action2 {
  padding: 0px 0;
}


.call-to-action3 {
  padding: 0px 0;
  background-color: #f8f9fa;
}

.call-to-action4 {
  padding: 0px 0;
  background-color: #f8f9fa;
}


.call-to-action2 i {
  color: #000;
}

.h2sub {
  font-size: 28px;
  font-weight: bold;
  color: #1a1a1a;
}

.feature-card {
  display: flex;
  flex-direction: column;
  /* justify-content: space-between; */
  height: 100%;
  background: white;
  padding: 25px;
  border-radius: 10px;
  /* box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1); */
}

.feature-card .icon-box {
  margin-bottom: 20px;
}

.feature-card img {
  max-width: 100%;
}

.feature-card p {
  color: #666;
}

.tittle-card-1 {
  color: #ED407B;
  font-weight: bold;
}

/* Espaciado de la sección */
.section-tyc {
  padding-bottom: 50px;
  padding-top: 50px;
  
}

.section-tyc ul a{
  color:#ffffff;
  display: inline-block;
  line-height: 1;
}

.section-tyc ul a:hover{
  color:#767676;
}

/* Contenedor personalizado */
.container3 {
  max-width: 1100px;
  background-color: #FFF !important;
}

.container {
  max-width: 1350px;
  border-radius: 10px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
  display: block;
}

.cont-img {
  padding: 0 0 20px 20px  !important;
}

/* Alineación del contenido */
.features-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: calc(var(--bs-gutter-x)* 3.5);
  padding-left: calc(var(--bs-gutter-x)* 1.5);
}

/* Espaciado entre elementos de la lista */
.features-box ul {
  list-style: none;
  padding: 0;
}

.features-box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  /* margin-bottom: 1px; */
}

/* Íconos dentro de la lista */
.features-box ul li i {
  font-size: 1.2rem;
}

/* Estilo de los enlaces */
.features-box ul li a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.support-box ul li {
  display: flex;
  align-items: flex-start !important;
  gap: 5px;
  margin-bottom: 5px;
}


/* Línea divisoria */
.features-box hr {
  border: none;
  height: 1px;
  background-color: white;
}

.call-to-action3 .row {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* Dos columnas iguales */
  gap: 10px;
}

.call-to-action4 .row {
  display: grid;
}


/* Estilos del botón */
.toggle-btn {
  background: none;
  border: none;
  color: #007bff;
  font-size: 16px;
  cursor: pointer;
  padding: 5px;
  display: block;
  margin-top: 10px;
  text-align: left;
}

/* Contenedor oculto por defecto */
.tab-content {
  display: none;
  margin-top: 10px;
  padding: 10px;
  border-top: 1px solid #ddd;
}


.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: .1rem var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}


.accordion-button:not(.collapsed){
  background-color: #0000000D;
  font-weight:600;
}

.accordion-body {
  color: #767676;
}

/* Eliminar el fondo de color y hover de los botones */
.btn-send, .btn-voice {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

#userInput {
  border-radius: 10px !important; /* Ajusta el valor según lo que necesites */
}

.chat-message-input #userInput {
  border: 2px solid #F0F0F0 !important;
}

 /* Estilos para el círculo con las iniciales */
 .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #000; /* Color de fondo */
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 16px;
  text-transform: uppercase;
}


.user-dropdown-custom {
  width: max-content !important;
  white-space: nowrap;
  padding: 0.5rem 1rem;
}



.section-box {

  display: inline-block;
  width: 100%;
  overflow: visible;
}







.animate__fadeIn {
  animation: fadeIn 1s ease-in-out;
}

@keyframes fadeIn {
  from {
      opacity: 0;
  }
  to {
      opacity: 1;
  }
}

.card-content {
  display: flex;
  align-items: center;
  text-align: left;
  width: 100%;
  align-items: flex-start; /* Alinea verticalmente al top */
  gap: 1rem; /* Opcional: para separar imagen y texto */
}

.card-image-pay {
  flex: 0 0 25%; /* Ocupa un tercio del ancho */
  overflow: hidden; /* Para que la imagen no sobresalga */
}

.card-image-pay img {
  width: 80%;
  object-fit: cover; /* Asegura que la imagen cubra el espacio sin distorsionarse */
}

.card-image img {
  width: 70px; /* Ajusta el tamaño del ícono */
  height: auto;
  margin-right: 15px;
}

.card-text {
  flex: 1; /* Ocupa el resto del espacio disponible */

  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}


.card-text h4 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}

.card-text p {
  font-size: 14px;
  color: #666; /* Color de texto secundario */
}

.card-link {
  text-decoration: none;
  color: inherit;
  background-color: #fff;
}

.card-link:hover {
  text-decoration: none;
}

.card-link h4:hover{
  color: #05264E;
}

.card-link .color-text-paragraph:hover {
  color: #4F5E64;
}

.card-grid-border {
  /* border: 1px solid #ddd; */ /* Borde sutil */
  border-radius: 10px; /* Bordes redondeados */
  padding: 20px;
  background: #fff;
  transition: all 0.3s ease-in-out;
  display: flex;
  align-items: stretch; /* Asegura que la imagen y el texto tengan la misma altura */
  overflow: hidden; /* Para que la imagen no sobresalga */
  display: flex;
  flex-direction: column;
  height: 100%;
  border: 1px solid #ddd;
}


.card-grid-border:hover {
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
}

.card-grid-border .link-arrow {
  display: inline-block;
  padding: 0px 35px 0px 0px;
  background: url(../imgs/template/icons/arrow-right.svg) no-repeat right top 2px;
  color: #3C65F5;
  font-size: 14px;
  line-height: 22px;
}

.card-grid-border {
  display: flex;
  align-items: stretch; /* Asegura que la imagen y el texto tengan la misma altura */
  border: 1px solid #ddd; /* Opcional: para visualizar el borde de la card */
  border-radius: 8px; /* Opcional: bordes redondeados */
  overflow: hidden; /* Para que la imagen no sobresalga */
}

.corner-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 80px;
  height: 20px;
}

.footer .footer-bottom {
  border-top: 1px solid #E0E6F7;
  padding: 30px 0px;
  color: #4F5E64;
  font-size: 14px;
}
.footer .footer-bottom strong {
  color: #000;
  font-weight: bold;
}
.footer .footer-bottom a {
  text-decoration: none;
}

.color-text-paragraph {
  color: #4F5E64;
}

.breacrumb-cover {
  background-color: #FFF;
  /* background-image: url(../imgs/page/blog/bg-breadcrumb.png); */
  background-position: top center;
  padding: 25px 0;
}


.breadcrumbs {
  background-color: #f8f9fa;
  border-radius: 6px;
  display: inline-flex; /* <--- Esto mantiene el ancho al contenido */
  align-items: center;
  padding: 7px 15px;
  list-style: none;
  margin: 0;
}

.breadcrumbs li {
  display: flex;
  align-items: center;
  position: relative;
  font-size: 14px;
  color: #66789C;
  padding-left: 20px;
}

.breadcrumbs li::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  background: url(../img/arrow-breadcrumb.svg) no-repeat center;
  background-size: contain;
}

.breadcrumbs li:first-child::before {
  display: none;
}

.breadcrumbs li:first-child {
  padding-left: 0;
}

.breadcrumbs li a {
  font-size: 14px;
  color: #66789C;
  text-decoration: none;
  line-height: 14px;
  display: block;
}
.breadcrumbs li a:hover {
  color: #000;
}

.breadcrumbs .home-icon {
  background: url(../img/home.svg) no-repeat;
  padding: 0px 0px 0px 20px;
}

.breadcrumbs li:last-child::before {
  color: #66789C;
}
.breadcrumbs li:first-child::before {
  display: none;
}

h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  color: #000;
}

.box-filters-job .dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

.box-filters-job {
  border-bottom: 1px solid #E0E6F7;
  margin-bottom: 30px;
  padding: 0px 0px 5px 0px;
}

.box-filters-job .box-view-type img {
  vertical-align: middle;
}

.box-filters-job2 .dropdown-menu[data-bs-popper] {
  right: 0;
  left: unset;
}

.box-filters-job2 {
 
  margin-bottom: 10px;
  padding: 0px 0px 5px 0px;
}
.box-filters-job2 .box-view-type img {
  vertical-align: middle;
}

.dropdown {
  position: relative;
}
.dropdown .dropdown-menu.show {
  border: thin solid #B4C0E0;
  box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0;
  overflow: hidden;
}
.dropdown .dropdown-menu.show .dropdown-item {
  padding: 10px 20px;
  color: #4F5E64;
  font-size: 14px;
}
.dropdown .dropdown-menu.show .dropdown-item.active {
  text-decoration: none;
  background-color: #EFF2FB;
}
.dropdown .dropdown-menu.show .dropdown-item:active {
  text-decoration: none;
  background-color: #EFF2FB;
}
.dropdown.dropdown-sort .dropdown-menu.show {
  border-radius: 10px;
  margin-top: 20px;
}


/* Aplica a enlaces con la clase .nav-link.active */
.nav-link.active {
  font-weight: 600;
  color: #00168C !important; /* o el color que tú desees */
  background-color: transparent; /* evita que herede un fondo si lo hubiera */
}


  



@media (min-width: 992px) {
  .dropdown-menu.dropdown-seguros {
    width: max-content !important;     /* Se ajusta al contenido */
    min-width: 0 !important;           /* Cancela el min-width de Bootstrap */
    white-space: nowrap;               /* Evita saltos de línea */
    padding: 0;                        /* Sin padding extra */
    border: thin solid #B4C0E0;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1050;
  }
}

@media (max-width: 991.98px) {
  .dropdown-menu.dropdown-seguros {
    position: static !important;
    width: 100% !important;
    min-width: 100% !important;
    box-shadow: none !important;
    border-radius: 0 !important;
    border: none !important;
    padding: 0;
  }

  .dropdown-menu.dropdown-seguros .dropdown-item {
    padding: 12px 16px;
    border-top: 1px solid #eee;
  }
}



.offcanvas-body {
  overflow-y: auto;
  max-height: calc(100vh - 56px); /* 56px si tienes un header en el offcanvas */
}

.offcanvas {
  overflow-y: visible !important;
}

@media (max-width: 991.98px) {
  .dropdown-menu.dropdown-seguros {
    position: static !important;
    width: 100% !important;
    min-width: unset !important;
    white-space: normal;
    box-shadow: none;
    border: none;
    padding: 0;
  }
}

/* Desktop - dropdown flotante */
@media (min-width: 992px) {
  .dropdown-menu.dropdown-login {
    width: max-content !important;
    min-width: 0 !important;
    white-space: nowrap;
    padding: 0;
    border: thin solid #B4C0E0;
    box-shadow: 0px 10px 20px -5px rgba(10, 42, 105, 0.06);
    border-radius: 10px;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 1050;
  }
}

/* Mobile - se comporta como menú vertical empujando contenido */
@media (max-width: 991.98px) {
  .dropdown-menu.dropdown-login {
    position: static !important;
    width: 100%;
    border: none;
    box-shadow: none;
    padding: 0;
  }
}

.navbar-toggler:focus:not(:focus-visible),
.btn-close:focus:not(:focus-visible) {
  box-shadow: none !important;
  outline: none !important;
}

.box-border {
  border: 1px solid #E0E6F7;
  border-radius: 4px;
  display: inline-block;
  padding: 1px 0px 3px 15px;
  vertical-align: sub;
}

.box-border.search-box {
  padding: 0; /* o un valor más pequeño */
  border: none; /* si tampoco quieres borde */
}

.search-box input {
  font-size: 12px;
}

.search-box input:focus {
  outline: none;
  box-shadow: none;
  border-color: transparent; /* o establece el color de borde que prefieras */
}


.text-sortby {
  color: #A0ABB8;
  font-weight: 500;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
}


.dropdown-sort {
  line-height: 21px;
  display: inline-block;
  vertical-align: middle;
}
.dropdown-sort .dropdown-toggle::after {
  border: 0px;
}
.dropdown-sort .dropdown-toggle {
  padding: 0px;
  outline: none;
  font-size: 12px;
  font-weight: 500;
}
.dropdown-sort .dropdown-toggle:focus {
  box-shadow: none;
}
.dropdown-sort .dropdown-toggle i {
  color: #4F5E64;
  float: right;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}



.job-fillter .dropdown .dropdown-toggle::after {
  border: 0px;
}
.job-fillter .dropdown .dropdown-toggle {
  font-size: 14px;
  line-height: 16px;
}
.job-fillter .dropdown .dropdown-toggle .fi-rr-angle-small-down {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0;
}

.job-fillter .dropdown .dropdown-toggle i {
  color: #4F5E64;
  float: left;
  margin: -3px 7px 0px 0px;
  font-size: 18px;
}

.dropdown-sort .btn:focus,
.dropdown-sort .btn:focus-visible,
.dropdown-sort .btn.show,
.dropdown-sort .btn:active {

  border: none;
}

.job-fillter .dropdown .dropdown-menu.show {
  border-radius: 0 0 10px 10px;
  margin: 15px 0 0 25px;
}
.job-fillter .btn-default {
  width: 140px;
  max-width: 140px;
}



.job-overview {
  border: thin solid #E0E6F7;
  border-radius: 8px;
  padding: 20px 30px 30px 30px;
  margin-bottom: 50px;
  background-color: #FFF;
}
.job-overview .sidebar-icon-item {
  font-size: 16px;
  color: #a0abb8;
  min-width: 20px;
}
.job-overview .sidebar-text-info {
  display: flex;
}
.job-overview .sidebar-text-info .small-heading {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  margin-left: 20px;
}
.job-overview .text-description {
  font-size: 14px;
  color: #000;
  line-height: 26px;
  font-weight: 400;
}


.job-overview .sidebar-text-info  .desc-1{
  color:#9c9c9c !important;
}

.detail-movement {
  margin-bottom: 20px !important;
}

.space-blank-1 {
  height: 100px;
}

.space-blank-2 {
  height: 200px;
}

.box-info-contact {
  background-color: #FFF;
  padding: 40px 40px 20px 40px;
  display: inline-block;
  width: 100%;
}


.modal-edit-payment{
  cursor: pointer;
}

.navbar-toggler {
  border: none;
  background-color: transparent;
}




.user-avatar:hover {
  background-color: #343a40;
  color: #fff;

  font-weight: bold;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dropdown-menu {
  min-width: 160px;
}

.navbar-nav > .nav-item {
  margin-left: 0rem;
  margin-right: 0rem;
}

.dropdown-menu {
  position: absolute;
  right: 0;
  top: 100%;
  z-index: 1000;
}


.navbar-logged .navbar-nav {
  /* Aquí puedes copiar los estilos que ya tienes */
  align-items: center;
}

.user-menu .dropdown-toggle {
  white-space: nowrap;
}

.user-menu {
  position: relative;
}

/* Dropdown flotante */
.user-menu .dropdown-menu {
  position: absolute !important;
  top: 100%;
  right: 0;
  z-index: 1050; /* Asegura que flote por encima */
}

.text-compl{
  font-size: 14px !important;
}

.paginations {
  margin: 20px 0px 50px 0px;
}
.paginations .pager {
  padding: 0px;
}
.paginations .pager li {
  display: inline-block;
  vertical-align: middle;
}
.paginations .pager li a {
  display: block;
  padding: 10px 8px;
  font-weight: 600;
  color: #A0ABB8;
  line-height: 26px;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  font-weight: bold;
}
.paginations .pager li a:hover {
  color: #000000;
}
.paginations .pager li a.active {
  color: #000000;
}
.paginations .pager li a.pager-number.active::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #000000;
  opacity: 0.1;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}
.paginations .pager li a.pager-number:hover::before {
  content: "";
  height: 28px;
  width: 28px;
  background: #E0E6F7;
  opacity: 0.3;
  border-radius: 50%;
  position: absolute;
  z-index: -1;
  top: 8px;
  left: -1px;
}
.paginations .pager li .pager-prev {
  background: url(../img/page-prev.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-right: 15px;
}
.paginations .pager li .pager-prev:hover {
  background: url(../img/page-prev-hover.svg) no-repeat center;
}
.paginations .pager li .pager-next {
  background: url(../img/page-next.svg) no-repeat center;
  height: 48px;
  width: 48px;
  margin-left: 15px;
}
.paginations .pager li .pager-next:hover {
  background: url(../img/page-next-hover.svg) no-repeat center;
}


.banner-hero {
  padding: 0px 15px 0px 15px;
  position: relative;
  max-width: 1770px;
  margin: 0 auto;
}
.banner-hero .banner-inner {
  z-index: 5;
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
}
.banner-hero .banner-inner .banner-imgs {
  padding: 65px 0px 0px 0px;
  position: relative;
  height: 100%;
  min-height: 540px;
}
.banner-hero .banner-inner .banner-imgs .block-1 {
  position: absolute;
  top: 10%;
  left: -150px;
}
.banner-hero .banner-inner .banner-imgs .block-2 {
  position: absolute;
  bottom: 0%;
  right: 120px;
}
.banner-hero .banner-inner .banner-imgs .block-3 {
  position: absolute;
  top: 21%;
  right: 220px;
}
.banner-hero .banner-inner .banner-imgs .block-4 {
  position: absolute;
  bottom: 8%;
  left: -80px;
}
.banner-hero .block-banner {
  position: relative;
  z-index: 12;
  padding: 50px 60px 30px 60px;
  text-align: center;
}
.banner-hero .block-banner .form-find {
  background: #ffffff;
  border: 1px solid #F0F0F0; /* Borde gris claro */
  border-radius: 15px;
  display: inline-block;
  /* width: 70%; */
  padding: 10px 10px;
  box-shadow: none; /* Elimina la sombra */
}

.banner-hero .block-banner .form-find form {
  display: flex;
  width: 100%;
}
/* Estilo base (desktop) */
.banner-hero .block-banner .form-find .btn-find {
  background-image: url(../img/search-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px 24px;
  background-color: #000;
  border: none;
  width: 100px !important; /* menor tamaño para desktop */
  height: 40px;
  padding: 0;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner-hero .block-banner .form-find .form-input {
  border: 0px solid rgba(26, 15, 9, 0.1);
  border-radius: 0px;
  padding: 10px 20px 10px 34px;
  display: inline-block;
  width: 100%;
}
.banner-hero .block-banner .form-find .select2 {
  border: 0px solid rgba(26, 15, 9, 0.1);
  border-radius: 0px;
  padding: 10px 20px 10px 30px;
  display: inline-block;
  width: 100% !important;
  margin-right: 10px;
  position: relative;
  max-width: 180px;
}
.banner-hero .block-banner .form-find .select2::after {
  content: "";
  height: 18px;
  width: 1.4px;
  border-radius: 5px;
  background-color: #B4C0E0;
  position: absolute;
  top: 16px;
  right: -3px;
}
.banner-hero .block-banner .form-find .select2::before {
  content: "";
  background: url(../img/icon-location.svg) no-repeat;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 15px;
}
.banner-hero .block-banner .form-find .select2 .select2-selection__arrow {
  background: url(../img/arrow-down.svg) no-repeat right 10px center;
  top: 11px;
  width: 26px;
}
.banner-hero .block-banner .form-find .select2 .select2-selection__arrow b {
  display: none !important;
  background-color: #9777fa;
}
.banner-hero .block-banner .form-find .box-industry {
  width: 100%;
  max-width: 180px;
}
.banner-hero .block-banner .form-find .box-industry .select2::before {
  content: "";
  background: url(../img/industry.svg) no-repeat;
  padding-right: 10px;
  width: 18px;
  height: 18px;
  position: absolute;
  left: 11px;
  top: 15px;
}
.banner-hero .block-banner .form-find .input-keysearch {
  background: url(../img/key-numbers.svg) no-repeat left 10px center;
}
.banner-hero .block-banner .form-find .input-industry {
  background: url(../img/icon-job.svg) no-repeat left 18px center;
}

.banner-hero .block-banner .list-tags-banner {
  position: relative;
}
.banner-hero .block-banner .list-tags-banner a {
  color: #4F5E64;
  font-size: 14px;
  margin-left: 2px;
  text-decoration: underline;
}
.banner-hero .block-banner .list-tags-banner strong {
  font-weight: 700;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 14px;
  color: #4F5E64;
}
.banner-hero .heading-banner {
  color: #000;
  font-size: 48px;
  line-height: 60px;
}
.banner-hero .color-brand-2 {
  color: #000000;
  position: relative;
}
.banner-hero .color-brand-2::after {
  content: "";
  background-color: #1363f8;
  height: 25px;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -6px;
  z-index: -1;
  opacity: 0.1;
}
.banner-hero .banner-description {
  position: relative;
  font-size: 18px;
  color: #4F5E64;
}
.banner-hero.banner-image-single {
  padding: 20px 0px 20px 0px;
}
.banner-hero.banner-image-single img {
  width: 100%;
  border-radius: 16px;
}
.banner-hero.banner-company {
  padding: 40px 20px 60px 20px;
  border-radius: 16px;
  position: relative;
}
.banner-hero.banner-company .block-banner {
  padding: 0px 0px 0px 0px;
}
.banner-hero.banner-single {
  padding: 40px 20px 60px 20px;
  background: #FFF4F4;
  border-radius: 16px;
  position: relative;
}
.banner-hero.banner-single::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 5px;
  height: 170px;
  width: 213px;
  background: url(../img/right-job-head.svg) no-repeat left bottom;
  background-size: contain;
}
.banner-hero.banner-single::before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -3px;
  height: 170px;
  width: 218px;
  background: url(../imgs/page/job-single/left-job-head.svg) no-repeat left bottom;
  background-size: contain;
  display: inline;
  top: auto;
  right: auto;
}
.banner-hero.hero-2 {
  position: relative;
  width: 100%;
  padding: 100px 0px 80px 0px;
  max-width: 100%;
  background: url(../imgs/page/homepage2/banner.png) no-repeat top center;
  background-size: cover;
}
.banner-hero.hero-2::before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #05264E;
  opacity: 0.8;
  z-index: 1;
}
.banner-hero.hero-2 .banner-inner {
  z-index: 2;
  position: relative;
  max-width: 725px;
  margin: auto;
  width: 100%;
}
.banner-hero.hero-2 .banner-inner .block-banner {
  padding: 0px;
  text-align: center;
}
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong,
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner a {
  color: #ffffff;
}
.banner-hero.hero-2 .banner-inner .block-banner .list-tags-banner strong {
  margin-right: 10px;
}
.banner-hero.hero-2 .banner-inner .block-banner .form-find .select2 {
  text-align: left;
}
.banner-hero.hero-3 {
  background: #3C65F5;
}
.banner-hero.hero-3::before {
  display: none;
}


.form-input:focus,
.select-active:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #ccc; /* Opcional: define un color neutro si no quieres que cambie */
}

@media (max-width: 767.98px) {
  
  .footer .footer-col-1,
  .footer .footer-col-2,
  .footer .footer-col-3,
  .footer .footer-col-4,
  .footer .footer-col-5,
  .footer .footer-col-6 {
    width: 50%;
  }

  .w-mobile-90 {
    width: 90% !important;
  }

  .banner-hero .block-banner .form-find .select2,
  .banner-hero .block-banner .form-find .box-industry {
    max-width: 100%;
  }
  .banner-hero .block-banner .form-find {
    padding: 15px;
    margin-top: 40px !important;
  }
  .banner-hero .block-banner .form-find form {
    display: block;
  }
  .banner-hero .block-banner .form-find form input {
    margin-bottom: 15px;
  }
  .banner-hero .block-banner .form-find form button {
    margin-top: 15px;
  }
  .banner-hero .block-banner .form-find .select2::after {
    display: none;
  }

  .banner-hero .block-banner.form-none-shadow .form-find {
    margin-top: 0px !important;
  }

  .banner-hero .block-banner .form-find .btn-find {
    width: 100% !important; /* Ancho completo en mobile */
    background-position: 16px center;
    background-size: 20px 20px;
    padding-left: 40px; /* espacio para el ícono */
    justify-content: flex-start; /* Alinea el texto a la izquierda */
  }

}



@media (max-width: 484.98px) {
  .swiper-style-2 .item-5 {
    width: 100%;
  }
  .text-sortby {
    display: none;
  }
  .paginations .pager li .pager-prev {
    margin-right: 0px;
  }
  .paginations .pager li .pager-next {
    margin-left: 0px;
  }
  .paginations .pager li a {
    line-height: 24px;
    font-size: 16px;
  }
  .box-radius-8 {
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
  .box-radius-8 .image {
    min-width: 100%;
    padding-right: 0px;
    text-align: center;
    margin-bottom: 15px;
  }
  h2 {
    font-size: 20px;
    line-height: 28px;
  }
  .box-newsletter-2 .font-lg {
    font-size: 14px;
    line-height: 20px;
  }
}


/* Móviles pequeños (hasta 320px) */
@media (max-width: 320px) {  
  /* Estilos para móviles muy pequeños */
  .container-form {
    padding: 0px 10px 0px 10px;
    margin-bottom: 40px;
  }

  .hero {
    height: 100% !important;
    padding: 50px 0px 50px 0px !important;
  }
  
  .bc-movil {
    margin-top: 15px;
  }
}

/* Móviles estándar (321px - 480px) */
@media (min-width: 321px) and (max-width: 480px) {  
  /* Estilos para smartphones */
  .container-form {
    padding: 0px 10px 0px 10px;
    margin-bottom: 40px;
  }

  .hero {
    height: 100% !important;
    padding: 50px 0px 50px 0px !important;
  }

  .bc-movil {
    margin-top: 15px;
  }
}

/* Móviles grandes / Phablets (481px - 600px) */
@media (min-width: 481px) and (max-width: 600px) {  
  /* Estilos para móviles grandes */
  .container-form {
    padding: 0px 10px 0px 10px;
    margin-bottom: 40px;
  }

  .hero {
    height: 100% !important;
    padding: 50px 0px 50px 0px !important;
  }

  .bc-movil {
    margin-top: 15px;
  }
}

/* Tablets en vertical (601px - 768px) */
@media (min-width: 601px) and (max-width: 768px) {  
  /* Estilos para tablets */
  .container-form {
    padding: 0px 10px 0px 10px;
    margin-bottom: 40px;
  }

  .hero {
    height: 100% !important;
    padding: 50px 0px 50px 0px !important;
  }

  .bc-movil {
    margin-top: 15px;
  }
}

/* Tablets en horizontal y laptops pequeñas (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {  
  /* Estilos para tablets en horizontal y laptops pequeñas */
  .container-form {
    padding: 0px 10px 0px 10px;
    margin-bottom: 40px;
  }

  .bc-movil {
    margin-top: 15px;
  }

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

  .navbar-nav li {
    margin: 10px 0px 10px 0px;
  }
}

/* Cuando la pantalla es menor a 768px (ej. móviles), cambia a una sola columna */
@media (max-width: 768px) {
  .call-to-action3 .row {
      grid-template-columns: 1fr; /* Una sola columna */
  }

  .call-to-action4 .row {
      grid-template-columns: 1fr; /* Una sola columna */
  }

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

  .navbar-nav li {
    margin: 10px 0px 10px 0px;
  }


}

/* Tablets en vertical (601px - 768px) */
@media (min-width: 601px) and (max-width: 768px) {  
  /* Estilos para tablets */
  .container-form {
    padding: 0px 10px 0px 10px;
    margin-bottom: 40px;
  }
}

/* Tablets en horizontal y laptops pequeñas (769px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {  
  /* Estilos para tablets en horizontal y laptops pequeñas */
  .container-form {
    padding: 0px 10px 0px 10px;
    margin-bottom: 40px;
  }
}



@media (max-width: 991.98px) {
  .hide-on-mobile {
    display: none !important;
  }

  /* Asegura que el navbar se mantenga alineado a la derecha en móvil */
  .navbar-logged .navbar-nav {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }

  .navbar-logged .navbar-nav .nav-item {
    margin-left: 1rem;
  }

  /* Opcional: si el avatar se baja de línea, puedes usar esto para evitarlo */
  .navbar-logged .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }

  .navbar-logged .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }

  .navbar-logged .navbar-nav {
    flex-direction: row;
    align-items: center;
    justify-content: flex-end;
    width: 100%;
  }

  .navbar-logged .navbar-nav .nav-item {
    margin-left: 1rem;
  }

  .hide-on-mobile {
    display: none !important;
  }

  .footer .footer-col-1,
  .footer .footer-col-2,
  .footer .footer-col-3,
  .footer .footer-col-4,
  .footer .footer-col-5,
  .footer .footer-col-6 {
    width: 100%;
    margin-bottom: 20px;
  }

}

@media (max-width: 1399.98px) {

  
  .banner-hero.hero-1 .block-banner {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-right: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
    max-width: 720px;
    overflow: hidden;
  }
  .banner-hero.hero-1::before {
    width: 100%;
    border-radius: 0;
    left: 0;
  }
  .banner-hero.hero-1 .banner-imgs {
    display: none;
  }
  .banner-hero.hero-1 h1 {
    font-size: 52px;
  }
}


.accordion-button:focus {
  box-shadow: none;
  outline: none;
}




    .chat-section {
      padding-top: 5vh;
    }

    .chat-box {
        background-color: #ffffff;
        color: #000;
        border-radius: 16px;
        height: 200px;                  /* Altura fija */
        overflow-y: auto;              /* Habilita scroll cuando crece */
        padding: 20px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    

    .chat-box .user-message {
      text-align: right;
      color: #000;
    }

    .chat-box .bot-message {
      text-align: left;
      color: #555;
    }

    .input-group input {

       background-color: #fff;
  color: #000;
  border: none !important;        /* Elimina cualquier borde */
  box-shadow: none !important;    /* Elimina bordes internos o resaltados de foco */
  border-radius: 12px;
  outline: none; 
    }

    .input-group .btn {
      border-radius: 12px;
    }


.send-btn i {
  font-size: 28px;
  color: #616161;
}
.send-btn {
  background-color: #fff;         /* fondo negro */
  color: #fff;                    /* ícono blanco */
  border: none;
  border-radius: 50%;             /* redondo */
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background-color 0.3s ease;
}

.send-btn:hover {
  background-color: #fff;
}

#chat-box {
  display: none;
}

.text-showing {
  display: inline-block;
  min-height: 30px;
  line-height: 37px;
}

.card-grid-2 {
  border-radius: 8px;
  border: 1px solid #F0F0F0;
  overflow: hidden;
  margin-bottom: 24px;
  position: relative;
  background: #F8F8F8;
  transition: box-shadow 0.3s ease, transform 0.3s ease; /* Transición suave */
  border-radius: 8px; /* Esquinas redondeadas */
}

.card-grid-2 i {
  font-size: 20px;
  color: #A0ABB8;
  margin-left: 5px;
}
.card-grid-2 i.fi-rr-marker {
  margin-left: 0;
}
.card-grid-2 .btn-apply-now {
  color: #000000;
  background-color: #fff;
  border-color: #000;
}

.card-grid-2 .btn-phone {
  color: #000000;
}


.card-grid-2:hover {
  border-color: #F0F0F0 !important;
  background-color: #ffffff;
  
  box-shadow: 0 4px 8px rgba(62, 62, 62, 0.1); /* Sombra al hacer hover */
  transform: translateY(-3px); /* Efecto de elevación */
}

.card-grid-2:hover .btn-apply-now {
  color: #ffffff;
  background-color: #515a5a;
}

.card-grid-2:hover .btn-phone {
  color: #ffffff;
  background-color: #000000;
}


.card-grid-2 a {
  text-decoration: none;
  color: #05264E;
}
.card-grid-2 a:hover {
  color: #3C65F5;
}
.card-grid-2 .card-grid-2-image-rd {
  padding: 0px 15px 0px 0px;
  display: inline-block;
  width: 30%;
  min-width: 115px;
  max-width: 115px;
}
.card-grid-2 .card-grid-2-image-rd figure {
  position: relative;
  display: inline-block;
}
.card-grid-2 .card-grid-2-image-rd figure img {
  border-radius: 50%;
  height: 100px;
  width: 100px;
}
.card-grid-2 .card-grid-2-image-rd.online figure::before {
  height: 18px;
  width: 18px;
  border-radius: 50%;
  content: "";
  position: absolute;
  bottom: 13px;
  right: 9px;
  background: #00c070;
}
.card-grid-2.grid-bd-16 {
  background-color: #ffffff;
  border-radius: 16px;
}
.card-grid-2.grid-bd-16 .lbl-hot {
  position: absolute;
  top: 25px;
  left: 25px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0px 10px;
  height: 24px;
  background: #3C65F5;
  border-radius: 5px;
  color: #ffffff;
  min-width: 42px;
  font-size: 12px;
  line-height: 18px;
}
.card-grid-2.grid-bd-16 .card-block-info .card-text-price {
  font-size: 16px;
  line-height: 26px;
}
.card-grid-2 .card-grid-2-image {
  position: relative;
  padding: 10px;
}
.card-grid-2 .card-grid-2-image .tag {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 12;
}
.card-grid-2 .card-grid-2-image figure {
  display: block;
}
.card-grid-2 .card-grid-2-image figure img {
  width: 100%;
  border-radius: 12px;
}
.card-grid-2 .card-block-info {
  display: inline-block;
  width: 100%;
  padding: 5px 10px 20px 10px;
}
.card-grid-2 .card-block-info .card-2-img-text {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 4px 0px 4px 40px;
  font-size: 14px;
  max-width: 90%;
  min-height: 44px;
}
.card-grid-2 .card-block-info .card-2-img-text .card-grid-2-img-small {
  background: #e4e4e4;
  border-radius: 50%;
  padding: 5px;
  height: 32px;
  width: 32px;
  float: left;
  margin-right: 8px;
  position: absolute;
  top: 0px;
  left: 0px;
  text-align: center;
  line-height: 30px;
}
.card-grid-2 .card-block-info .card-2-img-text span {
  display: inline-block;
  color: #05264E;
  font-size: 14px;
}
.card-grid-2 .card-block-info .card-2-img-text img {
  max-width: 100%;
}
.card-grid-2 .card-block-info .card-text-price {
  color: #FF6161;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: bold;
  font-size: 22px;
}
.card-grid-2 .card-block-info .card-text-price span {
  font-size: 14px;
  color: #4F5E64;
  font-weight: 400;
}
.card-grid-2 .card-block-info .card-2-bottom {
  position: relative;
}
.card-grid-2 .card-block-info .card-2-bottom .btn-grey-small {
  margin-right: 5px;
}
.card-grid-2 .card-block-info .card-2-bottom .btn-tags-sm {
  margin-bottom: 5px;
}
.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover {
  padding: 15px 33px;
  border: thin solid #B4C0E0;
  font-size: 14px;
}
.card-grid-2 .card-block-info .card-2-bottom.card-2-bottom-candidate .btn-brand-hover:hover {
  color: #ffffff;
}
.card-grid-2 .card-block-info .card-grid-2-img-medium {
  padding-left: 55px;
  font-size: 14px;
  font-weight: 600;
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #151515;
  line-height: 17px;
}
.card-grid-2 .card-block-info .card-grid-2-img-medium .card-grid-2-img-small {
  background-color: #5aa6ff;
  height: 44px;
  width: 44px;
  border-radius: 8px;
}
.card-grid-2 .card-block-info .card-profile {
  text-align: center;
}
.card-grid-2 .card-block-info .card-profile strong {
  font-size: 18px;
  color: #05264E;
  line-height: 18px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  display: block;
  padding-bottom: 5px;
}
.card-grid-2 .card-block-info .card-profile strong:hover {
  color: #05264E;
}
.card-grid-2 .card-block-info .card-profile > span {
  color: #4F5E64;
}
.card-grid-2 .card-block-info .card-profile .rate-reviews-small span {
  display: inline-block;
  vertical-align: middle;
}
.card-grid-2 .card-block-info .card-profile .rate-reviews-small span img {
  height: 13px;
  display: flex;
}
.card-grid-2 .employers-info {
  border-top: 1px solid #E0E6F7;
  padding-top: 20px;
}
.card-grid-2 .flash {
  position: absolute;
  top: 15px;
  right: 15px;
  height: 25px;
  width: 25px;
  /* background: url(../imgs/template/icons/flash.svg) no-repeat 0px 0px; */
}
.card-grid-2 .card-grid-2-image-left {
  padding: 30px 20px 15px 20px;
  display: flex;
  position: relative;
}
.card-grid-2 .card-grid-2-image-left .image-box {
  min-width: 52px;
  padding-right: 15px;
}
.card-grid-2 .card-grid-2-image-left .right-info .name-job {
  font-size: 18px;
  line-height: 26px;
  color: #05264E;
  font-weight: bold;
  display: block;
}
.card-grid-2 .card-grid-2-image-left .right-info .name-job:hover {
  color: #3C65F5;
}
.card-grid-2 .card-grid-2-image-left .right-info .location-small {
  background: url(../img/insurance.svg) no-repeat 0px 5px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  color: #A0ABB8;
}

.card-grid-2 .card-grid-2-image-left .right-info .category-small {
  background: url(../img/insurance.svg) no-repeat 0px 5px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  color: #A0ABB8;
}

.card-grid-2 .card-grid-2-image-left .right-info .category-service {
  background: url(../img/services.svg) no-repeat 0px 5px;
  display: inline-block;
  padding: 0px 0px 0px 20px;
  font-size: 12px;
  color: #A0ABB8;
}


.custom-responsive-img {
  width: 90%;
}

@media (min-width: 768px) {
  .custom-responsive-img {
    width: 50%;
  }
}

.dropdown-menu {
    min-width: 4rem !important;
}


.chat-message-input {
  position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 800px;
}

.chat-message-input .input-group {
  display: flex;
  gap: 0.5rem;
}

.chat-message-input .form-control {
  flex: 1;
  min-height: 50px;
}

.chat-message-input .btn-send,
.chat-message-input .btn-voice {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background-color: #000;
  color: #fff;
  border: none;
  border-radius: 8px;
}

.chat-message-input .btn-send:hover,
.chat-message-input .btn-voice:hover {
  background-color: #333;
}



.chat-input-wrapper {
  height: 124px;
  border-radius: 20px;
  border: 1px solid #dadce0;
  background: #fff;
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* box-shadow: 0 0 20px rgba(0, 0, 0, 0.05); */
  max-width: 720px;
  margin: 0 auto;
  position: relative;
}

.chat-input-wrapper .chat-input {
  border: none;
  outline: none;
  font-size: 20px;
  color: #444;
  padding: 0;
  height: auto;
  background: transparent;
    font-size: 16px;

}

.chat-input-wrapper .chat-input::placeholder {
  color: #999;
  font-size: 16px;
}

.chat-input-wrapper .send-btn {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background-color: transparent;
  border: none;
  font-size: 28px;
  color: #94aaff;
  padding: 0;
  cursor: pointer;
}

.chat-input:focus {
  outline: none;
  box-shadow: none;
}

.texto-logos{
  font-size: 28px;
}


.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 56px;
  height: 56px;
  background-color: #25D366;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  z-index: 999;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
  transition: transform 0.2s;
  text-decoration: none;
}

.whatsapp-float:hover {
  transform: scale(1.1);
  color: white !important;
}

.t-med {
  font-size: 22px;
}

.accordion-limited {
  max-width: 800px;
  width: 100%;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: .1rem var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  text-align: left;
  background: #F8F8F8;  border: 0;
  border-radius: 10px;
  overflow-anchor: none;
  font-weight: 500;
  color: #333;
  transition: background 0.3s ease;
}

.accordion-button:focus {
  box-shadow: none;
  outline: none;
}

.accordion-button:not(.collapsed){
  background: #F8F8F8;
  font-weight: 600;
  color: #222;
}




/* Quitar líneas de separación entre header y body */
.accordion-collapse {
  border-top: none;
}

/* Estilos del cuerpo del acordeón */
.accordion-body {
  background: transparent;
  border-radius: 0 0 10px 10px;
  padding: 1rem 1.25rem;
  color: #555;
}


.accordion-body {
  color: #767676;
}

.section {
  
  padding: 60px 0;
  scroll-margin-top: 90px;
  overflow: clip;
}

.accordion-item {
  border: none;
  border-radius: 10px;
  overflow: hidden;
  background: #F8F8F8;
}

.r-sent {
  background-color: #F2F7FF;
  border: none;
}

.r-review {
  background-color: #FFFAF0;
  border: none;
}

.r-ok {
  background-color: #F5FFFA;
  border: none;
}

.r-canceled {
  background-color: #FFF5F5;
  border: none;
}


