/* Quienes somos section */
.quienes_somos {
  background-image: url("/../images/Conversa.jpeg");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.custom-card2 {
  background-color: rgba(255, 255, 255, 0.9);
  /* Color blanco con 80% de opacidad */
}

.logo-container {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.logo-container img.logo {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  height: auto;
  max-width: 350px;
}

.text-smaller p {
  font-size: 21.5px;
  /* ajusta el tamaño del texto según sea necesario */
}

.seccion__beneficio {
  margin-bottom: 20px;
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  position: relative;
  z-index: 1;
}

.seccion__beneficio:nth-child(odd) {
  background-color: #f0f0f0;
}

.seccion__beneficio:nth-child(even) {
  background-color: #d3d3d3;
}

.btn__beneficio {
  margin: 20px;
}

/*para el diseño de la flecha*/
.floating-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.floating-arrow a {
  color: #b93131;
  /* Color de la flecha */
  font-size: 24px;
  text-decoration: none;
}
/* )))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))*/
/* Outplacement section */
.outplacement_section {
  background-image: url("/../images/Conversa2.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.custom-card {
  background-color: rgba(255, 255, 255, 0.5);
  /* Color blanco con 80% de opacidad */
  border-radius: 10px;
  margin-bottom: 20px;
}

.custom-card2 {
  background-color: rgba(255, 255, 255, 0.95);
  /* Color blanco con 80% de opacidad */
}

.custom-card2 .container__beneficio2 p {
  font-size: 20px;
  /* Tamaño de fuente más pequeño */
}

.custom-card .card-body {
  text-align: center;
}

.custom-card .divider {
  width: 100%;
  margin: 10px auto;
  border-top: 1px solid #ccc;
}

.custom-card img,
.custom-card2 img {
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.btn-ir-menu {
  position: absolute;
  bottom: -275px;
  right: 20px;
}

.btn-ir-menu:hover .btn-primary::after {
  content: "Volver al inicio";
}

.logo-container {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.logo-container img.logo {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  height: auto;
  max-width: 350px;
}

/*para el diseño de la flecha*/
.floating-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.floating-arrow a {
  color: #b93131;
  /* Color de la flecha */
  font-size: 24px;
  text-decoration: none;
}
/* )))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))*/
/* Oportunidad Laboral section */

.section_oportunidadLaboral {
  background-image: url("/../images/Conversa3.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.btn-ir-menu {
  position: absolute;
  bottom: -320px;
  right: 20px;
}

.btn-ir-menu:hover .btn-primary::after {
  content: "Volver al inicio";
}

.custom-card2 {
  background-color: rgba(
    255,
    255,
    255,
    0.9
  ); /* Color blanco con 80% de opacidad */
}

.logo-container {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.logo-container img.logo {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  height: auto;
  max-width: 350px;
}

.custom-image {
  width: 110%; /* Puedes ajustar este valor según tus necesidades */
  height: 99.9%; /* Esto garantiza que la proporción original de la imagen se mantenga */
}
/*para el diseño de la flecha*/
.floating-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.floating-arrow a {
  color: #b93131; /* Color de la flecha */
  font-size: 24px;
  text-decoration: none;
}

/* )))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))*/
/* Beneficio Outplacement section */

.beneficioOutplacement_section {
  background-image: url("/images/Conversa5.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.btn-ir-menu {
  position: absolute;
  bottom: -34px;
  right: 20px;
}

.btn-ir-menu:hover .btn-primary::after {
  content: "Volver al inicio";
}

.btn-ir-menu:active .btn-primary {
  background-color: darkred; /* Cambiar a tu color rojo oscuro deseado */
  color: red; /* Cambiar a tu color de texto deseado */
}

.custom-card2 {
  background-color: rgba(
    255,
    255,
    255,
    0.9
  ); /* Color blanco con 80% de opacidad */
}

.logo-container {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.logo-container img.logo {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  height: auto;
  max-width: 350px;
}

.img-custom-size {
  width: 60px; /* Ancho en píxeles */
  height: 60px; /* Alto en píxeles */
  object-fit: cover; /* Para mantener la relación de aspecto y cubrir completamente el área especificada */
}
/*para el diseño de la flecha*/
.floating-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.floating-arrow a {
  color: #b93131; /* Color de la flecha */
  font-size: 24px;
  text-decoration: none;
}

/* )))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))*/
/* Coaching Empleabilidad section */
.coachEmpleabilidad_section {
  background-image: url("/../images/Conversa7.webp");
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  margin: 0;
  padding: 0;
}

.btn-ir-menu {
  position: absolute;
  bottom: -5px;
  right: 20px;
}

.btn-ir-menu:hover .btn-primary::after {
  content: "Volver al inicio";
}

.btn-ir-menu:active .btn-primary {
  background-color: darkred; /* Cambiar a tu color rojo oscuro deseado */
  color: red; /* Cambiar a tu color de texto deseado */
}

.custom-card2 {
  background-color: rgba(
    255,
    255,
    255,
    0.9
  ); /* Color blanco con 80% de opacidad */
}

.logo-container {
  margin-bottom: 10px;
  position: relative;
  z-index: 2;
}

.logo-container img.logo {
  border-radius: 10px;
  overflow: hidden;
  width: 80%;
  height: auto;
  max-width: 350px;
}
/*para el diseño de la flecha*/
.floating-arrow {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 50%;
  padding: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.floating-arrow a {
  color: #b93131; /* Color de la flecha */
  font-size: 24px;
  text-decoration: none;
}
