@charset "utf-8";

#Seccion-Estadisticas {
background-color:#FFF;
overflow-x:auto
}

#Seccion-Estadisticas #estadisticas {
    width: 50%;
    float: left;
    background-image: url(../assets/img/slider/5copia.jpg);
    background-size: cover;
    min-height: 400px;
}

#Seccion-Estadisticas #noticias {
    width: 50%;
    float: right;
    clear: right;
    height: auto;
    min-height: 400px;
}

.row .col-xl-6 .estadistica-recuadro {
    background-color: #FFF;
    width: 85%;
    height: auto;
    border-radius: 15px;
    margin-left: auto;
    margin-right: auto;
    min-width: 200px;
    padding-top: 5px;
    padding-right: 5px;
    padding-left: 20px;
    padding-bottom: 5px
}

#estadisticas .row .col-xl-6 {
padding:25px 25px 25px 45px
}

.numero-estadisticas {font-size: 45px;text-align:left;margin:0;padding:0 0 0 10px;}

.letras-estadisticas {font-size: 16px;margin:0;padding:0 0 0 10px;}

#Seccion-Estadisticas #noticias .ultimas-noticias-title {
    background-color: #FF9401;
    padding: 3px 10px;
    height: auto;
    overflow-x: hidden;
}

#noticias .ultimas-noticias-title h1 {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    font-size: 28px;
    display: inline;
    float: left;
}
#noticias .ultimas-noticias-title h2 {
    color: #FFF;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: inline;
    float: right;
    margin-top: 10px;
}
.ultimas-noticias-title h2 a {
    color: #FFFFFF;
    text-decoration: none;
}
#Seccion-Estadisticas #noticias h3 {
    text-align: right;
    font-size: 16px;
    margin-right: 10px;
    display: inline;
    float: right;
    margin-top: 10px;
}
#noticias h3 a {
    color: #FF9401;
    text-decoration: none;
}

#Seccion-Estadisticas #noticias .row {
width:90%;
margin-left:auto;
margin-right:auto
}
#Seccion-Estadisticas #noticias h2 {
    display: inline;
    font-size: 16px;
    text-align: right;
}


ul {
margin:0;
padding:0;
list-style-type:none
}

@keyframes spin {
100% {
transform:rotate(360deg)
}
}

#noticias .row .col-xl-4 {
    background-size: cover;
    height: 280px;
    padding-left: 0;
    margin-top: 20PX;
    border: 5px solid rgba(255,255,255,1.00);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noticia-1 {
    background-image: url(../assets/img/slider/1copia.jpg);
    background-size: cover;
    float: left;
    border: 5px solid rgba(255,255,255,1.00);
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noticia-2 {
    background-image: url(../assets/img/slider/4copia.jpg);
    background-size: cover;
    float: left;
    border: 5px solid rgba(255,255,255,1.00);
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.noticia-3 {
    background-image: url(../assets/img/slider/5copia.jpg);
    background-size: cover;
    float: left;
    border: 5px solid rgba(255,255,255,1.00);
    padding-left: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.extractonoticia-1 {
    margin-left: auto;
    margin-right: auto;
    color: rgba(255,255,255,1.00);
    bottom: 0;
    position: absolute;
    background-color: rgba(0,0,0,0.52);
    padding: 10px;
    width: 100%;
}

.extractonoticia-2 {
margin-left:auto;
margin-right:auto;
color:rgba(255,255,255,1.00);
bottom:0;
position:absolute;
background-color:rgba(0,0,0,0.52);
padding:10px
}

.extractonoticia-3 {
margin-left:auto;
margin-right:auto;
color:rgba(255,255,255,1.00);
bottom:0;
position:absolute;
background-color:rgba(0,0,0,0.52);
padding:10px
}

#Seccion-Pendientes {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px
}

#Seccion-Pendientes h1 {
    text-align: center;
    font-size: 26px;
}
#Seccion-invitacion-enviada {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#Seccion-invitacion-rechazada {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
    text-align: center;
}
#Seccion-invitacion-enviada h1 {
    text-align: center;
    font-size: 26px;
}
#Seccion-invitacion-rechazada h1 {
    text-align: center;
    font-size: 26px;
}
#Seccion-invitacion-enviada p {
    width: 720px;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}


.task-pendientes {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    padding-left: 0px;
    padding-right: 0px;
    margin-top: 35px;
    margin-bottom: 0px
}

select {
    width: 100%;
    height: 35px;
    border: 2px solid rgba(209,209,209,1.00);
    border-radius: 3px;
    margin-left: 0px;
    margin-bottom: 15px;
}

.tarea {
font-weight:700;
font-size:18px
}


.linkpendientes {font-weight:700;color: rgba(17,162,219,1.00);width:auto;}

.buscar-pendientes {
height:35px;
border-radius:50px;
margin-left:15px;
background-color:#E6E6E6;
border-width:0;
width:100%;
overflow-x:hidden
}

.myButton {
    background-color: #f29123;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
    border: 0px;
}

.myButton:hover {
    background-color: #11a2db;
    text-decoration: none;
    color: #FFF;
}

.contenedor-boton {
text-align:center;
margin-top:35px;
margin-right:35px;
margin-left:35px
}

#Seccion-contacto {
background-color:#E6E6E6;
padding-top:50px;
padding-bottom:50px
}

#Seccion-contacto h1 {
text-align:center
}



#Seccion-contacto form {
width:90%;
margin-left:auto;
margin-right:auto
}

.selecciona-contacto {
margin-left:0;
width:100%
}

.caja-texto-contacto {
    width: 100%;
    border: 2px solid rgba(209,209,209,1.00);
    margin-top: 10px;
    height: 200px;
    padding-top: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
    padding-left: 5px;
}
.carga-archivo   {
    background-color: #F4F4F4;
    text-align: center;
    width: 100%;
    height: 88%;
    border-radius: 0px;
    border: 2px solid #D1D1D1;
    padding-top: 50px;
    padding-right: 50px;
    padding-bottom: 50px;
    padding-left: 50px;
    background-image: url(../assets/img/atach.png);
    background-repeat: no-repeat;
    background-position: 50% 50%;
}









#Seccion-Pendientes #mensaje-cargar-estados {
    background-color: #f2f3f7;
    padding-top: 35px;
    padding-right: 35px;
    padding-bottom: 35px;
    padding-left: 35px;
    border: 2px solid #BDBDBE;
}


}
.editar {
    width: 100%;
    border: 0px;
    text-align: center;
}
.editar:hover  {
    width: 100%;
    text-align: center;
    background-color: #00C5ED;
}
.guardar {
    width: 100%;
    text-align: center;
    border: 0px;
    background-color: #B7B7B7;
}
.guardar:hover {
    width: 100%;
    text-align: center;
    background-color: #00C5ED;
}
.cancelar {
    width: 100%;
    text-align: center;
    background-color: #B7B7B7;
}
.cancelar:hover {
    width: 100%;
    text-align: center;
    background-color: #808080;
}
.anterior {
    width: 100%;
    text-align: center;
    float: left;
}
.siguiente {
    width: 100%;
    text-align: center;
    float: right;
}
.numeral {
    font-size: 18px;
    text-align: center;
    padding-top: 13px;
    padding-right: 13px;
    padding-bottom: 13px;
    padding-left: 13px;
}
.titlemodal {

}
.modal-content {

}
.col-xl-8 {
    padding-left: 0px;
}

.modal-body {
    position: relative;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 20px;
}

.botoncargar {
    background-color: #f29123;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 0px;
    border: 0px;
}
.botoncncelarcarga {
    background-color: #ababab;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 0px;
    border: 0px;
}

.botoncargar:hover {
    background-color: #00C4ED;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
}

.botoncncelarcarga:hover {
    background-color: #6f6f6f;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
    border-radius: 0px;
    border: 0px;
}




.custom-file-upload input[type="file"] {
    display: none;
}
.custom-file-upload .custom-file-upload1 {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    margin-left: auto;
    margin-right: auto;
}


.file-upload {
    margin-right: auto;
    margin-left: auto;
}

.file-upload-btn {
  width: 100%;
  margin: 0;
  color: #fff;
  background: #1FB264;
  border: none;
  padding: 10px;
  border-radius: 4px;
  border-bottom: 4px solid #15824B;
  transition: all .2s ease;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
}

.file-upload-btn:hover {
  background: #1AA059;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.file-upload-btn:active {
  border: 0;
  transition: all .2s ease;
}

.file-upload-content {
  display: none;
  text-align: center;
}

.file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
}

.image-upload-wrap {
    border: 2px solid #b3b3b3;
    position: relative;
    background-color: #F2F3F7;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-image: url(../assets/img/atach.png);
    background-size: 40% auto;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color: #E0E0E0;
    border: 2px solid #b3b3b3;
    position: relative;
}

.image-title-wrap {
  padding: 0 15px 15px 15px;
  color: #222;
}

.drag-text {
  text-align: center;
}

.drag-text h3 {
    font-weight: 500;
    color: #f29323;
    padding: 60px 0;
    font-size: 18px;
}

.file-upload-image {
  max-height: 200px;
  max-width: 200px;
  margin: auto;
  padding: 20px;
}

.remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}

.remove-image:hover {
  background: #c13b2a;
  color: #ffffff;
  transition: all .2s ease;
  cursor: pointer;
}

.remove-image:active {
  border: 0;
  transition: all .2s ease;
}
.modal-dialog .modal-content h1 {
    width: 100%;
    background-color: #1A1D20;
    color: #FFFFFF;
    text-align: center;
    font-size: 32px;
    padding-top: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
}
.modal-content .modal-footer .row {
    width: 100%;
    padding-top: 0PX;
    padding-right: 0PX;
    padding-bottom: 0PX;
    padding-left: 0PX;
}
.saldos {
    background-color: #517E9E;
    color: #FFFFFF;
    font-weight: lighter;
}
.mostrar {
    width: 81px;
}


div.saldos {
  width: 100%;
}
.divTable.saldos .divTableCell, .divTable.saldos .divTableHead {
  border: 1px solid #AAAAAA;
}
.divTable.saldos .divTableBody .divTableCell {
    font-size: 16px;
    background-color: #FFFFFF;
    color: #000000;
    text-align: center;
}
.divTable.saldos .divTableRow:nth-child(even) {
  background: #D0E4F5;
}
.divTable.saldos .divTableHeading {
  background: #517E9E;
}
.divTable.saldos .divTableHeading .divTableHead {
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  text-align: center;
}
.saldos .tableFootStyle {
  font-size: 14px;
}
.saldos .tableFootStyle .links {
	 text-align: right;
}
.saldos .tableFootStyle .links a{
  display: inline-block;
  background: #1C6EA4;
  color: #FFFFFF;
  padding: 2px 8px;
  border-radius: 5px;
}
.saldos.outerTableFooter {
  border-top: none;
}
.saldos.outerTableFooter .tableFootStyle {
  padding: 3px 5px; 
}
/* DivTable.com */
.divTable{ display: table; }
.divTableRow { display: table-row; }
.divTableHeading { display: table-header-group;}
.divTableCell, .divTableHead { display: table-cell;}
.divTableHeading { display: table-header-group;}
.divTableFoot { display: table-footer-group;}
.modal-header {
    background-color: #1A1D20;
}
.table-container {

}

.agregarfactura {


}
.task-pendientes #nav-tab .nav-item.nav-link.active {
    background-color: #5CC2EB;
    color: #FFFFFF;
    margin-right: 0px;
}
.task-pendientes #nav-tab .nav-item.nav-link {
    background-color: #ABABAB;
    color: #FFFFFF;
    margin-left: 5px;
cursor: pointer;
}
#orden-num {
}

input.seleccionar {

}

.acuse {
    width: 100%;
    margin-left: 0px;
}
.botonescargar {
    width: 250px;
    margin-bottom: 5px;
    text-align: center;
    margin-top: 5px;
    margin-left: 5px;
    margin-right: 5px;
    padding-top: 5px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    height: 35px;
    min-width: 250px;
    float: right;
}
.fas.fa-question-circle  {
    font-size: 24px;
    margin-top: 11px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.inputproveedor {
    width: 100%;
    border: 2px solid #c6c6c6;
    height: 35px;
    padding-left: 5px;
    padding-right: 5px;
    color: #6C6C6C;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inherit;
}
.flecharegresar {
    font-size: 16px;
    color: #000000;
}
.flecharegresar a {
    color: #000000;
    text-decoration: none;
}

.columnascatalogos {
    text-align: center;
}
.row.columnascatalogos .col-xl-2 h1 {
    font-size: 20px;

}



.input-file-container {
    position: relative;
    background-color: #f29123;
    color: #fff;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 29px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
} 
.js .input-file-trigger {
    display: inline-block;
    padding: 16px 29px;
    background-color: #f29123;
    color: #fff;
    font-size: 17px;
    transition: all .4s;
    cursor: pointer;
    font-family: Arial;
    font-weight: 700;
    text-decoration: none;
}
form .row .input-file-trigger {
    background-color: #f29123;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    padding: 16px 29px;
    font-weight: 700;
    text-decoration: none;
    width: 100%;
    text-align: center;
}

.js .input-file {
  position: absolute;
  top: 0; left: 0;
  width: 225px;
  opacity: 0;
  padding: 14px 0;
  cursor: pointer;
}
.js .input-file:hover + .input-file-trigger,
.js .input-file:focus + .input-file-trigger,
.js .input-file-trigger:hover,
.js .input-file-trigger:focus {
  background: #34495E;
  color: #39D2B4;
}

.file-return {
    margin: 0;
    width: 100%;
    height: 25PX;
}
.file-return:not(:empty) {
  margin: 1em 0;
}
.js .file-return {
  font-style: italic;
  font-size: .9em;
  font-weight: bold;
}


.js .file-return:not(:empty):before {
    content: "Selected file: ";
    font-style: normal;
    font-weight: normal;
}
.motivosrechazo {
    border: 2px solid #BABABA;
    width: 100%;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 10px;
}
.botonesrechazo {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.cancelar-motivos {
    width: 100%;
    text-align: center;
}

.media .media-body #excerpt {
    color: #000000;
}
#excerpt .title span {
    color: #000000 !important;
    line-height: 18px !important;
}
.media-body #excerpt .title {
    color: #000000;
    font-size: 18px;
}



.aceptar-motivos {
    width: 100%;
    text-align: center;
}


body footer {
background-color:#33353F;
text-align:center;
color:#FFF;
font-weight:700;
padding-top: 10px;
padding-right: 40px;
padding-bottom: 10px;
padding-left: 40px;
}

.linkfooter {
    padding-top: 7px;
}


[type="date"] {
    background-repeat: no-repeat;
    background-position: 97% 3px;
    background-image: url(../images/calendar_24px.png);
    background-color: #fff;
    height: 35px;
    border: 2px solid #c6c6c6;
    width: 200px;
    padding-left: 5px;
    padding-right: 5px;
    color: #6C6C6C;
    margin-top: 5px;
    margin-bottom: 5px;
    display: inline;
    clear: right;
}
#rangofecha   {
    text-align: right;


}

[type="date"]::-webkit-inner-spin-button {
  display: none;
}
[type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}



input[type="file"] {
    display: none;
}
.custom-file-upload {
    border: 1px solid #ccc;
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
}






#tblAccStatements_previous, #tblInvoices_previous, #tblMisPendientes_previous, #tblMisProveedores_previous
{
    background-color: #f29123;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
    width: 120px;
    text-align: center;
}

#tblAccStatements_next, #tblInvoices_next, #tblMisPendientes_next, #tblMisProveedores_next
{
    background-color: #f29123;
    display: inline-block;
    cursor: pointer;
    color: #fff;
    font-family: Arial;
    font-size: 17px;
    font-weight: 700;
    padding-top: 5px;
    padding-right: 29px;
    padding-left: 29px;
    padding-bottom: 5px;
    text-decoration: none;
    width: 120px;
    text-align: center;
}
#invitacion enviada {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
    padding-bottom: 20px;
}


.paginate_button
{

background-color:#ffffff;
display:inline-block;
cursor:pointer;
color:#000;
font-family:Arial;
font-size:17px;
padding:16px 29px;
text-decoration:none
}




table.blueTable thead {
    background: #517E9E;
    color: rgba(255,255,255,1.00);
    padding-left: 15px;
}

table.blueTable {
width:100%;
text-align:left;
border-collapse:collapse;
border: 1px solid lightgray;
font-size: 0.9rem;
}

table.blueTable tr {
	line-height: 1.9;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: bold !important;
    text-align: left;
    white-space: nowrap;
    margin-left: 15px;
}

table.blueTable th {
    border: 1px solid #AAA;
    text-align: center !important;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
	font-weight: 500;
}


table.blueTable td {
    text-align: left;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
	border: none;
	font-weight: 350;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

table.blueTable tr:nth-child(even) {
background:#F7F7F7
}

th.sorting:before, th.sorting:after {
    position: absolute !important;
    bottom: 0.1em !important;
    display: block !important;
    opacity: 0.3 !important;
}

div.dataTables_wrapper div.dataTables_filter input {
  margin-left: 0.5em;
  display: inline-block;
  /*width: 500px !important;*/
 display: inline-block;
  -webkit-transition: box-shadow .4s ease, background .4s ease;
  transition: box-shadow .4s ease, background .4s ease;
  border: 0;
  border-radius: 19px;
  box-shadow: inset 0 0 0 0px #D9D9D9;
  background: #E0E0E0;
  padding: 0;
  padding-right: 29px;
  padding-left: 36px;
  height: 35px;
  vertical-align: middle;
  white-space: normal;
  font-size: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

div#tblMisProveedores_filter input[type=search] {
width: 400px !important;
}

div#tblAccStatements_filter input[type=search] {
width: 400px !important;
}
div.dataTables_wrapper div.dataTables_filter {
    text-align: right;
}

div.dataTables_wrapper div.dataTables_length label {
    font-weight: normal;
    text-align: left;
    white-space: nowrap;
    float: left;
}
.blank {
    height: 500px;
}
.descargarplantilla {
    text-align: center;
}
.cargarplantilla {
    text-align: center;
}
.signodepregunta {
    text-align: center;
}
#Seccion-Pendientes #filtro-derecha div {
    float: right;
}

.agregarproveedores {

}

#actionButtonsContainer .row .col-xl-3 {
    width: 280px;
    min-width: 280px;
}
#equis-cerrar {
    background-color: #FFFFFF;
    color: #000000;
    width: 30px;
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    border-radius: 32px;
    margin-left: auto;
    position: absolute;
    top: 10px;
    text-align: center;
    right: 10px;
    cursor: pointer
}
#Seccion-Pendientes #filtro-izquierda {
    float: left;
}
#Seccion-Pendientes #filtro-derecha {
    float: right;
    width: 600px;
    min-width: 600px;
}

.image-upload>input {
  display: none;
}

.image-upload label .fas.fa-file-alt {
    color: #F29123;
    cursor: pointer;
}
#tblMisProveedores_filter label {
    float: right;
}

.image-container {
    border: none;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
    padding: 20px;
}
.image-card {
    text-align: center;
    border: 0px solid #ddd;
    padding: 10px;
    width: 240px;
    cursor: pointer;
}
.image-card img {
    border: none;
    width: 200px;
    height: 200px;
    object-fit: cover;
}
.image-card p {
    margin-top: 10px;
    font-size: 28px;
    color:inherit;
    font-weight: 500;
    line-height: 1.2;
}