@import url('./../fonts/Montserrat/Montserrat.css');
@import url('./module/config.min.css');
@import url('./module/buttons.min.css');
@import url('./module/select2.min.css');
@import url('./module/formulario.min.css');
@import url('./module/sweet_alert.min.css');
@import url('./module/scroll.min.css');

:root {
  --colorText: #5E5873;
  --fuente: 'Flexo Demi', sans-serif;
  /* --font-family: 'Montserrat', sans-serif !important; */
  /* font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; */
  /* font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; */
  /* font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;  */
}

body {
  background-color: #f1f0f3;
}

/* ICONO */
.icono {
  color: var(--colorText);
}

/* ESTILOS PARA EL ALERT (INFORMACIÓN) */
.alert {
  font-size: 13px;
}

.dt-button {
  padding: 0 !important;
  border: none !important;
  background-color: white !important;
}

/* Color de la web */

.color-1 {
  color: #03045e
}

.color-2 {
  color: #05668d
}

.color-3 {
  color: #57cc99
}

.color-4 {
  color: #80ed99
}

.color-5 {
  color: #c7f9cc
}

.bg-1,
.bg-1:hover,
.bg-1:active {
  background-color: #03045e
}

.bg-2,
.bg-2:hover {
  background-color: #05668d
}

.bg-3,
.bg-3:hover {
  background-color: #57cc99
}

.bg-4,
.bg-4:hover {
  background-color: #80ed99
}

.bg-5,
.bg-5:hover {
  background-color: #c7f9cc
}


#btn_whatsAdpp {
  position: fixed;
  z-index: 99;
  bottom: 20px;
  right: 20px;
  height: 52px;
  border: none;
  border-radius: 30px;
  background-color: #00bb2d;
  padding: 0 30px;
  color: white;
  animation: lock 1s ease-in-out infinite;
}