@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300&display=swap');

:root {
  --primary-color: #FF4040;
}

.colorPrincipal {
  color: var(--primary-color);
}


.backgroundPrincipal {
  background-color: var(--primary-color);
}

.botonPrincipal {
  background-color: var(--primary-color);
  color: #fff;
}

body {
  font-family: 'Poppins', sans-serif;
  ;
}

a {
  text-decoration: none;
}

.ttn:focus {
  border-color: var(--primary-color);
  box-shadow: 0 0 0 0.3rem rgba(255, 0, 0, 0.25);
}

/* <================ UNDERLINE NAVBAR:NAVBAR  ====================> */

.fontNav {
  font-size: 16px;
}

.active2 {
  color: #fff;
  position: relative;
  text-decoration: none;
}

.active2::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 2px;
  background-color: #fff;
  bottom: 4px;
  left: 0;
}



.cambioColor {
  color: rgb(125, 123, 123) !important;
}

.cambioColor:hover {
  color: var(--primary-color) !important;
}

/* <================ SCROLL:BODY ====================> */

body::-webkit-scrollbar {
  width: 9px;
  letter-spacing: 20px;
}

body::-webkit-scrollbar-thumb {
  background: var(--primary-color);
}

/* <================ SELECCION:BODY  ====================> */

::selection {
  background-color: #fa9c9c;
  color: white;
}

/* <================ IMAGEN AMBIENTAL:CONTACTO ====================> */

.imagenFondo {
  background-repeat: no-repeat;
  height: 98vh;
  background-repeat: no-repeat;
  position: absolute;
  top: -300px;
  left: -200px;
  width: 100%;
}

/* <================ HOVER WHATSAPP:CONTACTO====================> */

.hoverWp {
  color: #4cad20;
  text-decoration: none;
}

.hoverWp:hover {
  color: #55f30b;
}

/* <================ HOVER EMAIL:CONTACTO====================> */
.hoverEmail {
  color: #b5b4b4;
  text-decoration: none;
}

.hoverEmail:hover {
  color: #525151;
}

/* <================ GRUPO DE ICONOS EN CIRCULO:SERVICIOS ====================> */
.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: #ad2020 solid 2px;
  margin-bottom: 6px;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

/* <===============CARD : EQUIPOS ====================> */

.card {
  background: rgb(255, 255, 255);
  box-shadow: 0 6px 10px rgba(0, 0, 0, .08), 0 0 6px rgba(0, 0, 0, .05);
  border: none;
}

/* <===============BUTTONS REDONDOS : EQUIPOS ====================> */
.carousel-indicators [data-bs-target] {
  width: 10px;
  height: 10px;
  border-radius: 100%;
}


/* <===============UNDERLINE TITULO : EQUIPOS ====================> */

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none !important;
}


/* <===============TOOGLER ANIMATIONS BO : VISTAEQUIPOS ====================> */
.navbar-toggler {
  border: none;
}

.navbar-toggler:focus,
.navbar-toggler:active,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0;
}

.toggler-icon {
  width: 30px;
  height: 3px;
  background-color: #fff;
  display: block;
  transition: all 0.2s;
}

.middle-bar {
  margin: 5px auto;
}

.navbar-toggler .top-bar {
  transform: rotate(45deg);
  transform-origin: 10% 10%;
}

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0);
}

.navbar-toggler .bottom-bar {
  transform: rotate(-45deg);
  transform-origin: 10% 90%;
}

.navbar-toggler.collapsed .top-bar {
  transform: rotate(0);
}

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100);
}

.navbar-toggler.collapsed .bottom-bar {
  transform: rotate(0);
}


.navbar-toggler.collapsed .toggler-icon {
  background-color: #fff;
}

/* <===============WHATSAPP : BUTTONS ====================> */

.float {
  position: fixed;
  width: 60px;
  height: 60px;
  bottom: 40px;
  right: 40px;
  background-color: #25d366;
  color: #FFF;
  border-radius: 50px;
  text-align: center;
  font-size: 30px;
  z-index: 100;
}

.float:hover {
  text-decoration: none;
  color: #25d366;
  background-color: #fff;
}

.my-float {
  margin-top: 13px;
}

/* <===============CARD : PERSONAL DE TRABAJO  ====================> */
.icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
}

.iconRondued {
  color: #fff;
  background-color: #6f42c1;
}

.avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.avatar {
  height: 3rem;
  width: 3rem;
  position: relative;
  display: inline-block !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.linkEtiqueta {
  text-decoration: none;
  color: black;
  transition: all 0.3s ease-in-out;
}

.linkEtiqueta:hover {
  text-decoration: none;
  color: rgb(255, 0, 0);
}

.icon-md {
  width: 2rem;
  height: 2rem;
  line-height: 2.2rem;
  text-align: center;
  font-size: 1.3rem;
}

.btn-round {
  height: 40px;
  width: 40px;
  line-height: 40px;
  border-radius: 50%;
  padding: 0;
  text-align: center;
}

.bg-purple {
  background-color: #dde3fd;
  color: #261987;
}

.progress.progress-sm {
  height: 5px;
}

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 0.25rem;
}

.dropdown-menu {
  --bs-dropdown-link-active-bg: #FF4040;
}

.dropdown-menu-active {
  color: #ecffec;
  background-color: #FF4040;
  transition: ease-in-out .1s;
}

.nav-pills .nav-link.active {
  background-color: #FF4040;
  color: #ffffff;
}

.nav-dark .nav-link {
  background-color: rgba(36, 41, 45, 0.1);
  color: #24292d;
  border: none;
}

th,
td {
  text-align: center;
  vertical-align: middle;
}

.btn-info-soft {
  color: #17a2b8;
  background-color: rgba(23, 162, 184, 0.1);
}

.btn-info-soft:hover {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-info-soft:focus {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-success-soft {
  color: #0cbc87;
  background-color: rgba(12, 188, 135, 0.1);
}

.btn-success-soft:hover {
  color: #fff;
  background-color: #0cbc87;
  border-color: #0cbc87;
}

.btn-success-soft:focus {
  color: #fff;
  background-color: #0cbc87;
  border-color: #0cbc87;
}

.btn-danger-soft {
  color: #d6293e;
  background-color: rgba(214, 41, 62, 0.1);
}

.btn-danger-soft:hover {
  color: #fff;
  background-color: #d6293e;
  border-color: #d6293e;
}

.btn-danger-soft:focus {
  color: #fff;
  background-color: #d6293e;
  border-color: #d6293e;
}

/* <===============ESTILOS : DATATABLE JQUERY  ====================> */

.active>.page-link,
.page-link.active {
  margin-bottom: 30px;
  z-index: 3;
  color: #fff;
  background-color: #FF4040;
  border-color: #FF4040;
}

.dt-buttons {
  margin-bottom: -25px;
  margin-left: 20px;
}

.btn-excel-soft {
  font-size: 19px;
  width: 40px;
  height: 40px;
  align-items: center;
  color: #006b36;
  background-color: rgba(26, 184, 23, 0.1);
}

.btn-excel-soft:hover {
  color: #fff;
  background-color: #006b36;
  border-color: none;
  transition: 0.6s;

}

.btn-excel-soft:focus {
  color: #fff;
  background-color: #006b36;
  border-color: none;
}

.btn-pdf-soft {
  color: #d60001;
  background-color: rgba(184, 28, 23, 0.1);
  font-size: 19px;
  width: 40px;
  height: 40px;
}

.btn-pdf-soft:hover {
  color: #fff;
  background-color: #d60001;
  border-color: none;
  transition: 0.6s;

}

.btn-print-soft:focus {
  color: #fff;
  background-color: #000bd6;
  border-color: none;
}

.btn-print-soft {
  color: #000bd6;
  background-color: rgba(23, 82, 184, 0.1);
  font-size: 19px;
  width: 40px;
  height: 40px;
}

.btn-print-soft:hover {
  color: #fff;
  background-color: #000bd6;
  border-color: none;
  transition: 0.6s;

}

.btn-print-soft:focus {
  color: #fff;
  background-color: #000bd6;
  border-color: none;
}

.btn-secondary {
  --bs-btn-focus-shadow-rgb: none;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d4d9df;
  outline: 0;
  box-shadow: none;
}

.form-select:focus {
  color: #212529;
  background-color: #fff;
  border-color: #d4d9df;
  outline: 0;
  box-shadow: none;
}


.avatar-img2 {
  width: 200px;
  height: 200px;
  position: relative;
}

.fileUpload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.fileUpload input.upload {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-body::-webkit-scrollbar {
  width: 9px;
  letter-spacing: 0px;
}

.modal-body::-webkit-scrollbar-thumb {
  background-color: #FF4040;
  border-radius: 10px;
}



.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: transparent;
  border: 1px solid #ced4da;
  border-radius: 0.375rem;
}

.avatar {
  align-items: center;
  border-radius: 0.375rem;
  display: inline-flex;
  font-size: 1rem;
  font-weight: 600;
  height: 2.875rem;
  justify-content: center;
  position: relative;
  vertical-align: middle;
  width: 2.875rem;
}

.iconpicker-items::-webkit-scrollbar {
  width: 9px;
  letter-spacing: 20px;
}

.iconpicker-items::-webkit-scrollbar-thumb {
  background: var(--primary-color);
  border-radius: 10px;
}

.badge-success span {
  background-color: #ecffec;
  width: 60px;
  height: 25px;
  padding-bottom: 3px;
  border-radius: 5px;
  display: flex;
  color: #6ffc32;
  justify-content: center;
  align-items: center
}


.badge span {
  background-color: #fffbec;
  width: 60px;
  height: 25px;
  padding-bottom: 3px;
  border-radius: 5px;
  display: flex;
  color: #ffc400;
  justify-content: center;
  align-items: center
}

.icon {
  width: 50px;
  height: 50px;
  background-color: #eee;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 30px
}

.firstText {
  width: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
  cursor: pointer;

}

.firstTextActive {
  display: block;
  cursor: pointer;
}

.nav-tabs .nav-link.active {
  color: #FF4040;
}

.nav-link {
  color: #000;
}

.nav-link:hover {
  color: #000;
}

.cambio {
  box-shadow: inset 0 0 0 0 #FF4040;
  color: #FF4040;
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.cambio:hover {
  box-shadow: inset 110px 0 0 0 #FF4040;
  color: white;
}

.cambio2 {
  box-shadow: inset 0 0 0 0 #FF4040;
  color: #FF4040;
  margin: 0 -.25rem;
  padding: 0 .25rem;
  transition: color .3s ease-in-out, box-shadow .3s ease-in-out;
}

.cambio2:hover {
  box-shadow: inset 300px 0 0 0 #FF4040;
  color: white;
}

.underline {
  padding: 5px;
  color: #fff;
}

.transform {
  text-transform: uppercase;
}

.texto {
  color: rgb(94, 90, 90);
}

.texto:hover {
  color: #ff4040;
  text-decoration: none;
}

.hover-inicio {
  color: #FF4040;
  transition: 0.2s;
}

.hover-inicio:hover {
  color: #8a8a8a;
  transform: scale(0.8);

  transition: 0.2s;
}

.botton {
  height: 50px;
  width: 150px;
  border-radius: 0px;
  border-top-left-radius: 20px;
  border-bottom-right-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}