@charset "UTF-8";
/*!
 * Bootstrap  v5.3.2 (https://getbootstrap.com/)
 * Copyright 2011-2023 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
 @font-face {
  font-family: 'robotoooo';
  /* el font se ppone dentro de la carpeta clientes fonts 
  src: url('../fonts/comic/comic.ttf') format('truetype');
  */
  /* si se quiere cargar desde el raiz*/
  /*src: url('../../../fonts/helvetica.ttf') format('truetype');
  src: url("https://cdcelp.oaistore.es/fonts/Roboto/Roboto-Regular.ttf");*/
  src: url('../../../fonts/Roboto/Roboto-Regular.ttf')  format('truetype'); 
  font-style: normal;
  font-weight: normal;
}

:root {
 
  --bs-primary: #222b59;
  --bs-primary-hover: #577373;
  --bs-secondary: #7c7c7c;
  /*--bs-font-sans-serif: "comic", monospace;*/
  --font-size: 1rem;
/*  --bs-font-sans-serif: "comic", monospace;
  --bs-font-sans-serif: "lovedays", monospace;*/
  --bs-font-sans-serif: "robotoooo", monospace;
  /* BTN HOVER #b88367 */
  
  }
.informularh2 {
  background-color: #5b81c0!important;
  color: white;
  margin-top: 1em;
  border-radius: 41px;
  padding-left: 25px !important;
}

/*PERSONALIZACIONES BARRA DE HERRAMIENTAS*/

 .resultadopopagina {
  font-size: small;
  font-style: italic;
  background-color: #fff0;
  border: 0px;
}

.ordenarpor {
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  border-radius:100px;
  border-top-left-radius: 100px!important;
  border-bottom-left-radius: 100px!important;
  background-color: #d0c3c31a;
}

.botonherramientas{
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
}

.botonherramientas:hover {
  background-color: #222b59!important;
  color: white!important;
}


.text-muted-personalizado {
  color: var(--bs-primary)!important;
} 

.form-select{
	
  display: block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  transition: border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}

.pagination-sm .page-link {
  padding: .25rem .5rem;
  font-size: .875rem;
  line-height: 1.5;
  padding: .375rem .75rem;
  border-radius: 100px !important;
  margin-right: 0.4em;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
  background-color: #d0c3c31a;
  color: #222b59;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
}
.pagination-sm .page-link:hover {
  background-color: #222b59!important;
  color: white!important;
  border: 1px solid #00cfff!important;
  font-weight: bold;
}
.enlacebuscarpersonalizado :hover {
  color: white!important;
  background-color: #222b59!important;
}

/*FIN DE PERSONALIZACIONES BARRA DE HERRAMIENTAS*/