/* ================================= Estilos Propios =============================== */
/* body {
  font-family: 'Nunito_Sans-Bold';
} */

/* :root {
  --govcolor-cobalt: #488704;
} */

.contrast-govco .accesibility-example div,
.contrast-govco .accesibility-example a {
  background-color: var(--govcolor-black) !important;
}

.landing-container {
    min-height: 500px;
    margin: 0 auto;
    padding: 20px;
}

.div_predeterminado_carrusel {
  /* max-height: 100px; */
	padding: 5px 20px;
}

.div_predeterminado_separacion_entre_div {
	padding: 5px 0;
}

.carrusel-govco .carousel-inner .carousel-item img { 
	min-height: 19.813rem;
	height: 25rem;
	width: 100%;
}

.carrusel-govco .carousel-inner .carousel-item.multiple-carrusel-govco .carousel-caption {
  margin: 0%;
}

.sub-general-container {
  width: 85%;
  margin: auto;
}

.carrusel-black-p {
  color: #000000 !important;
}

/* .cabecera-govco .barra-logos-govco .logo_ministerio {
  content: url('assets/images/Logo_Villanueva.png');
  height: 40px;
} */

.logo_entidad {
  content: url('assets/images/Logo_Villanueva.png');
  height: 3rem;
  width: 3rem;
}

.logo_entidad_tramites {
  content: url('assets/images/Logo_Villanueva.png');
  height: 4rem;
  width: 4rem;
}

.pie-pagina-govco .govco-logo-entidad {
  content: url('assets/images/Logo_Villanueva.png');
}


.breadcrumb-item-govco.invested {
    background-color: white;
}

.breadcrumb-item-govco.invested, .breadcrumb-item-govco.invested>a, .breadcrumb-item-govco.invested+.breadcrumb-item-govco.invested::before {
    color: #3366CC;
}

.breadcrumb-govco .breadcrumb-item-govco span,
.breadcrumb-govco .breadcrumb-item-govco a {
    white-space: normal;
    word-wrap: break-word;
    overflow-wrap: break-word;
}

/* ================================= Estilos Propios =============================== */

.d-none {
    display: none;
}

.div-header-inicio-sesion-logo {
    align-items: center;
}

/* ================================= Estilos Propios Configuracion =============================== */
h1 {
    color: #488704;
}

.ajuste-estilo-alerta-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
    z-index: 1050;
    padding: 1rem;
}

.ajuste-para-alerta-modal-center {
    align-content: center;
}


