@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

* {
  margin: 0;
  padding: 0;
  font-family: 'Montserrat', sans-serif;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  scroll-margin-top: 15rem;
  position: relative;
  text-transform: uppercase;
}

:root {
  --primary: #19A9C9;
  --secondary: #686868;
  --third: #0c667b;
  --body: #F5FAFD;
  --verde: #20C019;

}


body {
  width: 100%;
  overflow-x: hidden;
  height: 100dvh;
  /* background-color: #f7f7f7; */
  background-color: #F5FAFD;

}

.main-general {

  min-height: 100dvh;
  z-index: 2;
  padding-bottom: 15px;
}

/*******************
 HEADER INICIO 
 *******************/

header {
  /* position: fixed; */
  z-index: 3;
  top: 0;
  background-color: #F5FAFD;

  width: 100%;
  /* height: 125px; */
  padding: 10px 0;
  /* box-shadow: 0 2px 2px 0 hsla(0, 0%, 0%, 0.1); */

}

header::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 51%;
  transform: translateX(-50%);
  width: 100%;
  height: 1px;
  background-color: #68686824;
}

header .container,
header .row {
  height: 100%;
}

header img {
  width: 100%;
  max-width: 200px;
  height: auto;
  object-fit: contain;
  display: block;
  margin: auto;
}

header h2 {
  color: var(--primary);
  font-weight: 600;
  font-size: 2rem;
  margin: 0;
  text-align: center;
}



.contenedor-titulo {
  display: grid;
  place-items: center;
}

.contenedor-info-header {
  height: 100%;
}

.contenedor-info-header div {
  display: grid;
  place-items: center;
}

.contenedor-info-header span {
  color: var(--secondary);
  font-weight: 600;
}

/*******************
 HEADER FIN 
 *******************/

/*******************
 FORUMLARIO INICIO 
 *******************/
.dashboard-datos {
  background-color: #FFF;
  padding: 20px;
  border: 1px solid rgb(210, 210, 210);
  margin-bottom: 20px;
}

.dashboard-datos h3 {
  color: #FFF !important;
  background-color: var(--primary);
  width: 100%;
  text-align: start !important;
  padding: 10px;
}


.contenedor-formulario {
  /* background-color: #e8e8e8; */

  padding: 20px 0 30px 0;

}

.contenedor-formulario h3 {
  color: var(--primary);
  text-align: center;
  font-weight: 500;
  font-size: 1.2em;
}

.contenedor-formulario h4 {
  margin-top: 15px;
  color: var(--primary);
  font-weight: 600;
  font-size: 1rem;
}


.contenedor-formulario form {
  margin-top: 15px;
}

.label-fecha {
  font-weight: 500;
  color: var(--secondary);
  font-size: 0.9rem;
}

.label-fecha span {
  font-weight: 600;
  font-size: 0.95rem;

}

.form-group {
  margin-bottom: 15px;
}

.input-group>.input-group-prepend>.input-group-text {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.fondo-verde {
  background: var(--primary);
  color: #ffffff;
}

.input-icono {
  width: 50px;
  text-align: center;
  display: inline-block;
}

.input-icono-grande {
  width: 80px;
  text-align: center;
  display: inline-block;
}

.btn-guardar {
  background: var(--primary);
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid var(--primary);
  transition: all 300ms;
}

.btn-guardar:hover {
  background: #FFFFFF;
  color: var(--primary);
}

.btn-cancelar {
  background: #fe1e26;
  color: #FFFFFF;
  font-weight: 500;
  font-size: 16px;
  padding-left: 30px;
  padding-right: 30px;
  border: 1px solid #fe1e26;
  transition: all 300ms;

}

.btn-cancelar:hover {
  background: #FFFFFF;
  color: #fe1e26;
}

.form-control {
  /* height: 54px;
  border-radius: 5px;
  background: white;
  margin-bottom: 15px;
  border: none;
  padding: 0 20px;
  font-weight: 300;
  font-size: 14px;
  color: #4B4B4B; */
}

.control-label {
  font-weight: 500;
  color: var(--secondary);
  font-size: 12px;
}

/* .contenedor-formulario form button {
  font-size: 18px;
  display: inline-block;
  outline: 0;
  border: 0;
  cursor: pointer;
  will-change: box-shadow, transform;
  background: var(--primary);
  box-shadow: 0px 0.01em 0.01em rgb(45 35 66 / 40%), 0px 0.3em 0.7em -0.01em rgb(45 35 66 / 30%), inset 0px -0.01em 0px rgb(58 65 111 / 50%);
  padding: 0 2em;
  border-radius: 0.3em;
  color: #fff;
  height: 2.6em;
  text-shadow: 0 1px 0 rgb(0 0 0 / 40%);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
} */
.btn-danger {
  background: #e95050 !important;
  height: fit-content !important;
  padding: 10px !important;
  width: 35px !important;
  height: 35px !important;
  margin-top: 8px !important;
  display: flex !important;
  justify-content: center;
  align-items: center;


}

/* 
.contenedor-formulario form button:hover {
  box-shadow: 0px 0.1em 0.2em rgb(45 35 66 / 40%), 0px 0.4em 0.7em -0.1em rgb(45 35 66 / 30%), inset 0px -0.1em 0px var(--third);
  background: var(--primary);
  color: #fff;

  transform: translateY(-0.1em);
}

.contenedor-formulario form button:active {
  box-shadow: inset 0px 0.1em 0.6em var(--third);
  transform: translateY(0em);
} */



.tooltip1 .tooltiptext {
  visibility: hidden;
  width: 200px;
  background-color: #e95050;
  color: #FFF;
  text-align: center;
  border-radius: 5px;
  padding: 10px;
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  opacity: 0;
  transition: opacity 0.3s;
}

.tooltip1.active .tooltiptext {
  visibility: visible;
  opacity: 1;
}

.tooltip1 .tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: #e95050 transparent transparent transparent;
  transform: translateX(-50%);
}

/*******************
 FORUMLARIO FIN 
 *******************/


 /*******************
ALERTA INICIO
 *******************/
 .alerta {
  background-color: #FFF;
  height: 300px;
  width: 400px;
  margin: auto;
  position: relative;
  padding: 20px;
  /* box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.1); */
}

.alerta i {

  font-size: 50px;
  /* position:absolute; */
  top: -45px;

}

.alerta.alerta-success i {
  color: var(--verde);
}
.alerta.alerta-danger i {
  color: #e95050;
}

.alerta.alerta-warning i {
color: #ffca2c;
}

.titulo-alerta {
  font-size: 20px;
  font-weight: 700;
  color: var(--primary);
}

.alerta .mensaje p {
  text-wrap: pretty;
}

/* ************
ALERTA FIN
****************< */