@media (min-width: 992px) {
  .col-lg-6 {
    flex: 0 0 auto;
    width: 100%;
  }
}

/* MENU LATERAL IZQUIERDO / DERECHO */
div.sppb-addon.sppb-addon-module > div.sppb-addon-content > ul.menu > li{
  background-image: url("https://www.gadcolta.gob.ec/images/clt_system/bg_meu_02_02.jpg");
   display: block;
}
div.sppb-addon.sppb-addon-module > div.sppb-addon-content > ul.menu > li a:hover {
  display: block;
  color: rgba(232, 210, 104, 1);
  background-color: rgba(6,69,191, 1);
}


div.sppb-addon.sppb-addon-module > div.sppb-addon-content > ul.menu li.active a {
  display: block;
  color: rgba(232, 210, 104, 1);
  background-color: rgba(6,69,191, 1);
}


div.sppb-addon.sppb-addon-module > div.sppb-addon-content > ul.menu > li a {
  list-style-type: none;
  display: block;
  font-size: 0.97rem;
  padding: 15px 12px 15px 15px; 
  line-height: 1.2rem;
  margin-top: 7px;
  font-weight: 425;
  border-left: 0.1rem solid rgba(6, 69, 191,0.15);
  border-right: 0.1rem solid rgba(6, 69, 191,0.15);
  border-top: 0.1rem solid rgba(6, 69, 191,0.15);
  border-bottom: 0.1rem solid rgba(6, 69, 191, 0.15);  
  border-radius: 7px;
}


/*BOTON BUSQUEDA*/


/*CAJA DEL BOTON */
.form-control {
  width: 80px;
  padding: 0.375rem 0.75rem;
  font-size: 0.90rem;
  font-weight: 400;
  line-height: 2;
  color: #212529;
  background-color: #FFF;
  background-clip: padding-box;
  border: 1px solid #7494ce;
  appearance: none;
  border-radius: 0.125rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}



/*AMPLITUD DEL BOTON BUSCAR*/
#sp-header .sp-module {
  display: inline-flex;
  float: right;
  margin-left: 15px;
  height: 80px;
  align-items: center;    
}

/* BOTON BUSCAR */
.btn {
 --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.010rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 0.750rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 2;
  --bs-btn-color: #212529;
  --bs-btn-bg: rgba(255, 255, 255, 0.15),;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.125rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  border-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

/* COLOR DE FONDO DE LA CAJA DE BUSQUEDA */
.awesomplete {
  flex: 1 1 auto;
  width: 1%;
  text-align: right;
}

/*TEXTO GUIA CAJA DE BUSQUEDA*/ 
.form-control::placeholder { color: #afafaf; opacity: 1;  }