﻿@font-face {
    font-family: 'AuxProMedium';
    src: url('../fonts/AauxProMediumRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AuxProBold';
    src: url('../fonts/AauxProBoldRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'AuxProBoldItalic';
    src: url('../fonts/AauxProBoldItalicRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'OpenSans';
    src: url('../fonts/OpenSans-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.ff-apm {
    font-family: 'AuxProMedium', sans-serif;
}

.ff-apb {
    font-family: 'AuxProBold', sans-serif;
}

.ff-apbi {
    font-family: 'AuxProBoldItalic', sans-serif;
}

.ff-os {
    font-family: 'OpenSans', sans-serif;
}

.encabezado-img {
    width: 100%;
    max-height: 400px;
    object-fit: cover !important;
    display: block;
}

.naranja {
    color: #ec6830;
    font-weight: bold;
}

.azul {
    color: #003459;
    font-weight: bold;
}

.gris {
    color: #eeeeee;
}

.mud-main-content {
    padding-top: 0 !important;
}

.seccion-titulo {
    background-color: #003459;
    color: white;
    font-size: 1.4rem;
    padding: 10px 20px;
    font-weight: bold;
    box-shadow: 0 8px 0 rgba(154, 182, 219, 1) !important;
}

.subtitulo {
    color: #f7f7f7;
}

.grupo-titulo {
    margin-top: 20px;
    font-weight: bold;
    font-size: 1.2rem;
    color: #333;
}

.buscador-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 125px;
}

.buscador-container {
    display: flex;
    align-items: end;
    overflow: hidden;
    width: 80%;
    padding-top: 5px;
}

.icono-buscador {
    background-color: #083c6c;
    padding: 16px 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 0 0 8px !important;
}

.icono-blanco {
    color: white;
}

.input-personalizado {
    font-size: 1rem;
    margin: 0 !important;
    min-height: 56px;
    line-height: 1.2;
    overflow: visible;
}

.w-10 {
    width: 10%;
}

.w-20 {
    width: 20%;
}

.w-30 {
    width: 30%;
}

.w-40 {
    width: 40%;
}

.w-50 {
    width: 50%;
}

.w-60 {
    width: 60%;
}

.w-70 {
    width: 70%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.w-100 {
    width: 100%;
}

.w-10, .w-20, .w-30, .w-40, .w-50,
.w-60, .w-70, .w-80, .w-90, .w-100 {
    box-sizing: border-box;
}

.portal-card {
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    overflow: hidden;
    position: relative;
    transition: box-shadow 0.2s ease;
}

.contenido-superior {
    flex-grow: 1;
    height: 100%;
    transition: height 0.3s ease;
}

.contenido-superior.reducido {
    height: 40%;
}

.image-wrapper {
    width: 100%;
    height: 100%;
}

.img-contain {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.descripcion-container {
    font-size: 0.8rem;
    line-height: 1.2rem;
    padding: 0.5rem 0.5rem;
    background-color: #9AB8DF;
    height: 100%;
    align-items: center;
    color: white;
}

.descripcion {
    margin: 0 !important;
}
