.section-hero {
  padding-bottom: 0 !important;
  border: none !important;
  min-height: 90vh;
  max-height: 90vh;
}

.head {
  width: 100%;

}

.rotate {
  width: 100%;

}

.brand-logo {
  width: 100px !important;
}


.ball1 {
  height: 550px;
  width: 550px;
  background-color: #1967d2;
  border-radius: 50%;
  position: absolute;
  z-index: -10;
  opacity: 0.1 !important;
}

.ball2 {
  height: 450px;
  width: 450px;
  background-color: #1967d2;
  border-radius: 50%;
  position: absolute;
  z-index: -9;
  opacity: 0.2 !important;
}

.ball3 {
  height: 450px;
  width: 450px;
  background-color: #1967d2;
  border-radius: 50%;
  position: absolute;
  z-index: -8;
  opacity: 0.3 !important;
}


.total-container {
  display: flex;
  background-color: #fff;
  padding-left: 15px;
  border-radius: 10px;
  min-width: 20%;
  min-height: auto;
  align-content: center;
  cursor: pointer;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
  margin-top: 20px;
}

.total-container:hover {
  transform: scale(1.1) !important;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
}

.imgs>img {
  width: 30px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
}

.right {
  font-size: 2rem;
  font-weight: bold;

}

.right>p {
  font-size: 1rem;
}

.gradient-text {
  width: 100%;
  font-weight: bolder;
  font-size: 13em;
  color: blue;
  -webkit-mask-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.1)), to(rgba(0, 0, 0, 0)));
  position: absolute;
  bottom: 0;
  z-index: -99;
  transform: translateY(4rem);
  -webkit-transform: translateY(4rem);
  -moz-transform: translateY(4rem);
  -ms-transform: translateY(4rem);
  -o-transform: translateY(4rem);
}

.buscar {
  border: 1px solid #ccc;
  width: 60%;
  height: 12vh;
  background-color: #fff;
  border-radius: 12px;
  padding: 10px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
}

.buscar .area {
  width: 25%;
  border-right: 1px solid #ccc;
}

.buscar .profesion {
  width: 25%;
  border-right: 1px solid #ccc;
}

.buscar .municipio {
  width: 25%;
  border-right: 1px solid #ccc;
}

.buscar .palabras-clave {
  width: 25%;
  border-right: 1px solid #ccc;
}

.buscar .palabras-clave input {
  margin-left: 10px;
  border: none;
  outline: none;
  width: 80%;
}

.buscar .palabras-clave input:active {
  border: none;
  outline: none;
}

.buscar .palabras-clave input:focus {
  border: none;
  outline: none;
}

.buscar button {

  width: 140%;
  margin: 10px;
  height: 140%;
  font-weight: bolder;
  background-color: #1967d2;
  color: #fff;
  border: none;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
}

.buscar button:hover {
  opacity: .8;
}

.buscar select {
  border: none !important;
  font-size: .8rem;
  outline: none !important;
}

.form-select:focus {
  border: none !important;
  outline: 0;
  box-shadow: none;
}

.form-select:active {
  border: none !important;
  outline: 0;
  box-shadow: none;
}




.div-valores {
  border-radius: 10px !important;
  opacity: 0.9 !important;
}

.vacantes {
  background-color: #dbe6f7;
  z-index: 1;
}

.vacantes h1 {
  font-weight: bolder;
  font-size: 3rem;
}

.ring-1 {
  width: 600px;
  height: 600px;
  border: 130px solid #1967d2;
  right: -100;
  top: 150px;
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.ring-2 {
  width: 400px;
  height: 400px;
  border: 130px solid #1967d2;
  right: 0;
  bottom: 0;
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.ring-3 {
  width: 700px;
  height: 700px;
  border: 130px solid #758496;
  right: -80;
  bottom: 0;
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.ring-4 {
  width: 400px;
  height: 400px;
  border: 130px solid #758496;
  right: 0;
  top: 0;
  opacity: 0.1;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.ring-5 {
  width: 40rem;
  height: 40rem;
  border: 330px solid #1967d2;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  opacity: 0.04;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}

.ring-6 {
  width: 40rem;
  height: 40rem;
  border: 330px solid #1967d2;
  bottom: 0;
  right: 0;
  opacity: 0.04;
  position: absolute;
  border-radius: 50%;
  z-index: -1;
}


.vacant-card {
  background-color: #fff;
  height: auto;
  border-radius: 10px;
  margin: 20px;
  box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.2);
  display: flex;
  z-index: 10;
  font-size: 0.9em;
}

.vacant-card>.imagen {
  margin-left: 20px;
  width: 30%;
  height: 85%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 1px 2px 2px 2px rgba(0, 0, 0, 0.1);
  transform: translateY(40px);
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacant-card>.info {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}



.vacant-card2 {
  background-color: #fff;
  height: auto;
  margin: 20px;
  box-shadow: 0px 0px 6px rgb(0, 0, 0, 0.2);
  display: flex;
  z-index: 10;
  font-size: 0.9em;
}

.vacant-card2>.imagen {
  margin-left: 10px;
  width: 20%;
  height: 85%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.vacant-card2>.info {
  width: 85%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px;
}

.btn-empleos {
  padding: 10px 15px
}

.circles {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}

.circles li {
  position: absolute;
  display: block;
  -webkit-animation: animate 25s linear infinite;
  animation: animate 25s linear infinite;
  bottom: -150px;
  background: #1967d2;
}

.circles li:nth-child(1),
.circles li:nth-child(2),
.circles li:nth-child(3),
.circles li:nth-child(4),
.circles li:nth-child(5),
.circles li:nth-child(6),
.circles li:nth-child(7),
.circles li:nth-child(8),
.circles li:nth-child(9),
.circles li:nth-child(10),
.circles li:nth-child(11),
.circles li:nth-child(12),
.circles li:nth-child(13),
.circles li:nth-child(14),
.circles li:nth-child(15),
.circles li:nth-child(16),
.circles li:nth-child(17),
.circles li:nth-child(18),
.circles li:nth-child(19),
.circles li:nth-child(20) {
  width: 24px;
  height: 24px;
}

.circles li:nth-child(1) {
  left: 25%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(2) {
  left: 10%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 12s;
  animation-duration: 12s;
}

.circles li:nth-child(3) {
  left: 70%;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}

.circles li:nth-child(4) {
  left: 40%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 18s;
  animation-duration: 18s;
}

.circles li:nth-child(5) {
  left: 65%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.circles li:nth-child(6) {
  left: 75%;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.circles li:nth-child(7) {
  left: 35%;
  -webkit-animation-delay: 7s;
  animation-delay: 7s;
}

.circles li:nth-child(8) {
  left: 50%;
  -webkit-animation-delay: 15s;
  animation-delay: 15s;
  -webkit-animation-duration: 45s;
  animation-duration: 45s;
}

.circles li:nth-child(9) {
  left: 20%;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-animation-duration: 35s;
  animation-duration: 35s;
}

.circles li:nth-child(10) {
  left: 85%;
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  -webkit-animation-duration: 11s;
  animation-duration: 11s;
}

@-webkit-keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 10px;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

@keyframes animate {
  0% {
    -webkit-transform: translateY(0) rotate(0deg);
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 10px;
  }

  100% {
    -webkit-transform: translateY(-1000px) rotate(720deg);
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
  }
}

.icono {
  cursor: pointer;
}

.icono:hover {
  opacity: .7;
}

.boletin {
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  flex-direction: row;
}

.card-boletin {
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

.card-boletin:hover {
  transform: translateY(-10px) !important;
  -webkit-transform: translateY(-10px) !important;
  -moz-transform: translateY(-10px) !important;
  -ms-transform: translateY(-10px) !important;
  -o-transform: translateY(-10px) !important;
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
  opacity: .8 !important;
}

.becas {
  display: flex;
  align-items: center;
}

.registro {
  transition: .2s;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  -ms-transition: .2s;
  -o-transition: .2s;
}

.registro:hover {
  transform: scale(.95) !important;
  -webkit-transform: scale(.95) !important;
  -moz-transform: scale(.95) !important;
  -ms-transform: scale(.95) !important;
  -o-transform: scale(.95) !important;
  transition: .1s;
  -webkit-transition: .1s;
  -moz-transition: .1s;
  -ms-transition: .1s;
  -o-transition: .1s;
  background-color: #ccc;
}

@media (max-width: 810px) {
  .boletin {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  .card-boletin {
    width: 90% !important;
    margin: 20px;
  }


}

@media (max-width: 1322px) {
  .buy-button a span {
    display: none;

  }
}

@media (min-width: 992px) {
  #navigation .cuenta {
    display: none !important;
  }


}

@media (max-width: 991px) {
  .buy-button {
    display: none;
  }


}


.btn-reg-empleador-aspirnate {
  line-height: 20px;
}

.pie-de-pagina {
  max-height: 60px !important;
}

.menu-opciones {
  list-style-type: none !important;
}

.menu-cerrar-sesion {
  border: none !important;
  cursor: pointer !important;
}

.menu-opciones-reg {
  border: none !important;
  font-size: 18px !important;
}

/* Excluir los <i> dentro */
.menu-opciones-reg i {
  font-size: initial !important;
}

.heigth-20 {
  height: 20px !important;
}

.width-15p {
  width: 15% !important;
}

.width-20p {
  width: 20% !important;
}

.width-30p {
  width: 30% !important;
}

.width-45p {
  width: 45% !important;
}

.width-50p {
  width: 50% !important;
}

.width-60p {
  width: 60% !important;
}

.width-70p {
  width: 70% !important;
}

.width-75p {
  width: 75% !important;
}

.width-80p {
  width: 80% !important;
}

.width-90p {
  width: 90% !important;
}

.width-100p {
  width: 100% !important;
}

.color-gris {
  color: #758496 !important;
}

.color-azul {
  color: #242B57 !important;
}

.color-back-to-top {
  background-color: rgb(65, 121, 203) !important
}

.main-page-body {
  overflow-x: hidden !important
}

.img-trasnform-10 {
  transform: translateX(-10px);
}

.img-trasnform-20 {
  transform: translateX(-20px);
}

.img-trasnform-30 {
  transform: translateX(-30px);
}

.text-aling-justify {
  text-align: justify !important;
}

.max-height-100 {
  max-height: 100px !important;
}

.max-height-150 {
  max-height: 150px !important;
}

.text-decoration-under {
  text-decoration: underline !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.height-60-5vh{
  height: 60.5vh !important;
}

.border-radius-10 {
  border: 0 !important;
  border-radius: 10px !important;
}



.carousel-inner {
  max-width: 400px; /* Ancho máximo del carrusel */
  max-height: 480px; /* Altura máxima del carrusel */
  margin: 0 auto; /* Centrar el carrusel */
}

.carousel-item img {
  width: 100%; /* Ajustar al ancho del contenedor */
  height: 100%; /* Ajustar a la altura del contenedor */
  object-fit: cover; /* Recortar la imagen si es necesario */
}

.custom-carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  background-color: rgba(0, 0, 0, 0.5); /* Fondo semitransparente */
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}

.carousel-control-prev.custom-carousel-control {
  left: -60px; /* Ajusta la distancia del botón izquierdo */
}

.carousel-control-next.custom-carousel-control {
  right: -60px; /* Ajusta la distancia del botón derecho */
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  filter: invert(1); /* Cambia el color del ícono a blanco */
}

.scrollable-textarea {
    height: 200px;
    overflow-y: auto;
    resize: vertical; /* Opcional: permite que el usuario cambie el tamaño verticalmente */
  }


.text-md-18 p,
.text-md-18 label,
.text-md-18 button,
.text-md-18 input,
.text-md-18 textarea {
    font-size: 18px !important;
}

.text-md-18 input::placeholder,
.text-md-18 textarea::placeholder {
    font-size: 18px !important;
}

/* Excluir los <i> dentro */
.text-md-18 small, em, i {
  font-size: 15px !important;
}




.btn-pink {
  background-color: #B63B83;
  color: #fff;
  padding: 0.55rem 1.5rem;
  border: none;
  font-size: 1rem;
  border-radius: 0.375rem;
}

.btn-pink:hover {
  background-color: #8E2E69;
  color: #fff;
  text-decoration: underline;
}

.btn-pink:active,
.btn-pink:focus:active {
  background-color: #6a1e4f;
  box-shadow: none;
}


.btn-verde-oscuro {
  background-color: #3A8C88;
  color: #fff;
  border: none;
  /* espacio vertical y horizontal */
  font-weight: 700;
  /* opcional: más negrita */
}

.btn-verde-oscuro .btn-md {
  padding: 0.75rem 2.5rem;
  /* espacio vertical y horizontal para botones medianos */
}

.btn-verde-oscuro .btn-lg {
  padding: 1rem 2.7rem;
  font-size: 1rem;
}


.btn-verde-oscuro:hover {
  background-color: #257a76;
  color: #fff;
  text-decoration: underline;
}

.btn-verde-oscuro:active,
.btn-verde-oscuro:focus:active {
  background-color: #187874;
  color: #fff;
  box-shadow: none;
  /* quita el sombreado de Bootstrap al presionar */
}