:root {
  --color-green:#00b18a;
  --color-blue:#0000b1;
  --bs-blue: #327ef1;
  --bs-red: #f1162c;  
}

html, body {
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    height: 100%;
}
a {
  color: var(--bs-body-color);
  text-decoration: none;
}
a:hover{
text-decoration: dotted;
}
.bg-success {
  background: var(--color-green) !important;
}
.bg_blue{
  background: #0000b1;
}
.bg_blue_grd {
  background: rgb(0,0,177);
  background: linear-gradient(0deg, rgba(0,0,177,1) 0%, rgba(0,0,92,1) 100%);
}
.bg_grey_grd {
  background: rgb(192,191,191);
  background: linear-gradient(145deg, rgba(192,191,191,1) 0%, rgba(255,255,255,1) 24%, rgba(211,209,209,1) 57%, rgba(255,255,255,1) 84%, rgba(161,160,160,1) 100%);
}
.bg_panel {
    background: #000 url('../imgs/bg_expo.jpg') no-repeat center;
    background-size: cover;
}
.bg_white {
    background-color: rgba(255, 255, 255, 0.7);
}
.border_white {
    border: 7px solid #fff;
}
.text-blue{
  color: #2B3E99;
}

#preloader {
  z-index: 9999;
  opacity: 1;
  transition: opacity 0.5s ease; /* Suavidad del desvanecimiento */
  background-size: 8%; 
}

/* Ocultar el preloader */
#preloader.hidden {
  opacity: 0;
  pointer-events: none;
}

.py-50 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}

.disabled {
  opacity: 0.2;

  filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
}

input.input-regular, select.input-regular {
  background-color: white !important;
  padding: 0.6rem ;
  border-width: 0;
  border-bottom: 2px solid rgb(196, 196, 196);
  border-radius: 0;
}
.btn-step {
  border-width: 0;
  border-left: 10px solid #0B7BCE;

}

.btn-delete {
  border: 1px solid;
  width: 20px;
  text-align: center;
  padding: 0;
  margin: 0;
}
.dropdown-multiple {
  border-radius: 0;
  padding: 10px;
  font-size: 0.9rem;
}
.dropdown-multiple label.dropdown-item {
  padding: 3px !important;
}
.btn-droplist {
  background: #fff;
  border-bottom: 2px solid #ccc;
  text-decoration: none; 
  color: #000;
  font-size: inherit;
  line-height: 1.7;
  width: 100%;
  text-align: start;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.btn-droplist:focus {
  outline: 0;
  /* box-shadow: 0 0 0 .25rem rgba(13,110,253,.25); */
  box-shadow: none !important;
}
.dropdown-multiple.show {
  transform: translate(0px, 41px) !important;
}

/* ############################# */

button.is-invalid {
  border-bottom-color: var(--bs-red);
}

/* ############################# */

.carousel-control-prev {
  left: -70px;
}
.carousel-control-next {
  right: -70px;
}
.margin_top_n50{
    transform: translateY(-200px);
    margin-bottom: -200px;
}
label.is-invalid, label.is-error {
	color: red;
	font-size: 0.8rem;
	/* padding-left: 5px; */
  line-height: 1;
}
.btn-send img, .btn-confirm img {
	display: none;
}
.btn-send[disabled], .btn-confirm[disabled] {
	opacity:0.8;	
}
.btn-send[disabled] img, .btn-confirm[disabled] img{
	display: inline;
}
.icon-loading {
	width: 30px;
	height: 20px;
	transform: scale(1.5);
}

iframe {
  min-height: 650px;
}
.swal2-popup {
	border-radius: 0 !important;
}
.font_bold {
    font-weight: 700;
}
.form-floating > .form-control {
    padding: .5rem .0rem;
    border:0px;
    border-bottom: 2px solid #ccc;
  }
  .form-floating > .form-select{
    border:0px;
    border-bottom: 2px solid #ccc;
    padding-left: 0;
  }
  .form-floating > label {    
    padding: 1rem .0rem;
}
.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3.2rem + 2px);
    border-radius: 0;
   color:#000FAD;
   background-color: transparent;
  }
.form-floating > .form-control:focus ~ label, .form-floating > .form-control:not(:placeholder-shown) ~ label, .form-floating > .form-select ~ label {
    opacity: .55;
    transform: scale(.8) translateY(-.6rem) translateX(.0rem);
  }

  .btn-primary{
    background-color: #083061; 
    /* #00b18a; */
  }
  .btn-primary:hover{
    background-color: #000FAD
    /* #0cd1a6; */
  }
  .fs-7{
    font-size: .8rem;
  }

  .fs-8{
    font-size: .7rem;
  }

  @media (max-width: 768px) { 
    .logos {
        width: 245px;
    }

    #preloader {     
      background-size: 20%; 
    }
    
   }

   @media (max-width: 576px) { 
    .logos {
        width: 215px;
    }

   
    
   }