@charset "utf-8";

body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  color: #333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  margin: 0 0 10px;
}

#header {
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ae1818;
  color: #fff;
  max-height: 110px;
}

.header-logo {
  float: left;
  max-width: 300px;
}

.header-logo .logo img {
  display: block;
}

.header-logo img {
  height: 79px;
  width: auto;
}

.img_boton {
  width: 70px;
  height: 70px;
  margin-top: 1rem;
  margin-bottom: 1rem;
  cursor: pointer;
}

.img_user {
  width: 70px;
  height: 70px;
  margin-top: -10px;
  border-radius: 5px;
}

.menu_flotante {
  background-color: #ebe9ea;
  border: 1px solid #d2d2d2;
  border-radius: 8px 8px 8px 8px;
  float: left;
  position: fixed;
  text-align: center;
  width: 200px;
}

.campo_obligatorio {
  color: #f00;
  font-size: 20px;
}

.bg-cargolap {
  background-color: #990000;
  color: #fff;
  font-size: 13px;
}

.bg-blanco-rojo:hover {
  background-color: #990000;
  color: #fff;
  border-radius: 10px;
}

.texto-blanco {
  color: white;
}

.texto-negro {
  color: black;
}

.btn-circular {
  padding: 12px 30px;
  border: none;
  border-radius: 40px;
  text-transform: uppercase;
  font-weight: 500;
  text-align: center;
}

.cuadro_texto2 {
  background: #eeeeee;
  border: 0;
  margin-bottom: 10px;
  padding: 8px;
  color: #000000;
  font-size: 15px;
  width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/*fondo de cada campo en el formulario*/

.cuadro_texto2:focus,
textarea:focus {
  background: #fff;
  outline: none;
  -webkit-box-shadow: 0 0 10px #e30713;
  -moz-box-shadow: 0 0 10px #e30713;
  -o-box-shadow: 0 0 10px #e30713;
  box-shadow: 0 0 10px #e30713;
}

.select_formulario {
  background-color: #06c;
  color: white;
  width: 100%;
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 5px;
  font-size: 15px;
  cursor: pointer;
}

.select_formulario:focus {
  background-color: #06c;
  color: white;
  outline: none;
  -webkit-box-shadow: 0 0 10px #e30713;
  -moz-box-shadow: 0 0 10px #e30713;
  -o-box-shadow: 0 0 10px #e30713;
  box-shadow: 0 0 10px #e30713;
}

.oculto {
  display: none !important;
}

.puntero {
  cursor: pointer;
}

.tabActual {
  background: #000;
}

.toolbox {
  max-width: 1080px;
  height: auto;
  position: absolute;
  top: 250px;
  z-index: 300;
  box-shadow: 2px 2px 7px -1px rgba(0, 0, 0, 0.5);
  margin: 0 auto;
  border-radius: 8px;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
}

.toolbox-height-carousel {
  height: 430px;
  overflow: hidden;
}

.style-iconos {
  font-size: 40px;
  color: #d10000;
}

#sidebar-nav {
  width: 260px;
}

.contenedor-imagen {
  height: 250px;
  position: relative;
  overflow: hidden;
}

.contenedor-imagen img {
  position: absolute;
  bottom: 0;
  width: 100%;
  transform: translate(0, 20%);
}



.image-container {
  width: 100%;
  aspect-ratio: 4 / 3; /* proporción uniforme para todas las imágenes */
  overflow: hidden;
  border-radius: 8px;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* recorta manteniendo proporciones */
  object-position: center; /* centra el recorte */
  display: block;
}

@media only screen and (max-width: 991px) {
  .toolbox {
    max-width: 100%;
    height: auto;
    position: relative;
    top: 0px;
    z-index: 300;
    box-shadow: 2px 2px 7px -1px rgba(0, 0, 0, 0.5);
    margin: 0 auto;
    border-radius: 8px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
  }

  .toolbox-height-carousel {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  #sidebar-nav {
    width: 200px;
  }

  #mensajeHeader {
    text-align: right;
  }

  #mensajeHeader h4 {
    font-size: 15px;
    padding: 0;
    margin: 0;
  }
  #mensajeHeader p {
    font-size: 12px;
  }

  .header-logo {
    /* float:; */
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 200px;
  }

  .header-logo img {
    height: 50px;
    width: auto;
    margin-bottom: 7px;
  }


}

/*=========================================================
	11 -> FOOTER
===========================================================*/

#footer {
  background: #15161d;
  color: #b9babc;
}

#bottom-footer {
  background: #15161d;
}

.footer {
  margin: 30px 0px;
}

.footer .footer-title {
  color: #fff;
  text-transform: uppercase;
  font-size: 15px;
  margin: 0px 0px 30px;
}

.footer-links li + li {
  margin-top: 15px;
}

.footer-links a {
  color: #b9babc;
}

.footer-links i {
  color: #d10000;
  width: 14px;
  text-align: center;
}

.footer-links a:hover {
  color: #d10000;
}
/*=========================================================
===== TAG REMESAS ===== 
===========================================================*/
.tag-container {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid #ccc;
  padding: 6px;
  border-radius: 6px;
  cursor: text;
  background-color: #fff;
  min-height: 45px;
}
.tag {
  background: #e25b5b;
  color: white;
  border-radius: 20px;
  padding: 6px 12px;
  margin: 4px;
  display: flex;
  align-items: center;
  font-size: 14px;
}
.tag span {
  margin-left: 8px;
  cursor: pointer;
  font-weight: bold;
}
.tag-input {
  border: none;
  flex: 1;
  min-width: 100px;
  font-size: 15px;
  outline: none;
  padding: 5px;
}

/* Barras de progreso */
.progress-wrapper {
  height: 40px;
}

/* Línea base */
.progress-wrapper .progress {
  z-index: 0;
  background-color: #e9ecef;
  border-radius: 10px;
}

/* Círculos */
.progress-wrapper .circle {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 16px;
  z-index: 2;
  position: relative;
}

/* Etiquetas */
.progress-wrapper .label {
  font-size: 0.8rem;
  font-weight: 600;
  color: #555;
}
/*=========================================================
===== ESTILO DEL MINI CAPTCHA ===== 
===========================================================*/
.custom-captcha {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #dcdcdc;
  border-radius: 5px;
  padding: 10px 14px;
  background-color: #fff;
  width: 320px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease-in-out;
}

.captcha-left {
  display: flex;
  align-items: center;
  gap: 10px;
}

.captcha-left input[type="checkbox"] {
  width: 24px;
  height: 24px;
  cursor: pointer;
  accent-color: #4caf50;
}

.captcha-left label {
  font-size: 15px;
  color: #333;
  font-weight: 500;
  user-select: none;
}

/* Estilo del spinner */
.spinner {
  display: none;
  color: #4caf50;
  font-size: 1.2rem;
}

.verificando .spinner {
  display: inline-block;
}

.verificando input,
.verificando label {
  opacity: 0.6;
  pointer-events: none;
}

.captcha-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 10px;
  color: #777;
}

.captcha-right img {
  width: 38px;
  height: 38px;
}

.captcha-right a {
  color: #777;
  text-decoration: none;
  font-size: 10px;
}

.captcha-right a:hover {
  text-decoration: underline;
}

/* Ocultar el botón por defecto */
#btnConsultar {
  display: none;
}
